From owner-freebsd-net@FreeBSD.ORG Tue Apr 8 04:59:45 2014 Return-Path: Delivered-To: freebsd-net@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 821E4E17; Tue, 8 Apr 2014 04:59:45 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4965011D8; Tue, 8 Apr 2014 04:59:45 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id kx10so489481pab.33 for ; Mon, 07 Apr 2014 21:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=UGgsozGKmYSW3phCGdT0XnUizSfhdePwJ4ofST1ovFY=; b=bNq+bvwk+EwHJmZ4WYtvtVCVVlSToHPVeMDKkNwoYt526wyLQNCIa3s4x+9jYalU59 oUEYebt3ceTlUwDHSnqnTh7MeQMuZrA87RI1AIVmYSq/cVtD6aWoYHuXavbi6nAylVkp PTCA1M3oZ/4Sb1rsb+eS9qaiyjhcPoEKCOOdjw9+YLogqzAXrwujUoO/pgeiRVDvgKMr 1J6FEZLX2hxzRuEq9VfFs9vnwfKKySoiG/blNXPDwtXZWlvhBDT9yVBz5WylMSmPM0s1 jLpKNCW/oiZQFfcfYBUEyKbOy6BLNysdtsVV/XcN3pxNiE4ut0lZMRW2RTj9zUaYhfwB /fwA== X-Received: by 10.66.177.168 with SMTP id cr8mr1898649pac.128.1396933184928; Mon, 07 Apr 2014 21:59:44 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id dn1sm1640714pbb.54.2014.04.07.21.59.42 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 07 Apr 2014 21:59:44 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 08 Apr 2014 13:59:39 +0900 From: Yonghyeon PYUN Date: Tue, 8 Apr 2014 13:59:39 +0900 To: Frank Volf Subject: Re: re0: watchdog timeout Message-ID: <20140408045939.GB1372@michelle.cdnetworks.com> References: <53418053.5020105@deze.org> <280407068.6916295.1396827428537.JavaMail.root@uoguelph.ca> <20140407012241.GA3543@michelle.cdnetworks.com> <53424100.7030103@deze.org> <20140407083236.GB1357@michelle.cdnetworks.com> <5342F22C.5080606@deze.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5342F22C.5080606@deze.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, marius@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 04:59:45 -0000 On Mon, Apr 07, 2014 at 08:45:00PM +0200, Frank Volf wrote: > Yonghyeon PYUN schreef op 7-4-2014 10:32: > >It would be even better to know your network configuration. I'm not > >sure why you have to disable VLAN hardware tagging. But given that > >you've disabled it, could you also try disabling VLAN hardware > >checksum offloading? > > Hi, > > The reason that I disable VLAN hardware tagging is that the system does > not work with it enabled. > To show this, see the following transcript (on a freshly booted system): [...] Okat, I'll check VLAN hardware tagging with RTL8168G but watchdog timeout is different issue. I have no idea why this happens at this moment but I'll let you know if I find a clue. Anyway, thanks for reporting.