Your message dated Sun, 22 Oct 2006 22:27:34 +0200
with message-id <[EMAIL PROTECTED]>
and subject line removing kudzu from Debian
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mount
Version: 2.12-7
Severity: normal
I'm using updfstab, which is in the debian package "kudzu", called from
hotplugs usb.agent script to update my fstab file whenever I plug in a usb
memory device. Updfstab adds the option "kudzu" to the fstab entry so that it
knows which lines were added by itself and it doesn't remove lines it didn't
add. Here is what it is adding for my digital camera:
/dev/sda1 /mnt/camera auto noauto,owner,kudzu 0 0
However, when I try to mount it I get:
# mount /mnt/camera
mount: you must specify the filesystem type
#
This error message is very misleading, which I think is related to bug #154978
If I remove the "kudzu" option from the fstab entry, it mounts
sucsessfuly without complaint, so it's not a problem with mount knowing
what file system it is (vfat).
It seems as though mount is simply confused by the "kudzu" mount option.
This can be reproduced without touching the fstab file by simply...:
# mount -t auto -o noauto,owner,kudzu /dev/sda1 /mnt/camera
mount: you must specify the filesystem type
Notice what happens if I tell it specificly that the fstype is vfat:
# mount -t vfat -o noauto,owner,kudzu /dev/sda1
/mnt/camera
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
But if I remove the kudzu option...:
# mount -t auto -o noauto,owner /dev/sda1 /mnt/camera
#
.... it mounts fine.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C
Versions of packages mount depends on:
ii libc6 2.3.2.ds1-15 GNU C Library: Shared libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
Dear bug reporter,;)
kudzu is not buildable anymore and is already removed from etch/testing.
Nobody seems to care about the package. I asked the pkg-knoppix people on alioth
but it doesn't seems to be an active project.
The main reason for packaging the kudzu hardware detection was to have it
packaged
for knoppix. But they are still using their own kudzu build.:(
>From upstream we got the following information:
Bill Nottingham <[EMAIL PROTECTED]>
....
Aside from that... what are you using kudzu for? You shouldn't. (it basically
is sticking around in RH/Fedora until the installer can be ported away
from it.)
Bill
--8<--
Thats why kudzu will be removed from Debian.
I'm closing all kudzu bugs.
Thanks from the kudzu maintainer.
--
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---