Fedora provides some form of support between polipo and NetworkManager.
It doesn't work perfectly so I'm trying to debug.

NetworkManager has a rule for Polipo which does this:
        /sbin/chkconfig polipo && /sbin/service polipo reload || :

And the service script does this:

reload() {
    echo -n $"Reloading $prog: "
        killproc -p ${pidfile} $polipo -USR1
        RETVAL=$?
    echo
}

But my problem is that DNS lookups doesn't work after NIC
change. restarting the polipo service works though.

So:
- Should Polipo reset DNS on USR1 
Or:
- Fedora packaging be changed to do restart?

-- 
Joakim Verona

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to