Comment 7 for bug 98955

Revision history for this message
Peter Funk (pf-artcom-gmbh) wrote :

I can cconfirm. that logd is not running after boot on two computers running 7.04.
The command
       sudo initctl list
reports
       logd (stop) waiting
I've stumbled over this while trying to find out, why a custom daemon I
wanted to get started during boot doesn't get started. After the
system is up, it is no problem to execute
      sudo initctl start logd
or the same command with my custom daemon and everything works
well. How should I try to debug this further? Any hints?