sshd cups and other services not running

I made the last updates of opensuse 11.1 and now many services are not working.
They’re still in the services list and they should autostart bu when I check their status I find them not running
I tried to do
init S
and then
init 5
and all the services work correctly.

this is the /var/log/boot.omsg

*Boot logging started on /dev/tty1(/dev/console) at Mon Feb 9 16:21:40 2009

Master Resource Control: previous runlevel: 5, switching to runlevel: 6
Shutting down service kdm<notice>killproc: kill(2917,15)
done
Shutting down CRON daemondone
Shutting down smartd <notice>killproc: kill(6115,15)
done
Shutting down automount (force) <notice>killproc: kill(5863,12)

done
Shutting down cupsd<notice>killproc: kill(4268,15)
Shutting down irqbalance done
<notice>killproc: kill(6304,15)
Shutting down Avahi daemon done
<notice>killproc: kill(2362,15)
done
Shutting down java.binfmt_misc done
Shutting down mail service (Postfix)done
Shutting down SSH daemondone
Stopping jexec servicesShutting down service kdmdone
Shutting down Name Service Cache Daemondone
Saving random seeddone
Shutting down acpid done
done
Shutting down VirtualBox host networkingdone
Stopping VirtualBox kernel moduledone
Shutting down auditd done*

It seems that during the boot it closes the services that should be kept active
do you know how can I fix this problem

I’m having the same problem on my 11.1 install. The services I’m most concerned with is sshd and mysql. I could start them manually, but this gets very annoying.

Hi,

That is not what happens on boot but on reboot (runlevel 6). The o in boot.omsg means old. So this file doesn’t tell you what happened whilst booting the actual session but the last session shut down or reboot included. The actual boot messages you find in boot.msg. Is there a line like which informs you about failed or skipped services? Also you should have a look at /var/log/messages and all log files of services that don’t start.

Bye

Erik*

It could be that the jexec service is hanging and causing the other services not to start. I found this post. I haven’t tried it yet, but it looks promissing.

I’ll remove the jexec from runlevels 3 and 5 and see if it helps on reboot.

The post above me is correct - the broken jexec from the Sun Java package is causing the failure to start the services.

Had this on several machines until I pinpointed the issue and nuked the Sun packages.