Gett Tor and Irssi working together
Posted
by
Joey Bagodonuts
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Joey Bagodonuts
Published on 2011-02-12T09:45:56Z
Indexed on
2011/02/12
15:33 UTC
Read the original article
Hit count: 488
Hi I am trying to get Tor working with Irssi.
The directions at the bottom of this page Freenode Install Link say to
:~/.irssi$ tor MapAddress 10.40.40.40 p4fsi4ockecnea7l.onion
Feb 12 04:26:51.101 [notice] Tor v0.2.1.29 (r318f470bc5f2ad43). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux x86_64)
Feb 12 04:26:51.101 [warn] Command-line option 'p4fsi4ockecnea7l.onion' with no value. Failing.
Feb 12 04:26:51.101 [err] Reading config failed--see warnings above.
Or add it to the torrc file and reload irssi
.irssi$ cat /etc/tor/torrc |grep 10.40.40
mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion
This is a paste from within irssi after running $torify irssi
[04:33] Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at /usr/local/share/perl/5.10.1/Crypt/DH.pm line 6
[04:33]
[04:33] *** Irssi: Loaded script cap_sasl
So I thought it was a CPAN module issue.
cpan[1]> install Math::BigInt
This was also done for FastCalc and retried with force install.
What am I doing wrong?
Thanks
© Ask Ubuntu or respective owner