Re: Failure to allocate memory

2000-11-06 Thread Eric Wadsworth

"John R. Jackson" wrote:
 
 Finally got everything set up right (I think). Ran my first test dump, and
 it mailed me a report saying it failed:
 
 taper: FATAL shmget: Cannot allocate memory
 
 Shared memory is a kernel feature that you may have to enable or turn
 on in some way.  Try "ipcs -a", which should report all current shared
 memory segments, semaphores and message queues.  With luck, it will
 either tell you there are a bunch of old shared memory segments for the
 Amanda user caused by your testing, in which case you can use ipcrm to
 clear them, or it will tell you shared memory is not enabled, in which
 case you'll have to find out from someone who knows about your OS (or
 from the system documentation) how to turn that on.
 John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Yes, this is what the problem was. There were a bunch of entries which I
removed. It seems that when amanda fails, it doesn't always free these
resources.

===
Eric Wadsworthemail: [EMAIL PROTECTED]
Conceptual Systems and Software   http://www.consys.com
===



Re: Failure to allocate memory

2000-11-03 Thread John R. Jackson

Finally got everything set up right (I think). Ran my first test dump, and
it mailed me a report saying it failed:

taper: FATAL shmget: Cannot allocate memory

Shared memory is a kernel feature that you may have to enable or turn
on in some way.  Try "ipcs -a", which should report all current shared
memory segments, semaphores and message queues.  With luck, it will
either tell you there are a bunch of old shared memory segments for the
Amanda user caused by your testing, in which case you can use ipcrm to
clear them, or it will tell you shared memory is not enabled, in which
case you'll have to find out from someone who knows about your OS (or
from the system documentation) how to turn that on.

--- Eric

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



Failure to allocate memory

2000-11-02 Thread Eric Wadsworth

Finally got everything set up right (I think). Ran my first test dump, and
it mailed me a report saying it failed:

taper: FATAL shmget: Cannot allocate memory

Any ideas? Using FreeBSD 4.0 with a DDS-4 Data Cartridge tape device. I
think this system has an Athlon processor in it. Please ask me for any
information you might need, and I'll get exact system specs you want and
reply.

--- Eric