Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-20 Thread Harald Jenny
regards Harald Jenny --- /etc/init.d/amavisd-milter 2010-05-12 23:01:42.0 +0200 +++ /etc/init.d/amavisd-milter_FIXED 2011-01-20 21:22:45.0 +0100 @@ -33,16 +33,38 @@ [ -x $DAEMON ] || exit 0 # Read configuration variable file if it is present -[ -r /etc/default/$NAME ] . /etc/default

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Tue, Jan 18, 2011 at 11:57:37AM +0100, Julien Cristau wrote: On Thu, Jan 13, 2011 at 10:04:14 +0100, Harald Jenny wrote: Dear Gabor Kiss, thanks for the information, will test it myself and then release a new version. And thanks for your good bug report. Can this be fixed

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
Removing is bad bad idea as it leaves amavis user without a working milter. Alex Dear Alex After Squeeze release backports of both libmilter and amavisd-milter will be made available by me so people will be able to use them. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
if you need some help to fix this bug. I'm not using amavisd anymore but I could help in this case. Thanks I will post a new patch later and would really appreciate if you could take a look at it. Thanks Thanks Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
a more extensive variable quoting, if [ $MILTERSOCKET ]; then if [ $AMAVISSOCKET ]; then ... besides those Teodor points out. Thanks will do this. -- Agustin Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
Hello On Fri, Jan 21, 2011 at 03:13:05PM +0200, Teodor MICU wrote: 2011/1/21 Agustin Martin agmar...@debian.org: if [ $MILTERSOCKET ] [ `echo $MILTERSOCKET | grep -v ^inet` ]; then but as Teodor points out (just read it), second check seems to be enough. Only that I realized latter the

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
Hi Augustin On Sun, Jan 23, 2011 at 01:38:47AM +0100, Agustin Martin wrote: 2011/1/21 Teodor MICU mteo...@gmail.com: 2011/1/21 Agustin Martin agmar...@debian.org: if [ $MILTERSOCKET ] [ `echo $MILTERSOCKET | grep -v ^inet` ]; then but as Teodor points out (just read it), second check

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 03:54:49PM +0100, Agustin Martin wrote: On Mon, Jan 24, 2011 at 02:08:08PM +0100, Harald Jenny wrote: Hello Agustin Martin Also I am not sure of full portability of -a there (although seems to not be a problem with dash). No I specifically checked

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 03:50:04PM +0100, Agustin Martin wrote: On Mon, Jan 24, 2011 at 02:17:48PM +0100, Harald Jenny wrote: Hi Augustin On Sun, Jan 23, 2011 at 01:38:47AM +0100, Agustin Martin wrote: 2011/1/21 Teodor MICU mteo...@gmail.com: 2011/1/21 Agustin Martin agmar

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 05:09:10PM +0200, Teodor MICU wrote: Hi, Hello 2011/1/24 Harald Jenny har...@a-little-linux-box.at: 7) You should probably add -q for all these executions to avoid unwanted strings during start/stop/restart.   `echo $MILTERSOCKET | grep -v ^inet

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 04:20:32PM +0100, Julien Cristau wrote: On Mon, Jan 24, 2011 at 17:09:10 +0200, Teodor MICU wrote: Hi, 2011/1/24 Harald Jenny har...@a-little-linux-box.at: 7) You should probably add -q for all these executions to avoid unwanted strings during start/stop

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 05:18:15PM +0200, Teodor MICU wrote: Hi, Hello 2011/1/24 Agustin Martin agmar...@debian.org: On Mon, Jan 24, 2011 at 02:17:48PM +0100, Harald Jenny wrote: I will have a to check this - this is meant as a guard against accidently setting $MILTERSOCKET

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 05:28:13PM +0200, Teodor MICU wrote: Hi, Hey 2011/1/24 Julien Cristau jcris...@debian.org: Yes, it does cover the case where MILTERSOCKET contains something but not if it is empty. For this I would recommend 'printf' since 'echo -n' is not portable and not

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
Hi all, first thanks to everbody for the valuable input, it helped me a lot to improve this init script. Please take a look at the third version of my patch and comment on it. Thanks and a nice day Harald --- /etc/init.d/amavisd-milter 2010-05-12 23:01:42.0 +0200 +++

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 05:50:38PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: Well as far as I know Debian currently only supports /bin/bash and /bin/dash as providers of /bin/sh so I guess it's currently safe to use echo -n in init scripts. It's

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 06:37:37PM +0200, Teodor MICU wrote: Hi again, Hello again :-) 2011/1/24 Harald Jenny har...@a-little-linux-box.at: first thanks to everbody for the valuable input, it helped me a lot to improve this init script. Please take a look at the third version of my

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 07:22:17PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 06:37:37PM +0200, Teodor MICU wrote: 1) usually you should enclose with the full path here: +PIDFILE=/var/run/amavis/$NAME.pid +[ -r /etc/default

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 07:29:09PM +0200, Teodor MICU wrote: Just ignore this. I probably need some coffee. Having MILTERSOCKET variable empty is also with the case with the proposed configuration where you set your default unix:path/to/socket value. Well I will make another upload soon.

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 08:59:41PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: Ok although the PIDFILE line can be removed with the below code. I'm don't see where PIDFILE is removed. Just take a look at the next patch version. Yes. It should

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Harald Jenny
On Mon, Jan 24, 2011 at 10:40:06PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 08:59:41PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: Ok although the PIDFILE line can be removed with the below

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-25 Thread Harald Jenny
On Tue, Jan 25, 2011 at 04:57:42PM +0200, Teodor MICU wrote: Hi, Hello 2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 10:40:06PM +0200, Teodor MICU wrote: I can only spot some cosmetic issues, otherwise I see no problem. The change USER - SYSTEMUSER only

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-25 Thread Harald Jenny
On Tue, Jan 25, 2011 at 02:16:51PM +0100, Agustin Martin wrote: On Mon, Jan 24, 2011 at 09:07:09PM +0100, Harald Jenny wrote: On Mon, Jan 24, 2011 at 08:59:41PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: Ok although the PIDFILE line can be removed

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-25 Thread Harald Jenny
On Tue, Jan 25, 2011 at 11:51:30PM +0200, Teodor MICU wrote: 2011/1/25 Harald Jenny har...@a-little-linux-box.at: On Tue, Jan 25, 2011 at 04:57:42PM +0200, Teodor MICU wrote: Good catch. Indeed, $USER is defined on interactive sessions and I was only thinking about starting at boot. Yes

Bug#596172: openswan: pluto erroneously adds host route for IP with valid

2011-02-11 Thread Harald Jenny
Dear Athanasius, could you please try the openswan 2.6 version from lenny-backports and see if the problem got solved there? Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#612977: Warning: ignored obsolete keyword (null)

2011-02-13 Thread Harald Jenny
or, if you want, you can send me your ipsec.conf privately and I will try to fix it so you can continue to use openswan. Sorry for the problems you experienced but the transition from 2.4 to 2.6 had to be done as openswan 2.4 is not really maintained anymore. Kind regards Harald Jenny

Bug#612977: Warning: ignored obsolete keyword (null)

2011-02-25 Thread Harald Jenny
Hi Uwe On Wed, Feb 23, 2011 at 02:26:24PM +0100, Uwe Storbeck wrote: Hello Harald, thanks for your offer. No problem Meanwhile my VPN is running again. That's very good to hear! Not sure what the exact propblem was. I partially rewrote my config from scratch, forced the use of the

Bug#612977: Warning: ignored obsolete keyword (null)

2011-02-25 Thread Harald Jenny
On Fri, Feb 25, 2011 at 02:09:22PM +0100, Uwe Storbeck wrote: Hi Harald Hi Uwe Hmmm I understand but this shouldn't have broken your config as the keyword is still implemented by the parser (and removed keywords should be detected and alerted by the init script). I don't think it

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-12 Thread Harald Jenny
Harald Jenny --- /etc/init.d/amavisd-milter 2010-05-12 23:01:42.0 +0200 +++ /etc/init.d/amavisd-milter_FIXED 2011-01-12 22:25:03.0 +0100 @@ -42,7 +42,7 @@ [ $EXTRAPARAMS ] OPTIONS=$OPTIONS $EXTRAPARAMS [ $PIDFILE ] ([ -d $(dirname $PIDFILE) ] || mkdir $(dirname $PIDFILE) chown

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-13 Thread Harald Jenny
Dear Gabor Kiss, thanks for the information, will test it myself and then release a new version. And thanks for your good bug report. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-16 Thread Harald Jenny
problems, maybe we should bring this question to debian-devel to get a broader audience for this discussion? Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#575036: snmptt: SNMPTT v1.3 released

2010-03-22 Thread Harald Jenny
Package: snmptt Version: 1.2-4 Severity: normal A new upstream version of snmptt fixing some bugs is available - are there already intentions to package it for debian? Harald Jenny -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500

Bug#577819: ITP: amavisd-milter -- New interface between sendmail-milter and amavisd-new

2010-04-14 Thread Harald Jenny
Package: wnpp Severity: wishlist Owner: Harald Jenny har...@a-little-linux-box.at Owner: Harald Jenny har...@a-little-linux-box.at * Package name: amavisd-milter Version : 1.4.1 Upstream Author : Petr Rehor r...@rx.cz * URL : http://amavisd-milter.sourceforge.net

Bug#577820: ITP: aeromail -- PHP-based webmail with minimal dependencies

2010-04-14 Thread Harald Jenny
Package: wnpp Severity: wishlist Owner: Harald Jenny har...@a-little-linux-box.at Owner: Harald Jenny har...@a-little-linux-box.at * Package name: aeromail Version : 2.80 Upstream Author : Dion Nicolaas aerom...@nicolaas.net * URL : http://www.nicolaas.net/aeromail

Bug#605054: openswan: manpage : ike=aes128-md5; modp2048 should be ike=aes128-md5-modp2048

2010-11-28 Thread Harald Jenny
and if it still fails please give me more information? Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#527862: libmilter1.0.1: amavisd-milter also affected by libmilter segfault

2010-09-18 Thread Harald Jenny
Package: libmilter1.0.1 Version: 8.14.3-9.2 Severity: grave As this bug renders almost every milter-dependable software at least impaired (if not unusable) the severity of this bug should be considered grave (making the package unfit for release). If the maintainer is not able or willing to

Bug#596172: openswan: pluto erroneously adds host route for IP with valid network route

2010-09-24 Thread Harald Jenny
)? For this to work I think you may need to add a passthrough rule for the rest of the net (please look at man ipsec.conf for the syntax). Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS authentication support

2010-11-05 Thread Harald Jenny
. This authentication method can be used in both client or server mode. Hello, as far as I know Jan Just Keijser is already talking with upstream ppp to integrate his patch into mainline, have you talked with him prior to filing this ITP? Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian

Bug#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS authentication support

2010-11-05 Thread Harald Jenny
this package is because my main package ?l2tp-ipsec-vpn-0.9.2? depends on a PPPD that is capable of handling EAP_TLS authentication. Ah I understand, then it will perhaps make sense to build the package although it may not live for long... Kind Regards Werner Jaeger Kind regards Harald Jenny

Bug#566092: #566092: openswan: /usr/lib/ipsec/addconn does not like defaultroutenexthop set to %direct

2010-06-17 Thread Harald Jenny
Hello Andreas Unterkircher, could you please test if version 2.6.26 solves your problem and if not contact me? Thanks Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#566092: #566092: openswan: /usr/lib/ipsec/addconn does not like defaultroutenexthop set to %direct

2010-06-18 Thread Harald Jenny
On Fri, Jun 18, 2010 at 08:45:31AM +0200, Andreas Unterkircher wrote: I have seen that somebody yesterday replied to my upstream ticket and added a patch for that problem. The patch was made by Paul (guess I was very annoying...). I will give it a try. Well I just wanted to ask you to try it

Bug#566092: #566092: openswan: /usr/lib/ipsec/addconn does not like defaultroutenexthop set to %direct

2010-06-18 Thread Harald Jenny
On Fri, Jun 18, 2010 at 08:37:20AM +0200, Andreas Unterkircher wrote: Hi, Hello could you please test if version 2.6.26 solves your problem and if not contact me? Just tried it with 2.6.26 - the issue is the same Ok thanks for the info. invalid default route: illegal (non-DNS-name)

Bug#542657: fixed in openswan 1:2.6.23+dfsg-1

2010-06-01 Thread Harald Jenny
On Tue, Jun 01, 2010 at 09:27:55AM +0200, Holger Levsen wrote: Hi, On Dienstag, 1. Juni 2010, Harald Jenny wrote: source Closes: 389680 532348 575757 583334 Changes: openswan (1:2.6.26+dfsg-1) unstable; urgency=low . [Harald Jenny] * New upstream release. * Removed

Bug#564054: Pluto fails with error status 134 (signal 6)

2010-06-08 Thread Harald Jenny
Hello Michael Schwartzkopff, may I ask you about the status of this issue? Does the problem still exist? If yes, could you please provide details of your system? Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#554239: feature request for debian milter-greylist package

2010-06-08 Thread Harald Jenny
the setting from /etc/milter-greylist/greylist.conf) Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#359183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359183

2010-08-18 Thread Harald Jenny
Hi 2 all On Tue, Jun 08, 2010 at 09:01:41AM -0400, Paul Wouters wrote: On Tue, 8 Jun 2010, Michael Richardson wrote: Please remember that XAUTH for IKEv1 was never standardized. May 11 09:22:10 mykerinos pluto[21853]: onera #1: ignoring unknown Vendor ID payload

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-08-18 Thread Harald Jenny
Hi Paul On Mon, Jun 28, 2010 at 01:05:56PM -0400, Paul Wouters wrote: On Mon, 28 Jun 2010, Rene Mayrhofer wrote: On Monday 28 June 2010 07:51:07 Harald Jenny wrote: Sorry Paul but I don't think the currect behaviour is correct - there is no indication for the user why *id is ignored

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-08-20 Thread Harald Jenny
On Thu, Aug 19, 2010 at 11:37:47AM -0400, Paul Wouters wrote: On Thu, 19 Aug 2010, Harald Jenny wrote: I think I found something: in programs/pluto/connections.c, line 816 if(!valid_cert) { whack_log(RC_FATAL, can not load certificate file %s\n

Bug#359183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359183

2010-08-20 Thread Harald Jenny
On Thu, Aug 19, 2010 at 10:07:52AM -0400, Michael Richardson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harald == Harald Jenny har...@a-little-linux-box.at writes: Harald On Tue, Jun 08, 2010 at 09:01:41AM -0400, Paul Wouters Harald wrote: On Tue, 8 Jun 2010

Bug#359183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359183

2010-08-20 Thread Harald Jenny
On Thu, Aug 19, 2010 at 11:02:11PM -0400, Christian PERRIER wrote: Quoting Harald Jenny (har...@a-little-linux-box.at): It's nearly impossible to test without having access to the right equipment, which aside from being very expensive, is not even sold anymore. Yeah. Paul

Bug#571133: [Openswan dev] Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-08-22 Thread Harald Jenny
On Sun, Aug 22, 2010 at 12:53:12PM +0300, Tuomo Soini wrote: Paul Wouters wrote: On Thu, 19 Aug 2010, Harald Jenny wrote: I don't think it would hurt. But we're still looking at why an incorrectly configured configuration that happened to work, broke. The check could be changed

Bug#566092: #566092: openswan: /usr/lib/ipsec/addconn does not like defaultroutenexthop set to %direct

2010-06-21 Thread Harald Jenny
On Mon, Jun 21, 2010 at 06:05:38AM +0200, Andreas Unterkircher wrote: Hope it fixes it... It works! The newest patch (addconn-new.patch) resolves it. Ok good to hear! It's throwing a warning Hmm will talk with Paul... ignoring invalid defaultnexthop: illegal (non-DNS-name) character

Bug#566092: #566092: openswan: /usr/lib/ipsec/addconn does not like defaultroutenexthop set to %direct

2010-06-22 Thread Harald Jenny
Hi Andreas, I was talking with Paul about the issue and as this patch is only a temporary workaround and possible side effects of the patch are not clear I will not include it in the next Debian package. But as the patch is not very invasive I guess it won't be a problem for you to download

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-23 Thread Harald Jenny
Dear Benjamin, I talked with Paul about your issue and he is not sure how your setup worked in the first place as the config you speficied should be considered invalid. Does the problem still persist when you omit the line who refers to the non-existent certificate? Kind regards Harald --

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-27 Thread Harald Jenny
On Fri, Jun 25, 2010 at 08:28:39PM +0200, Benjamin S. wrote: Dear Harald, Hello Benjamin On Wed, 23 Jun 2010 10:27:32 +0200 Harald Jenny har...@a-little-linux-box.at wrote: I talked with Paul about your issue and he is not sure how your setup worked in the first place as the config

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-27 Thread Harald Jenny
On Sun, Jun 27, 2010 at 06:17:21PM -0400, Paul Wouters wrote: On Mon, 28 Jun 2010, Harald Jenny wrote: Does the problem still persist when you omit the line who refers to the non-existent certificate? No. Actually that was the only solution I've found to get it working again

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-27 Thread Harald Jenny
On Sun, Jun 27, 2010 at 07:10:27PM -0400, Paul Wouters wrote: On Mon, 28 Jun 2010, Harald Jenny wrote: I am not sure what you mean. If you use a conn with an invalid leftcert= and it does not work, what exactly is the bug? That it worked in 2.4 and not in 2.6 ;-) I'm still unsure

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-28 Thread Harald Jenny
On Mon, Jun 28, 2010 at 01:05:56PM -0400, Paul Wouters wrote: On Mon, 28 Jun 2010, Rene Mayrhofer wrote: On Monday 28 June 2010 07:51:07 Harald Jenny wrote: Sorry Paul but I don't think the currect behaviour is correct - there is no indication for the user why *id is ignored

Bug#571133: openswan: pluto seems to ignore rightid if rightcert is set to missing file

2010-06-28 Thread Harald Jenny
Internet Key Exchange daemon At least according to the manpage we should send the IP as identification... Harald On Mon, Jun 28, 2010 at 01:05:56PM -0400, Paul Wouters wrote: On Mon, 28 Jun 2010, Rene Mayrhofer wrote: On Monday 28 June 2010 07:51:07 Harald Jenny wrote: Sorry Paul but I don't

Bug#561473: fixed in openswan 1:2.6.24+dfsg-1

2010-05-26 Thread Harald Jenny
On Wed, May 26, 2010 at 12:00:25PM +0200, Holger Levsen wrote: Hi Harald, Rene, ow...@bugs.d.o, Hi Holger On Mittwoch, 26. Mai 2010, Harald Jenny wrote: Source: openswan Source-Version: 1:2.6.24+dfsg-1 We believe that the bug you reported is fixed in the latest version of openswan

Bug#561473: fixed in openswan 1:2.6.24+dfsg-1

2010-05-26 Thread Harald Jenny
On Wed, May 26, 2010 at 12:48:11PM +0200, Holger Levsen wrote: Hi Harald, Hi Holger On Mittwoch, 26. Mai 2010, Harald Jenny wrote: openswan (1:2.6.24+dfsg-1) unstable; urgency=medium * UNRELEASED * Changed building of plain RSA key to store it in a separate file under

Bug#583381: http://packages.qa.debian.org/o/openswan.html reports wrong open security issue

2010-05-27 Thread Harald Jenny
regards Harald Jenny -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15

Bug#315559: openswan: sometimes does not use ipsec.o module but uses af_key.o module

2010-05-28 Thread Harald Jenny
/modules and finally all 2.6 versions have the protostack option. Thanks for your reply Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#405601: /etc/init.d/ipsec stop doesn't work correctly

2010-05-28 Thread Harald Jenny
for your reply Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#487566: ipsec livetest fails due to missing file

2010-05-28 Thread Harald Jenny
to /usr/lib/ipsec/eroute.pl (untested). Thanks for your reply Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#554239: postfix compatibility

2009-11-03 Thread Harald Jenny
Package: milter-greylist Version: 4.3.4-2 Severity: wishlist Tags: patch To ease running milter-greylist with a chrooted postfix smtpd please allow changing ownership and mode for the milter socket by the init script (idea was taken from spamass-milter) - the attached patch does this by

Bug#502772: [pkg-cryptsetup-devel] Bug#502772: gnome autologin user should depend on boot passsword

2011-03-16 Thread Harald Jenny
config on the machine). Kind regards Harald Jenny ___ pkg-cryptsetup-devel mailing list pkg-cryptsetup-de...@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-cryptsetup-devel -- To UNSUBSCRIBE, email to debian

Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-03-19 Thread Harald Jenny
On Sat, Mar 19, 2011 at 10:08:42AM +0200, wrote: Hello, Hi On Fri, Feb 18, 2011 at 08:31:53AM +0100, Harald Jenny wrote: make modules -C /lib/modules/2.6.37-1-686/build SUBDIRS=/var/lib/dkms/sl-modem/2.9.11~20100718/build/drivers make[2]: Entering directory

Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-03-19 Thread Harald Jenny
On Sat, Mar 19, 2011 at 04:45:28PM +0200, wrote: On Sat, Mar 19, 2011 at 12:36:56PM +0100, Harald Jenny wrote: This error went away but there is another one now, please see attached log. [...] CC [M] /var/lib/dkms/sl-modem/2.9.11~20100718/build/drivers/st7554.o

Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-03-20 Thread Harald Jenny
Hi On Sun, Mar 20, 2011 at 08:23:53AM +0200, wrote: On Sat, Mar 19, 2011 at 10:01:19PM +0100, Harald Jenny wrote: Seems like the arguments have changed, please see attached log. ---end quoted text--- Thanks, please try the attached patch instead. Problem

Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-03-21 Thread Harald Jenny
On Mon, Mar 21, 2011 at 09:20:43AM +0200, wrote: Hello, Hi On Sun, Mar 20, 2011 at 08:38:01PM +0100, Harald Jenny wrote: Problem with 2.6.37 is fixed by this patch (and module also compiles with 2.6.38). ---end quoted text--- Thanks, can you confirm

Bug#596172: openswan: pluto erroneously adds host route for IP with valid

2011-02-14 Thread Harald Jenny
On Mon, Feb 14, 2011 at 01:00:51PM +, Athanasius wrote: On Fri, Feb 11, 2011 at 11:14:12PM +0100, Harald Jenny wrote: could you please try the openswan 2.6 version from lenny-backports and see if the problem got solved there? Yes, that appears to be working perfectly. A simple

Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-02-17 Thread Harald Jenny
Package: sl-modem-source Version: 2.9.11~20100718-3 Severity: normal Tags: upstream When trying to compile the following error occurs: make -C drivers USB=1 KERNEL_DIR=/lib/modules/2.6.37-1-686/build KVERS=2.6.37-1-686 make: Entering directory

Bug#614003: mozplugger: split out configuration for text/pdf

2011-02-18 Thread Harald Jenny
Package: mozplugger Version: 1.14.2-5 Severity: wishlist As acroread may also be used with mozilla-acroread for browser integration it would be benifical to have the the text/pdf and text/x-pdf definitions in an seperate config file in the /etc/mozpluggerrc.d directory. -- System Information:

Bug#616655: fluxbox: backgrounds are not changed when selecting

2011-08-05 Thread Harald Jenny
Dear fluxbox maintainer, seems the problem was not present in Debian version 1.1.1+git20100908.df2f51b-2 of fluxbox (maybe a little help for upstream). Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#623740: enable hardening-wrapper for amavisd-milter

2011-05-26 Thread Harald Jenny
Dear Steve Beattie, first thanks for your bug report and your patch, I really appreciate the work you've done but I personally prefer hardening-includes so I already added this feature to the mercurial repository long ago: changeset: 34:55ef61a0a65e user:Harald Jenny har...@a-little

Bug#674789: RFS: amavisd-milter/1.5.0-5

2012-05-27 Thread Harald Jenny
not show these problems. Attached to this mail you will find a: debdiff amavisd-milter_1.5.0-4.dsc amavisd-milter_1.5.0-5.dsc I would be glad if someone uploaded this package for me. Kind regards, Harald Jenny diff -Nru amavisd-milter-1.5.0/debian/changelog amavisd-milter-1.5.0/debian/changelog

Bug#655139: hardened build flags for openswan

2012-05-22 Thread Harald Jenny
Hi Moritz, FYI: I have prepared a new version, when Rene has done proof reading and proof testing we will be uploading it. Kind regards Harald -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#645057: fluxbox: background setting problem with SVG file

2011-10-12 Thread Harald Jenny
Harald Jenny -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4

Bug#669029: openswan: Implements SAref in debian kernel

2012-11-06 Thread Harald Jenny
will be reassigned to the kernel again when upstream openswan and upstream kernel get to a decision (just my opinion as openswan debian uploader and openswan upstream commiter). Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#683683: unblock: openswan/1:2.6.38-1

2012-08-23 Thread Harald Jenny
Dear Adam, I have retitled the bug request to unblock: openswan/1:2.6.38-1 The version is now in unstable and awaits your (hopefully positive) decision. Kind regards Harald P.S: If you have any questions please direct them to me as I'm in direct contact with the upstream development team.

Bug#684211: FTBFS: netcf (0.2.0-1)

2012-08-07 Thread Harald Jenny
Package: netcf Version: 0.2.0-1 Packages fails to build from source due to missing manpage - problem is that src/Makefile.am is patched but src/Makefile.in is not regenerated. Attached patch does invoke dh-autoreconf via cdbs, package now builds fine in clean amd64 and i386 chroot. diff -Nru

Bug#655139: Please enabled hardened build flags

2012-01-10 Thread Harald Jenny
Dear Moritz, next upload is planned by the end of January, format patch will be forwarded upstream, hardening will need testing so not sure if it will make into the next package release already. Kind regards Harald -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#655139: Please enabled hardened build flags

2012-01-15 Thread Harald Jenny
Hi Moritz, patch for format strings has been included upstream, thanks for your work. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#652497: cryptdisks: danger in swap

2012-01-15 Thread Harald Jenny
, ATTRS{model}==Hitachi HTS72502, KERNEL==sd?1, SYMLINK+=swap Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#660192: Acknowledge of new translations

2012-03-19 Thread Harald Jenny
Dear translator, sorry for the long time it took to reply to your bug report thanks for your work next upload will hopefully take place soon. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#650674: [CVE-2011-4073] Openswan crypto helper crasher

2011-12-06 Thread Harald Jenny
entry as unaffected. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#628449: CVE-2011-2147: missing restrictions

2011-12-06 Thread Harald Jenny
as unaffected. Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#618862: systemd: ignores keyscript in crypttab - possibilities to solve this issue

2013-06-25 Thread Harald Jenny
http://lists.freedesktop.org/archives/systemd-devel/2012-July/thread.html#5835 Kind regards Harald Jenny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#683683: unblock: openswan/1:2.6.38-1

2013-01-01 Thread Harald Jenny
Hi Harald, Hi Jonathan Harald Jenny wrote: I have retitled the bug request to unblock: openswan/1:2.6.38-1 The version is now in unstable and awaits your (hopefully positive) decision. debdiff attached for reference. diffstat: 598 files changed, 11061 insertions

Bug#655139: Please enabled hardened build flags

2012-05-08 Thread Harald Jenny
Hi Moritz On Tue, May 08, 2012 at 07:42:42PM +0200, Moritz Muehlenhoff wrote: On Sun, Jan 15, 2012 at 12:52:39PM +0100, Harald Jenny wrote: Hi Moritz, patch for format strings has been included upstream, thanks for your work. There freeze is coming closer, are you planning an upload

Bug#669029: openswan: Implements SAref in debian kernel

2012-11-26 Thread Harald Jenny
On Wed, Nov 07, 2012 at 01:42:32AM +, Ben Hutchings wrote: On Tue, 2012-11-06 at 10:27 +0100, Harald Jenny wrote: Dear kernel team, I do not really consider this a valid request currently as upstream is not actively persuing (at least now) integration of the SARef changes

Bug#818235: chrony: please package new upstream version 2.3

2016-03-14 Thread Harald Jenny
regards Harald Jenny -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-1-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init

Bug#818234: chrony: support for iproute2 in addition to net-tools

2016-03-14 Thread Harald Jenny
a default gateway. Kind regards Harald Jenny -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-1-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked

Bug#818236: chrony: support for bindcmdaddress and cmdport in scripts using chronyc

2016-03-14 Thread Harald Jenny
regards Harald Jenny -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-1-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init

Bug#830135: dovecot-core dependency on libldap-2.4-2

2016-07-06 Thread Harald Jenny
Package: dovecot-core Version: 1:2.2.25-1 Severity: minor The version of dovecot-core currently in unstable depends on libldap-2.4-2 which seems incorrect as there is already a seperate dovecot-ldap package. -- Package-specific info: -- System Information: Debian Release: stretch/sid APT

Bug#842797: unbound: /usr/sbin/unbound-checkconf missing

2016-11-01 Thread Harald Jenny
regards Harald Jenny -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.8.0-1-amd64 (SMP w/1 CPU core) Locale

Bug#881370: nmu: directfb_1.7.7-6

2017-11-10 Thread Harald Jenny
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Hello, in the 17.2 versions of the mesa package libegl1-mesa is just a transitional package so a rebuild of directfb would remove this unnecessary dependency. nmu directfb_1.7.7-6 . ANY .

Bug#906439: nsd initscript emulate systemd tmpfiles.d handling

2018-08-17 Thread Harald Jenny
this behaviour in the initscript too. Kind regards Harald Jenny -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.17.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968

Bug#906438: nsd initscript improve stop action

2018-08-17 Thread Harald Jenny
Package: nsd Version: 4.1.22-2 Severity: wishlist Tags: patch Dear Maintainer, the stop action of the current initscript takes a long time to stop the daemon, please find attached a patch which makes stopping faster. Kind regards Harald Jenny -- System Information: Debian Release: buster/sid

Bug#971587: RFS: amavisd-milter/1.7.1-1 -- amavisd-new interface for milter-capable MTAs

2020-10-02 Thread Harald Jenny
in favour of debhelper-compat dependency found by lintian. - Bump debhelper-compat dependency to 13 found by lintian. * debian/upstream/metadata: - Add metadata as demanded by lintian. Regards, -- Harald Jenny

  1   2   >