[Pkg-sysvinit-devel] Bug#497575: initscripts: /etc/rcS.d/S30checkfs.sh starts very soon

Noel David Torres Taño envite at rolamasao.org
Tue Sep 2 19:47:12 UTC 2008


Package: initscripts
Version: 2.86.ds1-61
Severity: important
Tags: patch


It can happen that a system which needs to mount external USB disks detects them some seconds after /etc/rcS.d/S30checkfs.sh starts.

In my laptom system, I see the USB udev lines just below the "Press Control-D" line. The following patch works for me:

PATCH:
--- checkfs.sh.original 2008-09-02 21:45:40.000000000 +0200
+++ checkfs.sh  2008-09-02 20:47:01.000000000 +0200
@@ -110,6 +110,7 @@

 case "$1" in
   start|"")
+       /bin/sleep 5
        do_start
        ;;
   restart|reload|force-reload)
:PATCH

Thanks

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages initscripts depends on:
ii  debianutils                  2.30        Miscellaneous utilities specific t
ii  e2fsprogs                    1.41.0-3    ext2/ext3/ext4 file system utiliti
ii  libc6                        2.7-13      GNU C Library: Shared libraries
ii  lsb-base                     3.2-19      Linux Standard Base 3.2 init scrip
ii  mount                        2.13.1.1-1  Tools for mounting and manipulatin
ii  sysvinit-utils               2.86.ds1-61 System-V-like utilities

Versions of packages initscripts recommends:
ii  psmisc                        22.6-1     Utilities that use the proc filesy

initscripts suggests no packages.

-- no debconf information





More information about the Pkg-sysvinit-devel mailing list