Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 291988

Summary: net-proxy/privoxy init script should depend on net.lo
Product: Gentoo Linux Reporter: Cornelius Weig <bitte.keine.werbung.einwerfen>
Component: New packagesAssignee: Gentoo Network Proxy Developers (OBSOLETE) <net-proxy+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Cornelius Weig 2009-11-05 15:49:41 UTC
By default, I do not start net.lo. Trying to run the privoxy init script, fails without giving sensible error information.

Reproducible: Always

Steps to Reproduce:
1. /etc/init.d/net.lo stop
2. /etc/init.d/privoxy start





Letting /etc/init.d/privoxy depend on net.lo fixes the problem.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2009-11-29 09:05:37 UTC
privoxy service already depends on net and baselayout let you control the meaning of this dependence through RC_NET_STRICT_CHECKING. This service depends on net loopback interface only when you choose to use the loopback IP address in privoxy configuration file.

Closed as INVALID.

P.S. Why do you choose not to start net.lo? This service is vital for any IP host.