Bug#903246:

2018-07-08 Thread Ian Tester
Upon further exploration, it appears the problem is that /dev/block is not being created and populated on this system. I'll have to figure out why that is. This report may be closed or at least knocked down in severity.

Bug#903246: cryptdisks_start now says device UUID "does not exist"

2018-07-08 Thread Ian Tester
Package: cryptsetup-run Version: 2:2.0.3-5 Severity: grave File: /sbin/cryptdisks_start Justification: renders package unusable Dear Maintainer, I've been using cryptdisk for years. It appears the recent changes to crypttab parsing has broken UUID discovery (at least, for me). ~# cryptdis

Bug#863247: java-package: ARM support bitrotted

2017-06-12 Thread Ian Tester
I finally dove into fixing the problems on ARM and Jo Shield's message helped me. It turned out to be fairly simple to fix after looking all about the place to figure out what was going wrong. This patch got 8u131 to build on my Cubietruck (armhf) and it installed okay. No idea if it works on arm6

Bug#452932: What do you mean?

2008-02-08 Thread Ian Tester
I mean that in version 2.8 there is an option in the preferences for "fit image to window". Not "if larger". Always. I have a 1600x1200 screen (not that uncommon nowadays) and there is still a lot of material that is smaller than the maximised window or fullscreen display. I don't want these image

Bug#452936: gthumb shows icons for video files but cannot play them

2007-11-26 Thread Ian Tester
Package: gthumb Version: 3:2.10.5-2 Severity: normal Why show generic icons for media files that gthumb cannot play? At least add an option to the preferences or a menu to enable/disable the display of icons for non-image files. -- System Information: Debian Release: lenny/sid APT prefers unst

Bug#452932: gthumb: Unconditional "Fit image to window" gone from preferences

2007-11-26 Thread Ian Tester
Package: gthumb Version: 3:2.10.5-2 Severity: important Previous to 2.10, gthumb had an option to "fit image to window" in the preferences. This is now gone. Without this setting I might as well go back to rubbish like xv. -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#452929: gthumb: fit and width zoom options do not work

2007-11-26 Thread Ian Tester
Package: gthumb Version: 3:2.10.5-2 Severity: important Selecting View -> Zoom -> Fit or Width does nothing. Hitting the keys assigned to them also does nothing. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Ke

Bug#440646: squid3: Incorrect content returned by pre7

2007-09-09 Thread Ian Tester
On Tue, 4 Sep 2007 01:33:22 +0200 Luigi Gangitano <[EMAIL PROTECTED]> wrote: > Hi Ian, > this bug may be related to the large object (>2GB) support > introduced upstream between PRE6 and PRE7. Can you please try the > follow: > > - backup your cache_dir (just move it to somewhere else) > - create

Bug#393513: process 23446 exited, signaled to death by 6

2006-10-16 Thread Ian Tester
Package: Cyrus-imapd-2.2 Version: 2.2.13-8 Almost two weeks ago I started getting this error when trying to log into my Cyrus 2.1 IMAP server. I have an LDAP setup to centralise user accounts on my small family network. Thankfully this server is only used by myself. I use saslauthd for authenticat

Bug#379592: procinfo -DS garbles numbers on AMD64, possibly a 64-bit problem

2006-07-24 Thread Ian Tester
Package: procinfo Version: 18-1 I'm guessing this has something to do with "long"'s being 64-bit on 64-bit machines. But I'm not sure if it's the long's that procinfo is generating from the parsed /proc text, or the time_t type created by gettimeofday. Either way, changing float's to double's for

Bug#347926: postinst starts tor, even if it wasn't running before

2006-01-13 Thread Ian Tester
Package: tor I've just spent 24 hours thinking there was something wrong with my family's ADSL connection. Our ping times, even to the other end of the PPP link, were over four seconds. For over 24 hours. I was convinced it was the ADSL line. I've been on the phone to my ISP twice, and was about t

Bug#334851: redirection problem - can't login to eBay

2005-10-20 Thread Ian Tester
Package: polipo Version: 0.9.8-1 I cannot log in to eBay when using polipo as my web proxy. The status bar on Firefox switches between "waiting for my.ebay.com.au..." and "waiting for signin.ebay.com.au..." several times before popping up a dialog with this message: "Redirection limit for this UR

Bug#297989: Apache::Session::Wrapper 0.20 breaks Apache1+mod_perl1

2005-06-17 Thread Ian Tester
That one line change breaks on Apache 1.3.x and mod_perl 1. It causes a new session and session id to be created on each request. -my %c = $self->{cookie_class}->fetch; +my %c = $self->{cookie_class}->fetch( @{ $self->{new_cookie_args} } ); Reverting to the 0.19 package fixed my just-de