I've compiled a new 2.2.14 kernel with a couple of changes to shared memory and semiphore parameters. In particular, I've changed the value of SHMMAX in /usr/src/linux/include/asm/shmparam.h from the default value of 0x2000000 to 0x8000000 (this because I have 256M of RAM). I've also changed the values of SEMMSL and SEMOPM in /usr/src/linux/include/linux/sem.h. Prior to installing the new kernel, ipcs -l shows SHMMAX as 16M, as well as the default values for SEMMSL and SEMOPM. After booting with the new kernel, ipcs -l shows SHMMAX still as16M but shows the new values for SEMMSL and SEMOPM. Have I missed something in the compile process? -- Steve ========================================= Steve Emmett ========================================= "A mind that is stretched to a new idea never returns to its original dimension" ========================================= -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.