Bug#500555: tries to access not existing/usr/var/run

2008-10-07 Thread Luk Claes
Y Giridhar Appaji Nag wrote:
 Hi debian-release,
 
 On 08/10/01 08:31 +0200, Pierre Habouzit said ...
 On Tue, Sep 30, 2008 at 10:54:11AM +, Y Giridhar Appaji Nag wrote:
 On 08/09/29 12:26 +0200, Rene Engelhard said ...
 Package: libdaemon0
 Version: 0.10-1
 Severity: grave
 Since 0.13 is already in sid and this bug affects 0.12-1 (in Lenny) I
 would like to upload 0.12-1lenny1 to testing-proposed-updates.  Please
 do let me know if that is OK.
 
 (The version numbers should have been 0.12-2 and 0.12-2lenny1.)
 
 Please do.
 
 Now that libdaemon 0.12-2lenny1 has been built on all architectures, can
 someone please push it to testing?

approval hint added

Cheers

Luk



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#500555: tries to access not existing/usr/var/run

2008-10-06 Thread Y Giridhar Appaji Nag
Hi debian-release,

On 08/10/01 08:31 +0200, Pierre Habouzit said ...
 On Tue, Sep 30, 2008 at 10:54:11AM +, Y Giridhar Appaji Nag wrote:
  
  On 08/09/29 12:26 +0200, Rene Engelhard said ...
   Package: libdaemon0
   Version: 0.10-1
   Severity: grave
  
  Since 0.13 is already in sid and this bug affects 0.12-1 (in Lenny) I
  would like to upload 0.12-1lenny1 to testing-proposed-updates.  Please
  do let me know if that is OK.

(The version numbers should have been 0.12-2 and 0.12-2lenny1.)

 Please do.

Now that libdaemon 0.12-2lenny1 has been built on all architectures, can
someone please push it to testing?

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Bug#500555: tries to access not existing/usr/var/run

2008-10-01 Thread Pierre Habouzit
On Tue, Sep 30, 2008 at 10:54:11AM +, Y Giridhar Appaji Nag wrote:
 Hi release-team,
 
 On 08/09/29 12:26 +0200, Rene Engelhard said ...
  Package: libdaemon0
  Version: 0.10-1
  Severity: grave
 
 Since 0.13 is already in sid and this bug affects 0.12-1 (in Lenny) I
 would like to upload 0.12-1lenny1 to testing-proposed-updates.  Please
 do let me know if that is OK.

Please do.


-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpRXXG7ZMd6R.pgp
Description: PGP signature


Bug#500555: tries to access not existing/usr/var/run

2008-09-30 Thread Y Giridhar Appaji Nag
Hi release-team,

On 08/09/29 12:26 +0200, Rene Engelhard said ...
 Package: libdaemon0
 Version: 0.10-1
 Severity: grave

Since 0.13 is already in sid and this bug affects 0.12-1 (in Lenny) I
would like to upload 0.12-1lenny1 to testing-proposed-updates.  Please
do let me know if that is OK.

 Sep 29 10:02:21 frodo nfschecker[26995]: open(/usr/var/run/nfschecker.pid): 
 No cuch file or directory
 Sep 29 10:02:21 frodo nfschecker[26995]: Could not create PID file (No such 
 file or directory)
 
 Sounds like you miss to specify --with-localstatedir=/var to that it doesn't
 use /usr/var.

The change is as follows:

Index: debian/rules
===
--- debian/rules(revision 11413)
+++ debian/rules(revision 11414)
@@ -28,7 +28,7 @@
 endif
[ ! -f doc/README.html ] || mv -f doc/README.html doc/README.html.ups
[ ! -f doc/README ] || mv -f doc/README doc/README.ups
-   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
CFLAGS=$(CFLAGS) LDFLAGS=-Wl,-z,defs
+   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --localstatedir=/var --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info CFLAGS=$(CFLAGS) LDFLAGS=-Wl,-z,defs
 
 build: build-stamp
 build-stamp: config.status

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Bug#500555: tries to access not existing/usr/var/run

2008-09-29 Thread Rene Engelhard
Package: libdaemon0
Version: 0.10-1
Severity: grave

[ seen on 0.13-1 but I have no reason to believe older versions
are unaffected ]

Hi,

From an application here using libdaemon:

Sep 29 10:02:21 frodo nfschecker[26995]: open(/usr/var/run/nfschecker.pid): No 
cuch file or directory
Sep 29 10:02:21 frodo nfschecker[26995]: Could not create PID file (No such 
file or directory)
Sep 29 10:02:21 frodo nfschecker[26995]: Exiting.

Fine tuning of the installation directories:
  --bindir=DIRuser executables [EPREFIX/bin]
  --sbindir=DIR   system admin executables [EPREFIX/sbin]
  --libexecdir=DIRprogram executables [EPREFIX/libexec]
  --sysconfdir=DIRread-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIRmodifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR modifiable single-machine data [PREFIX/var]

Sounds like you miss to specify --with-localstatedir=/var to that it doesn't
use /usr/var.

Regards,

Rene



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#500555: tries to access not existing/usr/var/run

2008-09-29 Thread Y Giridhar Appaji Nag
# Bcc: control
tags 500555 + pending
thanks

On 08/09/29 12:26 +0200, Rene Engelhard said ...
 [ seen on 0.13-1 but I have no reason to believe older versions
 are unaffected ]

You are right, from libdaemon/dpid.c:

 #define VARRUN LOCALSTATEDIR /run
 
 const char *daemon_pid_file_ident = NULL;
 daemon_pid_file_proc_t daemon_pid_file_proc = daemon_pid_file_proc_default;

   --localstatedir=DIR modifiable single-machine data [PREFIX/var]
 
 Sounds like you miss to specify --with-localstatedir=/var to that it doesn't
 use /usr/var.

Should just be --localstatedir=/var :)

Thank you for reporting this.  I've committed a fix to svn and an
updated 0.13 package will be uploaded to unstable.  I'll work with the
release team for getting the fix to Lenny via testing-proposed-updates
for 0.12.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature