From owner-freebsd-questions@FreeBSD.ORG Thu Dec 12 18:44:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83F5B79A for ; Thu, 12 Dec 2013 18:44:41 +0000 (UTC) Received: from a0i55.smtpcorp.com (a0i55.smtpcorp.com [64.131.95.140]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57DA01D01 for ; Thu, 12 Dec 2013 18:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0_1; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To:From:Message-ID; bh=kWiy6FZrdqJ6VysqGCVJofuduZcJJXs8yG4CYH96dHI=; b=Gdbfy+M4ILN8tUWbPYyDHDjNWAZTJznaEsUAJo3CmD9M1J2HPBhf7G1ryVsnCxZMgyIsEzNxcV7ZfpU4wNNIGdduvOcGApCIKW42WQOYhH4SJKywiOZAHP7RXZsCH+DtpOSEtHgEZOPDVIW18AiHYwVwt16OjFt7reguKq/x8GI=; Message-ID: <711BE42115F343BAB7CD7E69A0200F18@poopsackHD> From: "Daniel Corbe" To: Subject: em0: watchdog timeout -- resetting Date: Thu, 12 Dec 2013 13:44:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-Smtpcorp-Track: 370901735.1.36135675 X-debug-m-data: member_id=10661 trim_headers=Received X-debug-m-user: D: 3978239 N:370901735 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 18:44:41 -0000 Hi list, I’ve been having an issue with a server for a few weeks now. Whenever I put it under any sort of network load (as low as 8Mbit/sec) I get the above error on the console and the server completely loses network connectivity. The only way to bring it back into service is to completely restart the box. ifconfig ... down and ifconfig ... up doesn't work and neither does issuing an /etc/rc.d/netif restart. I've been poking around with google trying to help myself to no avail. The usual suggestions of ((disable MSI), (watchdog -t 0), (replace the NIC with something made for a server)) did not work and I'm honestly at a loss of where to even begin from here. I'd appreciate any suggestions.