Bug#383261: still present in 2.42.2-5

2021-06-23 Thread Moritz Lenz
This bug is still present in 2.42.2-5. I have a very short dot file with which it can be reproduced: digraph { graph [concentrate=true] n1 -> n2 n1 -> n3 n1 -> n5 n1 -> n5 n4 -> n2 n4 -> n3 n2 -> n5 n5

Bug#932078: Starting systemd-docker directly

2019-07-14 Thread Moritz Lenz
(e06175d196da0a900cb6cfa34c3e083fbf34c8773b0ce9b065b6cf1b6a4ad8cc): Bind for 127.0.0.1:1 failed: port is already allocated. I don't know what "allocated" means in this context, it's not in use at least: root@tina:~# netstat -tlpen|grep 1|wc -l 0 -- Moritz Lenz https://deploybook.com/ -- https://p

Bug#932078: systemd: errors out starting docker: Failed to trim compat systemd cgroup [...]: Device or resource busy

2019-07-14 Thread Moritz Lenz
Package: systemd Version: 241-5 Severity: normal Dear Maintainer, after an upgrade from stretch to buster, starting a systemd service fails. It tries to start a docker container, and fails with > > Failed to trim compat systemd cgroup /system.slice/tau-alert.service: Device or resource busy

Bug#805137: The "apt" module says "changed": false even though packages, were deinstalled

2015-11-14 Thread Moritz Lenz
Package: ansible Version: 1.7.2+dfsg-2 Severity: normal Dear Maintainer, I ran this command: ansible -i hosts all -m apt -a 'update_cache=yes upgrade=full' where the 'hosts' file contained these lines: localhost [all:vars] ansible_ssh_user=root And got this output: localhost

Bug#775725: -make-perl requires YAML::XS, which is not installed (nor even packaged for Debian)

2015-01-19 Thread Moritz Lenz
) Package does not provide a long description - Please fill it in manually. Using maintainer: Moritz Lenz ml...@noris.net Found docs: README.md Using rules: /usr/share/dh-make-perl/rules.dh.tiny Module::Build needs perl Can't locate YAML/XS.pm in @INC (you may need to install the YAML::XS module

Bug#775326: git bash completion for 'git branch --set-upstrea-to=' deletes the option

2015-01-13 Thread Moritz Lenz
Package: git Version: 1:2.1.4-2 Severity: normal Dear Maintainer, I'm running bash, and I'm in a git repo on branch suggestion-cleanup, and type $ git branch --set-upstream-to=o and then hit tab to get completions for origin/... After I hit tab, the prompt is $ git branch origin/ Which

Bug#773985: tzdata: 'dpkg-reconfigure tzdata' breaks fail2ban

2014-12-26 Thread Moritz Lenz
-reconfigure tzdata` leaves the system in a working state, or at the very least warn that things could be broken. Best regards, Moritz Lenz -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel

Bug#753475: rabbitmq-server: Misleading error message when configuration file has wrong permissions

2014-07-02 Thread Moritz Lenz
Package: rabbitmq-server Version: 3.1.5-1 Severity: normal Dear Maintainer, when /etc/rabbitmq/rabbitmq.conf is not world-readable, running service rabbitmq-server restart fails, and /var/log/rabbitmq/startup_err says: Crash dump was written to: erl_crash.dump could not start kernel pid

Bug#693908: mtpfs: copying a file to a mtpfs volume causes Software caused connection abort

2012-11-21 Thread Moritz Lenz
Package: mtpfs Version: 1.1-2 Severity: normal Dear Maintainer, whenever I copy a file to an mtpfs volume mounted from a Samsumg YP-K3, for the first file I get the message cp: cannot stat `mountpoint/Internal Storage/Music/Subfolder/File.mp3': Software caused connection abort Subsequent copy

Bug#681925: libimage-size-perl: imgsize script fails when a local perl is in $PATH

2012-07-17 Thread Moritz Lenz
regards, Moritz Lenz -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked

Bug#610994: changed upstream

2011-02-17 Thread Moritz Lenz
Hi, here's an upstream parrot developer; I've change the debian/rules file in https://github.com/parrot/parrot/commit/09934c9ced4c1b9742cdb05197916824e6fe33a5 to include the proper --mandir option. Cheers, Moritz -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#576730: net-tools: route gives incomprehensible error message for non-existing routes

2010-04-06 Thread Moritz Lenz
Package: net-tools Version: 1.60-22 Severity: normal When trying to delete a non-existing route (such as foo below), one gets an incomprehensible error message: $ sudo route del foo SIOCDELRT: No such process I have no idea what SIOCDELRT means, and even if I look that up, the No such process

Bug#519942: RFP: libsparse -- solver for sparse linear equations

2009-03-16 Thread Moritz Lenz
Package: wnpp Severity: wishlist * Package name: libsparse Version : 1.4 Upstream Author : Kenneth S. Kundert kund...@users.sourceforge.net * URL : http://sparse.sourceforge.net/ * License : BSD Programming Lang: C Description : solver for sparse

Bug#511669: debtags: help message loops

2009-01-13 Thread Moritz Lenz
Package: debtags Version: 1.7.7 Severity: normal When I do the following: $ debtags smartsearch linux kernel The output is: ... 13) interface::commandline (3004/21733) 14) implemented-in::c (2887/21733) 21733 packages selected so far. Your choice (+#, -#, =#, K word, View, Done, Quit, ?):

Bug#507727: cryptsetup: luksOpen gives misleading error message when dm-crypt module isn't loaded

2008-12-03 Thread Moritz Lenz
daemo -- no debconf information -- Moritz Lenz http://perlgeek.de/ | http://perl-6.de/ | http://sudokugarden.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#49669: pos($a)-information lost after { local($a) }

2008-01-10 Thread Moritz Lenz
It seems this bug is fixed in upstream version 5.10.0: $ perl5.10.0 -le '$a = 1 2 3; $a =~ /2/gc; print pos($a); { local($a) }; print pos($a);' 3 3 $ I have no Debian package of 5.10 available, but if it's fixed there as well, somebody can close this bug. -- Moritz Lenz http://moritz.faui2k3

Bug#442115: postgresql-8.1: can't insert value into unique field

2007-09-13 Thread Moritz Lenz
manager for PostgreSQL database cl postgresql-8.1 recommends no packages. -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#435041: icedove: incosistent display of number of unread/available mails in newsgroup folders

2007-07-28 Thread Moritz Lenz
compression library - runtime icedove recommends no packages. -- debconf information: icedove/browser: Debian -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#409324: libmaypole-perl: should include the default factory templates

2007-02-21 Thread Moritz Lenz
Hi, Ben Hutchings wrote: On Fri, 2007-02-02 at 00:03 +, Moritz Lenz wrote: Package: libmaypole-perl Version: 2.10-1 Severity: wishlist Maypole needs templates to work out of the box, in the source distribution they are located in lib/Maypole/templates/factory/, however in the debian

Bug#409324: libmaypole-perl: should include the default factory templates

2007-02-01 Thread Moritz Lenz
Wall's Practical Extraction Versions of packages libmaypole-perl recommends: ii libapache-mod-perl1.29.0.4-4 integration of perl with the Apach ii libapache2-mod-perl2 2.0.2-2.3 Integration of perl with the Apach -- no debconf information -- Moritz Lenz http

Bug#407006: icedove: Error message Mailbox does not exist after moving imap folders

2007-01-15 Thread Moritz Lenz
: icedove/browser: Debian -- Moritz Lenz http://moritz.faui2k3.org/ http://sudokugarden.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#407005: liferea: Segfaults on closing a page with embedded flash

2007-01-15 Thread Moritz Lenz
. -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ http://sudokugarden.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#407024: hugin: may overwrite files without warning

2007-01-15 Thread Moritz Lenz
0.6.1-1some tools for hugin ii libpano12-bin 2.8.3-1panorama tools utilities hugin recommends no packages. -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ http://sudokugarden.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#407006: icedove: Error message Mailbox does not exist after moving imap folders

2007-01-15 Thread Moritz Lenz
Alexander Sack - Debian Bugmail wrote: On Sun, Jan 14, 2007 at 05:10:56PM +, Moritz Lenz wrote: I use icedove with a cyrus21 imap server (server runs on sarge). When I move an imap folder in icedove I get error messages Mailbox does not exist, and icedove fails to read messages from

Bug#376487: hotkeys doesn't start reliably from .xsession

2007-01-12 Thread Moritz Lenz
Alexander Wirt wrote: Moritz Lenz schrieb am Montag, den 03. Juli 2006: Package: hotkeys Version: 0.5.7.3 Severity: normal [...] hotkeys produces no ouput (not even hotkeys started...) and doesn't respond to key presses. However it runs: ps -le|grep hotkeys 0 S 1000 2637 2559 0

Bug#402364: gqview: Failed move operation leaves damaged image file

2006-12-09 Thread Moritz Lenz
Package: gqview Version: 2.0.0-1 Severity: minor When I move an image using qgview's move function, and the move operation fails due to a full device a half way copied version is kept in the new location, instead of deleting the unfinshed copy. -- System Information: Debian Release: 3.1

Bug#394692: azureus: does not terminate wenn closed by windowmanager (FVWM)

2006-10-22 Thread Moritz Lenz
information -- Moritz Lenz http://moritz.faui2k3.org/ signature.asc Description: Digital signature

Bug#391882: centericq: message pane is not refreshed when a contact goes offline

2006-10-09 Thread Moritz Lenz
-- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391887: RFP: freemat -- Mathematics Framework (mostly MATLAB compatible)

2006-10-09 Thread Moritz Lenz
, LC_CTYPE=de_DE (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) -- Moritz Lenz http://moritz.faui2k3.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390228: igal: command line option to chose filename extension

2006-09-29 Thread Moritz Lenz
of images in se ii liburi-perl 1.35-1 Manipulates and accesses URI strin ii perl 5.8.4-8sarge5 Larry Wall's Practical Extraction -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ Common subdirectories: a/debian and b/debian diff -u

Bug#389829: asciidoc: fails to load required xsl file

2006-09-27 Thread Moritz Lenz
2.6.18 Locale: LANG=C, LC_CTYPE=de_DE (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages asciidoc depends on: ii python2.3.5-2An interactive high-level object-o -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org

Bug#379910: xloadimage: xview displays PNGs wrongly

2006-07-26 Thread Moritz Lenz
System protocol client li ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ xview_bug_original.png Description: PNG image

Bug#378675: igal: Please use lower case html-Tags to be more xhtml frindly

2006-07-19 Thread Moritz Lenz
Tags: patch Hi, Alexander Zangerl wrote: On Tue, 18 Jul 2006 12:13:01 +0200, Moritz Lenz writes: If that's to much work, please contact me, I could provide a patch. please do! as igal is pretty much dead upstream, i'm not too keen on doing all the cleanup work myself - but patches

Bug#378675: igal: Please use lower case html-Tags to be more xhtml frindly

2006-07-18 Thread Moritz Lenz
determine the size of images in se ii liburi-perl1.35-1Manipulates and accesses URI strin ii perl 5.8.4-8sarge4 Larry Wall's Practical Extraction -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ -- To UNSUBSCRIBE, email to [EMAIL

Bug#376487: hotkeys doesn't start reliably from .xsession

2006-07-03 Thread Moritz Lenz
xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- Moritz Lenz http://moritz.faui2k3.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#352059: gtk-gnutella: active downloads pane empty after some time

2006-02-09 Thread Moritz Lenz
Subject: gtk-gnutella: active downloads pane empty after some time Package: gtk-gnutella Version: 0.96b-1 Severity: normal When the active downloads are shown in the main window pane after a while (1 to 30 minutes, I guess) that window pane becomes blank. Sometimes the formerly selected line is