Bug#819342: More brokenness in date(1) around DST

2024-03-31 Thread Andras Korn
Hi, my timezone is CEST; we switched from CET today. % TZ=Europe/Budapest LC_TIME=C date --date 'tomorrow 2:30' date: invalid date ‘tomorrow 2:30’ 2:30 would be invalid today (2:00am became 3:00am), but it exists tomorrow, and date(1) can print that date if I request it in a different way: % T

Bug#1022103: gdisk: sgdisk produces only errors

2022-10-24 Thread Andras Korn
Hi, unfortunately the bug is still not fixed despite the NMU; while sgdisk doesn't print errors anymore, it also doesn't actually perform the requested operations. See e.g. # sgdisk --zap-all /dev/sda Creating new GPT entries

Bug#1022814: /etc/runit/1 could be more readable

2022-10-26 Thread Andras Korn
Package: runit Version: 2.1.2-50 Severity: minor Tags: patch Hi, I'm not satisfied with this bit from /etc/runit/1: --- 8< --- if [ -f /etc/runit/native.boot.run ] || [ -n "$bootrun" ]; then bootrun=1 fi if [ -d /etc/runit/boot-run ] && [ ! -z $bootrun ]; then for f in /etc/runi

Bug#1022837: /lib/runit/run_sysv_scripts uses wrong test to skip initscripts

