From owner-freebsd-questions@FreeBSD.ORG Wed Dec 23 10:27:03 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 6351D10656F9 for ; Wed, 23 Dec 2009 10:27:03 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id DE7218FC17 for ; Wed, 23 Dec 2009 10:27:02 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so215593fga.13 for ; Wed, 23 Dec 2009 02:27:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=bYsWmZ0bXjILheKhih5fvmX7Jx4g+ZJ1Iyv6j4Z9Wvs=; b=vjtgnVFkokTlxvRZPLOPs3k/k2NxIAMcJOFdPN4QBRu+9ZWPFbcP+vpoJNug2Px5M0 QOWYT6IXPQDq2bFH+JhPykEktJOGb2FqQlfme4jGh6UI4M9hNdd31YEFWyY/z26HjoZZ WL4Tydr47zHt6IOLaE9vhhWY2kz+0zF0/7v0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=DrJm7bUYBZabsirSxlf4tQ2mz1mUpNC+4lPgAJf8mfpNk6i6nvjQuIJVeqIjaCLJS3 17UV+iijIwvehWVwRWPd3wqBAA1U2Heh1COqy/U8PqV66Qr3cCrWaHcfqlhrNIWa8viz 9sgsTx+1Wmidk0GP3T0D863KBvhzkI9MITYAg= Received: by 10.87.58.32 with SMTP id l32mr12846563fgk.23.1261564021460; Wed, 23 Dec 2009 02:27:01 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id d4sm17055135fga.16.2009.12.23.02.26.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 02:27:00 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id nBNAQvVe084640; Wed, 23 Dec 2009 13:26:57 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id nBNAQvrs084639; Wed, 23 Dec 2009 13:26:57 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 23 Dec 2009 13:26:57 +0300 From: Yuri Pankov To: Anh Ky Huynh Message-ID: <20091223102657.GH2499@darklight.org.ru> References: <20091223171828.24a31ba7@icy.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091223171828.24a31ba7@icy.localdomain> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBsd-Questions 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:27:03 -0000 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. > -- > Anh Ky Huynh Yuri