In case another ignorant fool like me runs in to this error. I found the
solution in the kernel config help for sysv-ipc, I just needed to realise it
was related to IPC!! The magic fix is just adding the corrwect line to
/etc/fstab.

System V IPC
CONFIG_SYSVIPC
  Inter Process Communication is a suite of library functions and
  system calls which let processes (running programs) synchronize and
  exchange information. It is generally considered to be a good thing,
  and some programs won't run unless you say Y here. In particular, if
  you want to run the DOS emulator dosemu under Linux (read the
  DOSEMU-HOWTO, available from
  http://www.linuxdoc.org/docs.html#howto ), you'll need to say Y
  here.
  
  You can find documentation about IPC with "info ipc" and also in
  section 6.4 of the Linux Programmer's Guide, available from
  http://www.linuxdoc.org/docs.html#guide .

  Shared memory is now implemented using a new (minimal) virtual file
  system, which you need to mount before programs can use shared memory. 
  To do this automatically at system startup just add the following line 
  to your /etc/fstab:

  none  /var/shm        shm     defaults        0 0

  Saying Y here enlarges your kernel by about 18 KB. Just say Y.

Cheers all,
Matt


On 05-Apr-2000 Matt Aylward wrote:
> Greetings all,
> I am not sure if this is SMP related.
> I am using the 2.3.99-pre3 kernel on my dual celeron 466 / Epox kp6 and
> shared
> memory does not seem to be happening.
> During boot up i am getting the following errors:
> 
> Apr  5 10:30:40 severin kernel: shmget: shm filesystem not mounted 
> Apr  5 10:30:40 severin kernel: shmget: shm filesystem not mounted 
> 
> then the free command gives:
> [matt@severin matt]$ free
>           total           used         free         shared    buffers  
> cached  
> Mem: 253808     129060     124748          0       2700      66356 
> -/+ buffers/cache:      60004     193804
> Swap:       489900          0     489900
> 
> I then get repeated Gdk errors refering to shmget.
> 

-- 
----------------------------------
E-Mail: Matt Aylward <[EMAIL PROTECTED]>
Date: 06-Apr-2000
Time: 14:47:14

           Matt Aylward    <[EMAIL PROTECTED]>
Depts of Botany and Geography, The University of Western Australia.
 =====_______Linux: OS for the people by the people_______======
=====_______  OS with the power for  Real Science   _______======

This message was sent by XFMail
----------------------------------
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to