From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 4 Sep 2003 14:12:44 +0400 From: Alexey Tourbin To: ALT Devel discussion list Message-ID: <20030904101244.GO1739@julia.office.altlinux.ru> Mail-Followup-To: ALT Devel discussion list References: <20030824174356.GA9374@julia.office.altlinux.ru> <20030825091400.1d3de106.dima@sakhalin.ru> <20030825084957.GD1872@julia.office.altlinux.ru> <20030827124204.GP12801@osdn.org.ua> <20030903141941.GJ28997@julia.office.altlinux.ru> <20030903142923.GW25190@osdn.org.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gQt10JDuGyDb0HQ5" Content-Disposition: inline In-Reply-To: <20030903142923.GW25190@osdn.org.ua> Subject: [devel] Re: hasher vs SysV IPC X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 10:13:26 -0000 Archived-At: List-Archive: List-Post: --gQt10JDuGyDb0HQ5 Content-Type: multipart/mixed; boundary="Ck22u5fw4m2k6hx2" Content-Disposition: inline Content-Transfer-Encoding: 8bit --Ck22u5fw4m2k6hx2 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 > > Непамагает. > > Мне помогает на достаточно долгий срок. Материнка, видимо, > другая... Кувалда от перезагрузки памагает. --Ck22u5fw4m2k6hx2 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=clear_ipc #!/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 --Ck22u5fw4m2k6hx2-- --gQt10JDuGyDb0HQ5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/VxAcfBKgtDjnu0YRAko4AJ9fZWRyYpghND6ml10vaviinNUr9wCeO0Of T3oLmQ0WGaTEY4x6W623P2U= =VZ7G -----END PGP SIGNATURE----- --gQt10JDuGyDb0HQ5--