From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 14 18:10:18 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B683516A403 for ; Thu, 14 Sep 2006 18:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D1343D67 for ; Thu, 14 Sep 2006 18:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8EIAI5s058582 for ; Thu, 14 Sep 2006 18:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8EIAHwf058581; Thu, 14 Sep 2006 18:10:17 GMT (envelope-from gnats) Date: Thu, 14 Sep 2006 18:10:17 GMT Message-Id: <200609141810.k8EIAHwf058581@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Fabian Wenk Cc: Subject: Re: kern/103275: [em] on Tyan S5360 lose link at IP configuration X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fabian Wenk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 18:10:18 -0000 The following reply was made to PR kern/103275; it has been noted by GNATS. From: Fabian Wenk To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/103275: [em] on Tyan S5360 lose link at IP configuration Date: Thu, 14 Sep 2006 20:08:18 +0200 [Webform did cut away the last part of the submission] . Updating motd. Starting ntpd. Starting compat5x. Starting compat4x. Configuring syscons: blanktime. Starting sshd. Starting srcd. Starting cron. Local package initialization:. Additional TCP options:. Starting inetd. Starting background file system checks in 60 seconds. Thu Sep 14 19:01:15 CEST 2006 FreeBSD/i386 (muertschen.ethz.ch) (ttyd0) login: ---8<-------------------------------------------------------------------- As a workaround I have the following cronjob running: @reboot /bin/sleep 10 ; /etc/rc.d/ntpd stop ; /usr/sbin/ntpdate -b time1.ethz.ch ; /usr/sbin/ntpdate -b time1.ethz.ch ; /etc/rc.d/ntpd start And this shows that this clock really needs the ntpdate at boot time: Stopping ntpd. 14 Sep 19:01:43 ntpdate[2541]: step time server 195.176.48.101 offset 17.915655 sec 14 Sep 19:01:44 ntpdate[2542]: step time server 195.176.48.101 offset 0.000003 sec Starting ntpd. How to repeat the problem: Reboot the sytem. bye Fabian