After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723755 - networkmanager,privoxy, error about privoxy
networkmanager,privoxy, error about privoxy
Status: RESOLVED NOTGNOME
Product: NetworkManager
Classification: Platform
Component: IP and DNS config
0.9.8
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-06 13:03 UTC by epistemepromeneur
Modified: 2014-02-06 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description epistemepromeneur 2014-02-06 13:03:17 UTC
opensuse 13.1 x86_64 , kde 4.12.2 , networkmanager 0.9.8 , privoxy 3.0.21

every time i connect or disconnect an ethernet or a wifi connection
i have htis messages in networkmanager about privoxy

privoxy is a proxy i use for http and https connections

i don't know if it is a privoxy or a networkmanager pb . i send a report to the 2 teams

messages in networkmanager log
********************************************************************************
-linux-b4lz NetworkManager[1697]: <info> (wlp1s9): supplicant interface state: disconnected -> inactive 2014-01-31T14:51:41.230767+01:00 -linux-b4lz nm-dispatcher.action[1805]: /etc/NetworkManager/dispatcher.d/privoxyd: line 12: /etc/init.d/privoxyd: No such file or directory 2014-01-31T14:51:41.233410+01:00 linux-b4lz nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/privoxyd' exited with error status 127. 2014-01-31T14:51:41.233958+01:00 linux-b4lz NetworkManager[1697]: <warn> Dispatcher script failed: Script '/etc/NetworkManager/dispatcher.d/privoxyd' exited with error status 127.
********************************************************************************
Comment 1 epistemepromeneur 2014-02-06 13:04:00 UTC
privoxy report

https://sourceforge.net/p/ijbswa/bugs/872/
Comment 2 Dan Winship 2014-02-06 13:39:23 UTC
nm-dispatcher.action[1805]: /etc/NetworkManager/dispatcher.d/privoxyd: line 12:
/etc/init.d/privoxyd: No such file or directory

That means you have a dispatcher script /etc/NetworkManager/dispatcher.d/privoxyd, which expects /etc/init.d/privoxyd to exist. It's probably trying to start and stop privoxy when you go on and off the internet. And probably was never updated for the systemd era.

Anyway, if /etc/NetworkManager/dispatcher.d/privoxyd belongs to a package, then you probably need to update that package. If it's something you wrote yourself, then you need to fix it yourself.