Your message dated Thu, 09 Feb 2012 21:31:38 +0000
with message-id <[email protected]>
and subject line Bug#655116: Removed package(s) from unstable
has caused the Debian Bug report #557660,
regarding osirismd: reading wrong files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
557660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557660
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: osirismd
Version: 4.2.3-3

Thanks for taking over maintainership of osiris BTW :-)

The init scripts needs a small change as otherwise the "-r" setting
overrides the -f settting as you can see from this strace:

# strace -f -e trace=file osirismd -f /etc/osiris/osirismd.conf -r 
/var/lib/osirismd 2>&1 |grep conf
execve("/usr/sbin/osirismd", ["osirismd", "-f",
"/etc/osiris/osirismd.conf", "-r", "/var/lib/osirismd"], [/* 22 vars
*/]) = 0
lstat64("/etc/osiris/osirismd.conf", {st_mode=S_IFREG|0644,
st_size=208, ...}) = 0
lstat64("/var/lib/osirismd/osirismd.conf", {st_mode=S_IFLNK|0777,
st_size=25, ...}) = 0
lstat64("/var/lib/osirismd/osirismd.conf", {st_mode=S_IFLNK|0777,
st_size=25, ...}) = 0
open("/var/lib/osirismd/osirismd.conf", O_RDONLY) = 9
osirismd: error reading configuration file:
/var/lib/osirismd/osirismd.conf.

(NB: I put a symlink from /var/lib/osirismd.conf to
/etc/osiris/osirismd.conf and it still breaks as you can see above)

Swapping these around fixes it:
 strace -f -e trace=file osirismd -r /var/lib/osirismd -f
/etc/osiris/osirismd.conf 2>&1 |grep conf
execve("/usr/sbin/osirismd", ["osirismd", "-r", "/var/lib/osirismd",
"-f", "/etc/osiris/osirismd.conf"], [/* 22 vars */]) = 0
lstat64("/etc/osiris/osirismd.conf", {st_mode=S_IFREG|0644,
st_size=208, ...}) = 0
lstat64("/etc/osiris/osirismd.conf", {st_mode=S_IFREG|0644,
st_size=208, ...}) = 0
lstat64("/etc/osiris/osirismd.conf", {st_mode=S_IFREG|0644,
st_size=208, ...}) = 0
open("/etc/osiris/osirismd.conf", O_RDONLY) = 9
lstat64("/var/lib/osirismd/configs", {st_mode=S_IFDIR|S_ISVTX|0770,
st_size=4096, ...}) = 0
stat64("/var/lib/osirismd/hosts/./host.conf", 0xff9e36c4) = -1 ENOENT
(No such file or directory)
stat64("/var/lib/osirismd/hosts/../host.conf", 0xff9e36c4) = -1 ENOENT
(No such file or directory)


Adrian
-- 
bitcube.co.uk - Linux infrastructure consultancy
Puppet, Debian, Red Hat, Ubuntu, CentOS, ...



--- End Message ---
--- Begin Message ---
Version: 4.2.3-4+rm

Dear submitter,

as the package osiris has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/655116

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to