Bug 137544

Summary: privoxy can't start w/o logfile access
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Volker Kuhlmann <bugz57>
Component: NetworkAssignee: Ladislav Michnovic <lmichnovic>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Volker Kuhlmann 2005-12-08 08:19:57 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
Comment 1 Ladislav Michnovic 2005-12-08 10:59:47 UTC
I'll fix it.
Comment 2 Ladislav Michnovic 2005-12-08 13:41:14 UTC
Fixed. Submited for stable.
Comment 3 Ladislav Michnovic 2005-12-08 13:43:20 UTC
Is it worthy to provide this fix also for SL 10.0 via YOU? 
Comment 4 Andreas Jaeger 2005-12-09 08:40:54 UTC
Fixing for 10.1 is enough, I'll resolve this as fixed.