ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: [devel] Re: hasher vs SysV IPC
Date: Thu, 4 Sep 2003 14:12:44 +0400
Message-ID: <20030904101244.GO1739@julia.office.altlinux.ru> (raw)
In-Reply-To: <20030903142923.GW25190@osdn.org.ua>


[-- Attachment #1.1: Type: text/plain, Size: 447 bytes --]

On Wed, Sep 03, 2003 at 05:29:23PM +0300, Michael Shigorin wrote:
> On Wed, Sep 03, 2003 at 06:19:42PM +0400, Alexey Tourbin wrote:
> > On Wed, Aug 27, 2003 at 03:42:04PM +0300, Michael Shigorin wrote:
> > > trickster:~> sudo tail -2 /etc/sysctl.conf
> > > # workaround flakey IPC-wise hasher
> > > kernel.msgmni = 512
> > Непамагает.
> 
> Мне помогает на достаточно долгий срок.  Материнка, видимо,
> другая...

Кувалда от перезагрузки памагает.

[-- Attachment #1.2: clear_ipc --]
[-- Type: text/plain, Size: 191 bytes --]

#!/bin/sh

[ $EUID -gt 0 ] && exec sudo $0
ipcs | awk '/semid/,/^$/ {print $2}' | grep '[0-9]' | xargs -rn1 ipcrm -s
ipcs | awk '/msqid/,/^$/ {print $2}' | grep '[0-9]' | xargs -rn1 ipcrm -q

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-09-04 10:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-24 17:43 [devel] " Alexey Tourbin
2003-08-24 22:14 ` Dmitry Lebkov
2003-08-25  8:49   ` [devel] " Alexey Tourbin
2003-08-24 10:58     ` Dmitry Lebkov
2003-08-26  5:01       ` Grigory Batalov
2003-08-25  8:56     ` Alexey Tourbin
2003-08-27 12:42     ` Michael Shigorin
2003-08-27 12:47       ` Dmitry V. Levin
2003-09-03 14:19       ` Alexey Tourbin
2003-09-03 14:29         ` Michael Shigorin
2003-09-04 10:12           ` Alexey Tourbin [this message]
2003-09-05 20:18         ` Dmitry V. Levin
2003-09-06  5:50           ` Dmitry Lebkov
2003-09-07  9:00             ` Dmitry V. Levin
2003-09-12  8:05               ` Sergey Vlasov
2003-09-12  8:19                 ` Dmitry V. Levin
2003-09-06  6:49           ` Denis Ovsienko
2003-09-06  7:21             ` Dmitry V. Levin
2003-09-06  7:36               ` Mikhail Zabaluev
2003-09-06  9:04                 ` Dmitry V. Levin
2003-09-06 10:50               ` Denis Ovsienko
2003-09-06 20:37                 ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030904101244.GO1739@julia.office.altlinux.ru \
    --to=at@altlinux.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git