Hi Damian,
Is FreeBSD supported? I've run into a few hurdles, and overcame several, but can't get over the last one.
I had to do:
sudo pkg install py27-sqlite3
And also run nyx with:
sudo -u _tor ./run_nyx -i 127.0.0.1:XXXX
Nyx didn't seem able to find the control interface on its own.
I'm stuck here though:
$ sudo -u _tor ./run_nyx -i 127.0.0.1:XXXX nyx: environment corrupt; missing value for Traceback (most recent call last): File "./run_nyx", line 14, in <module> nyx.main() File "/usr/home/ryan/nyx/nyx/__init__.py", line 147, in main nyx.starter.main() File "/usr/home/ryan/nyx/stem/util/conf.py", line 289, in wrapped return func(*args, config = config, **kwargs) File "/usr/home/ryan/nyx/nyx/starter.py", line 90, in main os.putenv('LANG', 'C') # make subcommands (ps, netstat, etc) provide english results OSError: [Errno 14] Bad address
Thanks for working on nyx!