Bug#915611: dzen2 package is missing kittscanner.sh

2018-12-05 Thread Michael Stummvoll
Oups, please disregard the attached Patch. I opened an old BTS mail as template and forgot to remove that.

Bug#915611: dzen2 package is missing kittscanner.sh

2018-12-05 Thread Michael Stummvoll
confusion, the kittscaner.sh file should either be added to the package (probably along the documentation files) or the README.kittscanner file should be removed from the docs. Kind Regards, Michael Stummvoll diff --git a/conky-1.10.8/src/linux.cc b/patched/src/linux.cc index ef39bd0..e4c9fe6 100644 --- a/co

Bug#900001: Conky crashes eventually on linux setups where net interfaces change often

2018-05-24 Thread Michael Stummvoll
interfaces often appear and disappear (for example by starting docker-images) conky will eventually run into that limit. The supplied patch avoids that issue by removing old network interfaces from the said internal list, once they disappear. Kind Regards, Michael Stummvoll diff --git a/conky

Bug#857796: aborts after valid input (indent.c:446: content: Assertion `strlen(yytext) == 1' failed)

2018-04-23 Thread Michael Stummvoll
severity 857796 important tags 857796 patch thanks The bug also seems to keep xmlindent from writing output into any file using -o. Using -w empties the source file. I attached a patch which fixes the issue. Kind Regards, Michael 439a440,441 > int len = strlen(yytext); > if(!len)

Bug#848895: Acknowledgement (Chromium freezes randomly)

2017-01-16 Thread Michael Stummvoll
anced Micro Devices, Inc. [AMD/ATI] > RV730 GL [FirePro V5700] I too have a AMD Video card: ~$ lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cypress XT [Radeon HD 5870] Thanks, Michael Stummvoll

Bug#848895: Acknowledgement (Chromium freezes randomly)

2016-12-20 Thread Michael Stummvoll
What I forgot to mention: I am using debian testing, but the bug also appears in the latest version from the unstable or experimental repository for me. Kind Regards, Michael Stummvoll

Bug#848895: Chromium freezes randomly

2016-12-20 Thread Michael Stummvoll
B profile Sorry for not beeing able to provide more details. If you need more informations please tell me how to obtain them and I will attach them. Kind Regards, Michael Stummvoll

Bug#763356:

2014-10-17 Thread Michael Stummvoll
Hi, I am still encountering this bug after updating mysql-workbench and mysql-workbench-data to 6.2.3+dfsg-6 from unstable, while having the same console output as the initial reporter. Kind Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#763356:

2014-10-17 Thread Michael Stummvoll
Hi, I am still encountering this bug after updating mysql-workbench and mysql-workbench-data to 6.2.3+dfsg-6 from unstable, while having the same console output as the initial reporter. Kind Regards, Michael Hi again, Nevermind, was a mistake on my site. Sorry for the inconvenience.

Bug#761954: Please provide lsb-release for python 3

2014-09-17 Thread Michael Stummvoll
Package: lsb-release Version: 4.1+Debian13 The lsb_release import is currently only available for python 2 but not for python 3. This causes bug #760341 in pastebinit Kind Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#687251: Close #687251 - search-page causes permanent 100% CPU load

