Bug#578856: bind mounts not handled correctly by lost+found check in /etc/cron.daily/standard

2010-05-02 Thread Rob Walker
Hi, Here's the results of the commands you requested: [...@makalu ~]$ df -P --type=ext2 --type=ext3 --type=ext4 --type=xfs Filesystem 1024-blocks Used Available Capacity Mounted on /dev/sda1307663800 229912116 74626000 76% /mnt/disk /dev/sda1307663800 2

Bug#578856: bind mounts not handled correctly by lost+found check in /etc/cron.daily/standard

2010-04-23 Thread Rob Walker
Package: cron Version: 3.0pl1-109 Severity: normal My system has a number of bind mounts set up: the root is NAND flash, so /usr /var & /srv are on a disk (/mnt/disk) /etc/fstab has: /mnt/disk/srv /srvnonebind0 0 /mnt/disk/usr /usrnonebind

Bug#471062: ixp4xx: stalls and I/O errors when reading and writing via NFS

2008-03-25 Thread Rob Walker
Hi, I've been seeing similar errors with NFS writes to a NSLU2 running 2.6.24 (old arm, not armel). Copying a 30Mb mp3 file to the server would result in an I/O error and corruption about 20% of the time, with the same errors in syslog. I've just rebuilt the network module with the patch and

Bug#470558: linux-image-2.6-ixp4xx: Please enable TKIP wireless encryption module (ieee80211_crypt_tkip)

2008-03-11 Thread Rob Walker
el image and it works OK and I can use my NSLU2 on the wireless network Rob Walker -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (900, 'stable'), (500, 'unstable') Architecture: arm (armv5tel) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.2

Bug#410999: panel set to "Hide automatically" didn't show after upgrade

2007-02-15 Thread Rob Walker
Hi, I've also seen this bug, but it's been happening for a number of weeks (i.e. before the upgrade to 4:3.5.5a.dfsg.1-6). There doesn't seem to be any pattern to when it happens - I can be logged in for some time and the panel will appear when I put the mouse to the bottom one minute, but it

Bug#406549: kwin: switch desktop with win+tab key broken

2007-01-16 Thread Rob Walker
Hi, Just done a spot of googling and the following might be useful: https://bugs.freedesktop.org/show_bug.cgi?id=587 https://bugs.freedesktop.org/show_bug.cgi?id=926 http://bugs.kde.org/show_bug.cgi?id=78467 Rob -- Rob Walker <[EMAIL PROTECTED]> http://www.tenfoot.org.uk -- To UNSUB

Bug#406549: kwin: switch desktop with win+tab key broken

2007-01-12 Thread Rob Walker
On Thursday 11 January 2007 23:01, Sune Vuorela wrote: > On Thursday 11 January 2007 21:08, Rob Walker wrote: > > However, I still think this is a bug as this option is not set by default > > and less experienced users will not know how to fix it. It's either in > > the

Bug#406549: kwin: switch desktop with win+tab key broken

2007-01-11 Thread Rob Walker
or not recognising the Win key as a modifier). Regards Rob Walker -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-k7 Locale: LA

Bug#404127: digikam: uploading servicemenu does not work with unmounted media

2006-12-21 Thread Rob Walker
Package: digikam Version: 1:0.8.2-2 Severity: normal The servicemenus for uploading pictures to digikam when a compact flash card reader is plugged in do not work in digikam 0.8.2. The dialog appears with the option to upload to digikam. However, when I select it, digikam starts and tries to acc

Bug#403075: [Pkg-cryptsetup-devel] Bug#403075: cryptsetup luksOpen can kill unrelated processes (out of memory killer)

2006-12-20 Thread Rob Walker
> >> > >> Are you able to reproduce the error with the version of cryptsetup that > >> is currently in unstable? > > > >I can reproduce the bug using the cryptsetup from unstable. I've also > > tried it on another machine with the same results. > > Ok, could you then provide me with the exact step

