Ingo Wichmann schrieb: > Here task_confdir waits for several minutes, and then continues ... > task_confdir waits in line: > syslogd -m 0 -p /tmp/etc/syslogsocket
I solved this by creating a diretory for the syslog pid-file in the line before syslog is called: mkdir -p /tmp/var/run And i've put a symlink /var/run -> /tmp/var/run in nfsroot Ingo