2014-08-13 Thread Michael Stummvoll
reopen 687251 ! kthxbye Hi, I am still able to reproduce this bug. If this helps, the strace output spams this lines repeatly very fast when the bug occours: --- SNIP --- clock_gettime(CLOCK_MONOTONIC, {35694, 64187117}) = 0 recvmsg(6, 0xbf875004, 0) = -1 EAGAIN (Resource

Bug#724902: openscad: new upstream version 2014.03

2014-04-02 Thread Michael Stummvoll
retitle 724902 openscad: new upstream version 2014.03 kthxbye Hi, there is a new openscad release: 2014.03 Any updates on this bug? Kind Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#740811: xdotool seems not to be keyboard layout aware

2014-03-05 Thread Michael Stummvoll
, root 0x260, subw 0x0, time 5917646, (75,126), root:(1999,132), state 0x10, keycode 52 (keysym 0x79, y), same_screen YES, XLookupString gives 1 bytes: (79) y XFilterEvent returns: False Kind Regards, Michael Stummvoll -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#731854: curl: bracket and brace expansion is broken

2013-12-10 Thread Michael Stummvoll
Package: curl Version: 7.33.0-1 Severity: important according the manpage, curl supports backet and brace expansion. But when I try to run curl 'http://site.{one,two,three}.com' curl tries to download following sites: http://site.onethree http://site.twothree http://site.threethree and

Bug#731855: curl: bracket and brace expansion is broken

2013-12-10 Thread Michael Stummvoll
://site5http://site.exam http://site6http://site.exam http://site7http://site.exam http://site8http://site.exam http://site9http://site.exam so, both, bracket expansion and brace expansion are broken in the current testing version. Kind Regards, Michael Stummvoll -- To UNSUBSCRIBE, email to debian

Bug#731857: curl: bracket and brace expansion is broken

2013-12-10 Thread Michael Stummvoll
Package: curl Version: 7.33.0-1 Severity: important according the manpage, curl supports backet and brace expansion. But when I try to run curl 'http://site.{one,two,three}.com' curl tries to download following sites: http://site.onethree http://site.twothree http://site.threethree

Bug#719814: Do not override user defined JAVA_HOME in the gradle start script

2013-08-15 Thread Michael Stummvoll
Package: gradle Version: 1.4-2 Hi, the start script for gradle overrides the JAVA_HOME environment if there is set an user defined one export JAVA_HOME=/usr/lib/jvm/default-java please just set it if its not already set. : ${JAVA_HOME:=/usr/lib/jvm/default-java} export JAVA_HOME Kind

Bug#719066: typo in postinst script prevents dwb from installing as alternative

2013-08-08 Thread Michael Stummvoll
Package: dwb Hi, I noticed dwb does not installing itself as alternative. After taking a look into its postinst script I found a little typo: if [ $! = configure ] || [ $1 = abort-upgrade ]; then should be if [ $1 = configure ] || [ $1 = abort-upgrade ]; then ($1 instead of $!) Kind

Bug#718960: gradle misses some dependencies

2013-08-07 Thread Michael Stummvoll
Package: gradle Version: 1.4-1 severity: serious Hi, gradle refused to run on mine machine without the gson and bcpg packages installed. So the package misses at least this two dependencies. Additional before submitting this bug I scanned /usr/share/gradle/lib for symlinks and resolved their

Bug#703634: updating with lb config does unwanted expansion in configuration files

2013-03-21 Thread Michael Stummvoll
Package: live-build Version: 3.0.1-1 Hi, I just noticed that lb config on a existing configuration tree does unexpected expansions: $ lb config [2013-03-21 16:54:46] lb config P: Considering defaults defined in /etc/live/build.conf P: Creating config tree for a debian/i386 system $ grep

Bug#439409: gparted: Gparted stupidly refuses to run if not root

2013-03-20 Thread Michael Stummvoll
severity 439409 important thanks Hi, this report may is older. However I think thats a problem too. There a scenarios I want to use partition tools without root. The first one is the floppy-case as Stefan said. Another scenario is when I want to create or partition an image which exists as file

Bug#693032: reprepro repositories doesn't have an archive name for aptitude

2012-11-12 Thread Michael Stummvoll
is set. I Tried to add an Archive: entry in the Relases-Files manually but this doesn't work. my Distributions file: Origin: Michael Stummvoll Label: Test Codename: wheezy Architectures: i386 Components: test Description: test description SignWith: BCB17C5B Kind Regards, Michael

Bug#638290: /etc/init.d/nodm restart does not reliably restart nodm

2012-11-08 Thread Michael Stummvoll
tags 638290 +patch kthxbye Hi, this bug can easily be fixed by adding for example an -R 5 to the start-stop-daemon in the stop) case on the init script (patch attached) This bug is realy annoying and exists since over an year. The last 3 updates of the packages were NMUs so I think the

Bug#671497: gparted does not run in Wheezy with kde

2012-09-28 Thread Michael Stummvoll
retitle 671497 gparted does not run in Wheezy with kde tag 671497 moreinfo kthxbye Please provide more info. What happens when you try to run gparted? Kind regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#687251: search-page causes permanent 100% CPU load

2012-09-11 Thread Michael Stummvoll
package: yelp Severity: important Opening an search page in yelp and leaving it causes an permanent 100% CPU load for me: - open yelp from terminal - type something in the search bar (e.g. test) - klick on a link or on the back button besides the search bar to leave the search page - yelp has

