[Bug 927803] Re: Fails to launch recovery menu when (at least) Postfix installed
Steve Langasek
steve.langasek at canonical.com
Fri Feb 17 01:18:37 UTC 2012
I think this is a bug in both postfix and friendly-recovery.
- resolvconf will always be run in early boot, to ensure that
/etc/resolv.conf is available ASAP - *before* the root filesystem is
mounted read-write. Any resolvconf hooks, such as /etc/resolvconf
/update-libc.d/postfix, *must* account for this and not exit non-zero if
the filesystem is not yet writable. (The hook can and should be a no-op
at this point in the boot, because the postfix init script which runs
later will do its own copy of /etc/resolv.conf into the chroot.)
- friendly-recovery should not care about the exit status of the initctl
emit command. It should still wait for all dependent events to trigger
in order to not race, but it should not care if one of the dependent
jobs has failed.
So this is a medium-severity bug in friendly-recovery, and a high-
severity bug in postfix.
** Also affects: postfix (Ubuntu)
Importance: Undecided
Status: New
** Changed in: friendly-recovery (Ubuntu)
Importance: Undecided => Medium
** Changed in: friendly-recovery (Ubuntu)
Status: New => Triaged
** Changed in: postfix (Ubuntu)
Status: New => Triaged
** Changed in: postfix (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/927803
Title:
Fails to launch recovery menu when (at least) Postfix installed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/927803/+subscriptions
More information about the Ubuntu-server-bugs
mailing list