Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
semget: Initialization failed. errno
22
/usr/src/linux/include/linux/sem.h
#define SEMMNI 128 /* ? max # of semaphore identifiers */ #define SEMMSL 32 /* <= 512 max num of semaphores per id */Raise these values, probably:
#define SEMMSL 64 /* <= 512 max num of semaphores per id */Compile a new kernel with this (do not forget make clean). This works definitively when no other programmes use semaphores.
This procedure works both with the kernel 1.2.13 and with the new 2.0s kernels.
Keywords: YARD, SEMGET, SCO, SVR4, SEMAPHORES
Feedback welcome: Send Mail to kfr@suse.de (Please give the following subject: SDB-kfr_41
)
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch