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. -- Per Jessen, Zürich (3.4°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org