Results 1 to 4 of 4

Thread: Privoxy not starting on every reboots

  1. #1
    Join Date
    Apr 2009
    Location
    Saitama, Japan
    Beans
    132
    Distro
    Ubuntu 10.04 Lucid Lynx

    Privoxy not starting on every reboots

    I have upgraded my privoxy to 3.0.17 and now it doesn't start on boot. I can manually start it, however. The docs is saying to put rc.privoxy in rc.local. I'm not sure how to do this since rc.local is a file and it contains some iptable lines.

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Privoxy not starting on every reboots

    Quote Originally Posted by duceduc View Post
    I have upgraded my privoxy to 3.0.17 and now it doesn't start on boot. I can manually start it, however. The docs is saying to put rc.privoxy in rc.local. I'm not sure how to do this since rc.local is a file and it contains some iptable lines.
    Hi!
    Check out this thread:
    http://ubuntuforums.org/showthread.p...2#post11208422
    and
    Code:
    sudo service privoxy restart

  3. #3
    Join Date
    Apr 2009
    Location
    Saitama, Japan
    Beans
    132
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Privoxy not starting on every reboots

    Thanks for the reply. I am running a server edition and do not have a gui.

  4. #4
    Join Date
    Apr 2009
    Location
    Saitama, Japan
    Beans
    132
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Privoxy not starting on every reboots

    I got it working by adding this line to /etc/rc.local

    /bin/sleep 20 && /etc/init.d/privoxy start

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •