From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 14 11:47:40 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 6DC30BBD for ; Mon, 14 Jan 2013 11:47:40 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by mx1.freebsd.org (Postfix) with ESMTP id F36BAB5E for ; Mon, 14 Jan 2013 11:47:39 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id gi11so2872760lbb.33 for ; Mon, 14 Jan 2013 03:47:32 -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:subject :content-type:content-transfer-encoding; bh=/D5bOa8/6xThwRBK6CettUqwR0otsCouqbFNHWzvw0w=; b=nlseQfcopTsWuBzNbmeFNSKJvaT21Mn5zE3boa9PxZwx6ZrEPsQ3wtEn5B3ds5gKIy tmN51v4zQcuh4MdvyQQHVteCcnvOshcCEI+ccSV7ph/JrsG75hXkVUn0rzUwR9hsVo2m 2BEsZU8+0U8T7Lm7yD+5sTHCInUgSdSVmTHwXpuxzQHbpPvekysiRxArnZ6+/0bhyWcs gLtfAU5HWpYcDz2CTzQ9OF/RPHsOXwOfF4wuNr0ZXsn3nnxHeTJtIojSo7J8B2otvp9v jQ4rYwn/Gja9NM2I1hrwr5SzU6w2XdbFn74SQyYPVwpmxAJxHVTIUheh2BJ4Tz7JepUA CuOQ== X-Received: by 10.112.16.106 with SMTP id f10mr35061759lbd.1.1358164052792; Mon, 14 Jan 2013 03:47:32 -0800 (PST) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id n7sm5204882lbg.3.2013.01.14.03.47.31 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Jan 2013 03:47:32 -0800 (PST) Message-ID: <50F3F052.4060407@gmail.com> Date: Mon, 14 Jan 2013 13:47:30 +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: freebsd-emulation@FreeBSD.org Subject: vboxnet fails to start fully: VBoxRT.so misses libiconv.so Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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, 14 Jan 2013 11:47:40 -0000 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? -- Sphinx of black quartz, judge my vow.