From owner-freebsd-net@FreeBSD.ORG Mon May 6 19:43:25 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 886FEFF9; Mon, 6 May 2013 19:43:25 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id 38C2FE71; Mon, 6 May 2013 19:43:24 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id ib11so3352224vcb.7 for ; Mon, 06 May 2013 12:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EOJogWYIPrRE7sHRMVwSMMVCY3SatMP3Bw+tr5iW11k=; b=diN6sNg70W0a7iGzMN8WaV1MdT/1hnVhuph7wNElSDl/gJgSn5u2ElC9DiVkfiMhQ6 OsclxZ45G+fZMOlBUHSTQifa/9kkqDg9/JN0Vz6BL/Q/nz2N9c9AjOOL0sXGqEnBbN5E O8JW5dUOQfPG73bPsPP7mYO3B8bpYqT9+d420IvIBVPusQXCA4XMFAyrFlp8KsBWIj4f 9MZ60AsTVK8rIasky/wOZ7iX0Z3OyHG7KNAKngS7tKuaVGk1BtRwud9bff1jNtXCZ1nI KhRA/5U5SU3UXDH+4iZeGSbruQOJJ3jFvyzSQU4zN7SANK5hSBTPtlp+B2Ns8zNrimL2 uWnA== MIME-Version: 1.0 X-Received: by 10.220.176.71 with SMTP id bd7mr7174570vcb.12.1367869404398; Mon, 06 May 2013 12:43:24 -0700 (PDT) Received: by 10.220.33.135 with HTTP; Mon, 6 May 2013 12:43:24 -0700 (PDT) In-Reply-To: <1601E2D3-DF60-4CCB-9F92-9AD05BCBCB10@hub.org> References: <1601E2D3-DF60-4CCB-9F92-9AD05BCBCB10@hub.org> Date: Mon, 6 May 2013 15:43:24 -0400 Message-ID: Subject: Re: VirtualBox + FreeBSD 9-STABLE == Frozen Ethernet From: Zaphod Beeblebrox To: "Marc G. Fournier" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 19:43:25 -0000 Heh. VirtualBox has (in my experience) been buggy as heck. Beyond buggy as heck. I have 3 virtualization platforms at my disposal (and the host here is win 7). VirtualBox, VMWare and Windows Virtual PC. I can report that under VirtualBox, every major type of guest caused stability problems with the host (Windows 7, Windows XP, FreeBSD, Linux). Stability problems would include crashing of the guest, crashing of the host, network bogons (from interfaces resetting to interfaces hanging --- like yours). I switched various guests to VMWare (the free "player" version) and everything was smooth. Really smooth. No problems running guests for _days_. No problems running multiple guests. I don't use virtual PC much --- it runs XP mode ... just because that's included with Windows 7... but it never causes problems either FWIW. It seemed to me that every update after Sun passed to Oracle brought more bugs. My advice: run away from VirtualBox. On Mon, May 6, 2013 at 3:12 PM, Marc G. Fournier wrote: > > I'm having an odd issue with FreeBSD that I'm not sure how to trace / > where to look =85 > > I have 6 servers, all identical RAM / CPU / Ethernet / etc =85 4 of them = are > running VirtualBox, 2 are running Jails =85 one of the 4 I just switched = from > Jail -> Virtualbox =85 > > When running jail(s), the servers are rock solid =85 as soon as I switch = to > VirtualBox (the one I just switched is running one Vbox with a FreeBSD > Guest) =85 nothing else is running on the server =85 but I will get spora= dic > freezes of the Ethernet. One ran 46 days before it froze, then after a > reboot, it happened a few hours later, now its been running several hours > again without any issues =85 > > The machine itself is not frozen =85 I can connect via remote console, > login, do ps, etc =85 so its as if the Ethernet (bce device) just went > offline. > > I was pointed to a wiki about VirtualBox, and my current loader.conf look= s > like: > > =3D=3D=3D > aio_load=3D"YES" > kern.ipc.shm_use_phys=3D1 > accf_http_load=3D"YES" > if_bridge_load=3D"YES" > if_tap_load=3D"YES" > hw.pci.enable_msix=3D0 > vboxdrv_load=3D"YES" > net.graph.maxdata=3D65536 > =3D=3D=3D > > I'm running the latest version of 9-STABLE as well as the latest version > of vBox available in ports =85 the bce device is an older version of > Broadcom, so not dealing a new one with new features: > > bce0: > > And as I say, these work great with jail'd environments ALIASed onto them= =85 > > The vBox environments are all configured for network using: > > --nic1 bridged --bridgeadapter1 bce1 > > Maybe I'm setting up the network wrong? But, it does work for awhile =85 > > I'm not seeing any errors on the console when the ethernet stops working = =85 > nothing to indicate an buffer overflowing or something like that =85 but, > again, I can login and run commands, so if there is something I can run t= o > get more useful details =85 ? > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >