← Back to team overview

registry team mailing list archive

[Bug 484307] Re: Partitions not unmounted correctly

 

OK - here is how you can reproduce this:

root@ubuntutpl:~# cat /etc/init.d/testinit
#!/bin/sh
### BEGIN INIT INFO
# Provides: test
# Required-Start: $local_fs
# Required-Stop: $local_fs
# X-Start-Before: $network
# X-Stop-After: $network
# Default-Start: 2 3 5
# Default-Stop: 0 6
### END INIT INFO

root@ubuntutpl:~# ls -l /etc/rc0.d/
total 1
-rw-r--r-- 1 root root 353 2009-09-07 20:58 README
lrwxrwxrwx 1 root root  22 2010-05-21 19:18 S15wpa-ifupdown -> ../init.d/wpa-ifupdown
lrwxrwxrwx 1 root root  18 2010-05-21 19:16 S20sendsigs -> ../init.d/sendsigs
lrwxrwxrwx 1 root root  17 2010-05-21 19:16 S30urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root  22 2010-05-21 19:16 S31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root  20 2010-05-21 19:16 S35networking -> ../init.d/networking
lrwxrwxrwx 1 root root  18 2010-05-21 19:16 S40umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root  20 2010-05-21 19:16 S60umountroot -> ../init.d/umountroot
lrwxrwxrwx 1 root root  14 2010-05-21 19:16 S90halt -> ../init.d/halt
root@ubuntutpl:~# insserv /etc/init.d/testinit

[ alot of insserv warnings ]

root@ubuntutpl:~# ls -l /etc/rc0.d/
total 1
-rw-r--r-- 1 root root 353 2009-09-07 20:58 README
lrwxrwxrwx 1 root root  14 2010-05-21 20:01 S01halt -> ../init.d/halt
lrwxrwxrwx 1 root root  20 2010-05-21 20:01 S01networking -> ../init.d/networking
lrwxrwxrwx 1 root root  18 2010-05-21 20:01 S01sendsigs -> ../init.d/sendsigs
lrwxrwxrwx 1 root root  18 2010-05-21 20:01 S01umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root  22 2010-05-21 20:01 S01umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root  20 2010-05-21 20:01 S01umountroot -> ../init.d/umountroot
lrwxrwxrwx 1 root root  17 2010-05-21 20:01 S02urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root  22 2010-05-21 20:01 S02wpa-ifupdown -> ../init.d/wpa-ifupdown

-- 
Partitions not unmounted correctly
https://bugs.launchpad.net/bugs/484307
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for NULL Project.