DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29177>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29177 ssl_scache file exists Summary: ssl_scache file exists Product: Apache httpd-2.0 Version: 2.0.47 Platform: Other OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Had power outage. Unable to restart after reboot with "apachectl startssl" Following was in error log: [Mon May 24 06:50:34 2004] [error] (17)File exists: Cannot allocate shared memory Reboot did not fix. Error message was NOT helpful so strace'd apachectl startup: open("/usr/local/apache2/logs/ssl_scache", O_WRONLY|O_CREAT|O_EXCL, 0666) = -1 EEXIST (File exists) Removed ssl_scache file and was able to startup. Is O_CREAT a bad assumption for this file? Or this a function of shared memory? Also, error message should mention the file name. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