Bug#403075: cryptsetup luksOpen can kill unrelated processes (out of memory killer)

2006-12-19 Thread Rob Walker
> Problem is I can't reproduce the bug with your commands either > (executing them as a regular user): > > ([EMAIL PROTECTED]:~)$ dd if=/dev/zero of=/tmp/foo bs=1k count=1024 > 1024+0 records in > 1024+0 records out > 1048576 bytes (1.0 MB) copied, 0.0060463 seconds, 173 MB/s > ([EMAIL PROTECTED]:~

Bug#403667: Updated patch for /usr/share/initramfs-tools/scripts/init-top/framebuffer

2006-12-19 Thread Rob Walker
On 12/19/06, maximilian attems <[EMAIL PROTECTED]> wrote: On Mon, 18 Dec 2006, Rob Walker wrote: > Ooops, I accidentally used some bash specific syntax in the first patch. The > attached patch fixes this and should work now. It also makes sure the right > option

Bug#403667: Updated patch for /usr/share/initramfs-tools/scripts/init-top/framebuffer

2006-12-18 Thread Rob Walker
Ooops, I accidentally used some bash specific syntax in the first patch. The attached patch fixes this and should work now. It also makes sure the right option is passed into parse_video_opts (was $TMP, should be $x) --- framebuffer.orig 2006-11-14 06:54:08.0 + +++ framebuffer.fixed

Bug#403669: initramfs-tools: framebuffer script assumes module name is same as frame buffer name

2006-12-18 Thread Rob Walker
Package: initramfs-tools Version: 0.85c Severity: normal Tags: patch The framebuffer script (/usr/share/initramfs-tools/scripts/init-top/framebuffer) assumes that the name of the option on the command line is the same as the name of the module for the framebuffer. This is not correct for Matrox c

Bug#403667: invalid syntax in /usr/share/initramfs-tools/scripts/init-top/framebuffer

