On Friday 29 September 2006 03:45, Corey Minyard wrote:
> The "V" character is standard for all watchdog drivers in Linux, so it
> is a little surprising that the daemons don't support it.  But not
> terribly surprising.

shutdown.c
/* close the device and check for error */
static void close_all()
{
    if (watchdog != -1) {
        if ( write(watchdog, "V", 1) < 0 ) {
                int err = errno;

so it is supported in
ftp://ftp.debian.org/debian/pool/main/w/watchdog/
(debian is upstream for this watchdog)

-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to