name servers not configured at system startup

Bug #1175614 reported by AlberT
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
squid-deb-proxy (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

As for the squid3 package(see https://bugzilla.redhat.com/show_bug.cgi?id=453304) squid-deb-proxy as problems with resolvconf in situations where DHCP is used or network changes occur.

Adding an hook in "/etc/resolvconf/update-libc.d/" seems to solve the problem, a reload does not suffice.

Here it is my proposal for the script (that has to be executable):

####################################################

#!/bin/sh
#
#@see https://bugzilla.redhat.com/show_bug.cgi?id=453304

PATH="/usr/sbin:/usr/bin:/sbin:/bin"

# Make squid aware of changes to resolv.conf
if status squid-deb-proxy | grep "start/running" > /dev/null; then
 #reload does not suffice
 restart squid-deb-proxy
fi

###################################################

James Page (james-page)
Changed in squid-deb-proxy (Ubuntu):
status: New → Triaged
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.