In data venerdì 23 novembre 2018 16:31:31 CET, Per Jessen ha scritto:
stakanov wrote:
In data venerdì 23 novembre 2018 12:38:16 CET, Per Jessen ha scritto:
Maybe it doesn't get far enough to be able to start logging. Try starting it from the command line, non-forking and/or in debug mode, with the appropriate arguments.
roadrunner:~ # sudo privoxy --no-daemon 2018-11-23 15:30:07.480 7fea5458ff00 Info: Privoxy version 3.0.26 2018-11-23 15:30:07.480 7fea5458ff00 Info: Program name: privoxy 2018-11-23 15:30:07.480 7fea5458ff00 Fatal error: can't check configuration file '/root/config': No such file or directory
This look like it is defaulting to a config of "~/config" - you need to run it like this:
privoxy --no-daemon <configfile>
With sudo this is worse
sudo privoxy --no-daemon 2018-11-23 15:29:16.102 7fb7a4624f00 Info: Privoxy version 3.0.26 2018-11-23 15:29:16.102 7fb7a4624f00 Info: Program name: privoxy 2018-11-23 15:29:16.102 7fb7a4624f00 Fatal error: can't check configuration file '/home/entropia/config': No such file or directory
It is the same problem, it defaults to '~/config' when you don't specify a config file.
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/ ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target _________________________________________________________________ ________________________________________________________ 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