Bug#298555: udev: No /dev/radio and /dev/video

2005-03-08 Thread robinud
Navajanje Marco d'Itri <[EMAIL PROTECTED]>: > On Mar 08, [EMAIL PROTECTED] wrote: > > > I have /dev/radio0 and /dev/video0, but no /dev/radio or /dev/video > > symlinks. (radio->radio0 and video->video0) > > Some packages in sarge use them. > Which ones? radio (see bug 296858) > And why? Ask the

Bug#298555: udev: No /dev/radio and /dev/video

2005-03-08 Thread robinud
Package: udev Version: 0.053-1 Severity: normal *** Please type your report below this line *** I have /dev/radio0 and /dev/video0, but no /dev/radio or /dev/video symlinks. (radio->radio0 and video->video0) Some packages in sarge use them. -- Package-specific info: -- /etc/udev/rules.d/: /etc/

Bug#298043: kernel oops on removing USB CDROM

2005-03-04 Thread robinud
Package: kernel Severity: important *** Please type your report below this line *** If I boot sarge when an external USB CD-ROM attached, I get a kernel oops during module loading (I guess it is discover). The message printed is (I did not write down everything, the PC is locked, so no copy&pas

Bug#298042: debian-installer: fails to mark partition type as linux if reusing a ntfs partition

2005-03-04 Thread robinud
Package: debian-installer Severity: normal *** Please type your report below this line *** If one tries to use an old ntfs partition as an ext3 root partition, then d-i forgets to change the partition id from 7 (NTFS) to 83 (Linux). Then grub failed to install itself on the disk. I guess the abo

Bug#296858: radio fails to find radio device

2005-02-25 Thread robinud
Package: radio Version: 3.94-1 Severity: normal *** Please type your report below this line *** $ radio open /dev/radio: No such file or directory Workaround : $ radio -c /dev/radio0 Info: $ ls -l /dev/radi* crw-rw 1 root video 81, 64 2005-02-24 16:29 /dev/radio0 -- System Information: D

Bug#296619: qtparted: menus have an ampersand character instead of underlined letter

2005-02-23 Thread robinud
Package: qtparted Version: 0.4.4-3 Severity: normal *** Please type your report below this line *** Menus have '&' and a letter instead of an underlined letter. Example : File / &Quit instead of File / Quit ( Q is underlined ) -- System Information: Debian Release: 3.1 APT prefers testing

Bug#296614: radio: crashes after setting frequency manually and cursor-up

2005-02-23 Thread robinud
Subject: radio: crashes after setting frequency manually and cursor-up Package: radio Version: 3.94-1 Severity: normal *** Please type your report below this line *** If radio is run inside screen 4.0.2-4.1, then it can crash: - log in on VT1 (first virtual terminal) - start screen - start rad

Bug#296615: util-linux: package addpart , partx

2005-02-23 Thread robinud
Subject: util-linux: package addpart , partx Package: util-linux Version: 2.12-10 Severity: normal *** Please type your report below this line *** Please package the partx, addpart and delpart tools, that allow partition manipulation without rebooting. E.g.: creating a new partition in the free s

Bug#296616: xbase-clients: xkbcomp gives warnings

2005-02-23 Thread robinud
Subject: xbase-clients: xkbcomp gives warnings Package: xbase-clients Version: 4.3.0.dfsg.1-10 Severity: normal *** Please type your report below this line *** On starting X, the following is printed : The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 le

Bug#296612: gtoaster: pink text on purple background in status line

2005-02-23 Thread robinud
Subject: gtoaster: pink text on purple background in status line Package: gtoaster Version: 0.2002083100+1.0Beta6-2.1 Severity: normal *** Please type your report below this line *** At the bottom of the window (status bar), the background is purple, while the text on it is pink. Totally unreadab

Bug#296609: fam: can not unmount floppy

2005-02-23 Thread robinud
Subject: fam: can not unmount floppy Package: fam Version: 2.7.0-6 Severity: important *** Please type your report below this line *** - login to GNOME - open an terminal - su - - mount /media/floppy (as root) - use floppy (as root) - umount /media/floppy : FAILS with : umount: /media/flop

Bug#295181: dosfstools: Fails to create filesystems larger than 2GB

2005-02-16 Thread robinud
> Note that it works on real devices. Forget that I said that. I never tested it on real device files larger than 2 GB. Maybe it works, maybe it doesn't. Varno. Enostavno. Vredno. Internet dodatne storitve. http://www.voljatel.si/st

Bug#295181: dosfstools: Fails to create filesystems larger than 2GB

2005-02-16 Thread robinud
> > # mkdosfs -C testimage2.1GB 210 > > mkdosfs 2.10 (22 Sep 2003) > > mkdosfs: seek failed > > This is normaly because it TRY to create a FAT16 filesystem. If you > need a biger one, USE the option "-F 32" to create a FAT32 filesystem. It is the same with -F 32 : seek failed. Note that it w

Bug#292747: Sarge weekly CD (i-d rc2) fails to reboot on hde3

2005-02-14 Thread robinud
I have the same problem. John , do you use kernel 2.4.x ? ( it is the default, so if you did not specify anything extra, then you ended up with 2.4.x ) It seems the 2.4 kernel is lacking the PDC driver. Or it is not in the initramdisk image. So the kaernel ccan not find your disk. The workaroun

Bug#286219: mkfs.vfat doesn't work on dm-crypt devices

2005-02-14 Thread robinud
Hi! I have a similar problem with DVD+RW media: # mkdosfs /dev/hda mkdosfs 2.10 (22 Sep 2003) mkfs.vfat: unable to get drive geometry for '/dev/hda' As a workaround I create a regular file and copy that to the DVD+RW # mkdosfs -C imagefile 450 # dd if=imagefile of=/dev/hda Whiche then work

Bug#295181: dosfstools: Fails to create filesystems larger than 2GB

2005-02-14 Thread robinud
Package: dosfstools Version: 2.10-1 Severity: normal Fails to create filesystem in a file larger than about 2GB. Example : # mkdosfs -C testimage2GB 200 is OK, while # mkdosfs -C testimage2.1GB 210 mkdosfs 2.10 (22 Sep 2003) mkdosfs: seek failed # ls -lh -rwxr-xr-x 1 root root