Bug#1016081: elpa-magit: Magit saves wrong buffers for remote repository

2022-07-26 Thread Toby Speight
Package: elpa-magit Version: 3.3.0-1 Severity: normal Tags: patch X-Debbugs-Cc: Toby Speight File: /usr/share/emacs/site-lisp/elpa-src/magit-3.3.0/magit-mode.el When working remotely over SSH, I find that Magit offers to save only local files, rather than the ones on the host where Git

Bug#984912: cppreference-doc-en-qch: Please update to newer upstream release

2021-03-10 Thread Toby Speight
Package: cppreference-doc-en-qch Version: 20170409-2 Severity: normal X-Debbugs-Cc: Toby Speight The 20170409 release is looking quite dated now, and 20190607 has been available for some time. It's quite frustrating to have to work with old documentation - I frequently find myself having to go

Bug#776240: pmount: Bash-completion hangs until interrupted

2018-08-27 Thread Toby Speight
Package: pmount Version: 0.9.23-3+b2 Severity: normal Tags: patch File: /etc/bash_completion.d/pmount When I used tab-completion on a pmount command, it would hang indefinitely. The problem was here: / | grep $mdir /proc/mounts \ Because $mdir isn't set in _pmount(), grep sees

Bug#906882: libqt5gstreamer-dev: pkg-config fails unless libgstreamer-plugins-base1.0-dev is also installed

2018-08-21 Thread Toby Speight
Package: libqt5gstreamer-dev Version: 1.2.0-5 Severity: normal * aptitude install libqt5gstreamer-dev * pkg-config --cflags Qt5GStreamer-1.0 / | Package gstreamer-audio-1.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing

Bug#853726: please put wiki in a -doc package

2018-04-05 Thread Toby Speight
0> In article <20180331011017.6aqdom452re4b...@mail.wookware.org>, 0> Wookey ("Wookey") wrote: Wookey> So, Phil Sargent fettled the tunnel wiki to be properly Wookey> standalone. I tidied up some more cruft, but the result is Wookey> still 34MB. I'm not convinced

Bug#826044: needrestart: needrestart hangs after children have finished

2018-03-14 Thread Toby Speight
Package: needrestart Version: 2.11-4 Severity: normal After any upgrade, needrestart hangs, with a zombie child: / | root 929 27669 0 20:31 pts/200:00:00 aptitude install | root 930 929 0 20:31 pts/200:00:00 sh -c test -x

Bug#879887: caveconverter: Could not find or load main class footleg.cavesurvey.cmdline.CaveConverter

2017-10-26 Thread Toby Speight
Package: caveconverter Version: 0~20170114-2 Severity: important I installed and tried to run caveconverter, but it simply doesn't start: / | $ caveconverter | Error: Could not find or load main class footleg.cavesurvey.cmdline.CaveConverter \ -- System Information: Debian

Bug#853726: tunnelx: Dead link in man page

2017-01-31 Thread Toby Speight
Package: tunnelx Version: 20160713-3 Severity: normal Sorry, no patch this time, because I couldn't find a fix! The manual page says: / | This manual page was written for the Debian distribution because the | original program does not have a manual page. Instead, it has | excellent

Bug#852721: tunnelx: Non-ASCII character corruption

2017-01-26 Thread Toby Speight
Package: tunnelx Version: 20160713-3 Severity: normal Tags: patch Characters outside US-ASCII get corrupted when saving and loading tunnel sketches. The reason is that each char is simply cast to byte when saving, and sign-extended to char when loading. I've made a patch which writes and reads

Bug#852720: tunnelx: Estimated walls not dashed in SVG output

2017-01-26 Thread Toby Speight
Package: tunnelx Version: 20160713-3 Severity: normal Tags: patch In saved SVG images, estimated walls appear identical to actual walls. No dash pattern is being applied to the stroke. I've made a patch that fixes it - tested by exporting SVG and viewing in Iceweasel - and it's probably suitable

Bug#852718: tunnelx: Exception reported when using scaled angle units

2017-01-26 Thread Toby Speight
Package: tunnelx Version: 20160713-3 Severity: normal Tags: patch I'm too lazy to type decimal points, so my Survex data files have / | *units tape 0.001 metres | *units compass clino 0.1 degrees \ When I import this as centreline, Tunnel does nothing, but prints an exception to

Bug#845318: fvwm: should suggest XML::Parser

2016-11-22 Thread Toby Speight
Package: fvwm Version: 1:2.6.5.ds-4.1+b2 Severity: normal File: /usr/bin/fvwm-menu-desktop When I run fvwm-menu-desktop, I get / | fvwm-menu-desktop: XML::Parser not installed. \ I think that the package should suggest or recommend a package to solve this. -- System

Bug#843032: qemu-user-static: Upgrade fails: unable to close /proc/sys/fs/binfmt_misc/register

2016-11-03 Thread Toby Speight
It might be some time before I'm in a position to run a newer kernel (I like to be physically present for reboots, in case of problems). Current uptime is less than 1 year, so it's not particularly pressing otherwise. I'm guessing that any such recovery action would be a wishlist bug against

Bug#843032: qemu-user-static: Upgrade fails: unable to close /proc/sys/fs/binfmt_misc/register

2016-11-03 Thread Toby Speight
Package: qemu-user-static Version: 1:2.7+dfsg-3 When I upgrade from the previous (working) version in 'testing', I get a configure failure: / | # dpkg --configure -a | Setting up qemu-user-static (1:2.7+dfsg-3) ... | update-binfmts: warning: unable to close

Bug#821853: emacs: Emacs Menu entry has disappeared

2016-04-19 Thread Toby Speight
Package: emacs Version: 46.1 Severity: normal Dear Maintainer, Has the menu file been dropped from the Emacs packages? I can no longer start Emacs directly from fvwm, and must resort to starting an xterm just to launch an Emacs. Please restore this useful functionality. -- System Information:

Bug#808255: osmosis: Cannot access PostgreSQL database

2015-12-17 Thread Toby Speight
Package: osmosis Version: 0.44.1-2 Severity: important My usual update command: / | osmosis -q --read-replication-interval workingDirectory=$HOME/maps/replication --write-pgsql-change database=osm \ now fails with an exception: / | java.io.FileNotFoundException:

Bug#775834: kernel-package: Installed vmlinuz file has insufficient read permissions

2015-10-15 Thread Toby Speight
A workaround exists: on every client root directory, write the following to a file in /etc/kernel/postinst.d/ (you'll probably also want "UMASK=022" in your /etc/initramfs-tools/initramfs.conf, too): #!/bin/sh set -e # Ensure that kernel image is readable by tftpd vmlinuz_location="$2" if test -e

Bug#799961: acpi-support: Fails to configure on upgrade

2015-09-24 Thread Toby Speight
Package: acpi-support Version: 0.142-7 Severity: normal When I attempted to update one of my systems, I got / | Setting up acpi-support (0.142-7) ... | insserv: Service dbus has to be enabled to start service acpi-support | insserv: exiting now! | update-rc.d: error: insserv rejected the

Bug#797703: openssh-client: ssh-copy-id hangs when connection sharing in effect

2015-09-01 Thread Toby Speight
Package: openssh-client Severity: normal Traceback (most recent call last): File "/usr/bin/reportbug", line 2235, in main() File "/usr/bin/reportbug", line 1002, in main (options, args) = parser.parse_args() File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args stop =

Bug#794806: jhead: jhead refuses to rename read-only files

2015-08-10 Thread Toby Speight
0 In article 55c759cb.8070...@gmail.com, 0 Ludovic Rousseau URL:mailto:ludovic.rouss...@gmail.com (Ludovic) wrote: Instead of skipping readonly files, it makes sense to continue as normal until/unless a system call gives us a failure, then report it - like every other Unix utility. That's

Bug#794806: jhead: jhead refuses to rename read-only files

2015-08-06 Thread Toby Speight
Package: jhead Version: 1:3.00-1 Severity: normal I have a writable directory containing some JPEG files that are non-writable for me. I want to rename them by their timestamps (but not to inadvertently change their content). But jhead -n refuses, saying Skipping readonly file. The -n option

Bug#785257: osmosis: ClassCastException when reading from pgsnapshot

2015-05-15 Thread Toby Speight
0 In article 55549ae2.1000...@xs4all.nl, 0 Sebastiaan Couwenberg URL:mailto:sebas...@xs4all.nl (SC) wrote: SC I've prepared a new osmosis revision for jessie and requested SC approval from the release team (#785298). SC SC I'll include that change, and more of the upstream changes in a new SC

Bug#785257: closed by Sebastiaan Couwenberg sebas...@xs4all.nl (Re: Bug#785257: osmosis: ClassCastException when reading from pgsnapshot)

2015-05-14 Thread Toby Speight
reopen 785257 thanks 0 In article handler.785257.d785257.14315564474590.notifd...@bugs.debian.org, 0 Debian Bug Tracking System URL:mailto:ow...@bugs.debian.org (Debian) wrote: / | $ osmosis -q --read-pgsimp database=osm --dataset-dump --write-null Debian You should use --read-pgsql

Bug#785257: osmosis: ClassCastException when reading from pgsnapshot

2015-05-13 Thread Toby Speight
Package: osmosis Version: 0.43.1-4 Severity: normal I recently dropped my pgsimple database and created a new pgsnapshot database. But although osmosis successfully writes to it (both initially and every night using replication), a read fails: / | $ osmosis -q --read-pgsimp database=osm

Bug#781613: bugs.debian.org: Broken links for reassigned bugs

2015-03-31 Thread Toby Speight
Package: bugs.debian.org Severity: normal Have a look at a bug that has been reassigned - e.g. [1]. Where the text says Bug reassigned from package 'src:linux' to 'rsyslog'., the links point to [2] and [3] respectively, which both return 404 Not Found errors. [1] URL:

Bug#778606: aptitude: Add support for colours in non-interactive mode

2015-02-17 Thread Toby Speight
Package: aptitude Version: 0.6.11-1+b1 Severity: wishlist Dear Maintainer, I would find it useful when doing 'aptitude upgrade' to (optionally) show the list of proposed actions using colours to distinguish those to be removed, installed, upgraded and recommended. This would draw attention

Bug#775834: closed by Michael Gilbert mgilb...@debian.org (Bug#775834: fixed in isc-dhcp 4.3.1-6)

2015-02-16 Thread Toby Speight
reopen 775834 thanks I'm not convinced that a change to isc-dhcp fixes this issue - did you perhaps make a typo? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#775834: kernel-package: Installed vmlinuz file has insufficient read permissions

2015-01-20 Thread Toby Speight
Package: kernel-package Version: 13.014+nmu1 Severity: normal I build Linux image packages for some of my diskless client systems, and install using schroot on the file server. The TFTP server is set to serve the kernel image and initrd with symlinks in

Bug#541269: mpd: Hang after 2min43sec on BBC Radio feed

2015-01-04 Thread Toby Speight
As the submitter, I support the proposal to archive this bug. I clearly haven't used this for a while! (Sorry for late response; I've been on holiday for a couple of weeks.) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#747903: libstdc++6-4.9-dbg:amd64: pretty-printer SyntaxError: invalid syntax

