Bugzilla – Bug 137544
privoxy can't start w/o logfile access
Last modified: 2005-12-09 08:40:54 UTC
privoxy-3.0.3-28 as shipped in the box never starts up because it can't get write access to its logfile in the chroot jail, /var/lib/privoxy/log/logfile. The reason is that the rpm contains drwxr-x--- 2 root privoxy 0 Sep 13 12:55 /var/lib/privoxy/log However the permissions must be 770, not 750. Fix after install: chmod 770 /var/lib/privoxy/log
I'll fix it.
Fixed. Submited for stable.
Is it worthy to provide this fix also for SL 10.0 via YOU?
Fixing for 10.1 is enough, I'll resolve this as fixed.