LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   Privoxy-3.0.28 (https://www.linuxquestions.org/questions/slackware-arm-108/privoxy-3-0-28-a-4175680266/)

dodoLQ 08-11-2020 01:00 PM

Privoxy-3.0.28
 
Hi, i've compiled and installed Privoxy-3.0.28 on Slackware ARM-current (using a personnal SlackBuild from x86_64), that works but on next boot, a special directory (/var/run/privoxy) is removed! So privoxy can't start.. I don't have this pb on Slackware64 :scratch: Thanks :)

abga 08-11-2020 05:15 PM

http://www.slackware.com/changelog/current.php?cpu=arm
Quote:

Sun Feb 23 08:08:08 UTC 2020
...
a/sysvinit-scripts-2.1-noarch-24.txz: Rebuilt.
rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman.
You could create /var/run/privoxy (put mkdir /var/run/privoxy in /etc/rc.d/rc.local) before launching privoxy. Or, configure privoxy to store its pid file in /run (maybe a recompilation is required).

dodoLQ 08-12-2020 12:05 PM

Thanks for the tip :) I'll simply put put these lines in rc.local:
Code:

mkdir -m 700 -p /var/run/privoxy
chown privoxy:privoxy /var/run/privoxy
/etc/rc.d/rc.privoxy start



All times are GMT -5. The time now is 07:02 PM.