Closed omaithatsnice closed 6 years ago
We could try using a docker container to help reproduce this bug.
This one seems a good one: https://hub.docker.com/r/heichblatt/blackarch/~/dockerfile/
When I get time I could help with it.
I tried installing on the arch, and I think this question is related to the return of the command "cat / etc / os-release | grep 'ID_LIKE' | cut -d '=' -f 2". The blackarch it is a nearly a meta-distro that can be installed upon archlinux or not, that return varies a little bit from the arch, archlinux, blackarch etc ... I do not think it's provided in getSystem(), which makes it impossible to get the torrc file.
Hope this helps
Fixed this bug on 9998dd4bfa0e299e24a36afe50e653ba6d9efbb0 commit
Hello, love the concept of this but cannot for the life of me to get it to work properly.
Attempting to get it to run on BlackArch (in VM).
BlackArch repositories do include nipe, but I removed that and grabbed it from the git repositories as your installation instructions say to do. Followed all instructions, received no errors. When I attempt to run 'perl nipe.pl start' I receive the error.
iptables version 1.6.1 perl version 5.26.0
EDIT: After playing around with everything for a bit, noticed that tor.service keeps failing:
If I remove tor and reinstall from pacman repo, tor.service will load and connect just fine. It's after I run
perl nipe.pl install
That tor.service fails to work. I think some setting the script puts into tor is causing it to fail?