Hello,
I have a Raspberry Pi running archlinux which I use as a fileserver, connected via network cable to my router.
I solely connect via ssh, since I have no monitor / keyboard connected to the board.
Worked without any problem till today, when I issued a “reboot” from the ssh session. Actually, from what I recall, it is the first time I use the reboot command - previously I have always used shutdown -h now.
After reboot, I am not able to ssh into the system anymore (details below).
Hence, I lost any possibility to interface myself with the running board.
I can ping however.
$this->bbcode_second_pass_code('', '
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.11 [192.168.0.11] port 22.
debug1: connect to address 192.168.0.11 port 22: Connection refused
ssh: connect to host 192.168.0.11 port 22: Connection refused
')
Now, I don’t know what could be gone wrong. Except for the fact that I found this link on the archlinux wiki: SSH connection left hanging after poweroff/reboot
As I mentioned, the only possibility is to log in via ssh.
But I can plug the SD card into my laptop and edit files, if I only new what need to be done to fix the problem.
Any suggestion would be welcome, I really would like to avoid setting up a new installation again.