From owner-freebsd-questions@FreeBSD.ORG Fri May 1 14:12:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D45A1065676 for ; Fri, 1 May 2009 14:12:52 +0000 (UTC) (envelope-from seurbors@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4318FC2A for ; Fri, 1 May 2009 14:12:51 +0000 (UTC) (envelope-from seurbors@gmail.com) Received: by ewy19 with SMTP id 19so2360917ewy.43 for ; Fri, 01 May 2009 07:12:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=L1z1KHXQRujsWFqdp5ARoZJF+0kkrOcj+Pc0pvfYzNg=; b=HbD+IrgeoN88DmZUfa+R2+XYnz6nO7s1IatFBdXncwwIEURjT9jPz95S5ZXzQKf9oO jM6VNq1EQapEt8hRiBuab3SJrbW/Y2rO4S+x5TS7060Q+AhnlA73ftGkqu1kiN++cG/5 vY5wlk1EyfezrHv7pV7zKD4ihxZ09kWpq4Veo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vFwf8yw1b+3Xa9PP7zBeVyC/jfUWuE+PnYKGoTawaaF17+sn0FgP5XJF+K0POy1WFO w7+0Hgk38qdjOxJHoxDXzh/vyPsUah/R+HkhWGt1pzym9h/CRnRSyC6SYMSghbDu4row IVqoAx9EE/10EVJwM3mjLFF3C/cgN1fKJk8Sg= MIME-Version: 1.0 Received: by 10.210.34.5 with SMTP id h5mr2940498ebh.95.1241187170303; Fri, 01 May 2009 07:12:50 -0700 (PDT) Date: Fri, 1 May 2009 10:12:50 -0400 Message-ID: <26b281ee0905010712n67847ad9v3cd47d85fc34974d@mail.gmail.com> From: Seur Bors To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel errors - watchdog timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 14:12:53 -0000 Greetings, I'm constantly getting the following repeated in my /var/log/messages: kernel: re0: watchdog timeout kernel: re0: link state changed to DOWN kernel: re0: link state changed to UP This was happening right from the get-go on new hardware running 7.1-Release-p4, but only happened infrequently. Apparently as well, although everything seems to be working, the server seems to be responding very sluggish (over 10 minutes to work with a 1MB file through a Samba share, no exageration on the time). Can someone point me to required reading for these types of networking errors? Thanks in advance!