Bug#820412: irssi-scripts: auto_away: timeout trigger/reset also on '\n' (not only '\r')

2016-04-07 Thread Nicolas Schier
Package: irssi-scripts Version: 20160301 Severity: normal Tags: patch Dear maintainer, the auto_away script does actually not work on my systems due to the limited timeout/reset triggering: auto_away currently only sets up the timeout handler on '\r', not on '\n'. The attached patch works for

Bug#817787: slim: leaks open file descriptor

2016-03-10 Thread Nicolas Schier
ons of packages slim recommends: ii xterm 322-1 Versions of packages slim suggests: ii scrot 0.8-17 ii xauth 1:1.0.9-1 -- Configuration Files: /etc/slim.conf changed [not included] -- debconf information excluded -- Nicolas Schier Tel: +49 30 39976-790 Fax: +49 30 39976-255 Mail: n.

Bug#718816: +1

2016-02-23 Thread Nicolas Schier
Dear Josip, I have already made some patches at home that do prepare separation of parallel from moreutils (as described previously); but these changes do only make sense iff the GNU parallel package is also going to be adjusted (since GNU parallel 'conflicts' with moreutils). I haven't

Bug#812143: Wide character in print at /usr/bin/ts line 126, <> line 1.

2016-02-05 Thread Nicolas Schier
Dear Evgeny, > With this change, it will print a warning if the input is not valid > UTF-8: > > $ echo $'\xff' | ./ts > utf8 "\xFF" does not map to Unicode at ./ts line 95. > янв 22 16:55:35 \xFF > > I don't know whether it's a serious problem, but I think that it's > better to

Bug#812143: Wide character in print at /usr/bin/ts line 126, <> line 1.

2016-01-21 Thread Nicolas Schier
Dear Evgeny, I can get rid of the 'Wide character...' warning by adding the line use open ':locale'; (cp. attached patch). Could you please check whether this is sufficient for you? Unfortunately, the 'ts -r' does not work for ru_RU.*... Kind regards, Nicolas diff --git a/ts b/ts

Bug#812143: Wide character in print at /usr/bin/ts line 126, <> line 1.

2016-01-20 Thread Nicolas Schier
Dear Evgeny, > After I upgraded Perl to version 5.22, ts started printing a warning > before every line, like this: > > Wide character in print at /usr/bin/ts line 126, <> line 1. could you please supply your locale settings (the output of 'locale') and an example of a 'ts' output line?

Bug#804211: mime-support: Please add decoding and encoding support for xz

2015-11-06 Thread Nicolas Schier
Package: mime-support Version: 3.59 Severity: wishlist Tags: patch Dear Maintainers, could you please add decoding and encoding support for xz archives? I attach a patch that works for me. Kind regards, Nicolas diff --git a/run-mailcap b/run-mailcap index 2c25e9a..27c9cd0 100755 ---

Bug#749355: Bug#718816: Bug#749355: parallel: /usr/bin/parallel conflicts with moreutils' parallel

2015-07-11 Thread Nicolas Schier
Dear Antoine, thanks for your good summary and your patience ... just to get it right, could you please check if I did get it right (the moreutils side): 1. Package 'moreutils' installs /usr/bin/mparallel and depends on package 'moreutils-parallel'; the latter installs a symlink

Bug#790934: RFS: sleepenh/1.4-2

2015-07-03 Thread Nicolas Schier
://mentors.debian.net/debian/pool/main/s/sleepenh/sleepenh_1.4-2.dsc More information about hello can be obtained from http://www.example.com. Changes since the last upload: * Update vcs and homepage URLs (moved to github) (Closes: #789375) Regards, Nicolas Schier signature.asc Description

Bug#782986: vidir: fails to move/rename 'dir' to 'dir/subdir'

2015-04-20 Thread Nicolas Schier
Package: moreutils Version: 0.55-2 Severity: normal When attempting to move/rename a directory's content to a subdirectory hierarchy with its 'old' name as first component, vidir fails: mkdir dir EDITOR='sed -i -e s,dir,dir/subdir,' vidir -v results in /usr/bin/vidir:

Bug#704125: parallel: stdout of commands is not deterministic