Bug#686942: cannot run yelp from serval gnome-applications

2012-09-07 Thread Michael Stummvoll
package: yelp,eog,epiphany-browser,evince,ghex,gparted,gucharmap,meld Severity: important Hi Maintainers, I am not sure where it belongs and nobody could tell me, so I decided to send this bug report against all packages in question. Hoping somebody with more expirence with gnome, yelp or

Bug#686942: cannot run yelp from serval gnome-applications

2012-09-07 Thread Michael Stummvoll
Hi, Is gvfs installed? No, but I just installed it and it still does not work. Do I have to do something more? Kind Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#676216: gedit should depend on gnome-icon-theme-symbolic

2012-08-30 Thread Michael Stummvoll
Severity 676216 important tags 676216 +patch kthxbye Dear Maintainers, I made the patch for myself now, may this can help. Hopefully you find the time to apply it for the next release of the package. Kind Regards, Michael--- debian/control.in.orig 2012-08-30 10:25:28.300951280 +0200 +++

Bug#623194: Please upgrade fvwm to version 2.6.5

2012-08-24 Thread Michael Stummvoll
, Michael Stummvoll -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#685624: fortune-files have trailing newlines

2012-08-22 Thread Michael Stummvoll
package: fortunes-de Dear Maintainer, some of the fortune-de files have a trailing newline. mst@eddie:/tmp/x$ fortune loewe Wie fängt man einen Löwen in der Wüste? 5. physikalische Methode: Petard, H.: A Contribution to the Mathematical Theory of Big Game Hunting. American Math Monthly

Bug#684262: Trayicons in Stalonetray are randomly bigger

2012-08-08 Thread Michael Stummvoll
package: stalonetray Dear Maintainers, sometimes new created trayicons by applications are randomly bigger than the others in stalonetray. When I exit and restart this application it has the normal sized icon than in most cases, so the bug is not surely reproducable all times. However, to ease

Bug#682704: written dumps shouldn't be world-readable by default

2012-07-25 Thread Michael Stummvoll
Hi Romain, Am Wed, 25 Jul 2012 15:59:21 +0200 schrieb Romain Francoise rfranco...@debian.org: ... if your umask is not strict enough, yes. You can use a umask of 077 to prevent this. Hi, thanks for your reply. I think you are right with your points. I didn't saw the old bugreport. Thanks for

Bug#682704: written dumps shouldn't be world-readable by default

