Hi! Diego Amor wrote: > Hi, i install shinken with debian script who create nicola. > > I install shinken on virtual machine with host running openvz, the > host is a Ubuntu 8.04.4 LTS with kernel 2.6.24-28-openvz, and the > virtual have a Ubuntu 10.04.2 LTS. > > the "modules" pollerd and reactionner of shinken crash with the same error: > > Back trace of it: Traceback (most recent call last): > [...] > sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) > OSError: [Errno 38] Function not implemented > > i dont know if the error is bad config or waht else :P > > Please any idea?
The "multiprocessing" module needs access to shared memory via "/dev/shm". Just mount a "tmpfs" to "/dev/shm" *IN* your Vserver chroot/jail/... and be happy :) % mount -t tmpfs -o rw,nosuid,nodev,mode=1777,size=20%,mode=1777 none /dev/shm Bye Sven PS: Same problem on Linux-Vserver ;-) -- Leukämie -> http://de.wikipedia.org/wiki/Leuk%C3%A4mie Heilung -> http://de.wikipedia.org/wiki/Knochenmark#Knochenmarkspende Typisierung -> http://www.knochenmarkspende.de/page.php?id=12 Warum&Fragen -> s...@velt.de ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Shinken-devel mailing list Shinken-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shinken-devel