Bug#838001: parsing "zpool list" maybe better than parsing "zpool status"

2018-06-26 Thread Andras Korn
Hi, I saw your discussion about parsing the output of "zpool status" to find out what devices a zpool needs. I think parsing the output of "zpool list -PvHp" might be less error-prone. This is a complex example: # zpool list -PvHp backup 1924145348608 1671564828672 252580519936-

Bug#902116: regression: keyscript=decrypt_keyctl doesn't cache passphrase anymore

2018-06-22 Thread Andras Korn
Package: cryptsetup Version: 2:2.0.3-3 Severity: normal Hi, version 2:2.0.3-1 or thereabouts broke decrypt_keyctl. Before upgrading, I had the following in my crypttab: crypt_sda3 /dev/sda3 none luks,loud,discard,keyscript=decrypt_keyctl crypt_sda4 /dev/sda4 none

Bug#804638: me too

2018-06-13 Thread Andras Korn
Hi, I also have this problem on and off. I have not yet been able to discern any pattern. Sometimes it seems that starting certain applications (like the Citrix ICA client, with an actual remote window open) brings it about; other times, it seems like the system rolls dice on boot, and on unlucky

Bug#900260: New upstream version available (2.0.0)

2018-05-28 Thread Andras Korn
Package: keepalived Version: 1:1.3.9-1 Severity: normal Hi, keepalived 2.0.0 just came out. 1.3.9 is quite dated; there have been several 1.4.x releases since its release. Please package 2.0.0 or orphan the keepalived package if you lost interest. Thanks! Best regards, András -- System

Bug#897063: Doesn't detect permanent MAC on 802.1q VLAN interfaces

2018-04-27 Thread Andras Korn
Package: macchanger Version: 1.7.0-5.3+b1 Severity: normal Tags: upstream Hi, # ip link add link eth0 name test type vlan id 42 # macchanger -r test Current MAC: 54:ee:75:49:b1:ae (Wistron InfoComm(Kunshan)Co.,Ltd.) Permanent MAC: 00:00:00:00:00:00 (XEROX CORPORATION) New MAC:

Bug#893882: Please rearrange packaging so that syslog-ng binaries can be installed alongside different system-log-daemon

2018-03-23 Thread Andras Korn
Package: syslog-ng Version: 3.13.2-4 Severity: wishlist Hi, currently syslog-ng conflicts with system-log-daemon and linux-kernel-log-daemon. This is appropriate for the common case where people want to have exactly one log daemon on their system, which is then started automatically during boot,

Bug#885581: building with openssl 1.1 breaks existing setups ("VERIFY ERROR: depth=1, error=unsupported certificate purpose")

2017-12-28 Thread Andras Korn
Package: openvpn Version: 2.4.4-2 Severity: important Hi, I have a PKI generated using certtool from the gnutls package. It's been working fine with OpenVPN for years, up to with version 2.4.4-1. With 2.4.4-2, it no longer does; the client complains that: 2017-12-28 10:19:51.581535500 Thu Dec

Bug#874182: Regression breaks hourly, daily, weekly, and monthly snapshots

2017-09-05 Thread Andras Korn
Package: zfs-auto-snapshot Version: 1.2.2-1 Followup-For: Bug #874182 Hi, "exec true && echo OK" will never print "OK" because the /bin/true binary replaces the running shell. The same problem exists in the zfs-auto-snapshot cronjobs; since you call which(1) with exec, zfs-auto-snapshot is

Bug#864639: nvidia-kernel-dkms: please support parallel builds

