Date: Sun, 13 Jun 2004 11:32:03 +0200 From: Guido Kollerie <gkoller@inter.nl.net> To: "Simon L. Nielsen" <simon@FreeBSD.org> Cc: freebsd-scsi@freebsd.org Subject: Re: raidutil: Engine connect failed: Open Message-ID: <20040613093203.GA621@kollerie.com> In-Reply-To: <20040610065133.GA14542@kollerie.com> References: <20040604085316.GA77766@kollerie.com> <20040609211940.GA829@zaphod.nitro.dk> <20040610065133.GA14542@kollerie.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Thu, Jun 10, 2004 at 08:51:33AM +0200, Guido Kollerie wrote:
Simon,
> > Check if you are running out of SysV shared memory... I have to stop
> > PostgreSQL to run raidutil, since I haven't gotten around to bumping
> > SysV memory in my kernel.
>
> That did the trick. I happened to have installed PostgreSQL
> recently but never made the link with raidutil failing. Stopping
> PostgreSQL allows raidutil to run without any problems! Thank
> you very much!
And indeed, while upgrading to FreeBSD 4.10, I configured
SysV shared memory according to:
http://developer.postgresql.org/docs/postgres/kernel-resources.html
which boils down to adding the following options or modify them
in the kernel config to:
options SYSVSHM
options SHMMAXPGS=4096
options SHMSEG=256
options SYSVSEM
options SEMMNI=256
options SEMMNS=512
options SEMMNU=256
options SEMMAP=256
Now I can run PostgreSQL and raidutil simultaneously.
--
Guido
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iEYEARECAAYFAkDMHxMACgkQC7vo05+GQSy73QCeLsEpir+NY504GqMveITaslXP
nEsAnR5tB/cqABL4/C3UV7l8sqrqvAL+
=F0Gv
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040613093203.GA621>
