[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-relays] Relay down, "rejected", help



Sorry for the spam in advance..

Install of tor-arm went well enough, no error msg's.

~$ sudo -u debian-tor arm

Traceback (most recent call last):
  File "/usr/share/arm/starter.py", line 578, in <module>
    cli.controller.startTorMonitor(time.time() - initTime)
  File "/usr/share/arm/cli/controller.py", line 700, in startTorMonitor
    curses.wrapper(drawTorMonitor, startTime)
  File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/share/arm/cli/controller.py", line 795, in drawTorMonitor
    cli.wizard.showWizard()
  File "/usr/share/arm/cli/wizard.py", line 313, in showWizard
relaySelection = RelayType.RESUME if manager.isTorrcAvailable() else RelayType.RELAY
  File "/usr/share/arm/cli/controller.py", line 487, in isTorrcAvailable
    torrcLoc = self.getTorrcPath()
  File "/usr/share/arm/cli/controller.py", line 479, in getTorrcPath
    return self._controller.getDataDirectory() + "torrc"
  File "/usr/share/arm/cli/controller.py", line 406, in getDataDirectory
    if not os.path.exists(dataDir): os.makedirs(dataDir)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/user/.arm/'
Exception in thread Thread-3 (most likely raised during interpreter shutdown): Traceback (most recent call last):Exception in thread Thread-2 (most likely raised during interpreter shutdown):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
File "/usr/share/arm/cli/logPanel.py", line 1189, in runException in thread Thread-4 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/share/arm/cli/connections/connPanel.py", line 281, in run
  File "/usr/lib/python2.7/threading.py", line 202, in release
<type 'exceptions.TypeError'>: 'NoneType' object is not callable


  File "/usr/lib/python2.7/threading.py", line 202, in release
<type 'exceptions.TypeError'>: 'NoneType' object is not callableTraceback (most recent call last):

Any ideas??

On 04/19/2014 08:16 AM, irregulator@xxxxxxxxxx wrote:
On 04/19/2014 05:42 PM, kbesig wrote:
My relay became one of the "rejected" since the heartbleed vulnerability surfaced so I reformatted my XP relay and did a fresh Ubuntu 14.04 LTS install. Built vidalia-0.2.21 from source using:

I would suggest completely avoiding (the burden of) Vidalia. You can
just install Tor as standalone daemon :
https://www.torproject.org/docs/debian.html.en

If you want an interface to inspect your relay's traffic (the reason you
wanted Vidalia?), I suggest tor-arm (provided you've already added Tor's
repositories):

apt-get install tor-arm

then run :

sudo -u debian-tor arm

Cheers,
Alex
_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays