Hi all,
It appears my Debian squeeze slice is not starting sshd after rebooting. When I connect through Lish, I see that the booting freezes at some point, and won't give me a console. Searching Google for this problem is quite hard, as I can't find any clue to what could be wrong.
Code:
startpar: service(s) returned failure: hostname.sh ... failed!
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting portmap daemon...Already running..
Starting NFS common utilities: statd.
Starting enhanced syslogd: rsyslogd.
Starting database: mongodb.
Starting supervisor: supervisord.
Starting message broker: rabbitmq-server.
I've tried changing the boot order in rc2.d -- for instance, moving mongo, supervisor and rabbitmq further down, or removing them altogether. This only results in freezing earlier and not loading those services, so my assumption is that it's not those services, and it must be sshd.
Syslog and auth.log do not contain any useful information either.
I'm out of ideas. Has anyone experienced this before? Are there any log files available for sshd or the booting process and any errors that might occur during booting? Any clues how to debug further?
Thanks in advance,
Bas