Re: Shared memory not enabled in 2.4.0?

2001-01-09 Thread Igmar Palsenberg
> # cat /proc/meminfo > total:used:free: shared: buffers: cached: > Mem: 130293760 123133952 71598080 30371840 15179776 ^^ It means shared process memory, not shm. One thing to watch : PowerTweak.

Re: Shared memory not enabled in 2.4.0?

2001-01-09 Thread Igmar Palsenberg
# cat /proc/meminfo total:used:free: shared: buffers: cached: Mem: 130293760 123133952 71598080 30371840 15179776 ^^ It means shared process memory, not shm. One thing to watch : PowerTweak. Seems

RE: Shared memory not enabled in 2.4.0?

2001-01-08 Thread David Schwartz
> For some reason shared memory is not being enabled on my system > running kernel > v2.4.0 (on RedHat v6.2, with all updates applied). You are confusing System V shared memory (IPC) with VM shared memory. The '0' for shared in /proc/meminfo means the system can't easily tell you how

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Ernesto Hernandez-Novich
On Mon, 8 Jan 2001 [EMAIL PROTECTED] wrote: > For some reason shared memory is not being enabled on my system running kernel > v2.4.0 (on RedHat v6.2, with all updates applied). > > Per the documentation I have this line in my /etc/fstab: > > none /dev/shm shm defaults 0 0 > > Yes, I

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread J . A . Magallon
Try 'ipcs' and you'll see your shared mem segments info... On 2001.01.08 [EMAIL PROTECTED] wrote: > > > For some reason shared memory is not being enabled on my system running kernel > v2.4.0 (on RedHat v6.2, with all updates applied). > > Per the documentation I have this line in my

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Brian Gerst
[EMAIL PROTECTED] wrote: > # cat /proc/meminfo > total:used:free: shared: buffers: cached: > Mem: 130293760 123133952 71598080 30371840 15179776 This is not SysV/POSIX shared memory. This used to mean the memory that was shared between processes (from

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Gregory Maxwell
On Mon, Jan 08, 2001 at 01:11:19PM -0600, [EMAIL PROTECTED] wrote: [snip] > No complaints are seen at startup, yet I still have no shared memory: > > # cat /proc/meminfo > total:used:free: shared: buffers: cached: > Mem: 130293760 123133952 71598080

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Richard B. Johnson
On Mon, 8 Jan 2001 [EMAIL PROTECTED] wrote: > > > For some reason shared memory is not being enabled on my system running kernel > v2.4.0 (on RedHat v6.2, with all updates applied). > > Per the documentation I have this line in my /etc/fstab: > > none /dev/shm shm defaults 0 0 > >

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Richard B. Johnson
On Mon, 8 Jan 2001 [EMAIL PROTECTED] wrote: For some reason shared memory is not being enabled on my system running kernel v2.4.0 (on RedHat v6.2, with all updates applied). Per the documentation I have this line in my /etc/fstab: none /dev/shm shm defaults 0 0 Yes, I

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Brian Gerst
[EMAIL PROTECTED] wrote: # cat /proc/meminfo total:used:free: shared: buffers: cached: Mem: 130293760 123133952 71598080 30371840 15179776 This is not SysV/POSIX shared memory. This used to mean the memory that was shared between processes (from

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Gregory Maxwell
On Mon, Jan 08, 2001 at 01:11:19PM -0600, [EMAIL PROTECTED] wrote: [snip] No complaints are seen at startup, yet I still have no shared memory: # cat /proc/meminfo total:used:free: shared: buffers: cached: Mem: 130293760 123133952 71598080 30371840

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread J . A . Magallon
Try 'ipcs' and you'll see your shared mem segments info... On 2001.01.08 [EMAIL PROTECTED] wrote: For some reason shared memory is not being enabled on my system running kernel v2.4.0 (on RedHat v6.2, with all updates applied). Per the documentation I have this line in my /etc/fstab:

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread Ernesto Hernandez-Novich
On Mon, 8 Jan 2001 [EMAIL PROTECTED] wrote: For some reason shared memory is not being enabled on my system running kernel v2.4.0 (on RedHat v6.2, with all updates applied). Per the documentation I have this line in my /etc/fstab: none /dev/shm shm defaults 0 0 Yes, I have

RE: Shared memory not enabled in 2.4.0?

2001-01-08 Thread David Schwartz
For some reason shared memory is not being enabled on my system running kernel v2.4.0 (on RedHat v6.2, with all updates applied). You are confusing System V shared memory (IPC) with VM shared memory. The '0' for shared in /proc/meminfo means the system can't easily tell you how much