Bug 29177 - ssl_scache file exists
Summary: ssl_scache file exists
Status: RESOLVED DUPLICATE of bug 21335
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.0.47
Hardware: Other Linux
: P3 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 12:36 UTC by Michael Black
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Black 2004-05-24 12:36:48 UTC
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.
Comment 1 Joe Orton 2004-05-25 08:23:08 UTC

*** This bug has been marked as a duplicate of 21335 ***