Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#23708 - [lighttpd] fails to start when /var/log/lighttpd/ does not exist
Attached to Project:
Arch Linux
Opened by Simon Legner (simon04) - Monday, 11 April 2011, 18:34 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 29 April 2011, 18:42 GMT
Opened by Simon Legner (simon04) - Monday, 11 April 2011, 18:34 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 29 April 2011, 18:42 GMT
|
DetailsDescription:
lighttpd fails to start when /var/log/lighttpd/ does not exist (e.g. when /var/log/lighttpd/ is mounted as tmpfs due to an SSD). Additional info: * package version(s): lighttpd 1.4.28-5 * config and/or log files etc: tmpfs on /var/log type tmpfs (rw,noatime) in /etc/fstab Steps to reproduce: # /etc/rc.d/lighttpd stop # rm -r /var/log/lighttpd/ # /etc/rc.d/lighttpd start :: Checking configuration [DONE] :: Starting lighttpd [DONE] /etc/rc.d/lighttpd: line 59: /var/log/lighttpd/lighttpd-angel.log: No such file or directory # mkdir /var/log/lighttpd/ # /etc/rc.d/lighttpd start :: Checking configuration [DONE] :: Starting lighttpd [DONE] |
This task depends upon
I would expect software to work without depending on existence of log-files.
Feel free to close the ticket though, if you don't see a reason to fix that.
2) You cannot except apps to keep working when removing dirs or files from the package.