2017-06-20 Thread Andras Korn
On Thu, Jun 15, 2017 at 02:25:42PM +0200, Andreas Beckmann wrote: > On 2017-06-12 08:27, Andras Korn wrote: > > even if dkms would pass make(1) a -j flag. (Also, while I'm sure there once > > was a reason for setting CCACHE_DISABLE=1, does it still apply?) > > I don't

Bug#864639: nvidia-kernel-dkms: please support parallel builds

2017-06-12 Thread Andras Korn
Package: nvidia-kernel-dkms Version: 375.66-1 Severity: wishlist Tags: upstream Hi, the nvidia driver consists of several files that can be compiled in parallel, but the dkms.conf file specifically forces a single-threaded build even if dkms would pass make(1) a -j flag. (Also, while I'm sure

Bug#355607: svlogd: please support hierarchical configuration

2017-03-30 Thread Andras Korn
On Thu, Mar 30, 2017 at 10:15:07AM +0300, Dmitry Bogatov wrote: > > > > I'm using socklog and svlogd to manage logs coming in from several > > > > boxes via > > > > UDP. > > > > > > > > Configuration would be a lot easier if I could have a "hierarchical" > > > > setup where I have a directory

Bug#430951: Please support linux-vserver

2017-03-30 Thread Andras Korn
On Thu, Mar 30, 2017 at 10:15:02AM +0300, Dmitry Bogatov wrote: > > > > it would be great to be able to use runit to supervise processes > > > > running in > > > > vserver guests. > > > > > > > > Using a kludge, this is already sort of possible; see > > > >

Bug#430951: Please support linux-vserver

2017-03-28 Thread Andras Korn
On Fri, Jan 06, 2017 at 11:38:24AM +0300, Dmitry Bogatov wrote: > > Package: runit > > Version: 1.7.2-1 > > Severity: wishlist > > > > Hi, > > > > it would be great to be able to use runit to supervise processes running in > > vserver guests. > > > > Using a kludge, this is already sort of

Bug#355607: svlogd: please support hierarchical configuration

2017-03-28 Thread Andras Korn
On Fri, Jan 06, 2017 at 11:38:19AM +0300, Dmitry Bogatov wrote: > > part text/plain1518 > > Package: runit > > Version: 1.3.3-1 > > Severity: wishlist > > > > Hi, > > > > I'm using socklog and svlogd to manage logs coming in from several boxes via > > UDP. > > > >

Bug#858819: Typo causes error with Trac 1.2

2017-03-27 Thread Andras Korn
Package: trac-email2trac Version: 2.10.0-1 Severity: normal Tags: upstream, patch Hi, the email2trac program contains this line: if version in ['0.12', '0.13', '1.0', '1.1', '1,2' ]: Note the comma in '1,2', which should be a dot. As it is, it complains that Trac 1.2 is unsupported;

Bug#841533: Confirmed

2016-10-21 Thread Andras Korn
Hi, I was just about to report the same issue. In my case, it's building kernel modules (from foo-dkms packages) that fails with the error "error: code model kernel does not support PIC mode". It also prints messages like arch/x86/Makefile:114: stack-protector enabled but compiler support

Bug#838674: [Pkg-dkms-maint] Bug#838674: Fails to build spl-dkms correctly

2016-09-23 Thread Andras Korn
On Fri, Sep 23, 2016 at 05:10:17PM +0200, Petter Reinholdtsen wrote: Hi, > > the latest version of the dkms package fails to build/install spl-dkms > > correctly, which then also causes subsequent builds of zfs-dkms to fail > > (after a long time, because zfs-dkms attemtps to wait for spl-dkms

Bug#838674: Fails to build spl-dkms correctly

2016-09-23 Thread Andras Korn
Package: dkms Version: 2.2.1.0+git20160527-1 Severity: normal Hi, the latest version of the dkms package fails to build/install spl-dkms correctly, which then also causes subsequent builds of zfs-dkms to fail (after a long time, because zfs-dkms attemtps to wait for spl-dkms to be built). The

Bug#192043: closed by mistake

2016-09-02 Thread Andras Korn
reopen thanks Damn spammers...

Bug#818874: "Bad EXE format" error message in case of arch mismatch not very informative

2016-03-21 Thread Andras Korn
Package: wine Version: 1.8-2 Severity: normal Tags: upstream Hi, attempting to run a 32bit .exe with only 'wine' (but not 'wine32') installed on a 64-bit system will cause wine to abort, printing "Bad EXE format". While this message may be technically correct, it doesn't help identify the root

Bug#795864: Please make joining channels optional

2015-08-17 Thread Andras Korn
Package: irker Version: 2.12+dfsg-1 Severity: wishlist Tags: upstream Hi, currently irker unconditionally joins channels it is asked to make announcements to. However, if a channel is not mode +n (or whatever the local equivalent of this channel mode on a particular IRC network is), it's

Bug#793475: Segfault in __strlen_sse2_bsf

2015-07-24 Thread Andras Korn
Package: zsh Version: 5.0.8-3 Severity: normal Hi, zsh 5.0.8 segfaults on the while [[ -n $1 ]]; do line in the attached script; zsh 5.0.7 (and before) was fine. gdb backtrace: #0 __strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:50 #1 0x080bc801 in taddstr

Bug#788958: a Debian patch breaks axfrdns so it ignores client-location

2015-06-16 Thread Andras Korn
Package: dbndns Version: 1:1.05-8 Severity: normal Hi, axfrdns as shipped by the dbndns package (also 1:1.05-9~exp2), when queried by a regular client over TCP, doesn't serve any records that include a client-location tag. Replacing the axfrdns binary with the one from the djbdns 1:1.05-8

Bug#784261: Unconditionally disables remote jobs if not run as root; fixable by compiling with libcap-ng and a small patch

2015-05-04 Thread Andras Korn
Actually attaching the patch now :) diff -ru icecc-1.0.1/daemon/main.cpp icecc-1.0.1+ak/daemon/main.cpp --- icecc-1.0.1/daemon/main.cpp 2013-07-11 15:41:17.0 +0200 +++ icecc-1.0.1+ak/daemon/main.cpp 2015-05-04 19:13:52.259493247 +0200 @@ -546,13 +546,17 @@ #ifdef HAVE_LIBCAP_NG // We

Bug#784261: Unconditionally disables remote jobs if not run as root; fixable by compiling with libcap-ng and a small patch

2015-05-04 Thread Andras Korn
Hmmm, it seems upstream has a better fix for this bug and has had it for more than a year: https://github.com/icecc/icecream/blame/master/daemon/main.cpp#L2197 -- maybe you could ship the newer version, built with libcap-ng? Thanks! Andras -- To UNSUBSCRIBE, email to

Bug#663114: Updated parallelism patch for dkms 2.2.0.3

2015-04-05 Thread Andras Korn
Hi, I updated my patch for dkms 2.2.0.3. It also uses nproc now if it's available. Is there a particular reason why this can't be merged? Andras -- Immanuel doesn't pun, he Kant. diff -ru dkms-2.2.0.3/dkms dkms-2.2.0.3+ak1/dkms --- dkms-2.2.0.3/dkms 2015-04-05

Bug#727602: konsole: Alt-4 does not work

2015-02-05 Thread Andras Korn
Hi, this KDE bug may be relevant: https://bugs.kde.org/show_bug.cgi?id=310881 Andras -- Be alert. The world needs more lerts. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#761996: Upgrade from 4:4.11.9-1 to 4:4.11.11-1 breaks suspend for non-systemd systems

2014-12-19 Thread Andras Korn
Package: kde-workspace Version: 4:4.11.11-1 Followup-For: Bug #761996 Hi, I also have the reported problem: no systemd, and sleep/hibernate options are missing from KDE while pm-utils works. Investing a few hours into bisecting the problem, I was able to narrow it down to upgrading the

Bug#755426: Sorry, still not fixed for non-systemd systems

2014-12-18 Thread Andras Korn
Package: upower Version: 0.99.1-3.1 Followup-For: Bug #755426 reopen 755426 thanks Hi, on an up to date sid system with sysvinit (and no systemd), recent upower still doesn't allow KDE to suspend or hibernate. Downgrading upower to 0.9.23 makes it work again. Andras -- Most car accidents

Bug#668001: Also can't install sysvinit-core instead of systemd, despite patch

2014-09-30 Thread Andras Korn
Hi, I applied the patch from #557322 (noting that $exclude should apparently be $EXCLUDE now) but debootstrap still installs systemd even though nothing depends on it and I'm excluding it explicitly. My command line is: debootstrap --arch=amd64 --components=main,contrib,non-free \

Bug#755505: initscript doesn't mount /dev/cgroup hierarchy

2014-07-21 Thread Andras Korn
Package: util-vserver Version: 0.30.216-pre3054-1 Severity: normal Hi, the upstream util-vserver initscript mounts this: vserver /dev/cgroup cgroup rw,relatime,hugetlb,blkio,freezer,devices,memory,cpuacct,cpu 0 0 The Debian initscript does not. This causes vserver-stat to print errors:

Bug#592362: Please ship apr1 password module as well

2014-06-19 Thread Andras Korn
On Thu, May 29, 2014 at 06:38:24PM -0700, Ryan Tandy wrote: Hi Ryan, sorry about the delay, and thanks for following up! Do you see an obvious mistake that I made above? No. Is this the same method you used to import hashes for use with pw-apr1? Yes. I likely never hit the bug you found

Bug#747222: Should use #!/usr/bin/perl, not #!/usr/bin/env perl

2014-05-06 Thread Andras Korn
Package: ldap-git-backup Version: 1.0.6-2 Severity: normal Hi, I think #!/usr/bin/env perl is wrong for distribution-shipped programs. The perl that gets run this way may not be what the distribution installed, but some other version that happens to appear earlier in the path. Distribution

Bug#747223: Please backup all local trees by default, not just the first one

2014-05-06 Thread Andras Korn
Package: ldap-git-backup Version: 1.0.6-2 Severity: wishlist Hi, a single slapd instance can serve more than one LDAP tree. Currently ldap-git-backup only backs up the first one. Andras -- Kernel panic! Error mounting quantum atomic system. Reboot Universe. -- To UNSUBSCRIBE, email

Bug#746596: grub-install --disk-module option is referenced in the help, but no longer works

2014-05-01 Thread Andras Korn
Package: grub2-common Version: 2.02~beta2-9 Severity: normal Hi, grub-install: --disk-module: (PROGRAM ERROR) Option should have been recognized!? However, the help clearly states it's supported, and it used to work with earlier versions: grub-install --help

Bug#746271: Misinterprets dstat's versioned dependency on python:any

2014-04-28 Thread Andras Korn
Package: dpkg Version: 1.17.7 Severity: normal Hi, I tried to install dstat on a relatively recent sid system: # apt-get -u install dstat [...] The following NEW packages will be installed: dstat 0 upgraded, 1 newly installed, 0 to remove and 323 not upgraded. Need to get 50.5 kB of archives.

Bug#746271: Misinterprets dstat's versioned dependency on python:any

2014-04-28 Thread Andras Korn
On Mon, Apr 28, 2014 at 07:13:31PM +0200, Sven Joachim wrote: Hi, I tried to install dstat on a relatively recent sid system: What does relatively recent mean? How can I quantify that? I don't know specifically when the last full dist-upgrade was, but dpkg and apt in particular were

Bug#570929: Hungarian locale: zs is treated as a single letter, with undesirable consequences

2014-04-09 Thread Andras Korn
On Fri, Feb 26, 2010 at 12:38:08AM -0600, Jonathan Nieder wrote: Computers are dumb -- Andras wrote: 1. grep has no way of knowing whether a zs sequence is a single letter or two letters, because the combination can occur in compound words without becoming a zs

Bug#663114: Patch to implement parallelism in dkms

2014-04-03 Thread Andras Korn
On Thu, Apr 03, 2014 at 02:48:38AM -0400, Anders Kaseorg wrote: On Thu, 26 Dec 2013, Andras Korn wrote: It will pass -jnumber of CPUs to make(1) by default, but this can be overridden via the command line. If you want, the get_num_cpus function could be replaced with nproc(1) from

Bug#297173: possible solution: ssh srv records

2014-03-24 Thread Andras Korn
On Mon, Mar 24, 2014 at 04:12:14PM +0100, chrysn wrote: [srv record based solution that puts different virtualhosts on different tcp ports] andras, would this solve your problem? While it looks like a good idea, it wouldn't solve my specific problem as I can't depend on ports other than 22

Bug#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-12 Thread Andras Korn
On Tue, Mar 11, 2014 at 11:27:24PM +0100, Alessandro Ghedini wrote: So, the problem is not gnutls (or not *just* gnutls), but the fact that the server doesn't seem to support TLSv1, That is likely related to this Apache config setting: # Work around SSL negotiation failed: SSL error: parse

Bug#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-12 Thread Andras Korn
On Tue, Mar 11, 2014 at 11:27:24PM +0100, Alessandro Ghedini wrote: Now, why does libcurl fails while gnutls-cli (built against libgnutls26) does not (not by default, anyway)? That may be a bug in libcurl, I'll look into this later. Unfortunately apache2.4 with the SSLProtocol -all +SSLv3

Bug#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-11 Thread Andras Korn
On Tue, Mar 11, 2014 at 05:48:35PM +0100, Alessandro Ghedini wrote: Hi, fatal: unable to access 'https://https.server/repo.git/': gnutls_handshake() failed: A record packet with illegal version was received. Could this repository be made available for testing? URL sent via private

Bug#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-10 Thread Andras Korn
Package: libcurl3-gnutls Version: 7.35.0-1 Severity: normal Hi, this appears to be a regression. With 7.33.0-1 I could access git repositories over https; with 7.35.0-1 I can't: % GIT_CURL_VERBOSE=1 git clone https://https.server/repo.git/ Cloning into 'repo'... * Couldn't find host

Bug#738706: New default urgency of medium makes apt-listchanges less useful

2014-02-12 Thread Andras Korn
Package: devscripts Version: 2.13.5 Severity: normal Hi, I notice that the default urgency of new uploads is 'medium' as opposed to 'low', due to #730343. Unfortunately, this makes apt-listchanges less useful than it has been so far. apt-listchanges is run by apt before upgrading packages. It

Bug#714586: cfdisk shipped by gnu-fdisk package works with gpt

2014-02-11 Thread Andras Korn
Hi, I've used cfdisk 1.2.5 from the gnu-fdisk package many times to create/view/modify GPTs and had no problems. So perhaps it is just the plain fdisk binary that should be dropped from the package? Andras -- Experience is directly proportional to the amount of equipment ruined. -- To

Bug#737140: Assumes zpool member devices reside directly in /dev

2014-01-30 Thread Andras Korn
Package: grub-pc Version: 2.02~beta2-6 Severity: normal Tags: upstream Hi, grub-probe --target=device / calls zpool status to determine what devices a zpool consists of. Unfortunately zpool status only prints nicknames for devices, for example: # zpool status pool: sealynx state: ONLINE

Bug#733747: Please apply patch from https://github.com/the-tcpdump-group/libpcap/commit/1a52c9a05758d162e331dc93d60c51ebeb7b0f55

2013-12-31 Thread Andras Korn
Package: libpcap0.8 Version: 1.5.2-1 Severity: normal Tags: upstream patch Hi, libpcap 1.5 introduced a regression that causes 100% cpu usage in arpwatch; see https://github.com/the-tcpdump-group/libpcap/issues/333. There is a trivial fix:

Bug#663114: Patch to implement parallelism in dkms

2013-12-26 Thread Andras Korn
tags 663114 patch thanks Hi, I'm attaching a first attempt at a patch to implement this. It works for me, but I haven't tested it extensively. It will pass -jnumber of CPUs to make(1) by default, but this can be overridden via the command line. Work on the patch was sponsored by CAE

Bug#651030: getty: 2.20.1 regression: reports 'cannot get controlling tty: Operation not permitted'

2013-11-14 Thread Andras Korn
On Thu, Nov 14, 2013 at 03:00:57PM +0100, Andras Korn wrote: It looks like Hilko forgot to Cc you; have you seen this on 2.20.1-5 or later? I have been avoiding getty ever since, so I can't say. I'll see if I can get around to testing it today. I couldn't reproduce the bug with 2.20.1

Bug#729360: Please provide a version without GUI dependencies

2013-11-12 Thread Andras Korn
Package: tcpflow Version: 1.4.0+repack1-2 Severity: wishlist Hi, on a system with no GUI packages installed, tcpflow pulls in ~40MB of dependencies even though I never intend to use the GUI features. Please provide a text-only version (like mtr and mtr-tiny). Thanks! Andras --

Bug#717267: Truncates http passwords on the first semicolon

2013-07-18 Thread Andras Korn
Package: php5-curl Version: 5.5.0+dfsg-15 Severity: normal Hi, when assembling the Authorization: Basic header, php's curl extension only includes the password up to (but not including) the first semicolon character. Verified using a sniffer. The password is correctly passed in using a

Bug#663114: zfsonlinux modules would also benefit from this

2013-07-02 Thread Andras Korn
Building the zfsonlinux modules on a 24 core box takes more than 4 minutes. For comparison, I can build the entire kernel in about 2, with -j24. I tried to force dkms to use -j24 by editing /usr/sbin/dkms, but I failed (I hard-coded this flag in all places where it seemed pertinent, but it didn't

Bug#708679: Please add option to print regex that matched instead of matching text (or similar)

2013-05-17 Thread Andras Korn
and see if that equals the number of lines in my file. Please add this feature. Thanks! -- Andras Korn korn at elan.rulez.org I'm sure if Vimes were to say 'Jump!', Detritus would say 'What colour?' -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#703314: Please add unprefix tool

2013-03-18 Thread Andras Korn
likely merit a different name). At the extreme, the tool could act as a filter and rewrite all numbers it sees on stdin (like adnsresfilter). -- Andras Korn korn at elan.rulez.org I'll bet you anything I don't have a gambling problem. -- To UNSUBSCRIBE, email

Bug#698590: Bogus attempt at security via file permissions?

2013-01-20 Thread Andras Korn
utempter* Perhaps the idea was to restrict access to the setgid utempter binary to members of the utempter group? But then the directory permissions should be 0710 or similar. If not, then having the utempter group seems pointless. Best regards, -- Andras Korn korn

Bug#698050: top: please include processes that contribute to loadavg in 'i'dle mode

2013-01-13 Thread Andras Korn
-- Andras Korn korn at elan.rulez.org Uriember az, aki igeretehez hiven megmutatja a belyeggyujtemenyet. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#695281: Please apply attached patch that optionally disables calling sync() in runit(8)

2012-12-06 Thread Andras Korn
, but not in a vserver (which is basically just a glorified chroot). I wrote a small patch that adds a /etc/runit/nosync flag file that, if it exists, inhibits calling sync() on reboot/shutdown. Please consider applying it. Thanks Andras -- Andras Korn korn at elan.rulez.org

Bug#695005: date: invalid date '1954-05-23'

2012-12-04 Thread Andras Korn
-- Andras Korn korn at elan.rulez.org Do files get embarrassed when they get unzipped? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#695005: date: invalid date '1954-05-23'

2012-12-03 Thread Andras Korn
-- Andras Korn korn at elan.rulez.org Freedom is doing what you like, happiness is liking what you do. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#695005: date: invalid date '1954-05-23'

2012-12-03 Thread Andras Korn
/#The-date-command-is-not-working-right_002e Thanks, but is there any guarantee that no DST changes will ever cause noon to be skipped? :) Andras -- Andras Korn korn at elan.rulez.org Boeing: The sound a plane makes when it hits the ground. -- To UNSUBSCRIBE, email

Bug#683686: Shouldn't HTTP 404 errors related to Packages files be passed through to the client?

2012-11-11 Thread Andras Korn
that's what keyfile= was for, but you seem to say it isn't. So what about #3? Is that not something ACNG will ever do for me? Thanks Andras -- Andras Korn korn at elan.rulez.org bogosort dad*.dna mom*.dna baby.out -- To UNSUBSCRIBE, email to debian-bugs

Bug#253588: tcp(7) contains incorrect/biased information about syncookies

2012-11-02 Thread Andras Korn
On Wed, Jan 24, 2007 at 11:54:35PM +0100, Andras Korn wrote: tcp.7 contains bad FUD about syncookies, I don't see any FUD in there Hey, you actually _wrote_ much of the Linux syncookie implementation. Now I'm really interested in knowing why you changed your mind about them

Bug#683686: Shouldn't HTTP 404 errors related to Packages files be passed through to the client?

2012-10-06 Thread Andras Korn
[Resending Aug 10 message where I forgot to Cc the bug address.] On Sun, Aug 05, 2012 at 12:20:07PM +0200, Eduard Bloch wrote: * Andras Korn [Thu, Aug 02 2012, 10:16:41PM]: Package: apt-cacher-ng Version: 0.7.6-1 Seriously? The messages below say that it's 0.7.4, not 0.7.6! Sorry, I'm

Bug#683686: Shouldn't HTTP 404 errors related to Packages files be passed through to the client?

2012-08-02 Thread Andras Korn
-server but the server said server response. Reasoning explaining why ACNG can't deal with this. would be very helpful. Andras -- Andras Korn korn at elan.rulez.org Eagles may soar but weasels aren't sucked into jet engines. -- To UNSUBSCRIBE, email to debian-bugs

Bug#678985: Please consider including attached start-stop-daemon.runit script

2012-07-09 Thread Andras Korn
will be down after a kill. Andras -- Andras Korn korn at elan.rulez.org There is no spoon(). Only a fork(). #!/bin/zsh # # This script is intended to wrap start-stop-daemon. It will call the # original start-stop-daemon with the supplied arguments unless

Bug#638605: runit: chpst fails to change uid not listed in /etc/passwd

2012-06-25 Thread Andras Korn
Hi, FWIW, I use the following workaround to this problem: #!/bin/sh [...] RUNASUID=$(getent passwd $RUNASUSER | cut -d: -f3) RUNASGROUPS=$(id -G $RUNASUSER | tr ' ' ':') [...] exec chpst -u :$RUNASUID:$RUNASGROUPS [...] HTH. Andras -- Andras Korn korn at elan.rulez.org

Bug#678985: Please consider including attached start-stop-daemon.runit script

2012-06-25 Thread Andras Korn
and license it to users of the runit package under the same license as the rest of the package. Work on the script was sponsored by CAE Engineering Kft. Best regards, Andras -- Andras Korn korn at elan.rulez.org All that glitters may not be gold, but it sure has a high

Bug#674562: Please include/apply http://www.skarnet.org/software/djbdns-fwdzone/djbdns-1.04-fwdzone.patch

2012-05-25 Thread Andras Korn
/ in 2-3 places; s/\[4\]/[16]/ in one place). Thanks Andras -- Andras Korn korn at elan.rulez.org I'm in a class by myself. Everyone else graduated. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#665774: Messes up $PATH

2012-03-25 Thread Andras Korn
named package-managed binaries. I'd say dkms has no business messing with the PATH it inherits, other than appending /usr/lib/dkms to it. Please consider changing the above line to: PATH=$PATH:/usr/lib/dkms Best regards, -- Andras Korn korn at elan.rulez.org Math

Bug#592362: Please ship apr1 password module as well

2012-03-09 Thread Andras Korn
Hi, while you're at it, please also include the apr1 password module. It's indispensable for migrating to LDAP from old apache-style htpasswd files that use md5 password hashes. Thanks. -- Andras Korn korn at elan.rulez.org I'm not afraid of Death... What's he

Bug#644401: trac: Translations are missing

2011-12-30 Thread Andras Korn
Package: trac Version: 0.12.2-1 Followup-For: Bug #644401 Hi, the problem seems to be a missing Build-Depends on python-babel. I rebuilt the package with Babel installed (changing nothing else), and localisation magically started working. -- Andras Korn korn

Bug#651030: getty: 2.20.1 regression: reports 'cannot get controlling tty: Operation not permitted'

2011-12-04 Thread Andras Korn
/noauto-with-nonzero-passnum: Best regards, -- Andras Korn korn at elan.rulez.org A vereb tud repulni, megis mennyit ul az agon! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#648109: Impossible to use zfs as rootfs without creating a volume; should allow creating zfs filesystems (not just volumes)

2011-11-09 Thread Andras Korn
of the partitioner listed them along with their mountpoints, it didn't offer an option to change them. I'll experiment with this about 12 hours from now, I suppose. Thanks! -- Andras Korn korn at elan.rulez.org I hit the CTRL key but I'm still not in control

Bug#648109: Impossible to use zfs as rootfs without creating a volume; should allow creating zfs filesystems (not just volumes)

2011-11-09 Thread Andras Korn
is different. :) When I saw the interface I thought omg, someone is abusing zfs to reimplement LVM - it never occurred to me that formatting the zfs volumes as zfs would convert them into filesystems. -- Andras Korn korn at elan.rulez.org In Java