2006-12-18 Thread Rob Walker
Package: initramfs-tools Version: 0.85c Severity: important Tags: patch The file /usr/share/initramfs-tools/scripts/init-top/framebuffer has invalid syntax in parse_video_opts at line 47: elif [ "$opt" != "${opt#[[:digit:]]*x[[:digit:]]}"; then is lacking a closing ']' Also thi

Bug#403075: [Pkg-cryptsetup-devel] Bug#403075: cryptsetup luksOpen can kill unrelated processes (out of memory killer)

2006-12-14 Thread Rob Walker
>A normal user can do this, so this could be used for some kind of >denial of service attack: system performance will be impaired and processes of >other users may be killed. Hence the grave serverity. Ehh..any user can run a process which uses any amount of memory unless you use ulimit. I agre

Bug#403075: cryptsetup luksOpen can kill unrelated processes (out of memory killer)

2006-12-14 Thread Rob Walker
Package: cryptsetup Version: 2:1.0.4-8 Severity: grave Tags: security Justification: user security hole If I run cryptsetup luksOpen, giving it a file instead of a device, it tries to allocate lots of memory, eventually triggering the oomkiller to kill processes. A normal user can do this, so t

Bug#402760: python-pynjb should depend on python-sip4

2006-12-12 Thread Rob Walker
Package: python-pynjb Version: 0.1.0-1 Severity: grave Justification: renders package unusable python-pynjb uses sip to generate the python bindings, but does not depend on python-sip4 which provides the necessary sip modules. Manually installing python-sip4 makes python-pynjb usable. -- System

Bug#399239: dpkg-preconfigure fails on quake2-data version 13-0.1

2006-11-18 Thread Rob Walker
"false" ]; then If the NMU is installed, then oldversion is now 13-0.1 which is not valid input for the -lt operator and the script fails. Regards Rob Walker -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (500, 'unstabl

Bug#398734: kcontrol is empty on fresh install

2006-11-15 Thread Rob Walker
Package: kcontrol Version: 4:3.5.5a.dfsg.1-1 Severity: important I've just done a fresh install of an etch system, using KDE as the desktop. When I log in as a new user (newly created, so no old config) and open kcontrol, no icons are shown - all I get is the kcontrol front screen with no icons i

Bug#372719: Also affects xfs with truetype fonts

2006-08-18 Thread Rob Walker
This bug also causes xfs to crash if I use truetype fonts from X applications that don't do anti-aliasing (e.g. emacs, xfontsel). Downgrading to libfreetype6 2.1.7-2.4 fixes the problem. Rob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Bug#342156: ladspa-sdk: valgrind errors with sine plugin

2006-01-08 Thread Rob Walker
, but I guess there could be some platforms where using delete[] on malloced memory could crash. Regards Rob -- Rob Walker <[EMAIL PROTECTED]> http://www.tenfoot.org.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#342156: ladspa-sdk: valgrind errors with sine plugin

2005-12-05 Thread Rob Walker
Package: ladspa-sdk Version: 1.1-2 Severity: normal Tags: patch Running valgrind on a program that uses the sine.so plugin in this package produces the following errors: $ valgrind analyseplugin /usr/lib/ladspa/sine.so ==10056== Mismatched free() / delete / delete [] ==10056==at 0x1B

Bug#338269: knights: change of dependency?

2005-11-25 Thread Rob Walker
At Wed, 23 Nov 2005 19:17:34 +0100, Tommaso Moroni wrote: > > On Wed, Nov 23, 2005 at 02:46:57AM +0000, Rob Walker wrote: > > Now that #336114 is closed, do you think we should file a bug against > > the proper kde packages, and then link this bug to that one? > > I th

Bug#338269: knights: change of dependency?

2005-11-22 Thread Rob Walker
Package: knights Version: 0.6-5 Followup-For: Bug #338269 Tommaso, Now that #336114 is closed, do you think we should file a bug against the proper kde packages, and then link this bug to that one? rob -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy

Bug#216766: boot-icons: more info on 216766

2005-11-21 Thread Rob Walker
Package: boot-icons Version: 0.5 Followup-For: Bug #216766 I was able to get boot-icons to work on my machine. However, the earlier email was correct, the problem is that the penguin logo is not turned on by default with debian kernels. I turned on the logo, but it didn't show up until I remove

Bug#338269: knights: fails to start

2005-11-08 Thread Rob Walker
Package: knights Version: 0.6-5 Severity: grave Justification: renders package unusable -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (300, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-24 Thread Rob Walker
At Mon, 24 Oct 2005 22:00:33 +0900 (JST), Tatsuya Kinoshita wrote: > > [1 ] > On October 23, 2005 at 4:53PM -0700, > rob (at ladle.net) wrote: > > > With twm, select-convert-out does not get called at all. > > > > I am writing this email to you under twm, started via "startx -- :1" > > on my VT

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-24 Thread Rob Walker
At Sun, 23 Oct 2005 18:46:17 -0700, Rob Walker wrote: > I think now that it is probably KDE, even though I want to rule out > the ssh-agent and the control/capslock stuff. I ran KDE without ssh-agent, and it still is broken. I got rid of the capslock changed, and it still is broken. I b

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-23 Thread Rob Walker
At Sun, 23 Oct 2005 04:29:19 +0900 (JST), Tatsuya Kinoshita wrote: > > On October 21, 2005 at 6:16PM -0700, > rob (at ladle.net) wrote: > > > Package: wl > > Version: 2.14.0-2 > > Severity: normal > > > > > > If I start up wl, and then hit A to do a reply with citation, I get the > > following i

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-23 Thread Rob Walker
At Sun, 23 Oct 2005 21:14:55 +0900 (JST), Tatsuya Kinoshita wrote: > > [1 ] > On October 22, 2005 at 6:03PM -0700, > rob (at ladle.net) wrote: > > > > On my system, `select-convert-out' is not called and debugger is > > > not invoked. > > > > Hrmm... which XEmacs are you using? > > Debian pac

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sun, 23 Oct 2005 09:00:51 +0900 (JST), Tatsuya Kinoshita wrote: > > [1 ] > On October 22, 2005 at 3:05PM -0700, > rob (at ladle.net) wrote: > > > Debugger entered--entering a function: > > * select-convert-out(PRIMARY TARGETS (# > 0x8337abc> . #)) > > > It seems to keep running. Every time

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sun, 23 Oct 2005 09:00:51 +0900 (JST), Tatsuya Kinoshita wrote: > > [1 ] > On October 22, 2005 at 3:05PM -0700, > rob (at ladle.net) wrote: > > > Debugger entered--entering a function: > > * select-convert-out(PRIMARY TARGETS (# > 0x8337abc> . #)) > > > It seems to keep running. Every time

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sat, 22 Oct 2005 15:31:49 -0700, Rob Walker wrote: > > At Sun, 23 Oct 2005 04:29:19 +0900 (JST), > Tatsuya Kinoshita wrote: > > > > [1 ] > > On October 21, 2005 at 6:16PM -0700, > > rob (at ladle.net) wrote: > > > > > Package: w

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sat, 22 Oct 2005 15:31:49 -0700, Rob Walker wrote: > > At Sun, 23 Oct 2005 04:29:19 +0900 (JST), > Tatsuya Kinoshita wrote: > > > > [1 ] > > On October 21, 2005 at 6:16PM -0700, > > rob (at ladle.net) wrote: > > > > > Package: w

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sun, 23 Oct 2005 04:29:19 +0900 (JST), Tatsuya Kinoshita wrote: > > [1 ] > On October 21, 2005 at 6:16PM -0700, > rob (at ladle.net) wrote: > > > Package: wl > > Version: 2.14.0-2 > > Severity: normal > > > > > > If I start up wl, and then hit A to do a reply with citation, I get the > > fol

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
At Sun, 23 Oct 2005 04:29:19 +0900 (JST), Tatsuya Kinoshita wrote: > > Debugger entered--Lisp error: (error "markers must be in the same buffer" > > # #) > > signal(error ("markers must be in the same buffer" # > +draft/120 0x8ca9b5c> #)) > > select-convert-to-text(PRIMARY COMPOUND_TEXT (# >

Bug#335221: wl-summary-reply-with-citation (A) is broken

2005-10-22 Thread Rob Walker
Package: wl Version: 2.14.0-2 Severity: normal If I start up wl, and then hit A to do a reply with citation, I get the following in my *Backtrace* buffer: Debugger entered--Lisp error: (error "markers must be in the same buffer" # #) signal(error ("markers must be in the same buffer" # #))

Bug#312732: apt-cacher-import.pl does not support udebs

2005-06-09 Thread Rob Walker
Package: apt-cacher Version: 0.9.4 Severity: minor Tags: patch apt-cacher-import.pl does not handle udebs. Adding <*.udeb> to the appropriate line in the script allows udebs to be imported to the cache. --- /usr/share/apt-cacher/apt-cacher-import.pl 2005-05-27 19:07:36.0 +0100 +++ /ho

Bug#312724: apt-cacher: tries to open all deb files read/write

2005-06-09 Thread Rob Walker
Package: apt-cacher Version: 0.9.4 Severity: normal Tags: patch I have apt-cacher set up to serve previously downloaded debs. Some of these are symlinks to directories I have archived to CD and made read only. apt-cacher opens all files read/write when it's checking that the file is complete and

Bug#302810: ktrack: not able to install, linked against hamlib2

2005-04-02 Thread Rob Walker
Package: ktrack Version: 0.3.0-alpha1-6 Severity: grave Justification: renders package unusable -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.1020050221 Locale: LANG=C, LC_CTYPE=C (ch