"sshd" doesn't come up with boot [asl 4.720]

hi @ first 
well...i've just installed asl 4.720 and now my problem is that the sshd-deamon is not started during the boot-progress. putty or other similar clients just say "connection refused - network not reachable". so i logged in the console and put up this command --> " ps -A | grep sshd". the sshd was not running. but during the "boot-up-messages" was showed that sshd was started. afterwards i started sshd via "sshd -4" and everything worked fine. i tried to get the script "sshd" in /etc/init.d/ working but it didn't work. after rebooting my asl-box i always have start the "sshd" manually via local-login.
what's wrong?
thx4help    
Parents Reply
  • if sshd's start will fail on bootup, the selfmonitoring will try starting this process .. so if sshd never runs, there's something broken.

    please do the following:
    - login and check if selfmonitor runs ( tail -f /var/log/selfmon.log   OR ps axf | grep selfmonng.pl )
    - if selfmonitor runs, read the log
    - if selfmonitor tries to start sshd, but fails also, try starting sshd manually (/etc/init.d/sshd start)

    please post the results/output..thx

    cheers
    ~marcel 
Children