Activity log for bug #995523

Date Who What changed Old value New value Message
2012-05-06 15:36:46 Steffen Sindzinski bug added bug
2012-05-06 15:37:46 Steffen Sindzinski description During boot squid3 is started successfully by upstart and then killed by /etc/resolvconf/update-libc.d/squid3 but not restarted. Can be fixed by changing to: #!/bin/sh PATH="/usr/sbin:/usr/bin:/sbin:/bin" # Make squid aware of changes to resolv.conf if status squid3 | grep "start/running" > /dev/null; then restart squid3 #reload squid3 fi This bug is related to: https://bugs.launchpad.net/ubuntu/+source/squid/+bug/809526 https://bugs.launchpad.net/ubuntu/+source/squid/+bug/561750 Also /etc/resolvconf/update-libc.d/squid can be deleted in precise because squid is only a transitional package which leads to an failure message in upstart. During boot squid3 is started successfully by upstart and then killed by /etc/resolvconf/update-libc.d/squid3 but not restarted. Can be fixed by changing /etc/resolvconf/update-libc.d/squid3 to: #!/bin/sh PATH="/usr/sbin:/usr/bin:/sbin:/bin" # Make squid aware of changes to resolv.conf if status squid3 | grep "start/running" > /dev/null; then     restart squid3     #reload squid3 fi This bug is related to: https://bugs.launchpad.net/ubuntu/+source/squid/+bug/809526 https://bugs.launchpad.net/ubuntu/+source/squid/+bug/561750 Also /etc/resolvconf/update-libc.d/squid can be deleted in precise because squid is only a transitional package which leads to an failure message in upstart.
2012-05-17 11:08:23 James Page bug added subscriber James Page
2012-05-17 11:08:26 James Page squid3 (Ubuntu): status New Incomplete
2012-06-05 09:53:14 Stefan Bader squid3 (Ubuntu): status Incomplete Confirmed
2012-06-05 09:56:03 Stefan Bader bug added subscriber Stefan Bader
2012-06-07 06:08:45 D J Gardner attachment added Catch HUP earilier in initialisation https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/995523/+attachment/3178729/+files/squid3.nodie.patch
2012-06-07 08:43:42 Ubuntu Foundations Team Bug Bot tags patch
2012-06-07 08:43:51 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2014-01-09 23:49:14 miau squid3 (Ubuntu): assignee miau (marcos-brav)
2015-10-02 13:56:44 Tiago Stürmer Daitx squid3 (Ubuntu): status Confirmed Fix Released