Michael Tautschnig schrieb:
[...]
Well, my point is that you are the first to note a missing sshd, and it works
here perfectly, so it is quite likely not a general bug in FAI but rather an
issue of your configuration.

Some update:

I was able to trace this to the point that I can see that

flag_sshd=1

is set. This cannot be found in variables.log because it is unset right after it's use. (Why?)

So I'd assume that

        [ "$flag_sshd" -a -x /usr/sbin/sshd ] && /usr/sbin/sshd

(subroutines, line 229)

will run and should at least attempt to start sshd.

Any idea how I can find out what's wrong? I mean, how can I get some meaningful debugging output. At this point in time, I don't have a persistent filesystem yet that I could log to and sendmon is only good for single lines AFAIK.

Regards,
Torsten

Antwort per Email an