From owner-freebsd-questions@FreeBSD.ORG Wed Dec 23 10:54:16 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 81DC6106568B for ; Wed, 23 Dec 2009 10:54:16 +0000 (UTC) (envelope-from xkyanh@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 356788FC13 for ; Wed, 23 Dec 2009 10:54:15 +0000 (UTC) Received: by yxe1 with SMTP id 1so6733057yxe.3 for ; Wed, 23 Dec 2009 02:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:organization:x-operating-system :x-mailer:user-agent:x-face:face:mime-version:content-type :content-transfer-encoding; bh=GjSikRcSLvHxhd5qxfbyfs0LARxl+pWaFmwMtN1HBO0=; b=bIqN3tXjK1Q8ieHKIYORgJ9GL3epKBvtPQqTLEeIizOsRpako1Kkuh8A5Hbg+DlEV5 heJgobP0sbx6A8TUkej7FecGTl6RQOkfrayjyBzkq+sPkwmVC8iP7UIICMY/i0+avvDs UQxhpxpAjt32yoLbFMLvFL+LC5Sj8KKlLyGnE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:x-operating-system:x-mailer:user-agent:x-face:face :mime-version:content-type:content-transfer-encoding; b=sPFp9aXZL4nAftAQ9MreJJaUk68L0FtOxUGmtoG95bYQhSEAsQtK/35r6dzpay38mZ wUvD9bmmQNwsjTTzTUJDXgr/lcwbTjOqfAL/diehkPiBe+M+BxUMgguciWfDlBX0tMD4 Nrd8fkn39jPPib+Y5BCJcW47HULJxafL7wjmM= Received: by 10.151.89.36 with SMTP id r36mr5620834ybl.129.1261565632125; Wed, 23 Dec 2009 02:53:52 -0800 (PST) Received: from icy.localdomain ([222.253.88.151]) by mx.google.com with ESMTPS id 23sm6202630iwn.7.2009.12.23.02.53.50 (version=SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 02:53:51 -0800 (PST) Date: Wed, 23 Dec 2009 17:53:09 +0700 From: "Anh Ky Huynh" To: FreeBsd-Questions Message-ID: <20091223175309.4ce739fb@icy.localdomain> In-Reply-To: <20091223102657.GH2499@darklight.org.ru> References: <20091223171828.24a31ba7@icy.localdomain> <20091223102657.GH2499@darklight.org.ru> Organization: Vietnamese TeX Users Group X-Operating-System: Windows 98 X-Mailer: Moveup mail client (windows 98) User-Agent: Moveup mail on Windows 98 X-Face: no-face Face: no-face Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Yuri Pankov Subject: Re: FreeBSD 8 as VirtualBox guest: `ngctl list` shows nothing 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: Wed, 23 Dec 2009 10:54:16 -0000 On Wed, 23 Dec 2009 13:26:57 +0300 Yuri Pankov wrote: > On Wed, Dec 23, 2009 at 05:18:28PM +0700, Anh Ky Huynh wrote: > > Hi all, > > > > I have a VirtualBox guest which is running FreeBSD-8.0. I > > compiled the kernel for this guest with the options NETGRAPH > > in /usr/src/sys/i386/conf/GENERIC. I did that because I expected > > I would see each Ethernet interface as a netgraph node. But ngctl > > showed nothing > > Try `kldload ng_ether`? And use your own config file, not GENERIC, > if you need to make changes. > Thank you very much, Yuri. It works after I load that module :) And I am going to use my own config file. Regards, -- Anh Ky Huynh