Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-30 Thread Theodor-Iulian Ciobanu
On Wed, 24 Sep 2014 19:16:15 +0100
David Morgan david.mor...@gmail.com wrote:

 On 19:29 Wed 24 Sep , Bernhard Fröhlich wrote:
  I have just committed a fix for that. Would be great if someone can
  confirm that it works or not.
  
 
 This works for me, thank you.

Sorry for the late reply, I was AFK for a few days. This works for me as
well now.

Regards,

-- 
Theo
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-24 Thread Bernhard Fröhlich
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 thciob...@nth.ro:

 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 mvharding at
  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-unsubscr...@freebsd.org
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-24 Thread David Morgan
On 19:29 Wed 24 Sep , Bernhard Fröhlich wrote:
 I have just committed a fix for that. Would be great if someone can confirm
 that it works or not.
 

This works for me, thank you.

djm
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-22 Thread 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 mvharding at
 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-unsubscr...@freebsd.org


virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-18 Thread Mike Harding
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.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-18 Thread Mario Lobo
On Thu, 18 Sep 2014 07:10:13 -0700
Mike Harding mvhard...@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.
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to
 freebsd-emulation-unsubscr...@freebsd.org

I think your kernel could be out of sync with your /usr/src.

Try recompiling your kernel and reboot to check if the vbox module
loads.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
UNIX was not designed to stop you from doing stupid things, 
because that would also stop you from doing clever things.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: virtualbox-ose-additions-4.3.16 - module doesn't load, service doesn't start

2014-09-18 Thread Mike Harding
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.

On Thu, Sep 18, 2014 at 7:10 AM, Mike Harding mvhard...@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.


___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org