On Dec 17, 2004 at 09:44, Wouter Schoot wouter@schoot.org wrote:
Hi all,
I too tried this one, to see if it compiles and works on NetBSD/amd64, but unfortunately, it still doesn't.
Dec 17 09:42:59 ascent ser: WARNING: fix_socket_list: could not rev. resolve 10.0.0.1 Dec 17 09:42:59 ascent ser: WARNING: fix_socket_list: could not rev. resolve 10.0.0.1 Dec 17 09:42:59 ascent ./ser[25799]: ERROR: lock_set_init (SYSV): semget (..., 55, 0700) failed: No space left on device
Seems you are running out of sysv sems. However in this case ser should use fastlock and use native assembly locking (it works on linux/x86_64).
Could you send me the output of uname -a and uname -m? (your netbsd probably uses a different arch. naming convention).
Andrei