Bug#648109: Impossible to use zfs as rootfs without creating a volume; should allow creating zfs filesystems (not just volumes)

2011-11-08 Thread Andras Korn
makes the package almost unusable (I'd say most people who want / on zfs don't need/want volumes). Thanks and best regards, -- Andras Korn korn at elan.rulez.org Health is the slowest possible rate at which one can die. -- To UNSUBSCRIBE, email to debian-bugs

Bug#637646: New upstream release 3.1.0 available

2011-08-13 Thread Andras Korn
are you planning to package the new version? Thanks -- Andras Korn korn at elan.rulez.org My sun-dial is slow. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#616091: Please provide optional fallback to subsequent TargetURLs even for 404co

2011-03-03 Thread Andras Korn
-- Andras Korn korn at elan.rulez.org Timing error. Please wait. And wait. And wait. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#616091: Please provide optional fallback to subsequent TargetURLs even for 404co

2011-03-02 Thread Andras Korn
couldn't be fetched from the first (even though it did respond). It could default to 0, which is the current behaviour. Andras -- Andras Korn korn at elan.rulez.org Automatic simply means that you cannot repair it yourself. -- To UNSUBSCRIBE, email to debian

Bug#510004: subversion: SSL/TLS support for svnserve

2011-02-18 Thread Andras Korn
). Andras -- Andras Korn korn at elan.rulez.org Man is the best computer we can put aboard a spacecraft... and the only one that can be mass produced with unskilled labour. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#601813: Please provide a more friendly/useful message instead of Warning: The resulting partition is not properly aligned for best performance.

