I've recompiled the kernel and now my samba isn't running. I have Red Hat 7.0 with kernel 2.2.16-22 and samba 2.0.7. This is the error that I'm getting: [2000/11/25 14:50:07, 0] locking/shmem_sysv.c:sysv_shm_open(566) Can't create or use semaphore [1]. Error was Function not implemented [2000/11/25 14:50:07, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share modes So, anyone could be so kind to tell me what options should be included in kernel configuration for samba to work? Thank you. -- - -- Cristian Stoica | Email: chryss@finalfrontier.opsynet.com Hex Media | ICQ: 25227818 IASI 6600, Romania | Cellular: +40 95 595975 http://www.finalfrontier.net | Home: +40 (32) 211725 - ----------------------------------------------------------- UNIX Systems, Networks and Security Administration
David Collier-Brown
2000-Nov-27 12:52 UTC
Error running samba after re-compiling the kernel
Cristian Stoica wrote: | This is the error that I'm getting: | [2000/11/25 14:50:07, 0] locking/shmem_sysv.c:sysv_shm_open(566) | Can't create or use semaphore [1]. Error was Function not implemented I think you now have a mismatch between libc (glibc2) and the kernel. The glib folks don't check for version mismatches, and instead return "impossible" errors, like ENOTSUP from getuid. They need to talk to someone who really understands the POSIX standard, such as David J. Brown at Sun... --dave -- David Collier-Brown, | Always do right. This will gratify some people 185 Ellerslie Ave., | and astonish the rest. -- Mark Twain Willowdale, Ontario | //www.oreilly.com/catalog/samba/author.html Work: (905) 415-2849 Home: (416) 223-8968 Email: davecb@canada.sun.com