From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 19 04:54:57 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6D8E9F41 for ; Sat, 19 Jan 2013 04:54:57 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 26DD3A3F for ; Sat, 19 Jan 2013 04:54:56 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TwQSP-0008Rz-1Z for freebsd-emulation@freebsd.org; Sat, 19 Jan 2013 05:55:05 +0100 Received: from c-98-227-43-96.hsd1.il.comcast.net ([98.227.43.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2013 05:55:05 +0100 Received: from ctyz1999 by c-98-227-43-96.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2013 05:55:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Craig Wiesen Subject: Re: vboxnet fails to start fully: VBoxRT.so misses libiconv.so Date: Sat, 19 Jan 2013 04:50:06 +0000 (UTC) Lines: 43 Message-ID: References: <50F3F052.4060407@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 98.227.43.96 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 04:54:57 -0000 Volodymyr Kostyrko gmail.com> writes: > > Hi all. > > On my host vboxnet says when booting: > > Shared object "libiconv.so.3" not found, required by "VBoxRT.so" > > This is possibly is because of trying to bring up host-only interfaces > with VBoxManage. > > Maybe this is beacause we try bring them up before network, and network > takes place before ldconfig? > I ran into this too. Here is a patch I came up with for /usr/ports/emulators/virtualbox-ose-kmod/files/vboxnet.in It moves the /usr/local/etc/rc.d/vboxnet script execution to after networking and ldconfig paths have been set up. (as you thought) Index: vboxnet.in =================================================================== --- vboxnet.in (revision 310569) +++ vboxnet.in (working copy) @@ -4,8 +4,7 @@ # # PROVIDE: vboxnet -# REQUIRE: FILESYSTEMS -# BEFORE: netif +# REQUIRE: FILESYSTEMS NETWORKING ldconfig # KEYWORD: nojail #