Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13114] simpleinit doesn't stop services during shutdown on recent kernels

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13114] simpleinit doesn't stop services during shutdown on recent kernels
  • Date: 27 Feb 2007 18:52:47 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13114





------- Additional Comments From jblosser-smgl AT firinn.org 2007-02-27 12:52
-------
root@sourcemage-chroot:~# telinit run udevd status
udevd: udevd is running with Process ID(s) 1033
root@sourcemage-chroot:~# telinit run sshd status
sshd: sshd is running with Process ID(s) 2557
root@sourcemage-chroot:~# telinit run apache status
apache: Apache is running with Process ID(s) 2629 2628 2627 2626 2625 2624
2512
root@sourcemage-chroot:~# ps aux|grep udev
root 1033 0.2 0.7 1348 472 ? S<s 17:05 0:00 /sbin/udevd
--daemon
root 2777 0.0 0.6 1332 436 tty1 S+ 17:07 0:00 grep udev
root@sourcemage-chroot:~# ps aux|grep ssh
root 2557 0.1 1.5 3120 992 ? Ss 17:05 0:00
/usr/sbin/sshd
root 2779 0.0 0.6 1332 436 tty1 S+ 17:07 0:00 grep ssh
root@sourcemage-chroot:~# ps aux|grep http
root 2512 0.2 3.5 5120 2332 ? Ss 17:05 0:00
/usr/sbin/httpd
-k start
nobody 2624 0.0 2.8 5140 1860 ? S 17:06 0:00
/usr/sbin/httpd
-k start
nobody 2625 0.0 2.8 5196 1880 ? S 17:06 0:00
/usr/sbin/httpd
-k start
nobody 2626 0.0 2.8 5196 1880 ? S 17:06 0:00
/usr/sbin/httpd
-k start
nobody 2627 0.0 2.8 5196 1880 ? S 17:06 0:00
/usr/sbin/httpd
-k start
nobody 2628 0.0 2.8 5196 1880 ? S 17:06 0:00
/usr/sbin/httpd
-k start
nobody 2629 0.0 2.8 5196 1880 ? S 17:06 0:00
/usr/sbin/httpd
-k start
root 2783 0.0 0.6 1336 440 tty1 S+ 17:07 0:00 grep http
root@sourcemage-chroot:~# initctl -r -f
(same ~12 second delay, no output)
root@sourcemage-chroot:~# telinit run udevd status
udevd: /sbin/udevd is not running
root@sourcemage-chroot:~# telinit run sshd status
sshd: /usr/sbin/sshd is not running
root@sourcemage-chroot:~# telinit run apache status
apache: Apache is not running
root@sourcemage-chroot:~# ps aux|grep udev
root 3371 0.0 0.6 1332 436 tty1 S+ 17:08 0:00 grep udev
root@sourcemage-chroot:~# ps aux|grep ssh
root 3373 0.0 0.6 1336 440 tty1 S+ 17:08 0:00 grep ssh
root@sourcemage-chroot:~# ps aux|grep http
root 3375 0.0 0.6 1332 436 tty1 S+ 17:08 0:00 grep http


So things do appear to stop... I need to add some file logging to these init
scripts to see what they're getting.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page