2010-10-29 Thread Andras Korn
the user supplied. Thanks. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Feet smell? Nose runs? Hey, you're upside down! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#270099: getfacl doesn't show setuid/setgid/sticky bits

2010-10-15 Thread Andras Korn
--restore passwd.acl # ls -l passwd -rwsr-xr-x 1 root root 43280 Sep 26 15:59 passwd* I'm using acl version 2.2.49-4, fwiw. I believe this bug is fixed. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ The flesh was willing but the grass was wet

Bug#598194: ntfsclone: please support o_direct and different block sizes

2010-09-27 Thread Andras Korn
Package: ntfsprogs Version: 2.0.0-1+b1 Severity: wishlist Hi, I think it may help speed up ntfsclone if it could read with block sizes other than 4k and if direct i/o could optionally be used. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn

Bug#598195: ntfsclone: please support cloning to multiple destinations

2010-09-27 Thread Andras Korn
incorporated into ntfsclone itself (especially coupled with o_direct support). Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Get married and share the problems you didn't know you had. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#588965: Please add support for replacing a failing but still usable drive with a spare without marking the first drive as failed

2010-07-13 Thread Andras Korn
changes to the kernel. Apologies if it's already planned; I haven't seen it discussed anywhere. Best regards, Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ All that glitters may not be gold, but it sure has a high refractive index. -- To UNSUBSCRIBE

