Description of problem: Im using polipo as a web proxy on a laptop. It needs to be restarted when nics change because the way polipo does dns lookups. The networkmanager integration sends "reload" but it seems it must rather send "restart". I attach a conversation with the polipo author ------------------------------------------------------ From: joakim Subject: polipo and NetworManager Newsgroups: gmane.comp.web.polipo.user To: polipo-users <polipo-users.net> Date: Tue, 22 Mar 2011 08:44:15 +0100 (5 weeks, 3 hours, 3 minutes ago) 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 ---------------------------------------------------------------- From: Juliusz Chroboczek <jch.fr> Subject: Re: polipo and NetworManager Newsgroups: gmane.comp.web.polipo.user To: joakim Cc: polipo-users <polipo-users.net> Date: Fri, 25 Mar 2011 15:07:04 +0100 (4 weeks, 3 days, 20 hours ago) > killproc -p ${pidfile} $polipo -USR1 That's not correct -- SIGUSR1 only reloads the forbidden file, not the config file. Polipo should not have a reload action, only force-reload (which should be a synonim of restart). > - Should Polipo reset DNS on USR1 Yes, I think it should. This is a known limitation. --jch ------------------------------------------------------------------ Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. use polipo as proxy 2. switch nic 3. notice that polipo dns fails Actual results: Expected results: Additional info:
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
polipo-1.0.4.1-4.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/polipo-1.0.4.1-4.fc16
polipo-1.0.4.1-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/polipo-1.0.4.1-4.fc15
polipo-1.0.4.1-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/polipo-1.0.4.1-4.fc14
Package polipo-1.0.4.1-4.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing polipo-1.0.4.1-4.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/polipo-1.0.4.1-4.fc16 then log in and leave karma (feedback).
polipo-1.0.4.1-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
polipo-1.0.4.1-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
polipo-1.0.4.1-4.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.