Date: Mon, 14 Dec 1998 16:33:44 +0100 (CET) From: Riccardo Veraldi <riccardo@righi.ml.org> To: FreeBSD Questions <freebsd@netsys.hn> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: SYSVSHM whats that? Message-ID: <Pine.BSF.4.05.9812141631380.461-100000@righi.ml.org> In-Reply-To: <199812141514.JAA24757@mail.netsys.hn>
next in thread | previous in thread | raw e-mail | index | archive | help
hello, SYSVSHM is the System V shared memory support. It is a technique implemented first in the UNIX System V release 4.0 and it is a very cool ssytem to manage memory, ti allows you to have program sharing parts of memory and to access to the same data in memory. Probably Amanda needs the shared memory. You must recompile your kernel enabling the SYSVSHM option. Look in the GENERIC or LINT configuration file, search for SYSVSHM entry copy the line and paste it in your configuration kernel file, recompile and install the kernel and all is done! bye Rick On Mon, 14 Dec 1998, FreeBSD Questions wrote: > -- [ From: FreeBSD Questions * EMC.Ver #2.5.02 ] -- > > Hello, I use FreeBSD 2.2.2 and I recently installed Amanda 2.4.1 but when > trying to run the amdump I get several errors on amanda and this system > messages: > > Dec 14 09:02:04 mail /kernel: cmd taper pid 23666 tried to use non-present > SYSVSHM > Dec 14 09:02:04 mail /kernel: pid 23666 (taper), uid 1712: exited on signal > 12 (core dumped) > 9:05 mail: {123} > > Any suggestions? > > Thanks > > Pablo Quintana > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9812141631380.461-100000>