Bug#318463: libext2fs: segfaults checking a 256MB ext2 USB key

2005-08-17 Thread oo-ngb
Package: e2fslibs Version: 1.37-2sarge1 Followup-For: Bug #318463 hi, alas happend to me as well, leaving me with a broken fs - isn't this enough to rise the level to 'important' for such key system utility? anyway, here's by gdb bt: gdb --args e2fsck -y /dev/sda1 ... e2fsck 1.37

Bug#318463: ssegv: checked w/ 1.38 nostrip

2005-08-17 Thread oo-ngb
Package: e2fsprogs Version: 1.38-1.1 Followup-For: Bug #318463 hi, here's a few more bits for situation like in previous msg, using e2fsprogs not stripped, from unstable: Starting program: /sbin/e2fsck -y /dev/sda1 e2fsck 1.38 (30-Jun-2005) /dev/sda1 contains a file system with errors, check

Bug#312809: mozilla-firefox: hangs with 100% cpu loading a page with 'mindterm' applet, and Sun's jre1.5.0_02

2005-06-10 Thread oo-ngb
Package: mozilla-firefox Version: 1.0.4-2 Severity: normal hello, I have an extranet site with a page taht offers ssh access through 'mindterm' applet, either the free one that ships w/ Debian, or 2.3.1 and 2.4.2 limited usage versions from AppGate. All of them run ~fine in mozilla 1.7.x from

Bug#309153: resolvconf: should do better check on input args

2005-05-14 Thread oo-ngb
Package: resolvconf Version: 1.28 Severity: normal Tags: patch hello, while playing with wpa_supplicant, I reconf'd the resolver doing something like 'cat myresolvonf|resolvconf -a -i ath0' just 'cauze I was used to the -i opt of the other app. This innocent error wasn't catched by resolvconf's

Bug#306568: bizarre error: /etc/X11/wdm/Xresources_0: line 1: /etc/X11/wdm/Xresources_0: Permission denied

2005-04-27 Thread oo-ngb
Package: wdm Version: 1.27-2.2 Severity: normal hello, after upgrade, I saw these wierd errors in syslog - can't tell on which upgrade though: ... wdm: /etc/X11/wdm/Xresources_0: line 1: /etc/X11/wdm/Xresources_0: Permission denied wdm: /etc/X11/wdm/Xresources_0: line 2: syntax error near

Bug#306587: coreutils: man expr says RC=2 for invalid vals, but I get 3

2005-04-27 Thread oo-ngb
Package: coreutils Version: 5.2.1-2 Severity: normal man expr ... expr exits with: 0 if the expression is neither null nor 0; 1 if the expression is null or 0; or 2 for invalid expressions. ... eg: $ expr 1 - a $ expr: non-numeric argument $ echo $? $ 3 --