Bug#674116: dirmngr: init script does not write pid into the pid file

2012-12-10 Thread Peter Eisentraut
On Wed, 2012-12-05 at 19:58 +0100, John Paul Adrian Glaubitz wrote: > the issue only occurs if the local bash profile contains any echo > statements: I think the only answer to that is: Don't do that then. I think you will be able to find many shell scripts that will be unhappy about this. --

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-12-08 Thread Detlev Brodowski
Am Mittwoch, 5. Dezember 2012, 19:58:13 schrieb John Paul Adrian Glaubitz: > Hi, > > the issue only occurs if the local bash profile contains any echo > statements: > > root@unstable:~# /etc/init.d/dirmngr restart > [ ok ] Stopping DirMngr: dirmngr. > [ ok ] Starting DirMngr: dirmngr. > root@unstab

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-12-08 Thread John Paul Adrian Glaubitz
Hi Detlev, On Sat, Dec 08, 2012 at 07:23:03PM +0100, Detlev Brodowski wrote: > thank you for the hint and the patch. Now the dirmngr start script works > fine. You're welcome. However, I realized there is a problem with my fix which is the fact the dirmngr is now run as root instead as the user "

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-12-05 Thread John Paul Adrian Glaubitz
Hi, the issue only occurs if the local bash profile contains any echo statements: root@unstable:~# /etc/init.d/dirmngr restart [ ok ] Stopping DirMngr: dirmngr. [ ok ] Starting DirMngr: dirmngr. root@unstable:~# echo "echo \"This is a test\!\"" > /etc/profile.d/bla.sh root@unstable:~# /etc/init.d

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-05-24 Thread Detlev Brodowski
Am Wednesday, 23. May 2012, 19:13:42 schrieb Peter Eisentraut: > On ons, 2012-05-23 at 07:56 +0200, Detlev Brodowski wrote: > > Package: dirmngr > > Version: 1.1.0-3 > > Severity: important > > > > Hello maintainer, > > > > The init script starts the daemon but don't write the pid to the > > pid fi

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-05-23 Thread Peter Eisentraut
On ons, 2012-05-23 at 07:56 +0200, Detlev Brodowski wrote: > Package: dirmngr > Version: 1.1.0-3 > Severity: important > > Hello maintainer, > > The init script starts the daemon but don't write the pid to the pid file. > Therefore the stop procedure cannot stop the daemon. > > I have reproduce

Bug#674116: dirmngr: init script does not write pid into the pid file

2012-05-22 Thread Detlev Brodowski
Package: dirmngr Version: 1.1.0-3 Severity: important Hello maintainer, The init script starts the daemon but don't write the pid to the pid file. Therefore the stop procedure cannot stop the daemon. I have reproduced this behavior with dash as /bin/sh and bash as /bin/sh with different output