Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 07:26:48 +0100
From:      "Frank Behrens" <frank@pinky.sax.de>
To:        pyunyh@gmail.com
Cc:        freebsd-current@freebsd.org
Subject:   Re: call for sk(4) testers
Message-ID:  <200603200626.k2K6Qq2M029733@pinky.frank-behrens.de>
In-Reply-To: <20060320013605.GA75153@cdnetworks.co.kr>
References:  <200603171426.k2HEQJ9L085859@pinky.frank-behrens.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Pyun YongHyeon <pyunyh@gmail.com> wrote on 20 Mar 2006 10:36:
> Thanks for your report.
> If you find any unusual things related with sk(4) please let me know.

Unfortunalety I must report an issue. Yesterday I had after several 
weeks of fine running:
Mar 19 17:59:08 <kern.crit> moon kernel: sk0: watchdog timeout
Mar 19 17:59:08 <kern.notice> moon kernel: sk0: link state changed to DOWN

The problem is not the watchdog timeout message itself, but that the 
links goes down. Fortunately I have in my crontab still a "safety 
belt", calling every 12 minutes
(ifconfig sk0 | fgrep active >/dev/null) || (ifconfig sk0 down; ifconfig sk0 up; ifconfig sk0)

So the system could recover without user interaction:
Mar 19 18:12:01 <kern.notice> moon kernel: sk0: link state changed to UP
Mar 19 18:12:01 <kern.crit> moon kernel: sk0: phy failed to come ready

Regards,
   Frank
-- 
Frank Behrens, Osterwieck, Germany
PGP-key 0x5B7C47ED on public servers available.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603200626.k2K6Qq2M029733>