(No space left on device)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148499\"][{POST_SNAPBACK}][/a][/div]
Just searching and thinking ....
Maybe the answer is simple, how much space have you got left ?
probably not, found this on google :
check kern.shminfo.shmall and kern.shminfo.shmseg.
set them to a higher level.
for example put this in your /etc/sysctl.conf:
kern.shminfo.shmseg=32
kern.shminfo.shmall=32768
My system doesn't seem to have sysctl.conf, but i'm running r121.
Anyway, this is the reply
Thanks for the hint. But the've already those values:
$ sysctl -a | grep kern.shminfo.shmseg
kern.shminfo.shmseg = 32
$ sysctl -a | grep kern.shminfo.shmall
kern.shminfo.shmall = 32768
so it probably won't help you.
This should get you further :
shmget is a shared memory, so add this in /etc/sysctl.conf should solve
it. This below also can make your desktop go smoother.
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768
But if someone knows where to put these ....
and "sysctl" is an unknown command on my Z.
Chero.