2022-10-26 Thread Andras Korn
Package: runit Version: 2.1.2-50 Severity: normal Hi, /lib/runit/run_sysv_scripts has this: for script in "$initdir/$rX"* ; do [ ! -x "$script" ] && continue path=$(realpath "$script") name=${path##*/} # Special case for wicd. Runscript is called "wicd-daemon",

Bug#1022837: /lib/runit/run_sysv_scripts uses wrong test to skip initscripts

2022-10-29 Thread Andras Korn
On Fri, Oct 28, 2022 at 03:07:07PM +0200, Lorenzo wrote: Hi, > > Package: runit > > Version: 2.1.2-50 > > Severity: normal > > > > Hi, > > > > /lib/runit/run_sysv_scripts has this: > > > > for script in "$initdir/$rX"* ; do > > [ ! -x "$script" ] && continue > > path=$(realpath "$scrip

Bug#1022837: /lib/runit/run_sysv_scripts uses wrong test to skip initscripts

2022-11-04 Thread Andras Korn
On Wed, Nov 02, 2022 at 01:45:24PM +0100, Lorenzo wrote: Hi, > Am I correct that this is not a regression introduced with recent changes to > runit? [relevant to understand if I have to revert something in case I can't > fix this before the freeze] Yes. I just started using the default config

Bug#1023476: runit: Improve default-syslog check

2022-11-07 Thread Andras Korn
Hi, > the check could be just something like > > lsof /dev/log >/dev/null || exit 1 I think fuser /dev/log >/dev/null 2>/dev/null || exit 1 is more efficient, but there is a problem with both approaches: the process that is listening on /dev/null may be invisible to us, because it may be runn

Bug#1039740: Please ship slapm-ppm

2023-06-28 Thread Andras Korn
Package: slapd-contrib Version: 2.5.13+dfsg-5 Severity: wishlist Hi, please build and ship contrib/slapd-modules/ppm. It greatly enhances the functionality of the password policy overlay by allowing the user to implement semi-complex password policies (such as "have characters from at least 4 o

Bug#1030224: Inverted test for /etc/runit/no.emulate.sysv in /etc/runit/2

2023-02-01 Thread Andras Korn
Package: runit Version: 2.1.2-53 Severity: normal Tags: patch Hi, /etc/runit/2 ships with this snippet: if [ "$runsv_dir" != solo ] || [ ! -e /etc/runit/no.emulate.sysv ]; then /lib/runit/async-timeout /lib/runit/run_sysv_scripts '/etc/rc2.d' fi This means that

Bug#1030225: /etc/runit/2 assumes it runs in an environment that can mount filesystems

2023-02-01 Thread Andras Korn
Package: runit Version: 2.1.2-53 Severity: minor Hi, /etc/runit/2 ships with this snippet: mkdir -p /run/runit/supervise mkdir -p /run/runit/sv mount -t tmpfs -o size=20M,mode=0755 runtimesv /run/runit/sv cp -a /etc/sv/* /run/runit/sv/ #TODO do this with 'CPSV_DIR=/run/runit/sv cpsv --sync' I

Bug#1030225: /etc/runit/2 assumes it runs in an environment that can mount filesystems

2023-02-02 Thread Andras Korn
On Thu, Feb 02, 2023 at 12:27:04AM +0100, Lorenzo wrote: Hi, > > /etc/runit/2 ships with this snippet: > > > > mkdir -p /run/runit/supervise > > mkdir -p /run/runit/sv > > mount -t tmpfs -o size=20M,mode=0755 runtimesv /run/runit/sv > > cp -a /etc/sv/* /run/runit/sv/ #TODO do this with > > 'CPS

Bug#1030349: gdbm module is missing from zsh package again

2023-02-03 Thread Andras Korn
Package: zsh Version: 5.9-3 Severity: normal Tags: patch Hi, this was last reported as #951457. Apparently this change (from zsh changelog): 2020-01-06 Daniel Shahaf * 45213: README, configure.ac: Make --enable-gdbm default to false, rather than default to true with an unavo

Bug#1030747: fuser(1) tries to use statx() which is not available on older kernels and prints misleading error when it can't

2023-02-06 Thread Andras Korn
Package: psmisc Version: 23.6-1 Severity: normal Hi, fuser(1) will call statx(): statx(0>, "/", AT_STATX_DONT_SYNC|AT_NO_AUTOMOUNT, STATX_TYPE|STATX_INO, 0x7fffb96603a0) = -1 ENOSYS (Function not implemented) which is not avilable on kernels before, I think, 4.11. When that fails, fuser(1) pr

Bug#1022172: /lib/modprobe.d/50-nfs.conf causes initramfs-tools to stop including sunrpc module for nfs

2022-10-21 Thread Andras Korn
Package: kmod Version: 30+20220905-1 Severity: important Hi, I noticed that the sunrpc module was strangely absent from my initramfs, which resulted in a failure to netboot (which is my justification for the severity). Upon examination, it turns out that the way module dependencies are worked o

Bug#1022172: /lib/modprobe.d/50-nfs.conf causes initramfs-tools to stop including sunrpc module for nfs

2022-10-22 Thread Andras Korn
On Fri, Oct 21, 2022 at 03:11:27PM +0200, Marco d'Itri wrote: Hi, > > I thought --ignore-install was completely broken, but no, because without > > it, the output contains *more* "install" lines: > What you are actually seeing is that --ignore-install is applied only to > the nfs module (the on

Bug#1022103: gdisk: sgdisk produces only errors

2022-11-16 Thread Andras Korn
On Mon, Oct 24, 2022 at 11:18:03AM +0200, Andras Korn wrote: Hi, > unfortunately the bug is still not fixed despite the NMU; while sgdisk > doesn't print errors anymore, it also doesn't actually perform the requested > operations. I can no longer reproduce the problem

Bug#1022172: Bug#1024082: Bug#1022172: /lib/modprobe.d/50-nfs.conf causes initramfs-tools to stop including sunrpc module for nfs

2022-11-18 Thread Andras Korn
On Tue, Nov 15, 2022 at 10:00:43PM +0100, Salvatore Bonaccorso wrote: Hi, > > Try something like this in /lib/udev/rules.d/60-nfs.rules: > > > > ACTION=="add", SUBSYSTEM=="module", KERNEL=="sunrpc", \ > > RUN+="/sbin/sysctl -q --pattern ^sunrpc --system" > > ACTION=="add", SUBSYSTEM=="module",

Bug#1023476: runit: Improve default-syslog check

2022-11-23 Thread Andras Korn
On Wed, Nov 16, 2022 at 02:03:14PM +0100, Lorenzo wrote: > > > lsof /dev/log >/dev/null || exit 1 > > > > I think > > > > fuser /dev/log >/dev/null 2>/dev/null || exit 1 > > > > is more efficient, but there is a problem with both approaches: the process > > that is listening on /dev/null may b

Bug#1022837: /lib/runit/run_sysv_scripts uses wrong test to skip initscripts

2023-03-28 Thread Andras Korn
On Tue, Mar 28, 2023 at 01:10:36AM +0200, Lorenzo wrote: Hi, > Please follow up and let me know if my idea would solve this issue or at > least improve the situation from your point of view: > > > > Checking for /etc/sv/$name and skipping initscripts if those directories > > exist is wrong for

Bug#1034363: firefox: Non-default fonts no longer work

2023-04-14 Thread Andras Korn
Hi, possibly related: since upgrading to 112.0, some custom fonts set by websites are no longer rendered. For example, on https://www.teletal.hu/etlap/16, there is supposed to be a leftmost column of row labels in the table, saying "RE1", "RE2", "A1", "A2" and so on. If the setting "Allow pag

Bug#1051186: *-dkms packages shouldn't fail postinst if all modules to be installed already exist in identical versions

2023-09-03 Thread Andras Korn
Package: dkms Version: 3.0.11-3 Severity: normal Hi, I have computers where I install both zfs-dkms and sometimes zfs-modules- packages. When zfs-modules- is installed, zfs-dkms fails postinst: [...] zzstd.ko: Running module version sanity check. Module version 1.4.5a-2.1.12-2 for zzstd.ko exa

Bug#1051187: Avoid building module for kernels that have appropriate zfs-modules- package installed

2023-09-03 Thread Andras Korn
Package: zfs-dkms Version: 2.1.12-2 Severity: normal Hi, I have computers that take forever to build kernel modules; therefore, while I have zfs-dkms installed as a failsafe, I also strive to always install zfs-modules- preemptively. Unfortunately, the zfs-dkms postinst still causes the zfs mo

Bug#1051187: [Pkg-zfsonlinux-devel] Bug#1051187: Avoid building module for kernels that have appropriate zfs-modules- package installed

2023-09-04 Thread Andras Korn
On Mon, Sep 04, 2023 at 08:19:45AM +0200, Petter Reinholdtsen wrote: > [Andras Korn] > > I have computers that take forever to build kernel modules; therefore, > > while I have zfs-dkms installed as a failsafe, I also strive to always > > install zfs-modules- preemptively. &g

Bug#1031295: pcp fails to install without systemd

2023-02-16 Thread Andras Korn
Hi, it seems to me that in postinst, instead of if $do_systemd then systemctl start pmcd.service >/dev/null systemctl start pmlogger.service >/dev/null elif which invoke-rc.d >/dev/null 2>&1 then invoke-rc.d pmcd start invoke-rc.d pmlogger start else /etc/init.d/pmcd start

Bug#1030747: Acknowledgement (fuser(1) tries to use statx() which is not available on older kernels and prints misleading error when it can't)

2023-02-20 Thread Andras Korn
fwiw, psmisc 23.5-3 still works even if the kernel doesn't support statx(). The changelog for 23.6 says "fuser: Use modern statn where possible", but it's regrettably also used where not possible. András -- Is 6 afraid of 7, 'cause 7 8 9?

Bug#1031742: Please make reboot command configurable

2023-02-21 Thread Andras Korn
Package: unattended-upgrades Version: 2.9.1+nmu3 Severity: wishlist Hi, not all flavours of shutdown(8) support a time argument; for example, runit's only supports 'now' or no time. When unattended-upgrades tries to schedule a reboot on runit systems, shutdown(8) prints an error, causing unatt

Bug#1050217: Better coexistence with libpam-tmpdir

2023-08-22 Thread Andras Korn
Package: tmpreaper Version: 1.6.17 Severity: normal Hi, having libpam-tmpdir installed results in PAM creating a /tmp/user/ directory for every user when they start a session, setting TMP and TMPDIR to this directory. Long-running processes such as web applications started e.g. via sudo -u so

Bug#1051138: 3.0pl1-166 introduced undeclared dependency on usrmerge

2023-09-03 Thread Andras Korn
Package: cron Version: 3.0pl1-174 Severity: important Hi, with /bin gone from the default PATH in /etc/crontab (due to #1042894), cron will no longer find run-parts(8), which is in /bin, unless /bin is merged into /usr/bin. I ran into this on dozens of systems that were upgraded to sid semi-re

Bug#1054537: Squid 6.3: multiple vulnerabilities, patches available

2023-10-25 Thread Andras Korn
Package: squid Version: 6.3-1 Severity: grave Tags: security patch X-Debbugs-Cc: Debian Security Team Hi, https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2725 links to a bunch of squid advisories, three of which have CVSS scores of 9+: https://github.com/squid-cache/squi

Bug#1038158: Uses /etc/nullmailer/../mailname instead of /etc/mailname; misleading message

2023-06-16 Thread Andras Korn
Package: nullmailer Version: 1:2.2-3+b1 Severity: normal Hi, I began using a revision tracking system for some configfiles. This involved replacing /etc/nullmailer with a symlink to a directory within the local working copy. I noticed that locally generated mail was suddenly referencing litera

Bug#1038158: Uses /etc/nullmailer/../mailname instead of /etc/mailname; misleading message

2023-06-21 Thread Andras Korn
On Wed, Jun 21, 2023 at 10:18:13AM +0300, David Bremner wrote: > > I began using a revision tracking system for some configfiles. This > > involved replacing /etc/nullmailer with a symlink to a directory > > within the local working copy. > > I don't know if it's practical for you, but as a worka

Bug#1051187: [Pkg-zfsonlinux-devel] Bug#1051187: Avoid building module for kernels that have appropriate zfs-modules- package installed

2024-01-05 Thread Andras Korn
On Fri, Jan 05, 2024 at 07:04:02AM +, 陈 晟祺 wrote: Hi, > > zfs-dkms is the failsafe in case the zfs-modules- package is > > *not* installed > > (for example, because this is the first slow box I'm installing this kernel > > or this version of > > zfs-dkms on and I don't yet have a correspond

Bug#374796: Please apply attached patch to allow the hddtemp daemon to stay in the foreground

2006-06-21 Thread Andras Korn
itor hddtemp recommends no packages. -- debconf information excluded -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Everything is fine with the world - one mile under ground. diff -ur hddtemp-0.3-beta15/doc/hddtemp.8 hddtemp-0.3-bet

Bug#375433: Please support custom commands in sv and/or runsv

2006-06-25 Thread Andras Korn
ity with daemontools could be retained). Regards, Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: I must follow them; I am their leader. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Bug#369840: svlogd seems to ignore old unprocessed logs when deleting old log files during rotation

2006-06-02 Thread Andras Korn
are 27 characters long. > > But svlogd doesn't reduce the number of old log files if there are > already more than configured; I guess this is what happens to you. I know that, but this is not, I think, what happened to me. The number of files was definitely increasing. I'll

Bug#369840: svlogd seems to ignore old unprocessed logs when deleting old log files during rotation

2006-06-02 Thread Andras Korn
Hi, OK, here is a test scenario. mkdir /tmp/svlogd-test cat QOTD: What we call work the Mexicans call siesta. -- To UNSUBSCRIBE, email to [EMAIL PROT

Bug#369840: svlogd seems to ignore old unprocessed logs when deleting old log files during rotation

2006-06-06 Thread Andras Korn
On Tue, Jun 06, 2006 at 03:35:32PM +, Gerrit Pape wrote: Hi, > > On Fri, Jun 02, 2006 at 04:59:39PM +0200, Andras Korn wrote: > > > OK, here is a test scenario. > > > > Thanks Andras, I can reproduce it, and'll take a look soon. > > Hi, could you try t

Bug#369840: svlogd seems to ignore old unprocessed logs when deleting old log files during rotation

2006-06-09 Thread Andras Korn
On Tue, Jun 06, 2006 at 03:35:32PM +, Gerrit Pape wrote: Hi, > On Fri, Jun 02, 2006 at 03:28:15PM +, Gerrit Pape wrote: > > On Fri, Jun 02, 2006 at 04:59:39PM +0200, Andras Korn wrote: > > > OK, here is a test scenario. > > > > Thanks Andras, I can reprodu

Bug#372746: Please apply attached patch to allow and to run in foreground

2006-06-11 Thread Andras Korn
Package: and Version: 1.2.2-1 Severity: wishlist Tags: patch Hi, the attached patch adds a '-f' switch to and(8) that causes it to stay in the foreground. This is useful when running it under a service monitor like runit. Thanks Andras -- Andras Korn

Bug#369840: svlogd seems to ignore old unprocessed logs when deleting old log files during rotation

2006-06-01 Thread Andras Korn
200, 'breezy'), (100, 'experimental'), (100, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.10+skasv3pre9-chardonnay-skas3-v9-pre9 Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2) -- no debconf information --

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

2009-05-21 Thread Andras Korn
stable APT policy: (500, '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 <http://chardonnay.math.bme.hu/~korn/> QOTD:

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
D is known to be present and LVM should be silent. This would help avoid kludges like lvsomething 2>&1 | fgrep -v ... (And hey, maybe there are even valid uses for stray FDs, only we can't think of any right now - so that not even closing them may always be desirable.) Andras -- An

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
ose? I'd expect 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 - <http://chardonnay.math.bme.hu/~korn/> Smash forehe

Bug#466138: Is this LVM message actually useful?

2009-07-08 Thread Andras Korn
of their way to specify --quiet really does want the utility to be quiet except when critical errors 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 -- Andra

Bug#432265: Uses more than double amount of memory on 64bit

2007-07-08 Thread Andras Korn
erl? i386: This is perl, v5.8.8 built for i486-linux-gnu-thread-multi amd64: This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: The future has been cancelled owing to

Bug#287369: closed by Sven Arvidsson <[EMAIL PROTECTED]> (Close 287369)

2007-04-26 Thread Andras Korn
orry, I didn't receive your followup from 2005. I'm not currently in a position to test this behaviour with a new version of nautilus, but I can at least attach a test file. I'll try to remember and see what nautilus does with it. Just give me a few days. Andras --

Bug#287369: closed by Sven Arvidsson <[EMAIL PROTECTED]> (Close 287369)

2007-04-27 Thread Andras Korn
On Fri, Apr 27, 2007 at 12:09:11AM +0200, Sven Arvidsson wrote: > On Thu, 2007-04-26 at 23:21 +0200, Andras Korn wrote: > > Sorry, I didn't receive your followup from 2005. > > > > I'm not currently in a position to test this behaviour with a new version of &

Bug#430951: Please support linux-vserver

2007-06-28 Thread Andras Korn
8859-2) runit depends on no packages. Versions of packages runit recommends: pn fgetty (no description available) -- no debconf information -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: A stitch

Bug#431069: Unnecessary dependency on patch

2007-06-29 Thread Andras Korn
s of packages cupsys depends on: ... ii patch 2.5.9-4 Apply a diff file to an original ... -- debconf information excluded -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Beauty is just a light switch

Bug#375433: patch to support custom commands in sv

2007-10-17 Thread Andras Korn
makes it possible to finally seamlessly support e.g. Debian package upgrades where the original initscript has been replaced by a symlink pointing to sv. Best regards, Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD:

Bug#447020: ipsvd: please support CIDR-based configuration directories and hierarchical DNS based configuration

2007-10-17 Thread Andras Korn
x27;ll test it further and post new versions of the patch here if necessary; this submission is in the spirit of 'release early, release often'. :) Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Hogy en ambi

Bug#478966: cron.daily/standard not silent

2008-05-01 Thread Andras Korn
2.0.15-2+b1 SELinux shared libraries ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip Versions of packages cron recommends: ii qmail [mail-tra 1.03-43+kqmail20051105-7 Secure, reliable, efficient, simpl -- no debconf information -- Andras K

Bug#478967: cron.daily/standard contains race condition

2008-05-01 Thread Andras Korn
Pluggable Authentication Modules l ii libselinux1 2.0.15-2+b1 SELinux shared libraries ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip Versions of packages cron recommends: ii qmail [mail-tra 1.03-43+kqmail20051105-7 Secure, reliable, efficient, simpl --

Bug#478967: cron.daily/standard contains race condition

2008-05-01 Thread Andras Korn
Hey, I just noticed I reported this problem already, almost five years ago. :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194805#15 But I didn't suggest a better solution then, so there is some progress at least. :) Andras -- Andras Korn

Bug#149395: This is really two requests.

2008-05-01 Thread Andras Korn
ache's. Scripts could generate, remove and update interface definitions a lot more easily (because there would only be one interface definition per file). Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: The Jews are God'

Bug#498020: Some upstream files not shipped; breaks script engine

2008-09-06 Thread Andras Korn
1-3The GNU Standard C++ Library v3 nmap recommends no packages. -- no debconf information -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Those who do not understand Unix are condemned to reinvent it, poorly. -- To UNSUBSCRIBE, em

Bug#386207: Please improve documentation

2008-05-04 Thread Andras Korn
gt; > If you have no objection, I would like to close this bug. Fine with me, as long as the documentation says that perl compatible regular expressions can be used. I think a single sentence suffices. Andras -- Andras Korn <http://chardonnay.math.bme.h

Bug#305917: Please include attached plugin for nut

2007-11-27 Thread Andras Korn
Hi, it's been more than two years; any news? :) I just noticed that the script contains some bashisms, so the first line should read #!/bin/bash instead of #!/bin/sh. Best regards, Andras -- Andras Korn <http://chardonnay.math.bme.hu/~kor

Bug#149897: The bug you reported about ip route ... equalize ...

2007-12-30 Thread Andras Korn
ip(8) print a warning when equalize is used. This will, however, still annoy a lot of people because it'll cause normally silent scripts to suddenly spew warnings. Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: The Moon is covered with the results of astronomical odds. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#441316: sv once ineffective if 'finish' exists and is executable

2007-09-08 Thread Andras Korn
/bin/bash Kernel: Linux 2.6.20.13-vs2.2.0-chardonnay Locale: LANG=POSIX, LC_CTYPE=hu_HU (charmap=ISO-8859-2) runit depends on no packages. Versions of packages runit recommends: pn fgetty (no description available) -- no debconf information -- A

Bug#441316: sv once ineffective if 'finish' exists and is executable

2007-09-11 Thread Andras Korn
Can you post the exact commands to reproduce the issue? Yes, will do. Very busy today, so probably tomorrow. Thanks Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Santa's business model: 1. make toys. 2. give them away.

Bug#441316: sv once ineffective if 'finish' exists and is executable

2007-09-11 Thread Andras Korn
ith sv once), which brought y up again. Wouldn't it be useful to have an 'sv once' style command that doesn't start the service, merely causes it not to be restarted when it exits, provided it is running? Andras -- Andras Korn <http://

Bug#352837: Consider using irc (perhaps other IM?) as a communication backend

2006-02-14 Thread Andras Korn
ld be encrypted; etc. Other IMs like ICQ and Jabber could also be used. Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: I'd give my right arm to be ambidextrous. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Bug#354017: Please include "fixed" in xfonts-base package description

2006-02-22 Thread Andras Korn
a remote font server, you must install this package if you are installing an X server. It contains fonts such as 'fixed' without which X servers will not work. Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD:

Bug#355607: svlogd: please support hierarchical configuration

2006-03-06 Thread Andras Korn
don't think directory trees deeper than, say, 3 levels would be useful either. Best regards, Andras Ps. any plans to implement multilog's "=" command (log status to file)? -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD:

Bug#355859: When using pinning or --target-release, "upgrades" packages to the already installed version

2006-03-08 Thread Andras Korn
present in Debian's apt. /etc/apt/preferences: Package: * Pin: release o=Ubuntu Pin-Priority: 1200 Package: * Pin: release o=Debian Pin-Priority: 100 Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Taxation is littl

Bug#351436: Please make graph_width, graph_height and possibly others configurable per-node and/or per-server

2006-02-04 Thread Andras Korn
ecommends: pn libnet-snmp-perl (no description available) -- no debconf information -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: I'd love to go out with you, but it's too close to the turn of the century

Bug#360984: Tries to update auto-whitelist for wrong user

2006-04-05 Thread Andras Korn
filte -- debconf information: spamassassin/upgrade/2.40: spamassassin/upgrade/2.40w: spamassassin/upgrade/cancel: Continue * spamassassin/upgrade/2.42: No spamassassin/upgrade/2.42m: No spamassassin/upgrade/2.42u: No -- Andras Korn <http://chardonnay.ma

Bug#356339: Please add option to tag each line with fixed string to svlogd

2006-03-11 Thread Andras Korn
logging to udp). Without such tags, it's a pain to sort log lines on the receiving end. Best regards, Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: A dime saved is a dollar earned. The rest is Uncle Sam's. --

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

2010-02-22 Thread Andras Korn
8) Shell: /bin/sh linked to /bin/bash Versions of packages locales depends on: ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy ii libc6 [glibc-2.10-1] 2.10.2-2 GNU C Library: Shared libraries locales recommends no packages. locales suggests no packages.

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,

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

2010-02-24 Thread Andras Korn
rd or only common sense (both are > important, of course). Uh, that standard is too dense for me; I'll pass on that and can only vouch for common sense. Andras -- Andras Korn - <http://chardonnay.math.bme.hu/~korn/> My new year's resolution is 192

debian-bugs-dist@lists.debian.org

2011-03-02 Thread Andras Korn
d be tried in case a file 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 "Automatic" simply means that you cannot repair it yourself. -- To UNSUBSCR

debian-bugs-dist@lists.debian.org

2011-03-03 Thread Andras Korn
t before trying the second, for the second to time out before trying the third and so on. Andras -- Andras Korn 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#510004: subversion: SSL/TLS support for svnserve

2011-02-18 Thread Andras Korn
in svnserve (and the client). Andras -- Andras Korn 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 subje

Bug#576936: OpenVPN Access Server is not free software

2010-05-09 Thread Andras Korn
ackages, it shouldn't be too hard to persuade them to repackage it for Debian as well; the required changes are probably minimal. Andras -- Andras Korn - <http://chardonnay.math.bme.hu/~korn/> Backup not found: (A)bort (R)etry (P)anic -- To UNSUBSCRIBE, emai

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

2010-05-09 Thread Andras Korn
penVPN's idea of the CN based on the client certificate (or just the subject string) and/or the username. Thanks Andras -- Andras Korn - <http://chardonnay.math.bme.hu/~korn/> Just because nobody complains doesn’t mean all parachutes are perfect. -- To UNSUBSCRIBE, email to debia

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;

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

2010-03-24 Thread Andras Korn
e for wicd to just spawn a shell 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. Ch

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

2010-03-24 Thread Andras Korn
ey lookup), or have more resolv.conf-* files that are identical; but I think the best would be to be able to pass a custom command line argument 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 documen

Bug#513880: Optionally omit timestamps from lines sent over UDP

2009-02-01 Thread Andras Korn
(no description available) socklog suggests no packages. -- no debconf information -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: When smashing monuments, always save the pedestals - they come in handy. -- To UNSUBSCRIBE, email to de

Bug#512437: 32bit nscd can't serve 64bit clients

2009-01-20 Thread Andras Korn
2.6.22.19-vs2.2.0.7-stop Locale: LANG=C, LC_CTYPE=C Shell: /bin/sh linked to /bin/bash Best regards, Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: All generalizations are false (incl. this one) -- To UNSUB

Bug#372746: Any news?

2009-01-21 Thread Andras Korn
t some point in the future, if and when he has time. Thanks Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Ha a recsegesek lathatok is, akkor az televizio. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li

Bug#506173: Actually, syslog-ng shouldn't conflict with any other syslog package

2009-02-12 Thread Andras Korn
than one webserver, or more than one HTTP proxy. The default configurations may conflict, but there is no inherent conflict. Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Unless you're the lead dog, the view never ch

Bug#515181: Ignores return status of open("stripe") for coss

2009-02-14 Thread Andras Korn
\0\0\0\0\0\0\0\0\0\0"..., 1024) = -1 EBADF (Bad file descriptor) Andras -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) -- Andras Korn <http://chardonnay.ma

Bug#515194: Documentation could be improved

2009-02-14 Thread Andras Korn
Would transparent proxying work? I.e. could you just redirect requests to port 80 of debian mirrors to the port of apt-cacher-ng?]" --- 8< --- What I think is missing from the documentation: - description of the fields in the RFC822 files; - explanation of how a backend to download f

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

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

Bug#520309: 'force group' still broken in 3.3.2

2009-03-18 Thread Andras Korn
licy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.5-vs2.3.0.36.7 Locale: LANG=C, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD:

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

2009-03-19 Thread Andras Korn
rity descriptor." If I comment out > > "force group", connections succeed. > > Could you get a level 3 debug log of such a failed attempt ? Sure, sorry about not attaching it right away. I'm including a log with a failure and one with a success (without force group).

Bug#521232: Please provide options to run in foreground

2009-03-25 Thread Andras Korn
, as would those who'd like to start courierfilter from inittab for whatever reason. Andras -- Andras Korn <http://chardonnay.math.bme.hu/~korn/> QOTD: Can February March? No, but April May... -- To UNSUBSCRIBE, email

Bug#521232: Please provide options to run in foreground

2009-03-26 Thread Andras Korn
nglist. There are > the guys who 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 <http://chardonnay.math.bme.hu/~korn/> QOTD:

Bug#274818: Please add option to work from Packages (or available) instead of status

2008-03-13 Thread Andras Korn
which old libraries are safe to get rid of. I used to have such a pool with packages such as 'xv', 'spamdb' and quite a few others (and their dependencies) when I filed this bug. I'm not removing the wontfix tag, because you may not agree this is a valid

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 - <http://chardonnay.math.bme.hu/~korn/> Múltkor is p

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

2010-09-27 Thread Andras Korn
sibly incorporated into ntfsclone itself (especially coupled with o_direct support). Andras -- Andras Korn - <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...@lists.d

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
r even offer to use that instead of what the user supplied. Thanks. Andras -- Andras Korn - <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

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

2010-10-14 Thread Andras Korn
tfacl --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 - <http://chardonnay.math.bme.hu/~korn/> The flesh was willing but the grass wa

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
s also requires changes to the kernel. Apologies if it's already planned; I haven't seen it discussed anywhere. Best regards, Andras -- Andras Korn - <http://chardonnay.math.bme.hu/~korn/> All that glitters may not be gold, but it sure has a high refractive index. --

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#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 luks,loud,discard,keyscript=decr

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-

<    1   2   3   >