During a Fully Automatic Installation (fai) of Debian sid, I'm installing all the packages at the same time, especially exim4-daemon-heavy and ssh. I'm getting the following error: Unpacking ssh (from .../ssh_1%3a3.8.1p1-8.sarge.4_i386.deb) ... exim: failed to find uid for user name "Debian-exim" Can't send mail: sendmail process failed with error code 1 I think it's because exim4-daemon-heavy has been unpacked but not configured yet and ssh is trying to send a mail. I think ssh should depend on mail-transport-agent or something.
reassign 285172 debconf thanks ssh doesn't send mail, during installation or otherwise. debconf might, though ... Cheers,
Colin Watson wrote:
The error message is not one produced by debconf, which takes care to
not fail if /usr/bin/mail does not work:
unless (open(MAIL, "|-")) { # child
exec("mail", "-s", $title, Debconf::Config->admin_email) or return '';
}
...
close MAIL or return '';
If it hits one of those failure cases, it will not mark the note as
seen, so it will be displayed in future debconf runs.
AFAIK that's the only mail sending code in debconf, and it cannot result
in that behavior.
Colin Watson wrote: Looking at this again, it's not clear to me if you used "error" in the sense I assumed, namely "exited nonzero and crashed the dpkg run". If you mean that /usr/bin/mail printed that error message and the install continued, then that would fit with debconf's code, and I think that it's behavior of not setting the seen flag in this case, but not trying harder to display/send the note is acceptable.
That's what I understand to be happening, yes.
03 - August - 2020 285172@bugs.debian.org Accompanying this email is your notification as one of the runner-ups in this year's event. Note: If you have previously received this notification and attended to it already, then you should kindly disregard this one. If you have issues of any kind while attending to this notification, just reply to this email and we will help. All the best, Ruth Sunday Information Unit G20 Saudi Arabia 2020 Approved by King of Saudi Arabia Salman bin Abdulaziz Al Saudi Chairman G20 Saudi Arabia 2020
This is an HTML email. Please enable HTML to view its contents.