[Pkg-sysvinit-devel] Bug#393110: initscripts: mounts filesystems in wrong order

Brian May bam at debian.org
Sun Oct 15 00:54:23 UTC 2006


Package: initscripts
Version: 2.86.ds1-20
Severity: normal

My fstab is below. After boot /chroot/mail/proc is not mounted,
and /chroot/wiki/proc is not mounted. I believe this is because
mountall.sh is trying to mount all proc filesystems before it tries to
mount anything else, which obviously won't work.

After boot, if I type in "mount -a" it works.

/dev/md34		/		ext3	defaults		0 1

/dev/hda1	/boot		ext3	defaults,ro		0 2
/dev/hdc1	/boot2		ext3	defaults,ro		0 2

/dev/md10		swap		swap	pri=0			0 0

/dev/md30		/home		reiserfs defaults		0 2
/dev/md12	/var/spool/squid 	reiserfs defaults		0 2
/dev/md14	/var/cache/apt-proxy	reiserfs defaults		0 2

/dev/cdroms/cdrom0	/cdrom		iso9660 noauto,ro,user		0 0
none			/proc		proc	defaults,nosuid		0 0

/dev/md20	/chroot/mail		xfs	defaults		0 2
/dev		/chroot/mail/dev	tmpfs	bind			0 0
proc		/chroot/mail/proc	proc	defaults,nosuid		0 0

/dev/md32	/chroot/wiki		xfs	defaults		0 2
/dev		/chroot/wiki/dev	tmpfs	bind			0 0
proc		/chroot/wiki/proc	proc	defaults,nosuid		0 0


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages initscripts depends on:
ii  debianutils                  2.17        Miscellaneous utilities specific t
ii  e2fsprogs                    1.39-1      ext2 file system utilities and lib
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  lsb-base                     3.1-15      Linux Standard Base 3.1 init scrip
ii  mount                        2.12r-11    Tools for mounting and manipulatin

-- no debconf information




More information about the Pkg-sysvinit-devel mailing list