sometimes linux boots but is not ssh-able

Started by albvalente, June 03, 2015, 12:02:37 PM

Previous topic - Next topic

albvalente

Hello,

sometimes my A10-4Gb boots (linux from sd) but cannot ssh into it.
If I connect with serial debug interface I see it is running, ifconfig shows correct parameter for eth0 (it has a valid IP) but I cannot login into it via ssh nor access webserver and Codiad.
Usually a reboot is enough to make it work. Sometimes I need to reboot twice.
Any clue?
Maybe a not-clean shutdown can damage sd filesystem?

thank you

MBR

Unclean shutdown can damage the filesystem, but the symptoms are different (e.g. stopping aftert the filesystem check with manual repair request, or not able to boot at all, even after reboots), this looks more like some problem with configuration. Is the network address static or dynamic (via DHCP)? Does it help when you change it? And when you log via serial interface, are the ssh daemon, the webserver and other network-related processes running and to what addresses are they bound? (you can get it with netstat -a -t).

albvalente

yesterday it worked all day long flawlessy  :o
whenever it will do it again I'll try your suggestions

thank you