2012-07-24 Thread Michael Stummvoll
Package: tcpdump Severity: wishlist Tags: security Hi maintainers, files created with tcpdump (tcpdump -w file.pcap) are world readable by default. (mode 644) I think, due this files may contain sensitive data (and the possibility for this isn't very small imho), newly created dumpfiles

Bug#680364: Please add a way to use local aptitude

2012-07-05 Thread Michael Stummvoll
Package: apt-dater Severity: wishlist Hi, when i want to manage my local machine with apt-dater i have to setup an local sshd, an update-user, sudo and the sudoers file However, i think it would be a nice feature if there would be a feature, that i can just add a local aptitude host, which

Bug#680364: Please add a way to use local aptitude

2012-07-05 Thread Michael Stummvoll
Hello, Hi, you might write your own command handler and use the Type configuration statement in a host group: Thanks for giving that point, i will look at this We are aware that the config/host file format is not flexible enough (you can only have one Type per group) - an upcoming

Bug#676163: confusing naming of the packages epiphany and epiphany-browser

2012-06-05 Thread Michael Stummvoll
regards, Michael Stummvoll -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#676163: confusing naming of the packages epiphany and epiphany-browser

2012-06-05 Thread Michael Stummvoll
reopen 676163 thanks Hi there, thats very confusing. You have explained it to me right away and then tell me it's confusing... is that a joke or what? That I can explain the situation does not indicate that it is not confusing. Furthermore i usually doesnt use the BTS for sharing jokes

Bug#676216: gedit should depend on gnome-icon-theme-symbolic

2012-06-05 Thread Michael Stummvoll
Package: gedit Severity: normal Dear Maintainer, the gedit package should depend on gnome-icon-theme-symbolic cause it uses some resources from there. gedit misses some images if this package is not installed. For example the forward/backward buttons in the search field wich appears with

Bug#676217: epiphany-browser should depend on gnome-icon-theme-symbolic

2012-06-05 Thread Michael Stummvoll
Package: epiphany-browser Severity: normal Dear Maintainer, the epiphany-browser package should depend on gnome-icon-theme-symbolic cause it uses some resources from there. epiphany-browser misses some images if this package is not installed. the package gnome-icon-theme-symbolic depends on

Bug#667796: slock: Please package slock 1.0 (CVE-2012-1620)

2012-04-09 Thread Michael Stummvoll
Hi, sorry for the late reply. I don't have much time at the moment for suckless-tools, currently its maintained in a git repository on collab-maint. However, currently it hangs cause git-buildpackage does not support multiple origin tars, what we have on suckless tools, so it needs some more

Bug#665877: ncurses-term: /usr/share/terminfo/s/st-256color confilcted with file from suckless-tools

2012-03-28 Thread Michael Stummvoll
Am Tue, 27 Mar 2012 17:25:26 +0200 schrieb Sven Joachim svenj...@gmx.de: I see. Do you have an ETA when suckless-tools might be uploaded? I would not like to declare a Breaks relationship on suckless-tools as long as no fixed version is in the archive. I didn't had much time for working on

Bug#665877: ncurses-term: /usr/share/terminfo/s/st-256color confilcted with file from suckless-tools

2012-03-27 Thread Michael Stummvoll
Hi, Michael (as the prospective suckless-tools maintainer), what is your opinion on that? I noticed that the version on mentors.debian.net has already dropped the terminfo entry, but that may have been unintentional. this file was part of the terminal emulator 'st', which is maintained in

Bug#664733: crm114: Annoying Synopsis

2012-03-20 Thread Michael Stummvoll
Package: crm114 Version: 20100106-1 Severity: normal Dear Maintainer, the SYNOPSIS section in the manpage of crm is annoying. The description of the options should be in a separate section. kind regards, Michael Stummvoll -- System Information: Debian Release: wheezy/sid APT prefers testing

Bug#658857: bsdmainutils: [cal] Inconsistent month formatting with -3

2012-02-06 Thread Michael Stummvoll
Package: bsdmainutils Version: 9.0.1 Severity: normal Dear Maintainer, I just noticed that cal has inconsistent output formatting while using -3. Sometimes it prints the year on the top line, sometimes before the month. for example: $ cal -3 2 2012 2012

Bug#627662: stterm

2012-01-24 Thread Michael Stummvoll
tags 627662 pending kthxbye sprop and lsx will be included in the next version of suckless-tools Thanks, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#627662:

2012-01-24 Thread Michael Stummvoll
oups, sorry for the confusing subject in the last mail. I planned another thing first while writing this mail. Kind Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#606148: removing of st from suckless-tools

2012-01-24 Thread Michael Stummvoll
reassign 606148 stterm reassign 606149 stterm reassign 606150 stterm fixed 606148 fixed 606150 tags 642307 pending kthxbye Hi, i am going to remove st from suckless-tools with the next version, instead, it recommends stterm now. Thus, i am reassigning st-relatet bugs to this package. However,

Bug#647090: Review for the package on mentors.debian.net

2012-01-21 Thread Michael Stummvoll
owner 647090 ! kthxbye Hi Aron and Bernhard, thanks for your feedback. I forgot to own the ITA-Bug, but will fix this with this mail. 1.As you have updated the package to use debhelper compatible level 8, the use of source format 3.0 is highly recommended. What you need to do is: $ mkdir

Bug#623194: Please upgrade fvwm to version 2.6.3

2012-01-20 Thread Michael Stummvoll
retitle 623194 Please upgrade fvwm to version 2.6.3 kthxbye Hi, It would be great to see fvwm 2.6.3 in debian. Please Upgrade Kind Regards, Michael Stummvoll -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#610478: suckless-tools_39-1 pending

2012-01-19 Thread Michael Stummvoll
can get the package by dget -x http://mentors.debian.net/debian/pool/main/s/suckless-tools/suckless-tools_39-1.dsc Regards, Michael Stummvoll -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#647090: Status Check

2012-01-18 Thread Michael Stummvoll
Hi, whats the current state of the suckless-tools package? Is it still orphaned? Atm it doesn't seem that much happens to this package. The last upload was on Dec'10. And there are some easy-to-fix-bugs in the BTS with patch where didn't happens something too. However, i want to get in

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
Package: wnpp Severity: wishlist Owner: Michael Stummvoll mich...@stummi.org I'm planning to upload this new package through a sponsor * Package name: template Version : 0.1 Upstream Author : Michael Stummvoll mich...@stummi.org * URL : http://stuff.stummi.org

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 13:51, Sandro Tosi wrote: On Fri, Jan 13, 2012 at 13:40, Michael Stummvollmich...@stummi.org wrote: * Package name: template It's probably a too generic name Ok, you may be right. Would something like template-tool be better? Regards, Michael -- To UNSUBSCRIBE, email to

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 14:35, Neil Williams wrote: printenv? Maybe printenv combined with sed or grep ... What is the advantage? expanding variables in a file is very tricky using bash only. And I don't really see your point. What did you mean with printenv combined with sed? Listing all

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 14:52, Steve McIntyre wrote: Why do we need this? Does it need to be a separate package for a very simple utility program? do you think it has better chances to get in a package like moreutils instead of as own? -- To UNSUBSCRIBE, email to

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 15:05, Steve McIntyre wrote: * I don't really see how this program is more useful than a very simple shell (or perl, or python, or ...) loop to do the same thing. I looked a while for a simple shell loop which does exactly this. But could'nt find one, so I wrote this tool. All

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 15:36, Neil Williams wrote: $ printenv|grep GDM_LANG|sed -e 's/GDM_LANG=//' #!/bin/sh GLANG=`printenv|grep GDM_LANG|sed -e 's/GDM_LANG=//'` echo $GLANG Why is that hard? did you really read and understand what I wrote in the package description and the upstream-website? I

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 16:00, Neil Williams wrote: The point about sed is that sed can substitute whatever you like into whatever you like - printenv with grep and sed gets the value, then another grep for the lines that matter and pass those lines to sed. It really isn't hard. ok, please can you give me

Bug#655712: ITP: template -- environment variable expander | simple template tool

2012-01-13 Thread Michael Stummvoll
On 13.01.2012 16:14, Gergely Nagy wrote: (By the way, you can abuse /usr/share/dh-exec/dh-exec-subst-env, which does just that, and is part of the dh-exec package, if you don't want to put it in a script in ~/bin or something. ;) ah, thanks. Thats what I looked for. So, the tool isn't too

Bug#652622: openssh-server: Match block should allow PrintMotd and PrintLastlog

2011-12-19 Thread Michael Stummvoll
Package: openssh-server Version: 1:5.9p1-2 Severity: normal Tags: upstream patch Hi, PrintMotd and PrintLastlog is not allowed within a Match block. Due I needed it for me and didn't see any sense to disallow this configuration directive, I saw this as a bug and wrote a patch to fix it. This

Bug#652622: openssh-server: Match block should allow PrintMotd and PrintLastlog

2011-12-19 Thread Michael Stummvoll
Package: openssh-server Version: 1:5.9p1-2 Followup-For: Bug #652622 Hi, I just added two more options which should be possible in match group Greetings, Michael -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (650, 'unstable'), (600,

Bug#651510: gpw does not generate full length passwords sometimes

2011-12-09 Thread Michael Stummvoll
Package: gpw Version: 0.0.19940601-8.1 Severity: normal Tags: patch Hi, in some (seldom) cases gpw does not generate a password with the length the user declared. an example to see this problem: gpw 100 10 | sed '/^.\{10\}$/d' prints out ~20 lines which are shorter than 10 chars. The

Bug#650616: netbase: please provide /etc/network/interfaces.d/

2011-12-01 Thread Michael Stummvoll
Package: netbase Version: 4.47 Severity: wishlist Hi, I think it would be usefull if there a would be a /etc/network/interfaces.d/ directory, which is included in configuration an behaves like in /etc/network/interfaces. This would make handling interface-specific configurations easier. For

Bug#385069: moreutils: Please add dirempty command

2011-11-25 Thread Michael Stummvoll
-1 ii perl 5.14.2-5 moreutils recommends no packages. Versions of packages moreutils suggests: ii libtime-duration-perl none ii libtimedate-perl 1.2000-1 -- no debconf information /* * dirempty.c - checks if a dir is empty * * Copyright © 2011 Michael Stummvoll

Bug#649857: aptitude: Allow CLI install action flags in TUI

2011-11-24 Thread Michael Stummvoll
Package: aptitude Version: 0.6.4-1.2 Severity: wishlist Hi, It would be a nice feature to allow the cli install action flags (_, -, +) on aptitude. May this could be made in the search-feature: if a action-char is append, aptitude does not jump to the next match but applies this action to all

Bug#623197: sponge: please add --append option

2011-11-24 Thread Michael Stummvoll
Package: moreutils Version: 0.45 Tags: patch Followup-For: Bug #623197 Hi, I needed this feature for myself, so wrote a little patch. Michael -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental')

Bug#647591: vim: encryption set with :X is not applied by :x if there are no other changes

2011-11-04 Thread Michael Stummvoll
Package: vim Version: 2:7.3.333-1 Severity: important Hi, when I open a textfile with vim and set or change the encryption with :X and leave vim then with :x without doing any other changes, the encryption is not applied to this file. When I change something and leave with :x or leave with :wq

Bug#643638: netcat6: nc6 does not close connection correctly with -l --continuous --exec

2011-11-04 Thread Michael Stummvoll
Package: netcat6 Version: 1.0-8 Followup-For: Bug #643638 Hi, the bug also appears in the upstream-version, so I forwarded it to the maintainers now. Greetings, Michael -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (650, 'unstable'),

Bug#228380: ifupdown: Should be able to specify favoured DHCP client

2011-10-20 Thread Michael Stummvoll
Package: ifupdown Version: 0.7~alpha5+really0.6.15 Followup-For: Bug #228380 Hi, i have simmilar problem. I want ifupdown to use dhclient, but without the -v parameter. I wasn't sure to file a new bug or add this to this one. I think, ifupdown shoule be able to specify favoured DHCP client AND

Bug#643638: netcat6: nc6 does not close connection correctly with -l --continuous --exec

2011-09-28 Thread Michael Stummvoll
Package: netcat6 Version: 1.0-8 Severity: normal Hi, when i invoke netcat6 with nc6 --exec echo foo -l --continuous -p 1234 -q0:0 my expected behavior is a server, which listens for connections, prints out foo to each client connects and closes the connection then (but not exit nc6). When

Bug#643339: most: build fails on configure-step (couldn't find slang.h)

2011-09-27 Thread Michael Stummvoll
Package: most Version: 5.0.0a-2 Severity: serious Justification: fails to build from source (but built successfully in the past) Hi, Building most with apt-get source, apt-get build-dep and dpkg-buildpackage fails on configure step: checking for Terminfo... yes checking for the slang

Bug#620953: live-build: configured start-stop-daemon remains after cleaning and rebuilding binary

2011-04-05 Thread Michael Stummvoll
-deamon.orig reproducable with a new image from scratch: lb config lb build lb clean --binary lb binary tested on the debian stable (squeeze) Michael Stummvoll -- Package-specific info: -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386

Bug#610590: openssh: support for host:port format

2011-01-20 Thread Michael Stummvoll
, that i can specify the port with -p and -P, however the support for the format descriped above as additional feature would be a nice thing too) Greetings, Michael Stummvoll -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686

Bug#590455: date: %s should mention timestamp in manpage

2010-07-26 Thread Michael Stummvoll
Package: coreutils Version: 6.10-6 Severity: wishlist Hello, the parameter %s currently is descriptioned as followed in the manpage: %s seconds since 1970-01-01 00:00:00 UTC In other words: it shows the unix-timestamp. I am thinking, the man-page should mention this explicit for %s.

Bug#576679: file: -L/--derefence is marked as default in the --help-message, what is not exactly correct

2010-04-06 Thread Michael Stummvoll
be more informative. Maybe (default if POSIX_CORRECT is [not] defined) after both rows. sincerely yours, Michael Stummvoll -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core

Bug#570497: gedit messages false editconflicts on editing files which are mounted by cifs

2010-02-19 Thread Michael Stummvoll
Package: gedit Version: 2.22.3-1+lenny1 Severity: normal When I edit a file that is in a dir mounted over cifs, gedit messages a editconflict every times i want to save this file. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: i386

Bug#570497: gedit messages false editconflicts on editing files which are mounted by cifs

2010-02-19 Thread Michael Stummvoll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josselin Mouette schrieb: Le vendredi 19 février 2010 à 11:02 +0100, Michael Stummvoll a écrit : When I edit a file that is in a dir mounted over cifs, gedit messages a editconflict every times i want to save this file. Sorry but I can’t