2015-01-07 Thread Nicolas Schier
#define _GNU_SOURCE #include errno.h #include error.h #include stdio.h #include stdlib.h #include unistd.h #include sys/types.h #include sys/wait.h void fork_child(unsigned nr) { char *s; pid_t pid; off_t pos[2]; int len, r; pid = fork(); if (pid 0) error(EXIT_FAILURE, errno, fork);

Bug#704125: parallel: stdout of commands is not deterministic

2015-01-07 Thread Nicolas Schier
Dear Thomas, thanks for your detailed description. I could reproduce the behaviour on a 48 core machine. Even when running a dummy program (attached) that forks a lot and lets each fork simply output a line to stderr, I can reproduce the loss of output lines. For analysis I let the child

Bug#718816: moreutils: split parallel binary in extra package

2015-01-01 Thread Nicolas Schier
Dear Mert, dear Rogério, sorry for the long delay. After roughly skimming through the related bugs that I found (#518696, #597050, #665851, #749355, #718816), I would like to sum up before proposing a possible solution: - There is a simple namespace conflict (/usr/bin/parallel). Even

Bug#718816: moreutils: split parallel binary in extra package

2014-12-03 Thread Nicolas Schier
Dear Mert, when adopting moreutils I wasn't aware of the namespace conflict with parallel. I would like to have a look at the past discussions and at the packages that are depending on moreutils and parallel before stating something targeting on a resolution. Please give me some time and

Bug#771764: RFS: moreutils/0.54-1 [ITA]

2014-12-01 Thread Nicolas Schier
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package moreutils * Package name: moreutils Version : 0.54-1 Upstream Author : Joey Hess * URL : http://kitenet.net/~joey/code/moreutils * License : GPL-2+,

Bug#771288: RFS: sleepenh/1.4-1

2014-11-30 Thread Nicolas Schier
Dear Tobi, some remarks: - Please add a homepage field to d/control and d/copyright pointing to https://gitorious.org/sleepenh/sleepenh, to be consistent with d/watch. as your're declaring yourself upstream; I guess thats was your intention when pointing d/watch to gitorious. done. - as

Bug#771288: RFS: sleepenh/1.4-1

2014-11-28 Thread Nicolas Schier
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package sleepenh * Package name: sleepenh Version : 1.4-1 Upstream Author : Nicolas Schier nico...@hjem.rpa.no * License : GPL-2.0+ Section : utils

Bug#697052: moreutils: 'pee' with 'echo' buggy.

2014-11-11 Thread Nicolas Schier
Dear A. Costa, dear Maintainer, as soon as you delay the exit of the pipe's input command until all children of 'pee' are able to output the incoming data, everything should work as expected; the obvious example: (echo foo ; sleep 1) | pee cat echo cat cat Modifying pee to delay the

Bug#766148: RFS: sleepenh/1.3.2 [ITA]

2014-10-28 Thread Nicolas Schier
Dear Tobi, this morning I uploaded the new version to mentors http://mentors.debian.net/debian/pool/main/s/sleepenh/sleepenh_1.3-2.dsc * debian/compat is now 9 (was 5) and updated build-dependencies appropriately (debhelper = 9) Somehow debian/compat was still '5' yesterday

Bug#766148: RFS: sleepenh/1.3.2 [ITA]

2014-10-27 Thread Nicolas Schier
Dear Tobi, thanks for reviewing and sponsoring! Especially the native-vs-non-native link was quite enlightening. A few minutes ago I uploaded the new files http://mentors.debian.net/debian/pool/main/s/sleepenh/sleepenh_1.3-2.dsc including the following changes: * Fixed changelog

Bug#766148: RFS: sleepenh/1.3.2 [ITA]

2014-10-21 Thread Nicolas Schier
upstream author (Pedro), sleepenh is not a native Debian package * Makefile: use Debian compiler flags * Makefile: use GNU install * Update several Debian control files * Bump to Debian Standards version 3.9.6 * New maintainer (Closes: #759732). Regards, Nicolas Schier signature.asc

Bug#764991: cgmanager: dbus-related assertion failure

2014-10-12 Thread Nicolas Schier
Package: cgmanager Version: 0.32-4 Severity: important Dear Maintainer, after updating my testing-based system, cgmanager fails to start. The assertion failure occures always (start script invocation or directly on the shell with '/sbin/cgmanager'): cgmanager:cgmanager.c:1379:

Bug#764991: cgmanager: dbus-related assertion failure

2014-10-12 Thread Nicolas Schier
Dear Serge, Thanks for submitting this bug. Could you show what the output is of: sudo /sbin/cgmanager -m name=systemd --debug cgmanager:cgmanager.c:1379: Assertion failed in main: server != NULL as well as dpkg -l | egrep -e '(init|upstart|systemd)' ii exuberant-ctags

Bug#733916: slim: memory corruption in slim child

2014-01-22 Thread Nicolas Schier
When investigating the problem with valgrind I came to the attached patch. When applied, slim works for me. Kind regards, Nicolas -- gpg public key: acbc3b35, jabber: nico...@jabber.no -- frykten for herren er opphav til kunnskap -- signature.asc Description: Digital signature

Bug#733916: slim: memory corruption in slim child

2014-01-22 Thread Nicolas Schier
When investigating the problem with valgrind I came to the attached patch. When applied, slim works for me. Patch is finally attached. -- gpg public key: acbc3b35, jabber: nico...@jabber.no -- frykten for herren er opphav til kunnskap -- diff --git a/app.cpp b/app.cpp index

Bug#733916: slim: memory corruption in slim child

2014-01-01 Thread Nicolas Schier
Package: slim Version: 1.3.4-2 Severity: grave Justification: renders package unusable Dear Maintainer, when attempting to login with slim 1.3.4-2, the login screen keeps hanging after entering the correct username/password. An attached strace offered an error message I did not find in any

Bug#730446: flexpart: Typo in homepage URL

2013-11-24 Thread Nicolas Schier
Package: flexpart Version: 9.02-5 Severity: minor Dear Alastair, in the package description, the homepage URL has a typo: http://transport.nil.no/flexpart should be http://transport.nilu.no/flexpart (the 'u' of 'nilu' is missing). Kind regards, Nicolas -- System

Bug#717563: reportbug: web access thru proxy not available

2013-10-31 Thread Nicolas Schier
Dear Sandro, On Mon, Jul 22, 2013 at 01:54:28PM +0200, Sandro Tosi wrote: On Mon, Jul 22, 2013 at 1:35 PM, Olaf Zaplinski o...@zaplinski.de wrote: then internet access still fails. whta part of the internet access fails? doing what operation? fetching updated versions? bugs? you can run

Bug#657443: synergy: Missing IPv6 support

2012-01-26 Thread Nicolas Schier
Package: synergy Version: 1.4.5-1 Severity: normal Tags: ipv6 As far as I have observed, even the new version of synergy still lacks IPv6 support. It would be really nice, if IPv6 could be supported. Kind regards, Nicolas -- System Information: Debian Release: wheezy/sid APT prefers testing

Bug#651100: pinpoint crashes with 'failed to create drawable' at startup

2011-12-14 Thread Nicolas Schier
Dear Antonio, I could not reproduce this in either a GNOME session or a plain awesome session. Googling for this error message suggests that this is clutter-related. Do other clutter applications run OK for you? I do not have any other clutter based application on my system (at least

Bug#651505: awsetbg: xli should be fully supported

2011-12-09 Thread Nicolas Schier
. -- no debconf information -- gpg public key: ID 0xACBC3B35, jabber: nico...@jabber.no -- frykten for herren er opphav til kunnskap -- From 3523f185bea1336df539148c49ab38968ef7b1c5 Mon Sep 17 00:00:00 2001 From: Nicolas Schier nicolas.sch...@yahoo.no Date: Fri, 9 Dec 2011 09:30:25 +0100 Subject

Bug#651100: pinpoint crashes with 'failed to create drawable' at startup

2011-12-05 Thread Nicolas Schier
Package: pinpoint Version: 1.2.git2013-1 Severity: important Dear Maintainer, I tried to start pinpoint with the example presentation, but it crashed with some Clutter error messages (I used a non-gnome awesome X11 session). I started it with pinpoint

<    1   2