You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/05/24 14:36:49 UTC

DO NOT REPLY [Bug 29177] New: - ssl_scache file exists

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: bugs@httpd.apache.org
        ReportedBy: black@essexcorp.com


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org