From owner-freebsd-questions Mon Dec 14 07:34:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03899 for freebsd-questions-outgoing; Mon, 14 Dec 1998 07:34:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03603 for ; Mon, 14 Dec 1998 07:34:02 -0800 (PST) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.1/8.9.1) with ESMTP id QAA00485; Mon, 14 Dec 1998 16:33:45 +0100 (CET) (envelope-from riccardo@righi.ml.org) Date: Mon, 14 Dec 1998 16:33:44 +0100 (CET) From: Riccardo Veraldi To: FreeBSD Questions cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: SYSVSHM whats that? In-Reply-To: <199812141514.JAA24757@mail.netsys.hn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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