[Bug 354071] cups and networkmanager should communicate about changing networks

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 3 05:58:48 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=354071


Ulrich Drepper <drepper at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |CLOSED
    Customer Facing|                            |---
         Resolution|                            |WORKSFORME




--- Comment #6 from Ulrich Drepper <drepper at redhat.com>  2008-08-03 01:58:44 EDT ---
Applications do not automatically notice if /etc/resolv.conf changes.  Only
nscd does.  The overhead is simply to high.  If somehow the program starts up
when no /etc/resolv.conf file exists something like described in the comments
happens.  It might be worthwhile to determine when /etc/resolv.conf was read
and why it wasn't there.

There is one alternative.  Programs can invalidate their resolver setting by
calling _res_init().  This has to be done by the program itself?  Does cups do
this?  When?

I don't think there is anything wrong in glibc.  If you want the change of a
nameserver happen automatically and transparently then use nscd.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list