Your message dated Mon, 4 Sep 2006 09:45:15 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385944: mdadm: init scripts called directly?
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mdadm
Version: 2.5.2-7
Severity: normal

Yodel!

Are you calling mdadm's init script directly instead of via invoke-rc.d from 
postinst?  (I'm just guessing - make-fai-nfsroot fails, apparently because 
mdadm's init script is being called, which should obviously not happen 
since I'm preparing an nfsroot.  Haven't investigated as I don't use 
sw-raid in this setup.  Sorry for the sloppy bug report - consquently, feel 
free to just close.)

cheers
-- vbi


-- 
... or were you driving the PONTIAC that HONKED at me in MIAMI last Tuesday?

Attachment: pgpLNP7IRfjFx.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
also sprach Adrian von Bidder <[EMAIL PROTECTED]> [2006.09.04.0903 +0200]:
> Are you calling mdadm's init script directly instead of via
> invoke-rc.d from postinst? 

No.

# Automatically added by dh_installinit
if [ -x "/etc/init.d/mdadm" ]; then
  update-rc.d mdadm defaults 25 >/dev/null
  if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
    invoke-rc.d mdadm start || exit $?
  else
    /etc/init.d/mdadm start || exit $?
  fi
fi
# End automatically added section

set -u

# do start mdadm-raid, but don't use dh_installinit to do so, to prevent
# stopping raids on remove/upgrade.
if [ -x /etc/init.d/mdadm-raid ]; then
  if [ -x "$(command -v invoke-rc.d)" ]; then
    invoke-rc.d mdadm-raid start || exit $?
  else
    /etc/init.d/mdadm-raid start || exit $?
  fi
fi

> (I'm just guessing - make-fai-nfsroot fails, apparently because
> mdadm's init script is being called, which should obviously not
> happen since I'm preparing an nfsroot.  Haven't investigated as
> I don't use sw-raid in this setup. 

You could still try to figure out what causes the problem...

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


--- End Message ---

Reply via email to