Bug#576936: OpenVPN Access Server is not free software

2010-05-09 Thread Andras Korn
it for Debian as well; the required changes are probably minimal. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Backup not found: (A)bort (R)etry (P)anic -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#580899: Please support certificates where a CN attribute is not part of the subject DN

2010-05-09 Thread Andras Korn
(or just the subject string) and/or the username. Thanks Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Just because nobody complains doesn’t mean all parachutes are perfect. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#580899: Please support certificates where a CN attribute is not part of the subject DN

2010-05-09 Thread Andras Korn
On Sun, May 09, 2010 at 07:37:50PM +0200, Andras Korn wrote: VERIFY ERROR: could not extract Common Name from X509 subject string ('/UID=someuser/OU=People/DC=somedomain/DC=tld') -- note that the Common Name length is limited to 64 characters This was a mistake; the DN in an X.509

Bug#575228: Please support passing arguments or variables to {pre,post}{,dis}connection scripts

2010-03-24 Thread Andras Korn
to evaluate the command line pertaining to the script, so that word splitting would be performed automatically. I don't think people commonly use scripts that have spaces in their names, so this would be less of a violation of the Principle of Least Surprise. Cheers, Andras -- Andras Korn korn

Bug#575228: Please support passing arguments or variables to {pre,post}{,dis}connection scripts