2014-05-12 Thread Toby Speight
Package: libstdc++6-4.9-dbg Version: 4.9.0-2 Severity: normal File: /usr/lib/x86_64-linux-gnu/../../share/gcc-4.9/python/libstdcxx/v6/printers.py Dear Maintainer, I'm using gdb 7.6.2, and I get the following when I load a program linked against libstdc++: / | [Thread debugging using

Bug#746539: kernel-package: Please suggest liblz4-tool

2014-05-01 Thread Toby Speight
Package: kernel-package Version: 12.036+nmu3 Severity: wishlist If I build a kernel with LZ4 compression enabled, it fails at / | LZ4 arch/x86/boot/compressed/vmlinux.bin.lz4 | /bin/sh: 1: lz4c: not found \ Kernel-package could Suggest liblz4-tool to help find the right

Bug#669584: python-rbtools: Version 0.6 available upstream

2014-04-10 Thread Toby Speight
Package: python-rbtools Version: 0.3.4 Severity: normal Dear Maintainer, Upstream has released quite a few versions since 0.3.4, including bug fixes and features that many of us would find useful: URL: http://www.reviewboard.org/docs/releasenotes/rbtools/ Please consider packaging RBTools

Bug#721721: Still affecting osmosis (was: Bug#721721: I confirm)

2014-02-17 Thread Toby Speight
Severity: important Version: 2.1.1-5 File: /usr/share/java/postgis.jar It's still an issue with 2.1.1: /[ dpkg -L libpostgis-java ] | /. | /usr | /usr/share | /usr/share/doc | /usr/share/doc/libpostgis-java | /usr/share/doc/libpostgis-java/changelog.gz |

Bug#717805: initramfs-tools: lsinitramfs doesn't understand early microcode images

2013-07-25 Thread Toby Speight
Package: initramfs-tools Version: 0.113 Severity: normal File: /usr/bin/lsinitramfs Dear Maintainer, With iucode-tool installed, mkinitramfs will generate an image for 3.9 or higher kernels with an uncompressed cpio archive containing processor firmware before the main, compressed initramfs.

Bug#683772: gpscorrelate: provide a --force option to overwrite existing GPS tags

2013-05-02 Thread Toby Speight
+++ gpscorrelate-1.6.1+tms.1/debian/changelog 2013-04-26 10:30:33.559152896 +0100 @@ -1,3 +1,9 @@ +gpscorrelate (1.6.1-4+tms.1) unstable; urgency=low + + * Add ability to force overwriting of existing tags + + -- Toby Speight t.m.speight...@cantab.net Fri, 26 Apr 2013 09:31:14 +0100 + gpscorrelate

Bug#700614: libosmium-dev: new upstream supports 64-bit ids

2013-02-15 Thread Toby Speight
Package: libosmium-dev Version: 0.0~20111213-g7f3500a-3+b2 Severity: important OSM ids now exceed the capacity of a 32-bit signed int, causing my applications to fail with a bad_alloc. Upstream changelog mentions 64-bit ID support, so please package for us. Thanks. -- System Information:

Bug#679499: [buildd-tools-devel] Bug#679499: Bug#679499: schroot: suspend fails from chroot

2012-12-10 Thread Toby Speight
0 In article 20121210203903.gi14...@codelibre.net, 0 Roger Leigh URL:mailto:rle...@codelibre.net (Roger) wrote: Roger Many thanks for the patch. I'm afraid I'm a little busy to look Roger at it in detail right now; maybe while I'm home for Christmas. Roger Roger I do have a lurking suspicion

Bug#679499: [buildd-tools-devel] Bug#679499: schroot: suspend fails from chroot

2012-12-10 Thread Toby Speight
0 In article 20121014231616.gn5...@codelibre.net, 0 Roger Leigh URL:mailto:rle...@codelibre.net (Roger) wrote: Roger This is quite an interesting problem, and will need a bit more Roger investigation before I find a solution. I fully expected that! :-) I have however just tried a bit of

Bug#683772: gpscorrelate: provide a --force option to overwrite existing GPS tags

2012-08-03 Thread Toby Speight
Package: gpscorrelate Version: 1.6.1-4 Severity: wishlist I've recently acquired a camera that writes GPS data to its images. But the positioning data are quite often a bit off, because it only infrequently updates itself (to conserve battery, I presume). Therefore, I want to overwrite the image

Bug#683776: gimp: JPEG export - save settings is broken

2012-08-03 Thread Toby Speight
Package: gimp Version: 2.8.0-2+b1 Severity: normal I wanted to change my default JPEG settings, so I used the Save Defaults on the export dialog. It did succeed in changing my defaults, but not to the values I asked for - it seems to have broken things so badly that it now wants to save

Bug#679500: cron: test for missing lost+found should ignore bind mounts

2012-07-02 Thread Toby Speight
0 In article CAB9B7UuZKh=o-89Q35MHbwhCU2k1Fz4=xcu3qpyozoklzd4...@mail.gmail.com, 0 Javier Fernandez-Sanguino URL:mailto:j...@computer.org (Javier) wrote: Javier This bug was already reported (in bug reports #662605 and Javier #660879) and has been fixed in the 3.0pl1-123 version (in Javier

Bug#679499: schroot: suspend fails from chroot

2012-06-29 Thread Toby Speight
Package: schroot Version: 1.5.4-1 Severity: normal If I use plain 'chroot' to access a working system, with SHELL=/bin/bash, I can type 'suspend' into bash, and get back to my parent shell. If I use 'schroot' to do the same, then 'suspend' just hangs until I go to another terminal and 'kill

Bug#679500: cron: test for missing lost+found should ignore bind mounts

2012-06-29 Thread Toby Speight
Package: cron Version: 3.0pl1-121 Severity: normal File: /etc/cron.daily/standard Dear Maintainer, Every day, I receive an email warning me about missing lost+found directories. But the filesystems listed are merely bind mounts of sub-trees of other filesystems which do in fact have lost+found.

Bug#661105: pipewalker: Prevents DPMS blanking

2012-05-15 Thread Toby Speight
0 In article 20120513081611.ga21...@master.debian.org, 0 Bart Martens URL:mailto:ba...@debian.org (Bart) wrote: Bart I cannot reproduce the problem with pipewalker 0.9.4-1. Can you ? Bart If yes, please describe how. I can still reproduce it, and there's no change to my repro steps. With

Bug#664130: mkgmap: Please include tile splitter

2012-03-15 Thread Toby Speight
Package: mkgmap Version: 0.0.0+svn1067-1 Severity: wishlist Mkgmap is much more useful with its associated splitter to divide up country-sized extracts into Garmin-sized chunks: URL: http://www.mkgmap.org.uk/page/tile-splitter I'd suggest calling the binary something like mkgmap-split or such.

Bug#661105: pipewalker: Prevents DPMS blanking

2012-02-24 Thread Toby Speight
Package: pipewalker Version: 0.9.1-1 Severity: normal If pipewalker is running (either mapped or iconified), then turning off the monitor with e.g. 'dpms force off' is very quickly undone, and the monitor returns to the 'on' state within a second or so. The only remedy is to exit pipewalker and

Bug#564781: [mk-build-deps] Nudge aptitude towards the proper resolution

2012-02-23 Thread Toby Speight
Package: devscripts Version: 2.11.4 Tags: patch File: /usr/bin/mk-build-deps Here's a patch to mk-build-deps that incorporates Loïc Minier's improvement (though I still find aptitude asking to remove my new package) and also makes it actually use MKBUILDDEPS_ROOTCMD from the .devscripts file (I

Bug#659620: RFP: wview -- Weather station daemon

2012-02-22 Thread Toby Speight
0 In article 4f40399d.5070...@gmail.com, 0 Mark Teel URL:mailto:mteel2...@gmail.com (Mark) wrote: Mark I am very open to official inclusion in the debian repository. I Mark do not have time or desire to be the package maintainer for an Mark official debian package. Further, radlib would also

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-15 Thread Toby Speight
+++ xscreensaver-5.15-2+tms1/debian/changelog 2012-02-15 19:17:38.0 + @@ -1,3 +1,10 @@ +xscreensaver (5.15-2+tms1) unstable; urgency=low + + * Add config file option to prevent xscreensaver touching DPMS (Closes: +#659802). + + -- Toby Speight t.m.speight...@cantab.net Wed, 15 Feb

Bug#659479: aptitude: Too chatty even with --quiet=9

2012-02-15 Thread Toby Speight
Daniel == Daniel Hartwig mand...@gmail.com writes: Daniel This problem is already reported. The attached patch fixes Daniel it: I've had that patch installed for a couple of days and it does just what I want - thanks. Looking forward to seeing it in a future release. :-) -- To

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-15 Thread Toby Speight
Jamie == Jamie Zawinski j...@jwz.org writes: Jamie Sorry, I think this is only going to confuse people. Jamie Applications should not have UI elements that just magically Jamie get ignored if some forgotten text-only preference is set. Jamie I'm not going to install this patch

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-14 Thread Toby Speight
Jamie == Jamie Zawinski j...@jwz.org writes: Jamie Intended behavior. Won't fix. It's impossible to allow use Jamie of both xset and a GUI and know which setting should take Jamie priority, since changes to settings don't have timestamps on Jamie them. Therefore, xscreensaver

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-13 Thread Toby Speight
Package: xscreensaver Version: 5.15-2 Severity: wishlist XScreenSaver imposes its idea of DPMS settings every time it does something. However, I prefer to set DPMS externally (in particular, I set a much shorter timeout when away, according to pam-usb). One might expect that setting the

Bug#659620: RFP: wview -- Weather station daemon

2012-02-12 Thread Toby Speight
Package: wnpp Severity: wishlist (I'm not sure whether this is RFP or RFA, as a package exists, but it's not in Debian's archive - please re-title if necessary). * Package name: wview Version : 5.19.0-1 Upstream Author : Mark Teel mteel2...@gmail.com * URL or Web page :

Bug#658700: libpam-usb: Insufficient entropy in pad files

2012-02-05 Thread Toby Speight
by an attacker, so use the kernel's random number generator instead. Author: Toby Speight t.m.speight...@cantab.net --- --- libpam-usb-0.5.0.orig/src/pad.c +++ libpam-usb-0.5.0/src/pad.c @@ -22,6 +22,7 @@ #include errno.h #include sys/types.h #include sys/stat.h +#include fcntl.h #include pwd.h

Bug#658013: libpam-usb: Upgrade requires rewrite of config file

2012-01-30 Thread Toby Speight
Package: libpam-usb Version: 0.5.0-1 Severity: normal File: /etc/pamusb.conf When upgrading libpam-usb from 0.4.2 to 0.5.0, I found that my existing configuration file did not correctly give success for the configured devices. I found that changing the serial field for each device from the form

Bug#657438: xfonts-traditional: Missing dependency on libsys-cpu-perl

2012-01-26 Thread Toby Speight
Package: xfonts-traditional Version: 1.3 Severity: important When installing, I see / | Setting up xfonts-traditional (1.3) ... | Generating fonts... | Can't locate Sys/CPU.pm in @INC (@INC contains: /etc/perl | /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 |

Bug#654410: wview: wviewd fails to start

2012-01-03 Thread Toby Speight
Package: wview Severity: normal Recently (since mid-December), wview no longer starts. The log file contains / | Jan 3 14:30:35 ashgrove wviewd[20144]: 1325601035325 : radlib: wviewd started as a daemon ... | Jan 3 14:30:35 ashgrove wviewd[20144]: 1325601035325 : wview 5.19.0

Bug#654410: wview: wviewd fails to start

2012-01-03 Thread Toby Speight
0 In article 87r4zgyf8r@luthien.mhp, 0 Gergely Nagy URL:mailto:alger...@madhouse-project.org (Gergely) wrote: Gergely There is no such package in Debian, and as far as I see, Gergely there never was. Please report bugs in third-party packages Gergely to wherever you obtained the package from.

Bug#647452: osmosis: spring-beans.jar not found

2011-11-02 Thread Toby Speight
Package: osmosis Version: 0.39+ds1-5 Severity: important $ osmosis --read-xml enableDateParsing=no file=in.osm --write-xml file=out.osm java.io.FileNotFoundException: /usr/share/java/spring-beans.jar at

Bug#633652: emacs on a text console - please help me overcome the shock

2011-08-23 Thread Toby Speight
r == rdiezmail-emacs rdiezmail-em...@yahoo.de writes: r The console mode has been a shock. There is no mouse at all. I r cannot navigate the menus as usual, menu-bar-open is weird and r unfriendly. But, worst of all, some key combinations do not work r well. 0 In article

Bug#614327: Patch for home-end.el

2011-02-22 Thread Toby Speight
0 In article 2941.1298298238@mixed, 0 Peter S. Galbraith URL:mailto:p...@debian.org (Peter) wrote: Peter There is a patch for home-end.el in the Debian bug tracking Peter system. Would you like to apply it upstream? Peter Peter http://bugs.debian.org/614327 That's great - thanks for forwarding

Bug#583104: debian-el: Generate bug reports for other hosts

2010-05-25 Thread Toby Speight
/site-lisp/debian-el/debian-bug.el 2010-05-08 00:02:49.0 +0100 +++ /home/tms/lisp/debian-bug.el 2010-05-25 13:13:56.0 +0100 @@ -336,6 +336,8 @@ ;; debian-bug-find-bts-address ;; debian-bug-bts-mail ;;Patch debian-bug-prefill-report to use them +;; V1.75 25Map2010 Toby

Bug#582891: nbd-client: nbd-client stop attempts to umount non-existent fs

2010-05-24 Thread Toby Speight
Package: nbd-client Version: 1:2.9.15-1 Severity: minor Tags: patch If KILLALL is set false in /etc/nbd-client, then the init script attempts to umount all listed devices, even those that are selected to be swap devices. This means an error and a long wait for every network swap device. My

Bug#502004: X server randomly crashes on several occasions

2010-04-13 Thread Toby Speight
I'm getting this frequently (far too frequently!). I tried downgrading my kernel from 2.6.32 to 2.6.30 in case my recent upgrade introduced this, but to no avail. I found this in my syslog / | Apr 13 08:57:28 balti kernel: [drm:i915_gem_object_bind_to_gtt] *ERROR* GTT full, but LRU

Bug#572627: librsvg2-bin: CSS multiple class selectors fail

2010-03-10 Thread Toby Speight
0 In article 1268160349.26900.25.ca...@tomoyo, 0 Josselin Mouette URL:mailto:j...@debian.org (Josselin) wrote: Josselin Just to be sure: it is the same as the following bug, right? Josselin https://bugzilla.gnome.org/show_bug.cgi?id=592207 It *may* be - it certainly can't be expected to work

Bug#572627: librsvg2-bin: CSS multiple class selectors fail

2010-03-05 Thread Toby Speight
Package: librsvg2-bin Version: 2.26.0-1 Severity: normal Viewing the included SVG file with rsvg-view (or converting it to PNG with rsvg) shows the dashed line in black, meaning that the CSS for .foo and .bar has been applied, but not the rule for .foo.bar. Inkscape (and inkview) correctly show

Bug#568382: libxslt1.1: Invalid free() in xslReleaseRVT

2010-02-05 Thread Toby Speight
reassign 568382 libxml-libxslt-perl thanks I'm now becoming convinced that this is a memory management issue between Perl and libxslt - I think that both are trying to free the same objects. So I'm reassigning this - feel free to punt it back to libxslt if appropriate. The following code should

Bug#568382: libxslt1.1: Invalid free() in xslReleaseRVT

2010-02-04 Thread Toby Speight
Package: libxslt1.1 Version: 1.1.26-1+b1 Severity: normal Here's my stylesheet (machine-generated, as you can probably tell): / | ?xml version=1.0? | x:stylesheet xmlns:exsl=http://exslt.org/common; xmlns:osmt=http://geotagman.sourceforge.net/;

Bug#568382: libxslt1.1: Invalid free() in xslReleaseRVT

2010-02-04 Thread Toby Speight
This seems to occur only when I use my registered extension functions in two different modes; I'll try to narrow it down further. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#568382: libxslt1.1: Invalid free() in xslReleaseRVT

2010-02-04 Thread Toby Speight
Okay, I think I've got a minimal repro (appended). It's possible the fault lies in the Perl interface, in which case this should be reassigned to the `libxml-libxslt-perl' package. The bug only seems to be triggered if we pass nodes from exsl:node-set() into an unrelated extension function;

Bug#547151: aptitude: Missing help for build-dep action

2009-09-17 Thread Toby Speight
Package: aptitude Version: 0.4.11.11-1+b2 Severity: minor Running 'aptitude --help' doesn't show 'build-dep' in the list of actions; perhaps the following (adapted from 'apt-get --help') may be suitable: / |build-dep - Satisfy build-dependencies for source packages \ --

Bug#547164: devscripts: mk-build-deps: Please allow passing arguments to installer

2009-09-17 Thread Toby Speight
Package: devscripts Version: 2.10.55 Severity: wishlist File: /usr/bin/mk-build-deps I usually select packages using 'aptitude --schedule-only actions' and have cron.daily download the files using 'aptitude -d -y install' (so that the download happens during the night when bandwidth is cheap).

Bug#536076: lcdproc: picolcd.so is missing from package

2009-09-11 Thread Toby Speight
This has just bit me too. When I build from source, I get the following amongst the configure output: / | checking g15daemon_client.h usability... no | checking g15daemon_client.h presence... no | checking for g15daemon_client.h... no | configure: WARNING: The g15 driver needs

Bug#543250: flvstreamer: Missing manpage

2009-08-23 Thread Toby Speight
Package: flvstreamer Version: 1.8e-1 Severity: normal The flvstreamer package contains no manual page. Therefore I've no idea how to use it. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (400, 'unstable') Architecture:

Bug#541269: mpd: Hang after 2min43sec on BBC Radio feed

2009-08-12 Thread Toby Speight
Package: mpd Version: 0.15.1-1 Severity: normal When I try any of the BBC radio feeds listed, it plays fine for 163 seconds then mpd hangs. Clients cannot connect, the daemon process appears idle (1% CPU), and no sound is heard until the daemon is restarted, when play resumes, again for 163

Bug#539721: nslu2-utils: initramfs check for firmware wrong

2009-08-03 Thread Toby Speight
Package: nslu2-utils Severity: normal Version: 20080403-3 File: /usr/share/initramfs-tools/hooks/nslu2 The line / | readlink /sys/class/net/$iface/device \ never gives output that matches / | grep -q ixp4xx_eth \ Changing it to / | readlink

Bug#538823: lcd4linux: Please include driver for picoLCD 256x64

2009-07-27 Thread Toby Speight
Package: lcd4linux Version: 0.10.1~rc2-2+b1 Severity: wishlist PicoLCD provide code to drive their 256x64 display (as a modified lcd4linux source). Is it possible to incorporate this into the Debian lcd4linux (and ideally, get it into the upstream distribution)? Thanks. Here's their drivers

Bug#538823: lcd4linux: Please include driver for picoLCD 256x64

2009-07-27 Thread Toby Speight
0 In article 8763depgn8@balti.home, 0 Toby Speight URL:mailto:t.m.speight...@cantab.net (Toby) wrote: Toby Package: lcd4linux Toby Version: 0.10.1~rc2-2+b1 Toby Severity: wishlist Toby Toby PicoLCD provide code to drive their 256x64 display (as a modified Toby lcd4linux source

Bug#537738: primrose: primrose pegs CPU even when unmapped

2009-07-20 Thread Toby Speight
Package: primrose Version: 6+dfsg1-1 Severity: normal Whenever primrose is running, it uses all available CPU time at max speed - even when it is not showing on the display (off-screen, obscured or iconified). -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy:

Bug#537455: ia32-apt-get: ia32-aptitude does not update periodically

2009-07-19 Thread Toby Speight
0 In article 87y6qljw2b@frosties.localdomain, 0 Goswin von Brederlow URL:mailto:goswin-...@web.de (Goswin) wrote: Goswin Another drawback of not diverting apt-get and aptitude. I'm Goswin afraid this would have to be fixed in the apt-cron package so it Goswin calls the new wrappers. Just to

Bug#537455: ia32-apt-get: ia32-aptitude does not update periodically

2009-07-18 Thread Toby Speight
Package: ia32-apt-get Version: 22 Severity: normal [I'm not sure whether this is 'normal' or 'wishlist' - it depends on whether the Apt::Periodic functionality is supposed to be supported] I have the following in a my apt.conf.d: /[ 50periodic ] | APT::Periodic::Update-Package-Lists 1;

Bug#535163: mount: mount -f ignores 'user' option from fstab

2009-06-30 Thread Toby Speight
Package: mount Version: 2.15.1~rc1-1 Severity: normal File: /bin/mount When I (as a mortal user) attempt mount -f to determine whether I'm allowed to mount a filesystem, I get the mount: only root can do that message, even though the relevant fstab line specifies the 'user' option (and running

Bug#529517: gpscorrelate: Fails if directory not writable

2009-05-19 Thread Toby Speight
Package: gpscorrelate Version: 1.6.0-1+b1 Severity: normal I get the following failure from gpscorrelate: / | EXIF-GPS Photo matching program. | Daniel Foote, 2005. | | Reading GPS Data... | Legend: . = Ok, / = Interpolated, = Rounded, - = No match, ^ = Too far. | w = Write

Bug#529517: gpscorrelate: Fails if directory not writable

2009-05-19 Thread Toby Speight
It's worse than that - as you might suspect from needing a writable directory, it replaces the file. After first truncating it! So all the other hard-links to the processed files are broken, and I've got a bunch now zero-length files where the other links to the pictures used to be :-( I'd

Bug#529517: gpscorrelate: Fails if directory not writable

2009-05-19 Thread Toby Speight
0 I wrote: I'd really, really like it to write to the target files in-place, as it should by the Principle of Least Surprise. 0 In article 20090519222035.ga10...@localhost.localdomain, 0 Eugeniy Meshcheryakov URL:mailto:eu...@debian.org (Eugeniy) wrote: Eugeniy Well, for me it will be writing

Bug#525486: merkaartor: Images taken west of Greenwich shown to east

2009-05-04 Thread Toby Speight
0 In article 49fe2ccc.50...@bzed.de, 0 Bernd Zeimetz URL:mailto:be...@bzed.de (Bernd) wrote: Bernd Toby Speight wrote: I have now submitted a patch to upstream, and it has been applied. Bernd Do you know if that patch has made it into 0.13.2? I've just checked, and my code is NOT in 0.13.2

Bug#525486: merkaartor: Images taken west of Greenwich shown to east

2009-05-04 Thread Toby Speight
0 In article 49fedf9b.4040...@bzed.de, 0 Bernd Zeimetz URL:mailto:be...@bzed.de (Bernd) wrote: Bernd Could you send me the patch so I can apply it in Debian, or at Bernd least make sure it will not be forgotten? The patch was sent to the Merkaartor mailing list: URL:

Bug#525486: merkaartor: Images taken west of Greenwich shown to east

2009-04-28 Thread Toby Speight
I have now submitted a patch to upstream, and it has been applied. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#525486: merkaartor: Images taken west of Greenwich shown to east

2009-04-24 Thread Toby Speight
Package: merkaartor Version: 0.13.1-1 Severity: normal I've tried opening some of my recent photographs, but they appear reflected around the prime meridian. IOW, a photo taken at 5 deg 51' 31.77 W appears in Merkaartor at 5 deg 51' 31.77 E. I can provide sample JPEGs if required; they were

Bug#519416: pipewalker: High CPU usage after completion

2009-03-12 Thread Toby Speight
Package: pipewalker Version: 0.4.3-1 Severity: normal After completing the puzzle, CPU usage goes very high whilst animating the icons. This wouldn't be a problem, except that it stays high even when the window is unmapped (e.g. by iconifying the window, or switching to a different virtual

Bug#512784: icicles: Emacs startup stalls with annoying message

2009-01-23 Thread Toby Speight
Package: icicles Version: 22.0+20081227-1 Severity: normal After installing icicles, *all* users get the following message when starting emacs on console, xterm or telnet session: / | You might NOT want to use Icicles without a windowing system (manager). | | Consider using `emacsclient'

Bug#512515: gpsbabel: Filter tracks by enclosed area

2009-01-21 Thread Toby Speight
Package: gpsbabel Version: 1.3.5-1.1 Severity: wishlist One filter that would be useful but is missing is to filter tracks/routes by their enclosed area. I've generated a set of contours (using gdal_contour) but it has a habit of spitting out some unconnected straight lines - it would be nice to

Bug#502410: pamusb-tools: Re-read config file on SIGHUP

2008-10-16 Thread Toby Speight
Package: pamusb-tools Version: 0.4.2-1 Severity: wishlist File: /usr/bin/pamusb-agent pamusb-agent acts as a daemon (certainly when started with -d), but doesn't honour the convention of re-reading its config file when sent SIGHUP. It would be useful if the daemon didn't need to be restarted

Bug#502475: chbg: X server resource usage seems large

2008-10-16 Thread Toby Speight
Package: chbg Version: 2.0-1 Severity: normal I'm running chbg in non-gui mode, and its server usage is almost 1.5G, which seems much more than necessary: /[ xrestop ] | res-base Wins GCs Fnts Pxms Misc Pxm mem Other Total PID Identifier | 0a0 220 3414

Bug#496632: iceweasel: Iceweasel keeps grabbing focus inappropriately

2008-08-26 Thread Toby Speight
Package: iceweasel Version: 3.0.1-1 Severity: normal Iceweasel rudely interrupts my session and switches the window manager to it whenever it loads a URL or opens a dialog. This means I'm unable to minimise all its windows whilst loading a session (usually about 100 tabs in 10 or so windows),

Bug#495916: libpam-usb: Fails to update pads over NFS

2008-08-21 Thread Toby Speight
Package: libpam-usb Version: 0.4.2-1 Severity: normal I get the following (some details censored with ***): / | # pamusb-check | * Authentication request for user (pamusb-check) | * Device ** is connected (good). | * Performing one time pad verification... | *

Bug#492978: ia32-apt-get: Installation breaks /etc/apt/sources.list

2008-07-30 Thread Toby Speight
Package: ia32-apt-get Version: 11 Severity: important My sources.list contains the following (working) line: / | # Packages: psbind, klimb, fmt2, nph | deb http://www.cs.rutgers.edu/%7Eccshan/debian ./ \ ia32-apt-get added / | # Packages: psbind, klimb, fmt2, nph | deb

Bug#168081: jadetex: fancyhdr's E option without twoside option is useless

2008-06-11 Thread Toby Speight
0 In article [EMAIL PROTECTED], 0 Hilmar Preusse URL:mailto:[EMAIL PROTECTED] (Hilmar) wrote: Hilmar ...and can you confirm that jadetex now behaves as expected? Again, sorry for the slow response! Jadetex behaves as expected for my use. I haven't exhaustively tried all the usages, but it does

Bug#168081: jadetex: fancyhdr's E option without twoside option is useless

2008-05-29 Thread Toby Speight
0 In article [EMAIL PROTECTED], 0 Hilmar Preusse URL:mailto:[EMAIL PROTECTED] (Hilmar) wrote: Hilmar Would you be so kind to test if the problem still occurs? Sorry it's taken me so long to get around to this! I've just tested, and I don't see that message any more. So this one can probably be

  1   2   >