>No, I gave amanda the name nsa0.

Good.

>FATAL taper shmget: (983160 tapebufs) Cannot allocate memory
>...
>I just noticed the Cannot allocate memory message.  Could that be the 
>problem?  ...

Absolutely.  Didn't this show up bright and bold in the failures section
of the Amanda E-mail?

>If so, what do I do about it?

Fix your system?  :-)

Amanda is asking the OS (via the shmget() system call) for a chunk of
shared memory and it got back whatever errno maps to "Cannot allocate
memory" (maybe ENOMEM?).

One possibility is that you've been having various problems while
testing (which is normal) and there are stray shared memory segments
still laying around.  Use "ipcs -m" (on the tape server) to look for
anything owned by your Amanda user and then "ipcrm" to delete them.
Or a reboot will accomplish the same thing.

If that doesn't help, I'd guess you have some kind of system configuration
problem (i.e. you have not enabled shared memory or built it into your
kernel).  You'll have to talk to someone who knows about your particular
OS to get help with that.

>Dan Diephouse

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to