[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#60771: nscd must be restarted upon ip-up/ip-down



Package: nscd
Maintainer: Joel
Source: glibc
Version: 2.1.3-7
Severity: important

For ppl with multiple ISP (and therefore different nameservers).
nscd must be restarted when switching ISP.

symptoms:
	- ping hangs
	- netscape freezes
	- nslookup works fine

suggestion:

add
	/etc/ppp/ip-up.d/5nscd
and
	/etc/ppp/ip-up.d/5nscd contains:
		if [ -x /etc/init.d/nscd ]; then
			/etc/init.d/nscd restart
		fi


--
L.D.


Reply to: