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 is

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

Bug#968368: Thanks, Sami!

2020-11-03 Thread Toby St Clere Smithe
makes its way into the package soon! Cheers, Toby

Bug#846050: libvirt-daemon-system: Cannot create VM - cannot load AppArmor profile

2020-05-24 Thread toby cabot
> > |0 B 00:00:00 > Domain installation does not appear to have been successful. > If it was, you can resta

Bug#921138: ceph-mon: systemd unit file CLUSTER variable

2019-02-01 Thread toby
Package: ceph-mon Version: 13.2.2-23-g4695a60617-1 Severity: minor Dear Maintainer, systemd unit file ceph-mon@.service sets the CLUSTER variable *after* reading the EnvironmentFine and overriding whatever value is set in there, this variable should be in /etc/default/ceph -- System Information

Bug#906057: linphone: Linphone "cannot start transport on port 5060, maybe this port is already used" although it is not.

2018-09-20 Thread Toby Douglass
On Mon, 13 Aug 2018 20:27:58 +0200 Eduardo Casais wrote: Package: linphone Version: 3.6.1-3 Severity: grave Tags: ipv6 Justification: renders package unusable Dear Maintainer, After upgrading from Jessie 8 to Stretch 9 (64bits), Linphone has become inoperative. All of the above, seconded. O

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 o

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 `gstreamer-audi

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 mailto:woo...@wookware.org> ("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 that

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 /usr/lib/needrestart/apt-pinvoke

Bug#881893: xwayland: FatalError() when I open the closed Laptop Lid in accident (not always triggered)

2017-12-06 Thread toby cabot
Package: xwayland Version: 2:1.19.5-1 Followup-For: Bug #881893 Dear Maintainer, I see the same crash on a desktop machine when I activate the screen lock, or when I log back in from the screen lock, not sure which. The screen locks fine and appears to log in fine but all of the apps that I ran

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 Rele

Bug#873460: mariadb-server-10.1: Updates not restarting mariadb@xx services

2017-08-27 Thread Toby Chamberlain
r a static unit, not starting it. A version check on the running servers show that are still running the old version (in this case 10.1.23-MariaDB-9+deb9u1). A manual run of mysql_upgrade fails with a version incompatibility. Toby -- System Information: Debian Release: 9.1 APT prefers st

Bug#865083: mariadb-server-10.1: mariadb@.service doesn't create /var/run/mysqld

2017-06-18 Thread Toby Chamberlain
ettings like cache sizes etc (I may have caught it sooner if it were in conf.d)? 2. I had to run mysql_upgrade on both databases after the install - should this be automatic? Toby  -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Archit

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 d

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 X

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 Information

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 binf

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 /proc/sys/fs/binfmt_misc/regist

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#813278: minidlna: scanner crashes on invalid flac files

2016-01-31 Thread toby cabot
On Sun, Jan 31, 2016 at 10:04:06PM +0300, Alexander Gerasiov wrote: > Please use current version from testing (or backports). I believe you > will like it more, then 1.1.2 with hotfixes. The version in backports has the fix and it's working great. Thanks!

Bug#813278: minidlna: scanner crashes on invalid flac files

2016-01-30 Thread toby cabot
Package: minidlna Version: 1.1.2+dfsg-1.1+b3 Severity: normal Dear Maintainer, * What led up to the situation? I have a flac file in my collection that has invalid metadata (a streaminfo chunk with a sample_rate of 0). This causes the scanner to crash so only part of my collection can be ser

Bug#812572: squirrelmail: Can't use localhost on a server with a public SSL certificate

2016-01-24 Thread toby
Package: squirrelmail Version: 2:1.4.23~svn20120406-2 Severity: important Dear Maintainer, * What led up to the situation? Upgrade from wheezy to jessie * What was the outcome of this action? Squirrelmail stopped working with "Error connecting to IMAP server localhost. 0:" message *

Bug#776018: mutter: happens when window focus changes

2016-01-08 Thread toby cabot
Package: mutter Version: 3.14.4-1~deb8u1 Followup-For: Bug #776018 Dear Maintainer, To reproduce, all I have to do is change the window focus (I'm using focus-follows-mouse) or raise a window by clicking on it. Each time I do either one of those things I get two of these messages in each of /var

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: /usr/sh

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 = s

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 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. Th

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 optio

Bug#791589: musescore-soundfont-gm: Many muse soundfonts exist. Consider making virtual.

2015-07-07 Thread Toby St Clere Smithe
y keeps musescore from entering > testing, I am tempted to raise the bug severity to "serious". > > @musescore maintainers, are you at it or should I upload a fixed > package? I am not personally "at it", so please go ahead :) In fact, I am surprised that musescore-soun

Bug#768524: Also

2015-06-17 Thread Toby St Clere Smithe
Also please be aware of some (small) proposed changes for 2.0.2 at [1]. The idea is basically to 'centralise' the icon / mime handling upstream. [1] https://github.com/musescore/MuseScore/pull/2049 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscr

Bug#768524: Could you list what's missing?

2015-06-17 Thread Toby St Clere Smithe
repare a new tarball for the current version. I think I had to modify the source tarball to remove some binaries that otherwise get installed. In my get-orig-source rule, I have find -name *pdf -exec rm {} + && \ rm thirdparty/rtf2html/rtf2html but it probably needs up

Bug#768524: Could you list what's missing?

2015-06-16 Thread Toby St Clere Smithe
Tiago Bortoletto Vaz writes: > No problem, thanks for the todo list, I'm looking into it right now. Also note that I pushed another minor change to the pkg-multimedia repo, to add some missing plugin dependencies. Cheers, Toby -- To UNSUBSCRIBE, email to debian-bugs-d

Bug#768524: Could you list what's missing?

2015-06-09 Thread Toby St Clere Smithe
, the uploading of the timgm6mb and musescore packages would close all the remaining bugs open for musescore. The packages are in git/pkg-multimedia. Given the minor nature of the remaining bits, I am sorry it has taken so long. Best, Toby Tiago Bortoletto Vaz writes: > Hi Toby, it seems you&#

Bug#768524: Could you list what's missing?

2015-06-07 Thread Toby St Clere Smithe
s bug tomorrow night. Best, Toby Tiago Bortoletto Vaz writes: > Hi Toby, it seems you're really busy and can't give the time needed to > finish the musescore package. That's fine, we're all volunteers here :) > > So I'm asking you to make public what exactly is

Bug#785257: osmosis: ClassCastException when reading from pgsnapshot

2015-05-15 Thread Toby Speight
0> In article <55549ae2.1000...@xs4all.nl>, 0> Sebastiaan Couwenberg 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

Bug#785257: closed by Sebastiaan Couwenberg (Re: Bug#785257: osmosis: ClassCastException when reading from pgsnapshot)

2015-05-14 Thread Toby Speight
reopen 785257 thanks 0> In article , 0> Debian Bug Tracking System mailto:ow...@bugs.debian.org> ("Debian") wrote: >> / >> | $ osmosis -q --read-pgsimp database=osm --dataset-dump --write-null Debian> You should use --read-pgsql for the snapshot schema. Oops, that's an error in my rep

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#768524:

2015-05-05 Thread Toby St Clere Smithe
Hey hey, And now that 2.0.1 is out, I'll certainly do so. Best, Toby PICCA Frederic-Emmanuel writes: > Hello, > > now that Jessie is out, is it possible for yu to upload the 2.x version. > > thanks a lot for your efforts > > Frederic -- To UNSUBSCRIBE, emai

Bug#768524: 2.0 packages?

2015-04-08 Thread Toby St Clere Smithe
Hi Jochen, There are packages almost ready for upload, but I've been very busy and there are a couple of changes that need to be made. I don't have time to do that today, but I'll make those changes tomorrow. Thanks for pestering me, Toby Jochen Kemnade writes: > Hi, >

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 '' to ''.", the links point to [2] and [3] respectively, which both return 404 Not Found errors. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?

Bug#781263: ITP: timgm6mb-soundfont -- TimGM6mb SoundFont from MuseScore 1.3

2015-03-31 Thread Toby St Clere Smithe
Fabian Greffrath writes: > Am Dienstag, den 31.03.2015, 10:26 +0200 schrieb Toby St Clere Smithe: >> The Fluid soundfont is split into two parts: GM and GS. This does not >> apply for timgm6mb, so such naming doesn't make sense. Both names are >> descriptive, and

Bug#781263: ITP: timgm6mb-soundfont -- TimGM6mb SoundFont from MuseScore 1.3

2015-03-26 Thread Toby Smithe
Package: wnpp Severity: wishlist Owner: Toby Smithe * Package name: timgm6mb-soundfont Version : 1.3 Upstream Author : Tim Brechbill <http://www.timbrechbill.com> * URL : http://sourceforge.net/p/mscore/code/HEAD/tree/tags/mscore-1-3/mscore/share/sound/TimGM6

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 immed

Bug#775834: closed by Michael Gilbert (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 /var/lib/tftpboot//{vmlinuz-rd,initrd.img}

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#770721: texstudio: Deletes existing "file.tex" when "texstudio file" executed

2014-11-23 Thread Toby Cadoux
Package: texstudio Version: 2.8.4+debian-2 Severity: important Dear Maintainer, I attempted to open a file with .tex extension, call it paper.tex. I typed in texstudio paper The program replaced paper.tex with a completely empty file. I would have expected some warning before an existing file

Bug#768524: Musescore 2.0

2014-11-15 Thread Toby St Clere Smithe
ker, and that Linux Mint is a separately organised project with which I have no relationship whatsoever. Best, Toby -- Toby St Clere Smithe http://tsmithe.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Bug#768524: musescore: New upstream release available

2014-11-14 Thread Toby St Clere Smithe
Tiago Bortoletto Vaz writes: > Hi Toby, just to say thanks a lot for this! No problem -- it's been due long enough! Toby > Bests, > > On Mon, Nov 10, 2014 at 09:59:04PM +0100, Toby St Clere Smithe wrote: >> Hi again, >> >> Toby St Clere Smithe writes

Bug#768524: musescore: New upstream release available

2014-11-10 Thread Toby St Clere Smithe
Hi again, Toby St Clere Smithe writes: > Hi Tiago, I will port my old package this morning. Cheers, Toby. I have now done this, and am just waiting until I finish packaging the soundfont (see bug 715462) before uploading to experimental; I will move the package from experimental to unsta

Bug#768524: musescore: New upstream release available

2014-11-08 Thread Toby St Clere Smithe
Hi Tiago, I will port my old package this morning. Cheers, Toby. Tiago Bortoletto Vaz writes: > Please consider packaging Musescore 2.0b. I've been playing with it and > has a lot of improvements. It really worths to have this beta version > in Debian. Many Debian and derivatives

Bug#749696: NMU of musescore

2014-10-23 Thread Toby St Clere Smithe
nto the next packaging. Huh, I don't remember this bug at all. Thanks for the NMU! Off-topic: I should have a package for the 2.0 beta ready for unstable soon; would you be able to sponsor it? Cheers, Toby -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subjec

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 lib

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

2014-04-30 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 bin

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: http://www.reviewboard.org/docs/releasenotes/rbtools/ > Please consider packaging RBTools 0.6. Th

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 | /usr/share/doc/libpostgis-java/cop

Bug#737857: darkstat: New upstream release 3.0.718

2014-02-06 Thread Toby Smithe
Package: darkstat Version: 3.0.715-1 Severity: normal Please package the new release -- it supports multiple interfaces! -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-

Bug#733363: musescore: FTBFS: genft.cpp:30:31: fatal error: freetype/tttables.h: No such file or directory

2014-02-05 Thread Toby St Clere Smithe
.3 that's been waiting for a sponsor for ages. Could you sponsor it? Thanks, Toby -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#466644: Business plans

2014-01-16 Thread Toby Butler
Good day, I know this email will come to you as a surprise, please accept my business proposal. I have a business proposal for you. If you are interested, kindly write back so I can educate and provide you with more details. I await your swift response. Best Regards, Toby Butler -- To

Bug#732921: ITP: pyviennacl -- Python bindings for ViennaCL linear algebra library

2013-12-22 Thread Toby Smithe
Package: wnpp Severity: wishlist Owner: Toby Smithe * Package name: pyviennacl Version : 1.0.0 Upstream Author : Toby Smithe * URL : http://viennacl.sourceforge.net/pyviennacl.html * License : MIT Programming Lang: C++, Python Description : Python

Bug#588056: Sex

2013-10-19 Thread Toby Lane

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. lsi

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

2013-05-02 Thread Toby Speight
:10.0 +0100 +++ 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 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: Debia

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 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 suspici

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 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 ex

Bug#615027: /usr/sbin/pwauth should be SUID root

2012-12-04 Thread Toby McLaughlin
ot;. Now I can authenticate Apache the way I want :) Thanks all, Toby.

Bug#688430:

2012-11-17 Thread Toby Smithe
Just like to add some noise to this, since I encountered it today. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#687783: libcairo2: crashes evince when printing pdf via lpr

2012-09-15 Thread Toby Smithe
Package: libcairo2 Version: 1.12.2-2 Severity: important When printing the PDF downloaded from [1] via LPR, cairo crashes in decode_integrer. Printer details: MakeModel Generic PCL 6/PCL XL Printer - CUPS+Gutenprint v5.2.9 DeviceURI lpd://192.168.0.11/PCL_P1 A backtrace is below: #0 decode_i

Bug#681734: installation at Detect network hardware

2012-08-12 Thread toby cabot
Package: installation-reports Severity: normal -- Package-specific info: Boot method: USB memory stick prepared using the "flexible way" Image version: http://cdimage.debian.org/cdimage/wheezy_di_beta1/amd64/iso-cd/debian-wheezy-DI-b1-amd64-netinst.iso Date: 2012-08-12 Machine: whitebox PC, AM

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 everyth

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#636629:

2012-07-07 Thread Brian Toby
line 4 of script should start .g not ..g -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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

2012-07-02 Thread Toby Speight
0> In article , 0> Javier Fernandez-Sanguino 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> unstable now) by removing the standard cron task file. Oops - sorry

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#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 -CONT

Bug#678968: libpam-barada: "Authentication service cannot retrieve user credentials" on successful login

2012-06-25 Thread Toby
Package: libpam-barada Version: 0.5-1+b1 Severity: grave Justification: renders package unusable *** What I've done: *** I configured barada following instructions at: http://barada.sourceforge.net/ I installed Gort (replacement for Barada) from Google Play on my Android device and ensured the ti

Bug#661105: pipewalker: Prevents DPMS blanking

2012-05-15 Thread Toby Speight
0> In article <20120513081611.ga21...@master.debian.org>, 0> Bart Martens 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 pi

Bug#670786: ITP: despotify -- Open source client for Spotify

2012-04-28 Thread Toby Smithe
Package: wnpp Severity: wishlist Owner: Toby Smithe * Package name: despotify Version : 1.0r520 Upstream Author : #HACK.SE * URL : http://despotify.se/ * License : 2-clause BSD Programming Lang: C Description : Open source client for Spotify

Bug#670468: lintian: Please add "pebl" to interpreter list

2012-04-25 Thread Toby Smithe
se add "pebl" to the list of interpreters held by lintian, so that it does not spew 'unusual-interpreter' when it encounters pbl files. The interpreter will be installed to "/usr/bin/pebl", but most of the scripts use the hashbang line "#!/usr/bin/env pebl".

Bug#670358: ITP: sdl-audioin -- Library to add audio input support to SDL

2012-04-25 Thread Toby Smithe
s seem to reduce the work burden for all concerned, so in that sense, I would be keen to join. Many thanks for your reply, -- Toby Smithe http://launchpad.net/~tsmithe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#670358: sdl-audioin uploaded to mentors

2012-04-24 Thread Toby Smithe
I have now uploaded sdl-audioin to mentors.debian.net: http://mentors.debian.net/package/sdl-audioin http://mentors.debian.net/debian/pool/main/s/sdl-audioin/sdl-audioin_0.3-rc1-1.dsc -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble

Bug#670358: ITP: sdl-audioin -- Library to add audio input support to SDL

2012-04-24 Thread Toby Smithe
Package: wnpp Severity: wishlist Owner: Toby Smithe * Package name: sdl-audioin Version : 0.3-rc1 Upstream Author : Tyler Montbriand * URL : http://burningsmell.org/sdl_audioin/ * License : LGPL-1.2 Programming Lang: C Description : Library to add

Bug#668965: libreoffice-writer: Libreoffice Writer window does not have focus when I switch to another window and back

2012-04-15 Thread Toby Malcolm
OK 3. The Libreoffice Writer window immediately loses focus and it is necessary to click inside the window again to continue editing the document. Thank you for the great work you do. Toby -- System Information: Debian Release: 6.0.4 APT prefers stable APT policy: (500, 'stable') Archi

Bug#667845: musescore: needlessly depends on gawk

2012-04-06 Thread Toby Smithe
for this then. Cheers, -- Toby Smithe http://launchpad.net/~tsmithe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#665294: override: mscore:oldlibs/extra, mscore-common:oldlibs/extra

2012-03-22 Thread Toby Smithe
Package: ftp.debian.org Severity: normal mscore-common_1.2+dfsg-1_all.deb: package says section is oldlibs, override says sound. mscore-common_1.2+dfsg-1_all.deb: package says priority is extra, override says optional. mscore_1.2+dfsg-1_all.deb: package says section is oldlibs, override says sou

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: http://www.mkgmap.org.uk/page/tile-splitter > I'd suggest calling the binary something like mkgmap-split or such. Als

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 r

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 di

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

2012-02-22 Thread Toby Speight
0> In article <4f40399d.5070...@gmail.com>, 0> Mark Teel 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 al

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-15 Thread Toby Speight
> "Jamie" == Jamie Zawinski 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 upst

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

2012-02-15 Thread Toby Speight
> "Daniel" == Daniel Hartwig 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 UNSUBSCRIBE

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-15 Thread Toby Speight
5 19:29:57.0 + +++ 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 Wed, 15 Feb

Bug#659802: xscreensaver: Option to leave DPMS alone

2012-02-14 Thread Toby Speight
> "Jamie" == Jamie Zawinski 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 has

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 'dpmsEna

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 * URL or Web page : http://www.wviewweather.com/

  1   2   3   >