Hello friends
Here is my rc.conf file
The TOR and Privoxy service are up and running and I am able to browse the onion network, but the service status is reporting this:
Any suggestions please.
Here is my rc.conf file
Code:
$ cat /etc/rc.conf
privoxy_enable ="YES"
tor_enable ="YES"
slim_enable="YES"
moused_enable="YES"
dbus_enable="YES"
hald_enable="YES"
xdm_enable="YES"
hostname="noname.noname.edu"
keymap="us.iso.kbd"
ifconfig_re0=" inet xx.xx.xx.xx netmask xx.xx.xx.xx"
defaultrouter="xx.xx.xx.xx"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
fusefs_enable="YES"
linux_enable="YES"
The TOR and Privoxy service are up and running and I am able to browse the onion network, but the service status is reporting this:
Code:
# service -e
/etc/rc.conf: privoxy_enable: not found
/etc/rc.conf: tor_enable: not found
Any suggestions please.