[no subject]
I'm running Debian Wheezy Linux and have no problems installing and
running Privoxy when using:
sudo apt-get install privoxy
However, when I do the following on a fresh Debian installation:
sudo dpkg-deb -x libyaml-tiny-perl_1.51-1_all.deb /
sudo dpkg-deb -x doc-base_0.10.4_all.deb /
sudo dpkg-deb -x privoxy_3.0.19-2_amd64.deb /
followed by:
sudo /etc/init.d/privoxy restart
this error appears:
[....] Restarting filtering proxy server: privoxy2015-02-06 15:46:49.200
7f4417f66700 Fatal error: User 'privoxy' not found.
failed!
Is there a standard initialization script that executes using
apt-get install ?
Glenn
Reply to:
- Follow-Ups:
- Re:
- From: Niels Thykier <niels@thykier.net>