From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 21 09:33:04 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 62EA8237 for ; Mon, 21 Jan 2013 09:33:04 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by mx1.freebsd.org (Postfix) with ESMTP id E5FB8A9D for ; Mon, 21 Jan 2013 09:33:03 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id fo12so372526lab.0 for ; Mon, 21 Jan 2013 01:33:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=br7B9dcskq8G1aNPEKPKKyHfEOmbuR0SQ4yUF7MiXk4=; b=UiShxp48OKs34dp9EzQwtfGkT5ZhmjfWV3YJ8ZGi02BkNKTlvxR5LiQcz+EItBJSn2 V69bKQf7Px9VmKi8XdS/gZjNBPKyYEFaumWRzvSzzorDhDGQZggmtE5nl9BylMh61qk0 szoNvTZHmU0StEVh9w7VOSRT/VuwMGciDhe6VRt2kRGWq7jdaBYhJ5lJhZzJq6DNnf7H tu/cyrETEb6aQziQ+S3WbzHETHcim7vbmIRBEvLcR0r9CFRgTWNIeQzjl+tSZdpHpQ/t rvDVMOoGk3SlgDsww4VvI4vegBJlAd0bu0K0m8SO/8EpFDnTwV8oQi8Ja8jt2EYG1kRH jTDg== X-Received: by 10.152.133.67 with SMTP id pa3mr12615694lab.44.1358760782910; Mon, 21 Jan 2013 01:33:02 -0800 (PST) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id ns7sm5014375lab.5.2013.01.21.01.33.01 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 01:33:01 -0800 (PST) Message-ID: <50FD0B43.7000801@gmail.com> Date: Mon, 21 Jan 2013 11:32:51 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 MIME-Version: 1.0 To: Craig Wiesen Subject: Re: vboxnet fails to start fully: VBoxRT.so misses libiconv.so References: <50F3F052.4060407@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org 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: Mon, 21 Jan 2013 09:33:04 -0000 19.01.2013 06:50, Craig Wiesen: >> 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 > > # Looks good, this also shoud fix named and isc-dhcpd startup on vboxnet\d interfaces. -- Sphinx of black quartz, judge my vow.