Your message dated Fri, 21 Feb 2025 15:49:41 +0000 with message-id <[email protected]> and subject line Re: Bug#386006: [Pkg-sysvinit-devel] Bug#386006: Cannot mount -o auto USB filesystems from /etc/fstab has caused the Debian Bug report #386006, regarding checkfs.sh/mountall.sh run before asynchronous detection of USB/SCSI devices to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 386006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386006 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---
--- Begin Message ---Dan, On Sun, Sep 17, 2006 at 12:22:58AM +0800, Dan Jacobson wrote: > OK, I will try udev here on sid. My problem is not knowing that it is > time to move away from hotplug to udev. Now I know. Since this related to the obsolete hotplug system, I will close. Mark
--- End Message ---

