Bug#1024208: rfc3442-classless-routes exit hook doesn't handle TIMEOUT

2022-11-15 Thread Dennis Vshivkov
quot; ] || [ "$reason" = "REBOOT" ]; then + if [ "$reason" = "BOUND" ] || [ "$reason" = "REBOOT" ] || + [ "$reason" = "TIMEOUT" ]; then set -- $new_rfc3442_classless_static_routes Hope this helps, -- /Dennis Vshivkov

Bug#627737: dh_movefiles too slow under certain circumstances

2011-05-24 Thread Dennis Vshivkov
mean to insist. > All that is really needed to speed this up is removal of the > -i and '{}' options from xargs. Sure thing, that's the crux of the fix. Please make that happen. -- /Dennis Vshivkov ...В гневе желать кому-то смерти -- это болезнь... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#627737: dh_movefiles too slow under certain circumstances

2011-05-23 Thread Dennis Vshivkov
ng, but makes further enhancements to the same area of dh_movefiles: - spawns no redundant shell copies; - removes useless `tar' options and abridges useful ones; - does away with useless suppression of stdout of `cd' builtin (it doesn't output anything to stdout);

Bug#597672: rmt broken by the security fix in 1.20-1+lenny1 version of tar

2010-09-22 Thread Dennis Vshivkov
On Wed, Sep 22, 2010 at 03:26:50AM -0600, Bdale Garbee wrote: >> However, I also found out that rmt in the paxutils upstream >> has been altered a week ago to fix the buffering of stdout >> (but not debug output) and parsing of the `mode' argument of >> `O' command. > Yes, I noticed that aft

Bug#597672: rmt broken by the security fix in 1.20-1+lenny1 version of tar

2010-09-22 Thread Dennis Vshivkov
On Wed, Sep 22, 2010 at 12:15:47AM -0600, Bdale Garbee wrote: >> According to the changelog, the latest version of tar >> package in lenny replaced rmt source with the one from >> paxutils for security reasons. Unfortunately, it also made >> it impossible to use tar and rmt together. > Have

Bug#597672: rmt broken by the security fix in 1.20-1+lenny1 version of tar

2010-09-21 Thread Dennis Vshivkov
Package: tar Version: 1.20-1+lenny1 Severity: important Tag: patch According to the changelog, the latest version of tar package in lenny replaced rmt source with the one from paxutils for security reasons. Unfortunately, it also made it impossible to use tar and rmt together. Here's what happen

Bug#530579: nBytes overflow in `backup dumpinfo -id X -verbose'

2009-05-25 Thread Dennis Vshivkov
vers). Regards, -- /Dennis Vshivkov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505985: LIRC input can get `delayed' by one

2008-11-17 Thread Dennis Vshivkov
Package: mplayer Version: 1.0~rc2-7+lenny1 Tags: upstream When LIRC codes begin with modifiers, the LIRC input stream can get `delayed by one'. The attached patch fixes the bug for me. An example is my `Windows Media Center' IR remote, that sends virtually everything as `keyboard' hotkeys (its r

Bug#402164: it isn't about ldap, just Cyrus 2.1/2.2 and GSSAPI

2008-10-06 Thread Dennis Vshivkov
ibgssapi_krb5.so.2 #2 0xb65e1e88 in ?? () from /usr/lib/libgssapi_krb5.so.2 #3 0xb65ca8f0 in ?? () from /usr/lib/libgssapi_krb5.so.2 #4 0x in ?? () (gdb) _ Maybe the whole problem belongs to the krb5 package instead? Cheers, -- /Dennis Vshivkov <[EMAIL PROTECTED]>

Bug#409240: Kernel and initrd image symlinks aren't updated properly

2007-01-31 Thread Dennis Vshivkov
Package: linux-2.6 Version: 2.6.18-7, 2.6.18.dfsg.1-9 Severity: important Attempting to install (ignore the fact that the .deb is from www.backports.org: the problem is clearly present in the latest versions in testing and unstable): # dpkg -i linux-image-2.6.18-3-k7_2.6.18-8~bpo.1_i386.deb

Bug#333854: pg_group file update problems

2005-10-13 Thread Dennis Vshivkov
Package: postgresql-8.0 Version: 8.0.3-13 Severity: important Tags: patch, upstream Here's the problem: db=# CREATE GROUP g1; CREATE GROUP db=# CREATE USER u1 IN GROUP g1;(1) CREATE USER # cat /var/lib/postgresql/8.0/main/global/pg_group # The file gets rewritten, but th

Bug#311314: Regexp: broken \G in alternation

2005-05-30 Thread Dennis Vshivkov
Package: ruby1.6 Version: 1.6.8-12 Severity: important $ cat try t = '"\"' pos = 1 puts \ t, t.index(/\G"/, pos), t.index(/[^"\\]"/, pos), t.index(/(?:\G|[^"\\])"/, pos) $ ruby1.6 try "\" nil nil 2 $ ruby1.8 try "\" nil nil nil $ dpkg -l {lib,}ruby1.6 {lib,}ruby1.8 Desired=Unknown/Inst

Bug#298799: packit: random -S breaks non-random -D

2005-03-09 Thread Dennis Vshivkov
ься об этом не след... packit 1.0-1: ! Fixed a typo in option parsing code which made -D always random when random -S was used. -- Dennis Vshivkov <[EMAIL PROTECTED]> Thu, 10 Mar 2005 12:38:29 +1300 diff -ur packit-1.0/src/main.c packit-1.0-fixed/src/main.c --- packit-1.0/src/main.c