Package: drbd8-utils
Version: 2:8.3.13-2

Drbd's notify.sh script does not wait for the EMail to be forwarded
to the next MTA. The last line

        echo "$BODY" | mail -s "$SUBJECT" $RECIPIENT

generates an EMail using an SMTP connection to localhost and exits.
While the local sendmail is busy to forward the EMail to the next
MTA, drbd does a

        echo b > /proc/sysrq-trigger

(according to the default configuration), which means an immediate
shutdown without waiting for any IO. Hence the EMail is not delivered.

I know the emergency procedures have been commented out due to #576511,
but this doesn't fix the script. Many users will simply enable these
lines again.


Regards
Harri


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to