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. -- Per Jessen, Zürich (3.7°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org