en attendant une meilleur solution :
on peut modifier la procédure d'arrêt du serveur par la gestion de l'onduleur :
mkdir /etc/e-smith/template-custom/etc/ups
cp -R /etc/e-smith/template/etc/ups/upsmon.conf /etc/ /etc/e-smith/template-custom/etc/ups
modifier fichier > SHUTDOWNCMD
SHUTDOWNCMD "ifconfig bro down;/sbin/e-smith/signal-event halt"
expand-template /etc/ups/upsmon.conf
vérification de la modification du fichier : /etc/ups/upsmon.conf
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at
http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
DEADTIME 15
FINALDELAY 5
HOSTSYNC 15
MINSUPPLIES 1
MONITOR UPS@localhost 1 upsmaster Uag7H3qHMjHIGM39E7LVOUrgxD/hACv5MZdVHAR57YPIYn6fWEgRqueqDUBhtnGSeXJQAXgdrNh4 master
NOCOMMWARNTIME 300
NOTIFYCMD /sbin/e-smith/nutUPS.notify
POLLFREQ 5
POLLFREQALERT 5
POWERDOWNFLAG /etc/killpower
RBWARNTIME 43200
SHUTDOWNCMD "ifconfig bro down;/sbin/e-smith/signal-event halt"
puis lors d'un arrêt volontaire, utiliser la commande : ifconfig br0 down, avant l'arrêt du serveur !!!