Code: Select all
$ gnsu spi -i tor
The following packages will be installed:
tor
Fetching README...Done
Fetching README.SLACKWARE...Done
Fetching doinst.sh...Done
Fetching logrotate.tor...Done
Fetching rc.tor...Done
Fetching slack-desc...Done
Fetching tor.SlackBuild...Done
Fetching tor.info...Done
Fetching torrc...Done
Fetching https://www.torproject.org/dist/tor-0.2.4.21.tar.gz...Failed
Running tor.SlackBuild
Code: Select all
$ gnsu sh tor.SlackBuild
You must have a tor user and tor group to run this script.
Something like this should suffice for most systems:
# groupadd -g 220 tor
# useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null -s /bin/false tor
Code: Select all
$ gnsu groupadd -g 220 tor
User
Code: Select all
$ gnsu useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null -s /bin/false tor
$ gnsu useradd -u 220 -g 220 -c 'The Onion Router' -d /dev/null -s /bin/false tor
I did not have this sort of problem with Avahi
Code: Select all
$ gnsu groupadd -g 214 avahi
$ gnsu useradd -u 214 -g 214 -c 'Avahi' -d /dev/null -s /bin/false avahi
Code: Select all
$ gnsu groupadd -g 206 privoxy
$ gnsu useradd -u 206 -g privoxy -d /dev/null -s /bin/false privoxy