On Wed, May 23, 2012 at 8:25 AM, Dan White <[email protected]> wrote: > This is on a Cobbler 2.0.11 server that has been running great for almost a > year on a RHEL 5 x86_64 machine with an out-of-the-Red-Hat-repos vanilla > apache/http service running > > File "/usr/lib/python2.4/site-packages/cobbler/clogger.py", line 43, in > __init__ > self.logfile = open(logfile, "a") > > IOError: [Errno 13] Permission denied: '/var/log/cobbler/cobbler.log'
Looks like someone broke the permissions/ownership on /var/log/cobbler or some other directory. It could also be SElinux blocking access to that file. > And in /var/log/httpd/ssl_error_log I find this: > > [Wed May 23 08:23:40 2012] [warn] RSA server certificate is a CA certificate > (BasicConstraints: CA == TRUE !?) > [Wed May 23 08:23:40 2012] [warn] RSA server certificate CommonName (CN) > `localhost.localdomain' does NOT match server name!? This can be ignored. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
