Have you just upgraded from Apache 2.0.49 or older? The defaults for SSLMutex and AcceptMutex have changed from pthread to fcntl somewhere between 2.0.49 and 2.0.52 at least on the Solaris platform. You probably need to explicitly set the Mutex type you wish to use, and in the case of fcntl specify the file path. I am curious to know why the defaults changed. On Solaris I have myself chosen to explicitly specify pthread which seems to work great. -ascs -----Original Message----- From: Christian Frankerl [mailto:MainNewz@xxxxxxx] Sent: Sunday, May 08, 2005 10:37 PM To: users@xxxxxxxxxxxxxxxx Subject: [users@httpd] Error: "(28)No space left on device: Couldn't create accept lock" - what could this be? Hi, when i try to start apache2 (2.0.54-2) i get the following error message: [Sun May 08 22:04:00 2005] [info] Init: Initializing OpenSSL library [Sun May 08 22:04:00 2005] [info] Init: Seeding PRNG with 0 bytes of entropy [Sun May 08 22:04:00 2005] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Sun May 08 22:04:00 2005] [info] Init: Generating temporary DH parameters (512/1024 bits) [Sun May 08 22:04:00 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Sun May 08 22:04:00 2005] [info] Init: Initializing (virtual) servers for SSL [Sun May 08 22:04:00 2005] [info] Server: Apache/2.0.54, Interface: mod_ssl/2.0.54, Library: OpenSSL/0.9.7e [Sun May 08 22:04:00 2005] [info] Init: Initializing OpenSSL library [Sun May 08 22:04:00 2005] [info] Init: Seeding PRNG with 0 bytes of entropy [Sun May 08 22:04:00 2005] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Sun May 08 22:04:00 2005] [info] Init: Generating temporary DH parameters (512/1024 bits) [Sun May 08 22:04:00 2005] [info] Init: Initializing (virtual) servers for SSL [Sun May 08 22:04:00 2005] [info] Server: Apache/2.0.54, Interface: mod_ssl/2.0.54, Library: OpenSSL/0.9.7e [Sun May 08 22:04:00 2005] [emerg] (28)No space left on device: Couldn't create accept lock I find out that i get this error message only when i use mod_ssl. Then i get this error message and the apache server stops. What could this be? I have 9GB (from 10 GB) free diskspace and no quotas configured. Thanks a lot Chris --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx