Bug#342177: mini-dinstall: Stoped working

2005-12-05 Thread Michael Gebetsroither
ure on .changes gpg: Signature made Tue 06 Dec 2005 12:04:53 AM CET using RSA key ID 74BE9EBE gpg: Good signature from "Michael Gebetsroither <[EMAIL PROTECTED]>" gpg: aka "Michael Gebetsroither <[EMAIL PROTECTED]>" gpg: aka "Mic

Bug#336986: a few problems with libdialog and enhancements

2005-11-01 Thread Michael Gebetsroither
to enhance usability of libdialog. i've introduced a functionpointer void(*)(char*) in dialog_vars. dlg_add_result it if it is not null and returns. This small patch greatly enhances the usability of libdialog if the program has to deal with the userinput. Thx, Michael Gebetsroither -- Sys

Bug#336986: Sorry forgot the patch

2005-11-01 Thread Michael Gebetsroither
From: Michael Gebetsroither <[EMAIL PROTECTED]> Date: Wed, 2 Nov 2005 03:24:46 +0100 Subject: Bug#336986: Sorry forgot the patch :( To: [EMAIL PROTECTED] Content-Type: multipart/mixed; boundary="mR8QP4gmHujQHb1c" User-Agent: mutt-ng devel-r316 (Debian) Hi, sorry, i've fo

Bug#340235: mercurial: Add support for alias st for hg status