2010-03-24 Thread Andras Korn
to the netconfig script from wicd. I'm fine with it being the fourth argument. Maybe we could mangle this bug appropriately to make it a documentation-bug. Not just yet. :) -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Never agree with me

Bug#570929: Hungarian locale: zs is treated as a single letter, with undesirable consequences

2010-02-24 Thread Andras Korn
only vouch for common sense. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ My new year's resolution is 1920x1080. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#570929: Hungarian locale: zs is treated as a single letter, with undesirable consequences

2010-02-23 Thread Andras Korn
On Mon, Feb 22, 2010 at 11:07:21AM +0100, Andras Korn wrote: 1. grep has no way of knowing whether a zs sequence is a single letter or two letters, because the combination can occur in compound words without becoming a zs letter; for example, in fúvószenekar (fúvós + zenekar), it's simply

Bug#570929: Hungarian locale: zs is treated as a single letter, with undesirable consequences

2010-02-22 Thread Andras Korn
/locales_to_be_generated: en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, en_GB.UTF-8 UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8, hu_HU ISO-8859-2, hu_HU.UTF-8 UTF-8 -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ A stitch

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
lvcreate, lvremove and similar commands to be silent when called with --quiet; only errors should be printed. How is successfully closing a file descriptor an error? Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Smash forehead on keyboard

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
occur. It's what --quiet should do, and what the documentation implies --quiet does. Anyway, thank you for the hint about LVM_SUPPRESS_FD_WARNINGS, and sorry about the ranting. Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ When in darkness or in doubt

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
for stray FDs, only we can't think of any right now - so that not even closing them may always be desirable.) Andras -- Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/ Bathroom scale: Something you stand on and swear at. -- To UNSUBSCRIBE, email to debian

Bug#529744: Seems to be leaking file descriptors, leads to 100% CPU usage

2009-05-21 Thread Andras Korn
, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-vs2.3.0.36.9-pre4-stallion (SMP w/3 CPU cores) Best regards, Andras -- Andras Korn korn at chardonnay.math.bme.hu http://chardonnay.math.bme.hu/~korn/ QOTD: Black holes really suck

Bug#520309: [Pkg-samba-maint] Bug#520309: Bug#520309: 'force group' still broken in 3.3.2

2009-03-29 Thread Andras Korn
it, avoiding me or other samba maintainers to act as proxies. OK, thanks, will do. Andras -- Andras Korn korn at chardonnay.math.bme.hu http://chardonnay.math.bme.hu/~korn/ QOTD: Dyslexics of the world...UNTIE! -- To UNSUBSCRIBE, email

Bug#521232: Please provide options to run in foreground

2009-03-26 Thread Andras Korn
know much more about courierfilter et al than me. OK, I did (I thought maybe there was some BTS somewhere that I just didn't find oslt). Andras -- Andras Korn korn at chardonnay.math.bme.hu http://chardonnay.math.bme.hu/~korn/ QOTD

Bug#521232: Please provide options to run in foreground

2009-03-25 Thread Andras Korn
-- Andras Korn korn at chardonnay.math.bme.hu http://chardonnay.math.bme.hu/~korn/ QOTD: Can February March? No, but April May... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

<    1   2   3   >