Mailinglist Archive: opensuse-bugs (5249 mails)

< Previous Next >
[Bug 486710] No clean shutdown after update to sysvinit 2.86-186.16.1-i58
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 1 Apr 2009 05:19:34 -0600 (MDT)
  • Message-id: <20090401111934.8021E245393@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=486710

User werner@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=486710#c9


Dr. Werner Fink <werner@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |hmacht@xxxxxxxxxx,
| |hschaa@xxxxxxxxxx,
| |jengelh@xxxxxxxxxx,
| |thoenig@xxxxxxxxxx
Info Provider| |nospam@xxxxxxxx




--- Comment #9 from Dr. Werner Fink <werner@xxxxxxxxxx> 2009-04-01 05:19:32
MDT ---
Your self compiled kernel is missing the tiocgdev patch, see package
``kernel-sources'' in the archive patches.fixes.tar.bz2 the patch file
named ``tiocgdev''

Next point is that it may crash within console-kit-daemon is dbus daemon
is terminated in /etc/init.d/dbus ... to avoid this please add the line

killproc -TERM /usr/sbin/console-kit-daemon

before

killproc -p $DBUS_DAEMON_PID -TERM $DBUS_DAEMON_BIN

in /etc/init.d/dbus ... this should avoid the problem (at least for me).

To debug a possible problem with mkill in /etc/init.d/boot.localfs
please add the two lines

mkill -0 $ulist | xargs -r ps u
mkill -0 $ulist | xargs -n 1 -r | while read p; do ls -Gl /proc/$p/fd;
done
sleep 10

before the line

mkill -TERM $ulist

in /etc/init.d/boot.localfs ...

After this we may see which process will be terminated and may cause a hang.
You may see the messages within

/var/log/boot.omsg

on next boot.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >