Bug#339799: mawk: printf %02s does not result in a leadng zero being printed.

2005-11-18 Thread Erik C.J. Laan
Package: mawk Version: 1.3.3-11 Severity: normal for example: echo | mawk ' { x = 4 ; printf(%02s\n,x ) } ' prints: 4 instead of: 04 From the behaviour of nawk on Solaris 8, AIX 4.3, 5.2 and 5.3 (at work) and of gawk on Linux at home I am under the impression that it should print 04. Erik.

Bug#314738: Upgrade from v1 to v2 makes /var/cache/apt-proxy/.apt-proxy as a file instead of directory

2005-06-18 Thread Erik C.J. Laan
Package: apt-proxy Version: 1.9.29 Severity: important During the upgrade from woody (stable, updated only for security) to sarge apt-proxy was upgraded from 1.3.? to 1.9.29 and /var/cache/apt-proxy/.apt-proxy was created as a regular file instead of a directory, so the database could not be

Bug#528950: ddclient: Fails with line 3: Invalid Value for keyword 'ip' = '', cache-file with empty ip= created

2009-05-16 Thread Erik C.J. Laan
Package: ddclient Version: 3.8.0-1 Severity: important On every update, ddclient complains with: May 16 17:25:19 ant ddclient[10947]: WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' and sometimes also May 16 17:25:19 ant ddclient[10947]: WARNING:

Bug#528950: Acknowledgement (ddclient: Fails with line 3: Invalid Value for keyword 'ip' = '', cache-file with empty ip= created)

2009-05-16 Thread Erik C.J. Laan
Hi, Additional info: I just discovered that version 3.6.7 also writes the cache-file without value for ip=, but it just works and does not complain about it. With kind regards, Erik. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#703587: libnss3 update disables some (self signed) certs (with Icedove)

2013-03-21 Thread Erik C.J. Laan
Package: libnss3 Version: 2:3.14.3-1 Severity: important Dear Maintainer, * What led up to the situation? I upgraded libnss* from 2:3.13.6-2 (previously in wheezy) to 2:3.14.3-1 (new in wheezy). Suddenly Icedove cannot connect to my IMAP-mail server anymore. That mail-server has a

Bug#703587: libnss3 update disables some (self signed) certs (with Icedove)

2013-03-21 Thread Erik C.J. Laan
I have some additional information: The error messages in detail. The Icedove error message when StartTLS is selected is: The IMAP server accountname does not support the selected authentication method. Please change the 'Authentication method' in the 'Account Settings | Server Settings'.

Bug#703587: libnss3 update disables some (self signed) certs (with Icedove)

2013-03-21 Thread Erik C.J. Laan
On 03/21/13 15:28, Daniel Kahn Gillmor wrote: On 03/21/2013 01:43 AM, Erik C.J. Laan wrote: I upgraded libnss* from 2:3.13.6-2 (previously in wheezy) to 2:3.14.3-1 (new in wheezy). Suddenly Icedove cannot connect to my IMAP-mail server anymore. That mail-server has a self-signed certificate

Bug#703587: libnss3 update disables some (self signed) certs (with Icedove)

2013-03-21 Thread Erik C.J. Laan
On 03/21/2013 07:46 PM, Erik C.J. Laan wrote: On 03/21/13 15:28, Daniel Kahn Gillmor wrote: On 03/21/2013 01:43 AM, Erik C.J. Laan wrote: I upgraded libnss* from 2:3.13.6-2 (previously in wheezy) to 2:3.14.3-1 (new in wheezy). Suddenly Icedove cannot connect to my IMAP-mail server anymore

Bug#932328: logrotate.timer "breaks" activity report of /etc/cron.daily/exim4-base

2019-07-19 Thread Erik C.J. Laan
On 7/19/19 7:29 AM, Sven Hartge wrote: On 18.07.19 20:01, Sven Hartge wrote: On 17.07.19 20:46, Sven Hartge wrote: Possible solution (untested): Also create a exim4-base.timer and .service and create a Before= dependency on logrotate.service. I've whipped up a little Proof-of-Concept to test

Bug#932328: logrotate.timer "breaks" activity report of /etc/cron.daily/exim4-base

2019-07-23 Thread Erik C.J. Laan
On 7/19/19 8:00 AM, Erik C.J. Laan wrote: On 7/19/19 7:29 AM, Sven Hartge wrote: On 18.07.19 20:01, Sven Hartge wrote: On 17.07.19 20:46, Sven Hartge wrote: Possible solution (untested): Also create a exim4-base.timer and .service and create a Before= dependency on logrotate.service. I've