Comment 14 for bug 741661

Revision history for this message
David Dyball (david-dyball) wrote :

Confirmed that a fresh install of Natty +

apt-get update
apt-get dist-upgrade
apt-get install cobbler cobbler-web

Still has a non-working web config. Apache fails to start with:

"[error] (2)No such file or directory: could not open transfer log file /etc/apache2/logs/access_log"

The fatal line in /etc/cobbler/cobbler_web.conf is:

9:CustomLog logs/access_log combined env=!dontlog

Commenting out this line fixes Apache startup, but i prefer to change the access log to be something more sensible, like:

CustomLog /var/log/cobbler/web_access.log