Andrwe / privoxy-blocklist

Script converting AdBlock Plus rules into privoxy format.
The Unlicense
153 stars 39 forks source link

$PRIVOXY_CONF isn't set #12

Closed DominicTannert closed 2 years ago

DominicTannert commented 3 years ago

I have been following the instructions for setting up Privoxy on Archlinux with adblocker. While running the privoxy-blocklist.sh I receive the following error:

$PRIVOXY_CONF isn't set please either provice a valid initscript config or set it in /etc/conf.d/privoxy-blacklist .

Any idea what is going on?

lls-hcr commented 3 years ago

The first time you run the script, a configuration file named "privoxy-blacklist" is created in /etc/conf.d/privoxy-blacklist, as mentioned in the message. Open the file and adjust the configuration as needed, then re-run the script to download and install the blacklists.

Andrwe commented 2 years ago

The message indicates that your system does not provide an environment file which is sourced by an init-script in the path defined by INIT_CONF in /etc/conf.d/privoxy-blacklist.

This will happen for all systems running systemd or INIT_CONF points to the wrong file.

I'll check if I can get the required information automatically.

Andrwe commented 2 years ago

Will be solved with #26