Privoxy Problem Under Karmic
Graham Todd:
> Under previous editions of Ubuntu (as far as I can remember!) once
> privoxy was installed, settings were kept and on reboot the settings
> were active, and privoxy burst into life.
>
> However, privoxy doesn't do this under Karmic and I have to enter:
>
> sudo /usr/sbin/privoxy
Not a good idea. This way you start privoxy needlessly as root.
You didn't change the port privoxy listens on to something lower than
1024, did you?
Doesn't
sudo invoke-rc.d privoxy start
or
sudo /etc/init.d/privoxy start
work?
> at the start of each session after reboot, or I will not be able to
> connect. Has there been a change in Karmic to warrant a bug
> notification?
Privoxy starts automatically for me.
What do
ls -l /etc/rc2.d/*privoxy*
and
ls -l /etc/init.d/*privoxy*
show?
Is /var/log/privoxy owned by the user "privoxy"?
--
Regards
mks
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|