Comment 19 for bug 650703

Revision history for this message
Carl Richell (carlrichell) wrote :

This workaround has been successful for us. Modify /etc/init/oem-config.conf removing the "or stopping rc RUNLEVEL=[2345]" line.

from:

start on (starting gdm
          or starting kdm
          or starting xdm
          or starting uxlaunch
          or stopping rc RUNLEVEL=[2345])

to

start on (starting gdm
          or starting kdm
          or starting xdm
          or starting uxlaunch)