[opensuse-support] privoxy running but fails to resolve addresses when on travel
which puzzles me a lot. sudo rcprivoxy status ● privoxy.service - Privoxy Web Proxy With Advanced Filtering Capabilities Loaded: loaded (/usr/lib/systemd/system/privoxy.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2019-08-15 07:25:10 CEST; 50min ago Process: 2558 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/ SUCCESS) Process: 1623 ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/ privoxy.pid --user privoxy /etc/config (code=exited, status=0/SUCCESS) Process: 1619 ExecStartPre=/usr/bin/cp -upf /lib64/libresolv.so.2 /lib64/ libnss_dns.so.2 /var/lib/privoxy/lib64/ (code=exited, status=0/SUCCESS) Process: 1612 ExecStartPre=/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts /etc/localtime /var/lib/privoxy/etc/ (code=exited, status=1/ FAILURE) Main PID: 1627 (privoxy) Tasks: 6 (limit: 4915) CGroup: /system.slice/privoxy.service └─1627 /usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config Aug 15 07:25:09 roadrunner systemd[1]: Starting Privoxy Web Proxy With Advanced Filtering Capabilities... Aug 15 07:25:09 roadrunner cp[1612]: /usr/bin/cp: impossibile eseguire stat di '/etc/resolv.conf': File o directory non esistente Aug 15 07:25:10 roadrunner systemd[1]: Started Privoxy Web Proxy With Advanced Filtering Capabilities. Aug 15 07:26:08 roadrunner.suse systemd[1]: Reloading Privoxy Web Proxy With Advanced Filtering Capabilities. Aug 15 07:26:08 roadrunner.suse systemd[1]: Reloaded Privoxy Web Proxy With Advanced Filtering Capabilities. /etc/resolv/conf exists and is functional (as I resolve without proxy). I have the failure with name resolution so I tried: sudo netconfig update -f No error but no success. Is it possible that a recent update changed something in permissions? And why do I have this problem only when I travel and use my pc outside the usual network? When I set the browser to not use proxy it runs normally. _________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postf�cher sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
In data giovedì 15 agosto 2019 08:21:56 CEST, stakanov ha scritto:
which puzzles me a lot. sudo rcprivoxy status ● privoxy.service - Privoxy Web Proxy With Advanced Filtering Capabilities Loaded: loaded (/usr/lib/systemd/system/privoxy.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2019-08-15 07:25:10 CEST; 50min ago Process: 2558 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/ SUCCESS) Process: 1623 ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/ privoxy.pid --user privoxy /etc/config (code=exited, status=0/SUCCESS) Process: 1619 ExecStartPre=/usr/bin/cp -upf /lib64/libresolv.so.2 /lib64/ libnss_dns.so.2 /var/lib/privoxy/lib64/ (code=exited, status=0/SUCCESS) Process: 1612 ExecStartPre=/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts /etc/localtime /var/lib/privoxy/etc/ (code=exited, status=1/ FAILURE) Main PID: 1627 (privoxy) Tasks: 6 (limit: 4915) CGroup: /system.slice/privoxy.service └─1627 /usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config
Aug 15 07:25:09 roadrunner systemd[1]: Starting Privoxy Web Proxy With Advanced Filtering Capabilities... Aug 15 07:25:09 roadrunner cp[1612]: /usr/bin/cp: impossibile eseguire stat di '/etc/resolv.conf': File o directory non esistente Aug 15 07:25:10 roadrunner systemd[1]: Started Privoxy Web Proxy With Advanced Filtering Capabilities. Aug 15 07:26:08 roadrunner.suse systemd[1]: Reloading Privoxy Web Proxy With Advanced Filtering Capabilities. Aug 15 07:26:08 roadrunner.suse systemd[1]: Reloaded Privoxy Web Proxy With Advanced Filtering Capabilities.
/etc/resolv/conf exists and is functional (as I resolve without proxy). I have the failure with name resolution so I tried: sudo netconfig update -f
No error but no success. Is it possible that a recent update changed something in permissions? And why do I have this problem only when I travel and use my pc outside the usual network? When I set the browser to not use proxy it runs normally.
Having to take off privoxy of all browsers is tedious and is against he purpose of the program. Now the issue. At home I have it running on the laptop with following settings: confdir /etc logdir /log actionsfile match-all.action actionsfile default.action actionsfile user.action filterfile default.filter filterfile user.filter logfile logfile listen-address 127.0.0.1:8118 toggle 1 enable-remote-toggle 0 enable-remote-http-toggle 0 enable-edit-actions 0 enforce-blocks 0 buffer-limit 4096 enable-proxy-authentication-forwarding 0 trusted-cgi-referer http://www.example.org/ forwarded-connect-retries 0 accept-intercepted-requests 0 allow-cgi-request-crunching 0 split-large-forms 0 keep-alive-timeout 5 tolerate-pipelining 1 socket-timeout 300 At home I have no issues. Privoxy works as expected. But as soon I am on travel nothing works anymore. Only email is still possible. But the browsers doe not load and if the system settings are to use privoxy then even applets have no access to the internet. Once taken off privoxy everything loads normally. This is true if I am connecting to a foreign wlan or to my 4g Nokia 8118. I checked for resolve.conf but even updating forcefully does not have any effect. The problem seems to be the resolving of the addresses. But I do not understand why as I did not define any specific DNS server and told just to use the ones of the provider while on travel. _________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postf�cher sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
participants (1)
-
stakanov