2005-11-21 Thread Michael Gebetsroither
Package: mercurial Version: 0.7-6 Severity: minor Tags: patch Hi, Please add st as alias for hg status. This is also in current mercurial tip, but not backported to 0.7. Thx greetings, Michael Gebetsroither -- System Information: Debian Release: testing/unstable Architecture: i386 (i686

Bug#340366: python-newt: Function EntryWindow does not work with preset values for the entries

2005-11-22 Thread Michael Gebetsroither
etField call. Patch (also as attachment): --- /usr/lib/python2.3/site-packages/snack.py»··2005-09-09 08:03:55.0 +0200 +++ snack.py»···2005-11-23 01:30:25.205584500 +0100 @@ -789,6 +789,7 @@ def EntryWindow(screen, title, text, pro for n in prompts: if (type(n) == types.TupleTyp

Bug#310755: libxplc0.3.11-dev: Programm to generate the uuids in the form which xplc uses is not in the package

2005-05-25 Thread Michael Gebetsroither
Package: libxplc0.3.11-dev Version: 0.3.11-1 Severity: important Please include a version of uuid2cdef.pl which is found in the source of libxplc. possible a version which does not only transform an uuid, but one which creates an uuid and transform it. thx, Michael Gebetsriother -- System Infor

Bug#293923: ding: illegal pattern with searchword "aktuell"

2005-02-06 Thread Michael Gebetsroither
Package: ding Version: 1.3-5 Severity: normal when searching for "aktuell" ding gave me an "illegal pattern". searching means translating from "De <-> En". "aktu" doesn't produce any error, but "aktue" does. from ~/.dingrc set searchmeth(0,name) {De <-> En} set searchmeth(0,type) {0} set searchme

Bug#300428: pcscd: bundleTool does not work

2005-03-19 Thread Michael Gebetsroither
Package: pcscd Version: 1.2.9-beta7-3 Severity: normal # apt-get install pcscd ... # bundleTool Opendir failed /usr/services: No such file or directory cu, Michael Gebetsroither -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Ar

Bug#316001: glibc-doc: pthread_rwlock_* are not documented (manpage)

2005-06-27 Thread Michael Gebetsroither
Package: glibc-doc Version: 2.3.2.ds1-22 Severity: normal All manpages for pthread_rwlock_* are missing -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-885

Bug#303247: sysv-rc: update-rc.d does not add links to /etc/rcS.d

2005-04-05 Thread Michael Gebetsroither
Package: sysv-rc Version: 2.86.ds1-1 Severity: normal # update-rc.d -n mount-bind start 37 S . update-rc.d: error: expected runlevel [0-9S] (did you forget "." ?) usage: update-rc.d [-n] [-f] remove update-rc.d [-n] defaults [NN | sNN kNN] update-rc.d [-n] start|stop NN runlvl [

Bug#303270: false permissions of /var/lib/dpkg/info/*.md5sums

2005-04-05 Thread Michael Gebetsroither
Package: dpkg Version: 1.10.27 Severity: important if a package does not have a md5sums file, this file gets created in my debian system, but with false permissions 640 (reportbug, wont work for non-root users). # l /var/lib/dpkg/info/gawk.md5sums -rw-r--r-- 1 root root 6.7K 2005-04-05 18:07 /v

Bug#303247: sysv-rc: update-rc.d does not add links to /etc/rcS.d

2005-04-06 Thread Michael Gebetsroither
* Thomas Hood <[EMAIL PROTECTED]> [050405 21:45]: > $ sudo touch /etc/init.d/dummy > $ sudo chmod ugo+x /etc/init.d/dummy > [EMAIL PROTECTED]:/etc/init.d$ sudo update-rc.d -n dummy start 37 S . > Adding system startup for /etc/init.d/dummy ... >/etc/rcS.d/S37dummy -> ../init.d/dummy [EMAIL P

Bug#303247: sysv-rc: update-rc.d does not add links to /etc/rcS.d

2005-04-09 Thread Michael Gebetsroither
* Miquel van Smoorenburg <[EMAIL PROTECTED]> [050406 15:30]: > Perhaps your shell or something in your environment does this. Maybe zsh > auto-completion or whatever ? Perhaps that messes up the call to > update-rc.d ? You are right the shell messed it up, sorry. cu, mg -- /*The only secure co

Bug#305366: Please act on this soon

2005-10-19 Thread Michael Gebetsroither
* Henrique de Moraes Holschuh <[EMAIL PROTECTED]> [051019 17:00]: > > On Oct 19, 2005, at 4:47 AM, Henrique de Moraes Holschuh wrote: > > >Please act on this bug very soon, or I will coordinate with Ubuntu and > > >Michael, and upload a cryptsetup-luks package to superseed cryptsetup. > > This is

Bug#332437: docbook-to-man: incorrect behaviour in error reporting (does not work with zsh)

2005-10-06 Thread Michael Gebetsroither
Package: docbook-to-man Version: 1:2.0.0-19 Severity: important Tags: patch The error reporting and commandline parameter checking does not work if zsh is the system shell (very questionable syntax)... i've included a patch to correct this issue (should no work on all shells). cu Mi

Bug#332474: docbook-xsl: docbook.xsl (manpages) does not make strong text bold

2005-10-06 Thread Michael Gebetsroither
anced. cu, Michael Gebetsroither -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=en_US.iso885915, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15) Versions of packages docbook-xsl depends on: ii

Bug#321642: udev: partitions on a removeable media belongs to the wrong group

2005-08-06 Thread Michael Gebetsroither
7900" because if sdf is removable, sdf1 should be so also. So there is no need for an attribute removable in sdf (imho). cu, Michael Gebetsroither -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel:

Bug#294372: mozilla-firefox: Firefox segfaults

2005-02-09 Thread Michael Gebetsroither
Package: mozilla-firefox Version: 1.0+dfsg.1-5 Severity: normal Firefox segfaults on this page every time: http://einsteinmg.dyndns.org/cgi-bin/remangle.cgi?=0x27b9b660 bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=281636&action=View stacktrace: see attachment -- System Information: De

Bug#362183: pinfo: Patch

2006-08-16 Thread Michael Gebetsroither
@@ dirpage_lookup(char **type, char ***mess } /* if we haven't found anything, clean up and exit */ - if (!goodHit) + if (!goodHit && id) { fclose(id); id = 0; Michael Gebetsroither -- System Information: Debian Rel

Bug#382252: ImportError: No module named bdiff

2006-08-09 Thread Michael Gebetsroither
Package: mercurial Version: 0.9.1-1 Severity: grave Tags: patch Justification: renders package unusable hi, # hg diff ** unknown exception encountered, details follow ** report bug details to [EMAIL PROTECTED] ** Mercurial Distributed SCM (version 0.9) Traceback (most recent call last): File "/

Bug#684041: [3.2 -> 3.5 regression] Intel GPU hang caught

2012-09-21 Thread Michael Gebetsroither
On 2012-08-07 09:13, Jonathan Nieder wrote: > Michael Gebetsroither wrote: Hi, >> After upgrading to linux-image-3.5 the X server freezes after some time. > > Thanks for writing. Please report this upstream, following the > instructions at Seems after upgrading everything

Bug#688954: ipython: Dependency missing on python-argparse

2012-09-27 Thread Michael Gebetsroither
rgparse without safeguards it should be a dependency, not just a 'suggests'. Michael Gebetsroither -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux

Bug#689133: mantis: Does not work with TLS+auth on smtp mail setups

2012-09-29 Thread Michael Gebetsroither
SMTPSecure = config_get( 'smtp_connection_mode' ); } After this little change smtp+tls+auth worked without problems. Michael Gebetsroither -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: a

Bug#685160: aptitude: Please include "Quick guide to search terms" in manpage

2012-08-17 Thread Michael Gebetsroither
ects/aptitude/doc/en/ch02s03s05.html Michael Gebetsroither -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-03 Thread Michael Gebetsroither
ages/pkg_resources.py", line 2278, in load_entry_point raise ImportError("Entry point %r not found" % ((group,name),)) ImportError: Entry point ('console_scripts', 'pip-2.7') not found # l =python lrwxrwxrwx 1 root root 9 2011-06-18 18:13 /usr/bin/python -&g

Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-04 Thread Michael Gebetsroither
Hello Jakob, To Check if changing the interpreter to python2.7 really fixes the problem, and it does. Michael Am 04.07.2012 um 09:27 schrieb Jakub Wilk : > * Michael Gebetsroither , 2012-07-04, 02:28: >> pip2.7 should use python2.7 as interpreter if not specifying a hard >>

Bug#686585: gstreamer0.10-plugins-bad: hung every gstreamer0.10 app

2012-09-03 Thread Michael Gebetsroither
other gstreamer related app i tried. The fix was to blacklist libgstopenal.so with: mv -i /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstopenal.so /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstopenal.soBLACKLIST After that all apps including pidgin worked again. Michael Gebetsroither -- System

Bug#684041: linux-image-3.5-trunk-amd64: Intel GPU hang caught

2012-08-06 Thread Michael Gebetsroither
Package: src:linux Version: 3.5-1~experimental.1 Severity: normal Hello, After upgrading to linux-image-3.5 the X server freezes after some time. Most of the time this happens when to switch from an xterm to another desktop, xterm still works (commands can still be executed), terminal output can

Bug#705236: npm doesn't work with node v0.10.1

2013-04-11 Thread Michael Gebetsroither
at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:901:3 ps.: node v0.10.3 with included npm works. Michael Gebetsroither -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy:

Bug#707069: Add ngx_pagespeed to nginx

2013-05-29 Thread Michael Gebetsroither
Package: nginx Version: 1.4.1-1 Followup-For: Bug #707069 Dear Maintainer, Yes, please add ngx_pagespeed to nginx-extras. Just post a link if we can help test packages! michael -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'exper

Bug#710090: golang-go: Please provide go cross-compiler

2013-05-28 Thread Michael Gebetsroither
Package: golang-go Version: 2:1.1-1 Severity: wishlist Dear Maintainer, Can you please provide go cross-compilers as separate packages? As go has native support for cross-compiling it would be very handy to not have to build all the cross-compiler ourself from upstream source. eg. we used to bui

Bug#571978: zfs-fuse: Disappearing datasets

2010-02-28 Thread Michael Gebetsroither
Package: zfs-fuse Version: 0.6.0-2 Severity: important Tags: patch Hi, I've the already reported upstream problem with disapearing datasets. E.g as soon as i create a second zfs filesystem on the same pool the first one disappears and is unreachable till i delete the second filesystem. This prob

Bug#637198: unbound: RESOLVCONF_FORWARDERS=false does not work

2011-08-09 Thread Michael Gebetsroither
. ps.: it seems that /etc/resolvconf/update.d/unbound is just adding all nameserver ips as forwarders to unbound and ignoring the RESOLVCONF_FORWARDERS setting from /etc/default/unbound. greets, Michael Gebetsroither -- System Information: Debian Release: squeeze/sid APT prefers unstable APT

Bug#719530: kicad-common: Libraries and Modules are missing in lastest version

2013-08-12 Thread Michael Gebetsroither
Package: kicad-common Version: 0.20130727+bzr4024-1 Severity: important Dear Maintainer, Seems that somehow /usr/share/kicad/{modules,library} is missing in lastest version. kicad-common also has only 1.3MB anymore instead of 34MB. Which makes kicad unusable to open any projects here. I fixed it

Bug#714558: nagios-plugins-contrib: check_libs reports wrong dangling libs for cron

2013-06-30 Thread Michael Gebetsroither
Package: nagios-plugins-contrib Version: 4.20120702 Severity: normal Dear Maintainer, check_libs reports wrong dangling libs for cron on every run, because it's missing the /tmp ignore as the version in unstable already has. Please consider adding this line to /etc/nagios-plugins/check-libs.conf

Bug#606459: Does not work after suspend/resume

2012-02-24 Thread Michael Gebetsroither
resume. [AO_ALSA] alsa-lib: pcm_hw.c:709:(snd_pcm_hw_resume) SNDRV_PCM_IOCTL_RESUME failed (-38): Function not implemented greets, Michael Gebetsroither -- System Information: Debian Release: squeeze/sid Architecture: amd64 (x86_64) Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores) Locale

Bug#666402: resource-agents: Nginx ra uses default pidfile due to programming error

2012-03-30 Thread Michael Gebetsroither
fix is at: https://github.com/ClusterLabs/resource-agents/commit/549fb9ef2a59fc4ea09f2c19aa3379cdc73135f4 Tested the patch and it indeed fixes the problem in my setup. Michael Gebetsroither -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'uns

Bug#799324: systemd: Instance variable %i not available for RuntimeDirectory

2015-09-17 Thread Michael Gebetsroither
Package: systemd Version: 215-17+deb8u2 Severity: normal Hi, We are trying to run multiple instances of a daemon where we'd need a RuntimeDirectory per instance. But having RuntimeDirectory=foo_%i creates /run/foo_%i as directory. It would be awesome to have specifiers also expanded in RuntimeDir

Bug#799324: systemd: Instance variable %i not available for RuntimeDirectory

2015-09-21 Thread Michael Gebetsroither
On 2015-09-17 23:17, Michael Gebetsroither wrote: > I also added a patch to the current upstream bug report. > https://bugs.freedesktop.org/show_bug.cgi?id=90178 > (sorry, i currently can't test the patch, not even compile-tested!) Pull request sent and merged into systemd u

Bug#734688: Logs are not rotated for a month

2015-12-18 Thread Michael Gebetsroither
Package: logrotate Version: 3.8.7-1+b1 Followup-For: Bug #734688 Dear Maintainer, Seconded, the problem still persists in jessie. Logrotate was practically broken after /var/log got full a month ago. There where various .log.1.gz files, most of which where 0 bytes which stopped logrotate to act

Bug#792406: rng-tools: Please support RDRAND/RDSEED

2015-07-14 Thread Michael Gebetsroither
Package: rng-tools Version: 2-unofficial-mt.14-1 Severity: wishlist Dear Maintainer, Please support RDRAND (ivy bridge) and RDSEED (broadwell) instruction to gather entropy. RDRAND is already supported in upstream version 5. There is also a rngd-rdrand which implements a nice and clean rngd with

Bug#784441: grahpite-web: Please backport fix to ignore trailing args in aliasByMetric()

2015-05-06 Thread Michael Gebetsroither
com/obfuscurity/graphite-web/commit/7fc74b830824691b5e0c8d421200976543b9f47a # patch: webapp/graphite/render/functions.py: @@ def aliasByMetric -series.name = series.name.split('.')[-1] +series.name = series.name.split('.')[-1].split(',')[0] Michael Gebetsroither -- System Information: D

Bug#780356: firehol: Do not stop firehol on upgrade

2015-03-12 Thread Michael Gebetsroither
Package: firehol Version: 2.0.2+ds-1 Severity: normal Dear Maintainer, Please do not stop the firewall on package upgrades. It would be nice if you could add --restart-after-upgrade to the dh_installinit call in debian/rules of firehol so the service is not stopped completely before upgrade. # d

Bug#780361: firehol: Please do not spam everyone on the system about disabling of firewall

2015-03-12 Thread Michael Gebetsroither
Package: firehol Version: 2.0.2+ds-1 Severity: wishlist Dear Maintainer, It would be nice if firehol would not spam the system with `emerg` log messages. Would it be possible to remove that, or at least make it configurable? greets, michael -- System Information: Debian Release: squeeze/sid A

Bug#779418: php-nrk-predis: Wrong install location

2015-02-28 Thread Michael Gebetsroither
Package: php-nrk-predis Version: 1.0.0-1 Severity: important Dear Maintainer, After installing package php-nrk-predis all php files installed are IMHO in the wrong location. They are in /usr/share/php/php-nrk-predis instead of /usr/share/php/Predis. Strangely enough the package includes an empty

Bug#779633: nginx-full: Aborting on reload due to open sockets

2015-03-03 Thread Michael Gebetsroither
Package: nginx-full Version: 1.6.2-5~bpo70+1 Severity: normal Dear Maintainer, After upgrading to nginx-full from backports `service nginx reload/restart` does not work anymore. 17:20:17 [alert] 502#0: *6580993 open socket #13 left in connection 65 17:20:17 [alert] 502#0: *3806892 open socket #2

Bug#779633: nginx-full: Aborting on reload due to open sockets

2015-03-03 Thread Michael Gebetsroither
On 2015-03-03 13:34, Christos Trochalakis wrote: Hello Christos, I wasn't able to reproduce this behaviour. I tried reloading and restarting nginx, while at the same time, I kept an http and a spdy connection open. Everything worked as expected, the connection was terminated after 5 secs (the r

Bug#769120: salt-ssh does not transport pillars to remote hosts

2014-11-11 Thread Michael Gebetsroither
Package: salt-ssh Version: 2014.1.13+ds-1 Severity: normal Tags: upstream Dear Maintainer, Pillars are not transported to the remote host with the current version of salt-ssh in debian. The pillar being simply empty on the remote site when eg. used throug file.manage:contents_pillar. After a lon

Bug#814802: prometheus: Please add native systemd support and config reload

2016-02-15 Thread Michael Gebetsroither
Package: prometheus Version: 0.16.2+ds-1 Severity: important Tags: patch Dear Maintainer, Please include a native systemd unit file to make the package more user friendly. https://wiki.debian.org/Teams/pkg-systemd/Packaging We observed the following advantages: - working config hot reload supp

Bug#865746: collectd-core: collectd segfaults if generic-jmx module is used

2017-06-24 Thread Michael Gebetsroither
Package: collectd-core Version: 5.7.0-3~bpo8+1 Severity: normal Dear Maintainer, After the last security upgrades (stack smash) collectd segfaults when using generic-jmx plugin. % export JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-amd64" % export LD_LIBRARY_PATH="$JAVA_HOME/jre/lib/amd64:$JAVA_H

Bug#865749: openjdk-7-jdk: jmap does not work anymore due to missing symbols

2017-06-24 Thread Michael Gebetsroither
Package: openjdk-7-jdk Version: 7u131-2.6.9-2~deb8u1 Severity: normal Dear Maintainer, Jmap does not work anymore on debian due to missing symbols: This seems like a known problem on ubuntu too where jmap is broken since about 7u95. https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/15484

Bug#852461: systemd: Creating scopes with systemd-run unreliable

2017-01-24 Thread Michael Gebetsroither
Source: systemd Version: 215-17+deb8u5 Severity: normal Dear Maintainer, The creation of scopes with systemd-run --scope is unreliable. It seems to depend on system "load" or some other factors affected by system "load". On production systems we've seen an error rate of up to 20%. It feels the s

Bug#852461: systemd: Creating scopes with systemd-run unreliable

2017-01-27 Thread Michael Gebetsroither
On 2017-01-24 20:20, Michael Biebl wrote: Hi Michael, >> The creation of scopes with systemd-run --scope is unreliable. >> It seems to depend on system "load" or some other factors affected >> by system "load". >> On production systems we've seen an error rate of up to 20%. > >> % for i in `seq 5

Bug#852461: systemd: Creating scopes with systemd-run unreliable

2017-01-27 Thread Michael Gebetsroither
On 2017-01-27 20:50, Michael Biebl wrote: >> The error sent from systemd back to systemd-run seems to be: >> "Unit run-24908.scope already exists." > > > Could you check if you have many scope units in /run which could slow down > systemd # find /run/systemd/system/ -type f -iname '*.scope' |w

Bug#1059667: nix-bin: Fail to install pkgs from nixpkgs-unstable

2023-12-29 Thread Michael Gebetsroither
Package: nix-bin Version: 2.18.1+dfsg-1+b1 Severity: normal Dear Maintainer, It seems some pkgs from channel nixpkgs-unstable can not be installed anymore with this older version of nix-daemon. eg. % nix-env -iA nixpkgs.carla installing 'carla-2.5.7' error: this derivation has bad 'm

Bug#450717: libterm-readkey-perl: Call to ReadKey(0) is not blocking anymore

2007-11-13 Thread Michael Gebetsroither
Quoting Niko Tyni <[EMAIL PROTECTED]>: the child process is probably setting O_NONBLOCK on STDIN. Does it help if you do something like indeed, startx/Xorg seems to set O_NONBLOCK on the console where it sends the output to. use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK); $flags = fcntl(STDI

Bug#496466: multiple memory leaks in libkeyutils1

2008-08-24 Thread Michael Gebetsroither
2.7-3 GNU C Library: Shared libraries libkeyutils1 recommends no packages. libkeyutils1 suggests no packages. -- no debconf information >From 7160effbc6c3d14387593e5a8a0e0de2973bcf72 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither <[EMAIL PROTECTED]> Date: Mon, 25 Aug 2008 02

Bug#497052: grub-pc: please add /vmlinuz(.old) entries per default

2008-08-29 Thread Michael Gebetsroither
rm of: menuentry "Current kernel (vmlinuz-2.6.26-grml64)" { linux /vmlinuz initrd /initrd.img } menuentry "Old kernel (vmlinuz-2.6.23-grml64)" { ... BEGIN #!/bin/bash -e # Author: Michael Gebetsroither <[EMAIL PROTECTED]> # License: GPL v2 or any later version print

Bug#456309: Another approach to complete free named vlan devices

2008-10-30 Thread Michael Gebetsroither
00:00:00 2001 From: Michael Gebetsroither <[EMAIL PROTECTED]> Date: Thu, 30 Oct 2008 15:44:53 +0100 Subject: [PATCH 1/2] add ifupdown infrastructure for free named vlan devices e.g iface dmz inet static vlan-raw-device eth0 vlan-id 1 address 192.168.1.1 netmask 255.255.255.0 Signed-off

Bug#504064: ip: missing documentation for ip link add|del

2008-10-30 Thread Michael Gebetsroither
Package: iproute Version: 20080725-2 Severity: normal hi, The complete configuration and removing of vlan and veth devices with ip is undocumented. This interfaces is especially nice because it does not enforce a fixed naming convention on vlan interfaces like vconfig (which is already deprecated

Bug#501371: nmap: failed to determine route

2008-10-06 Thread Michael Gebetsroither
Package: nmap Version: 4.68-1 Severity: important Nmap is unable to determine route to any addresse which is matched by the default routing table. Nmap thus only works for explizit matches from the main table which renders it completly useless. # nmap -sS -vvv -p 80 -e ppp0 www.heise.de Startin

Bug#501372: nmap: Nmap failed to determine route

2008-10-06 Thread Michael Gebetsroither
Package: nmap Version: 4.68-1 Severity: important Nmap is unable to determine route to _any_ addresse which is matched by the default routing table. Nmap thus only works for explizit matches from the main table which renders it completly useless. # nmap -sS -vvv -p 80 -e ppp0 www.heise.de Start

Bug#506129: puppet: ssh_autorized_key cannot parse lines which a command containing spaces

2008-11-18 Thread Michael Gebetsroither
Package: puppet Version: 0.24.5-2 Severity: normal hi, i've just hit those bug mentioned above. This is especially nasty as ssh_authorized_key doesn't works anymore on the puppet client without manual intervention. The bug is fixed in 0.24.6 or can be applied to 0.24.5 (just a onliner) http://p

Bug#525153: Please support passwd --stdin

2009-04-22 Thread Michael Gebetsroither
Package: passwd Version: 1:4.1.3.1-1 Severity: wishlist Hi, Please support reading passwords from stdin in passwd (restricted to root only). It's a bit related to #505640 imho, but instead of all the quirks to get the encrypted password back from pam just depend on the right pam.d/common-passwor

Bug#525153: [Pkg-shadow-devel] Bug#525153: Please support passwd --stdin

2009-04-26 Thread Michael Gebetsroither
Nicolas François wrote: >> Please support reading passwords from stdin in passwd (restricted to >> root only). > > What would be the use case for this? To set the password from scripts. Currently all admins i know of use expect arround passwd as it's the only sane way to do this. (either becaus

Bug#525153: Please support passwd --stdin

2009-04-27 Thread Michael Gebetsroither
Nicolas François wrote: > My point was that the same conversation function can be used for chpasswd, > newusers, and passwd (i.e. I did not agree to "...but instead of all the > quirks to get the encrypted password back from pam...") > > Once chpasswd supports PAM, do you still need passwd --stdi

Bug#526201: runit: Environment variables in run script

2009-04-29 Thread Michael Gebetsroither
Package: runit Version: 2.0.0-1 Severity: wishlist Hi, would it be possibel to include environment variables parsing within run script itself, like chpst -e? It's rather ugly to use chpst for configuration variables: eg. for atftpd exec chpst -e env sh -c atftpd --no-fork --daemon \$OPTIONS wi

Bug#532198: python-pytc: Depends on removed libtokyocabinet5

2009-06-07 Thread Michael Gebetsroither
Package: python-pytc Version: 0.6-2 Severity: normal Hi, # apt-get install python-pytc Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are

Bug#533110: python-profiler: Please include files for python2.6

2009-06-14 Thread Michael Gebetsroither
Package: python-profiler Version: 2.5.2-1 Severity: normal hi, Please include the necessary files for python-profiler to work with python2.6. I've just copied the pstats.py file from the upstream tarball and cProfile seems to work as usual. michael -- System Information: Debian Release: lenny/

Bug#533151: screen: wrong handling of $STY

2009-06-15 Thread Michael Gebetsroither
Package: screen Version: 4.0.3-13 Severity: normal hi, Screen does not start, but just returns and does nothing, if started from an xterm which is itself started from another screen. Problem is the $STY environment variable. Screen tries to contact the screen from $STY and does not start a new

Bug#425217: libstfl-dev: Please build python bindings

2007-05-20 Thread Michael Gebetsroither
Package: libstfl-dev Version: 0.8-2 Severity: wishlist Please provide the Python bindings for stfl. Michael -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (991, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20-grml

Bug#471318: knode: Knode symbol lookup error

2008-03-18 Thread Michael Gebetsroither
Quoting Modestas Vainius <[EMAIL PROTECTED]>: You have a half-updated sid system. Well, the bug is that knode/libkdepim1a dependencies are not tight enough but please dist-upgrade before reporting _grave_ bugs. You don't have to wait till this bug is closed, just dist-upgrade and the problem wil

Bug#482904: ejabberdctl does not work with long hostnames

2008-05-25 Thread Michael Gebetsroither
Package: ejabberd Version: 2.0.0-7 Severity: important if ejabberd runs with long (erlang) host names ejabberdctl does not work. ejabberdctl tries to run with the following command: "exec /usr/bin/erl -name ejabberddebug -remsh [EMAIL PROTECTED]" The problem is, -name expects a long hostname. T

Bug#500499: git-buildpackage: git-import-orig has problems with whitespaces

2008-09-28 Thread Michael Gebetsroither
Package: git-buildpackage Version: 0.4.39 Severity: normal git-import-orig can't handle whitespaces in upstream tarballs. % git-import-orig --no-dch --pristine-tar ../TrueCrypt\ 6.0a\ Source.tar.gz -u 6.0a Upstream version is 6.0a Warning: Can't symlink orig.tar.gz due to missing debian/changel

Bug#450851: xserver-xorg-input-evdev: mouse pointer moves down-right in captured state

2008-01-20 Thread Michael Gebetsroither
Package: xserver-xorg-input-evdev Version: 1:1.2.0-1 Followup-For: Bug #450851 Hi, xserver-xorg-input-evdev version 1.2.0 does not work, neither in qemu nor dosbox nor nexuiz (mouse moves down right all the time). I've just copied back the /usr/lib/xorg/modules/input/evdev_drv.so from 1.1.5-3 a

Bug#462392: sloccount: Please add support for erlang

2008-01-24 Thread Michael Gebetsroither
Package: sloccount Version: 2.26-2.1 Severity: wishlist Tags: patch Please add support for erlang. cu, michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (991, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-grml64 (SMP w/2 CPU cores; PR

Bug#453729: mcabber: Please enable otr support

2007-11-30 Thread Michael Gebetsroither
Package: mcabber Version: 0.9.5-1 Severity: wishlist Please enable OTR support in mcabber as it is supported since 0.9.4. cu, michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (991, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-grml64

Bug#453729: Patch for debian/ to enable otr support

2007-12-01 Thread Michael Gebetsroither
Hi, i've made a quick patch for the .deb to enable otr support. mcabber with this patch works with otr. cu, michael commit db79c34a74ed00c4e4769960b83440ddb4b781d5 Author: Michael Gebetsroither <[EMAIL PROTECTED]> Date: Fri Nov 30 22:56:49 2007 +0100 added otr support d

Bug#458744: erlang-base-hipe: Wrong manpage returned by erl -man

2008-01-02 Thread Michael Gebetsroither
Package: erlang-base-hipe Version: 1:11.b.5dfsg-12 Severity: normal Hi, erl -man file doesn't return the erlang manpage of file but the manpage of the file command. cu, michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (991, 'unstable') Architecture:

Bug#458744: erlang-base-hipe: Wrong manpage returned by erl -man

2008-01-02 Thread Michael Gebetsroither
Quoting Sergei Golovan <[EMAIL PROTECTED]>: I'll change the order in which sections of manpages are searched in the next upload. For now you could use erl -man 3erl file or even man 3erl file many thx :) cu, michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Bug#449246: itop: Segfault on amd64

2007-12-22 Thread Michael Gebetsroither
Quoting Jose Luis Rivas Contreras <[EMAIL PROTECTED]>: hi Jose :) Maybe this was related in some ways to libc6 versions? Please could you try again? I can't reproduce it in an amd64 port machine with 2.6.22 smp/w/2cores kernel in sid (very similar to yours). Currently i've kernel 2.6.23 with

Bug#449246: And the missing coredump

2007-12-22 Thread Michael Gebetsroither
core.bz2 Description: application/bzip2

Bug#453852: exmap: Exmap does not start

2007-12-23 Thread Michael Gebetsroither
Package: exmap Version: 0.10-2 Followup-For: Bug #453852 Hi, same here, exmap aborts during startup. Loading module works just fine. About 5s after gexmap execution, gexmap aborts with the following error: Vma::get_pages_for_range - s

Bug#458107: runit: Wrong start order in /etc/inittab

2007-12-28 Thread Michael Gebetsroither
Package: runit Version: 1.8.0-1 Severity: normal Hi, the line from runit in /etc/inittab ("SV:123456:respawn:/usr/sbin/runsvdir-start"), should be moved before the sysv runlevel scripts (before "l0:0:wait:/etc/init.d/rc 0"). Otherwise the sysvinit emulation from runit does not work (e.g /etc/

Bug#448470: Portmap does not start if a random user has a process named portmap

2007-10-29 Thread Michael Gebetsroither
Package: portmap Version: 6.0-4 Severity: important Hi, Ich some random user has a programm portmap running, /etc/init.d/portmap start refuses to start the portmap daemon, which introdruces a local DOS. cu, michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT p

Bug#449246: itop: Segfault on amd64

2007-11-04 Thread Michael Gebetsroither
Package: itop Version: 0.1-1 Severity: important hi, itop segfault 4 out of 5times. backtrace (of itop compiled with -ggdb): #0 0x00400d5d in read_ints (interrupts=0x7fff19691c00, calc_max=0) at itop.c:72 #1 0x0040112c in main (argc=1, argv=0x7fff19693d58) at itop.c:129 cu, m

Bug#450717: libterm-readkey-perl: Call to ReadKey(0) is not blocking anymore

2007-11-09 Thread Michael Gebetsroither
Package: libterm-readkey-perl Version: 2.30-3 Severity: normal Hi, We've a problem with ReadKey(0). We use it in one of our wrapper programms to read non-echoed single character's. Something like this: while (not defined ($x = ReadKey(0))) {} The real problem is, that after starting start-x an

Bug#619857: erlang: Urgend warning to upgrade to R14B02

2011-03-27 Thread Michael Gebetsroither
Package: erlang Version: 1:14.b.1-dfsg-1 Severity: critical Tags: security Justification: causes serious data loss Hi Sergei, There are numerous bugs in R14A, R14B, R14B01 which are all fixed in R14B02. Including some nasty bugs in the (de)serialization of erlang terms which might have security

Bug#619857: Bug is against Squeeze/wheeze not experimental

2011-03-27 Thread Michael Gebetsroither
Hi, Sorry, I wrote the bug on my laptop so the bug is reported against the wrong erlang version. The bug should be against 14.a-dfsg-3 from squeeze/wheezy/unstable, not the erlang version from experimental. michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#606266: ditaa: Please use virtual Packages as Dependencies

2010-12-07 Thread Michael Gebetsroither
Package: ditaa Version: 0.9+ds1-2 Severity: normal Hi, Please change the hard-dependency on openjdk-6-jdk to a dependency to the provided virtual packages of openjdk-6-jdk. Package: openjdk-6-jdk Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk michael -- System Information:

Bug#606459: aqualung: Does not work after suspend/resume

2010-12-09 Thread Michael Gebetsroither
Package: aqualung Version: 0.9~beta11-1+b1 Severity: normal Hello, Aqualung does not work after suspend/resume cycle without restart. It's kind of strange, it doesn't produce any errors and the playback is much faster than normal but there is no sound. After restart, aqualung works again as expe

Bug#606460: aqualung: Does not work until restart on connection loss to jackd

2010-12-09 Thread Michael Gebetsroither
Package: aqualung Version: 0.9~beta11-1+b1 Severity: normal Hello, Aqualung does not work without a restart of aqualung itself if connection is lost to jackd. If jackd is restarted aqualung reports errors but does not reconnect to jackd and refuses to play anything, albeit good jackd clients hav

Bug#606463: aqualung: Freezes on exit if connection to jackd is lost

2010-12-09 Thread Michael Gebetsroither
Package: aqualung Version: 0.9~beta11-1+b1 Severity: normal Hello, Aqualung freezes on exit if connection to jackd is lost. After clicking the notifiaction messagebox that you have to restart for a working aqualung and exiting aqualung it hangs. start + complete output: % aqualung -D -R No outpu

Bug#618463: mdadm: Mdadm grow of Raid1 destroys metadata

2011-03-31 Thread Michael Gebetsroither
On 2011-03-18 03:29, NeilBrown wrote: > On Tue, 15 Mar 2011 12:45:19 +0100 Michael Gebetsroither Hi Neil, first, thx for your explanation and answer to my bugreport! >> Package: mdadm >> Version: 2.6.7.2-3 >> Severity: grave >> Justification: causes non-serious data

Bug#619857: closed by Sergei Golovan (Bug#619857: fixed in erlang 1:14.b.2-dfsg-1)

2011-03-31 Thread Michael Gebetsroither
On 2011-04-01 08:21, Debian Bug Tracking System wrote: Hi Sergei, > This is an automatic notification regarding your Bug report > which was filed against the erlang package: > > #619857: erlang: Urgend warning to upgrade to R14B02 > > It has been closed by Sergei Golovan . Thx for closing this

Bug#619857: closed by Sergei Golovan (Bug#619857: fixed in erlang 1:14.b.2-dfsg-1)

2011-04-01 Thread Michael Gebetsroither
On 2011-04-01 09:20, Sergei Golovan wrote: > On Fri, Apr 1, 2011 at 10:44 AM, Michael Gebetsroither > wrote: Hi Sergei, >> Thx for closing this bug so fast! >> >> Will all this bugs also be closed in 'Squeeze'? > > I don't think so. If it's so

Bug#619857: closed by Sergei Golovan (Bug#619857: fixed in erlang 1:14.b.2-dfsg-1)

2011-04-01 Thread Michael Gebetsroither
On 2011-04-01 09:52, Sergei Golovan wrote: > On Fri, Apr 1, 2011 at 11:44 AM, Michael Gebetsroither > wrote: >> On 2011-04-01 09:20, Sergei Golovan wrote: >>> I don't think so. If it's so important, I'll create a backport of >>> R14B02 and put it

Bug#578409: lfhex: Allow working with blockdevices

2010-04-19 Thread Michael Gebetsroither
Package: lfhex Version: 0.42-3 Severity: wishlist Hi, Please allow working with blockdevices directly. It would be an ideal fit for lfhex as it is the only hex editor able to cope with such big "files". greets, michael -- System Information: Debian Release: squeeze/sid APT prefers unstable

Bug#473574: gitosis: Gitosis destroys all permissions in /var/cache/git

2008-03-31 Thread Michael Gebetsroither
Package: gitosis Version: 0.2+20080319-1 Severity: critical Justification: breaks unrelated software Hi, Gitosis has destroyed my carfull created permission setup on over 200 git repostiries just because i installed the package! gitosis.postinst: chown git:git /var/cache/git -R This usually de

Bug#473613: gitosis: does not regenerate the configfile

2008-03-31 Thread Michael Gebetsroither
Package: gitosis Version: 0.2+20080319-1 Severity: normal Hi, After gitosis-init

  1   2   >