I just installed tor on my Arch Linux ARM install(v3) and it asked me to update pacman.
Pacman told me that there was a conflict between udev-oxnas and udev so I allowed it to remove udev-oxnas and install udev. tor finished installing after that.
Whenever I rebooted I was not able to get an SSH connection with the Pogoplug. I get this message:
$this->bbcode_second_pass_code('', '
ssh: connect to host 192.xxx.x.xxx port 22: Connection refused
')
I tried pinging the Arch Linux ARM install and got a response, then used nmap to scan my ports. I get:
$this->bbcode_second_pass_code('', 'All 1000 scanned ports on 192.xxx.x.xxx are closed')
Is there some configuration file that would be closing all of my ports? Did the installation of udev or tor have anything to do with it? I would rather not start from scratch if I don't have to.
Thanks in advance.
Geoff