[Bug 831628] Re: squid upstart script doesn't check for filesystems

Clint Byrum clint at fewbar.com
Wed Sep 7 16:50:52 UTC 2011


Right, I think the start on needs to be simplified even further.

runlevel [2345] in oneiric and later implies that all network interfaces
listed in /etc/network/interfaces are up. So we can just take any
mention of networking out. This does mean that if you have a desktop and
you try to bind your squid to a specific interface, you won't get squid
to automatically start for you, but thats ok, I think this is a corner
case, and just complicates what should be much simpler.

Also runlevel [2345] implies 'filesystem', meaning all fsck's / mounts
are done. So really just this:

start on runlevel [2345]

Also the fix, recently uploaded, regresses bug #561779

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/831628

Title:
  squid upstart script doesn't check for filesystems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/831628/+subscriptions



More information about the Ubuntu-server-bugs mailing list