View previous topic :: View next topic |
Author |
Message |
Kobboi l33t
Joined: 29 Jul 2005 Posts: 673 Location: Belgium
|
Posted: Tue Apr 22, 2008 8:11 pm Post subject: [solved] Shared memory problems |
|
|
Not sure where this fits... I'm having reasonable but abnormally low perfomance. Some applications complain about shared memory (e.g. mplayer fails with a shared memory extension error, some others give " Gdk-WARNING **: shmget failed: error 38 (Function not implemented)" but still work. What did I forget? Running 2.6.24-gentoo-r4, if that's important, new install from stage3-i686-2008.0_beta1, 2008.0-desktop profile
Last edited by Kobboi on Wed Apr 23, 2008 7:24 am; edited 1 time in total |
|
Back to top |
|
|
Desintegr l33t
Joined: 25 Mar 2004 Posts: 863 Location: France - Orléans
|
Posted: Tue Apr 22, 2008 8:30 pm Post subject: |
|
|
What does mount | grep shm and zgrep SHM /proc/config.gz return ? _________________ Gentoo ~AMD64
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr |
|
Back to top |
|
|
Kobboi l33t
Joined: 29 Jul 2005 Posts: 673 Location: Belgium
|
Posted: Tue Apr 22, 2008 8:58 pm Post subject: |
|
|
Thanks for your reply. I get
Code: | # mount | grep shm
none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev) |
and
Code: | # zgrep SHM /proc/config.gz
CONFIG_SHMEM=y
# CONFIG_TINY_SHMEM is not set |
|
|
Back to top |
|
|
Desintegr l33t
Joined: 25 Mar 2004 Posts: 863 Location: France - Orléans
|
Posted: Tue Apr 22, 2008 9:13 pm Post subject: |
|
|
What does ipcs -a and ipcs -l return ? _________________ Gentoo ~AMD64
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr |
|
Back to top |
|
|
Kobboi l33t
Joined: 29 Jul 2005 Posts: 673 Location: Belgium
|
Posted: Wed Apr 23, 2008 6:51 am Post subject: |
|
|
Problem solved, I had forgotten to enable System V support. Thanks for the advice! |
|
Back to top |
|
|
|