In data venerdì 23 novembre 2018 17:01:31 CET, stakanov ha scritto:
In data venerdì 23 novembre 2018 16:46:22 CET, Per Jessen ha scritto:
stakanov wrote:
In data venerdì 23 novembre 2018 16:31:31 CET, Per Jessen ha scritto:
Please show us output from "systemctl cat privoxy". That'll tell us how it is meant to be started. Specifically, with which config file.
# /usr/lib/systemd/system/privoxy.service [Unit] Description=Privoxy Web Proxy With Advanced Filtering Capabilities After=network.target
[Service] Type=forking PIDFile=/run/privoxy.pid ExecStartPre=-/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts / etc/localtime /var/lib/privoxy/etc/ ExecStartPre=-/usr/bin/cp -upf /lib64/libresolv.so.2 /lib64/libnss_dns.so.2 / var/lib/privoxy/lib64/
Okay, so those ExecStartPre prepare the chroot in /var/lib/privoxy/
ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config
Try running it, as root, like this:
/usr/sbin/privoxy --chroot --user privoxy --no-daemon /etc/config
I think a config file of '/etc/config' is a bit odd, I owuld have expected maybe '/etc/privoxy.conf'.
Maybe also show us output of 'grep privoxy /etc/passwd' - it should list /var/lib/privoxy as homedir.
# /usr/sbin/privoxy --chroot --user privoxy --no-daemon /etc/config 2018-11-23 16:59:53.760 7f62f5d38f00 Info: Privoxy version 3.0.26 2018-11-23 16:59:53.761 7f62f5d38f00 Info: Program name: /usr/sbin/privoxy 2018-11-23 16:59:53.763 7f62f5d38f00 Info: Loading filter file: /etc/ default.filter 2018-11-23 16:59:53.766 7f62f5d38f00 Info: Loading filter file: /etc/ user.filter 2018-11-23 16:59:53.769 7f62f5d38f00 Info: Loading actions file: /etc/match- all.action 2018-11-23 16:59:53.769 7f62f5d38f00 Info: Loading actions file: /etc/ default.action 2018-11-23 16:59:53.772 7f62f5d38f00 Info: Loading actions file: /etc/ user.action 2018-11-23 16:59:53.773 7f62f5d38f00 Fatal error: can't bind to 192.168.0.1:8118: Cannot assign requested address
cannot assign requested address? Maybe a firewalld issue? Which service has to be allowed in firewalld to run privoxy. Client or server or none or both?
_________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de Found this page, going to try (is from two years ago but would not surprise me. https://superuser.com/questions/1125854/cant-start-privoxy
_________________________________________________________________ ________________________________________________________ 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+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org