From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 24 17:29:48 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F492496 for ; Wed, 24 Sep 2014 17:29:48 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E31E4E78 for ; Wed, 24 Sep 2014 17:29:47 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id wo20so6856642obc.40 for ; Wed, 24 Sep 2014 10:29:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PCCilrg9GsNYtwRcF0INMDzMyr4Bbs3g2ztJ7gt5MKg=; b=dwoNR5h7WOJBhCUslHw9GKtkw65Gwcfs7dYKyvIAav1Aiz4aHUKBfbGXxmnKfWyF7p mvfREp1H7+pdx9c2+G673kn4FyiF0JwDTTZbWd4f9VSKLum8Nb151KldxNeFbqXwmYbx 0Pvp7FKPtn2vMxxhSYk3SkwZ2zUrRMYvHdL4Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PCCilrg9GsNYtwRcF0INMDzMyr4Bbs3g2ztJ7gt5MKg=; b=L0p+cCvEV0tDlTsskZhdPF/Z5N3BzkzHnzkAfN3cRVZkGKXYqpv0xBlXAa2SOMovgO rqCvkQ5euEgujxPuCe/OdDqJCUuaxad4b8mz5qeAx2WotIKSCQe4FMEPZYSQoIWqFKDV etxbeJHILTfkieoZTNmXAIxTEaw9K6kPnClBTK1RkH/bSCkTunqbmee/3eO6dkf7SkTh Svh0jKNv3w/LQ9XpcSYduQE/VOLny493KyRK9Df61Es9RwODsYi1wnDHF0fkJqOGYFwW IHbrX+iZaAAFoEvOYaueaIuWRIU/toh9gF7FS3yHNySCfuUszircETItyZEcNKhJL7yt Jzyw== X-Gm-Message-State: ALoCoQleNh4meH2pcSUIJnM87y4w/zVqE+UW36SUZ8dIQJkRlORM/jXwl45rfIzkampxSAv/51dZ MIME-Version: 1.0 X-Received: by 10.60.147.130 with SMTP id tk2mr8629511oeb.68.1411579787216; Wed, 24 Sep 2014 10:29:47 -0700 (PDT) Received: by 10.76.141.136 with HTTP; Wed, 24 Sep 2014 10:29:47 -0700 (PDT) X-Originating-IP: [213.162.68.184] Received: by 10.76.141.136 with HTTP; Wed, 24 Sep 2014 10:29:47 -0700 (PDT) In-Reply-To: <20140922161817.000075a7@nth.ro> References: <20140922161817.000075a7@nth.ro> Date: Wed, 24 Sep 2014 19:29:47 +0200 Message-ID: Subject: Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= To: Theodor-Iulian Ciobanu Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 24 Sep 2014 17:29:48 -0000 I have just committed a fix for that. Would be great if someone can confirm that it works or not. Am 22.09.2014 15:18 schrieb "Theodor-Iulian Ciobanu" : > > On Thu, 18 Sep 2014 18:36:41 -0700 > mvharding at gmail.com (Mike Harding) wrote: > > > A follow-up: > > > > This seems to install fine on 9.3, actually, but the 10.0 client is as > > above. > > > > The 10.0 client was created by installing a release disk, including > > /usr/src, then doing a 'freebsd-update fetch/install', reboot. > > I don't know how the source could be out of sync. > > > > Give it a try on a 64 bit client, they are cheap... the last version > > did work fine. > > I've recently encountered this same issue after upgrading vbox (both > host app and guest tools) to 4.3.16. Guest OS is 10.0-RELEASE-p9, > GENERIC kernel. It has been installed as 10.0R and kept up-to-date > using freebsd-update. Host is Win7 Ent. > > RTTermRegisterCallback is defined in: > \VirtualBox-4.3.16\src\VBox\Runtime\common\misc\term.cpp > > So rather than out-of-sync kernel & /usr/src, this seems more like a > linker/makefile bug for this port, 'optimizing' out this function from > the binaries. My make.conf is almost identical with the default options: > > CFLAGS=-pipe -O2 -fno-strict-aliasing -funroll-loops > COPTFLAGS=-pipe -O2 -fno-strict-aliasing -funroll-loops > > But even with everything off I still get this error when trying to load > vboxguest.ko: > kernel: link_elf_obj: symbol RTTermRegisterCallback undefined > kernel: linker_load_file: Unsupported file type > > Searching the list a bit I came upon a similar error reported in the > past, recommending a `make clean` and recompiling the port (can't find > it again now to link), but that didn't help. And then I came upon this, > considering this sort of issue as a bug: > http://lists.freebsd.org/pipermail/freebsd-emulation/2013-December/011159.html > > Any help on this is greatly appreciated. > > > > On Thu, Sep 18, 2014 at 7:10 AM, Mike Harding > gmail.com> wrote: > > > > > I tried this on a 9.3 and 10.0 client, with all options unchecked > > > (no X on these virt. servers). > > > > > > kmod doesn't load - it spits out > > > link_elf_obj: symbol RTTermRegisterCallback undefined > > > linker_load_file: Unsupported file type > > > > > > Attempting to start the service: > > > VBoxService: error: VbgIR3Init failed with rc=VER_FILE_NOT_FOUND > > > > > > Let me know if I can provide details, but I got this to happen on a > > > generic 9.3 and 10.0 client, with only the -additions package > > > installed from source. > > > > > > Mike H. > > > Regards, > > -- > Theo > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " freebsd-emulation-unsubscribe@freebsd.org"