[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#56782: libc6: Misdetection of devfs in devpts.sh



Package: libc6
Version: 2.1.2-12
Severity: normal

The script /etc/init.d/devpts.sh detects devfs in a system with the command:

,----[ devpts.sh exerpt ]
| devfs=$(grep -c devfs /proc/filesystems || true)
`----

This will mismatch on a system with the USB devfs compiled in. This is true on
my (recent) kernel but does not seem to cause failure.

The content of /proc/filesystems is:

,----[ /proc/filesystems ]
| nodev	usbdevfs
| 	ext2
| nodev	proc
| nodev	devpts
`----

	Daniel

-- System Information
Debian Release: potato
Kernel Version: Linux inanna 2.3.41 #2 Mon Jan 31 18:48:49 EST 2000 i686 unknown

Versions of the packages libc6 depends on:
ii  ldso           1.9.11-5       The Linux dynamic linker, library and utilit


Reply to: