[Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Howdy Guys,

After the announcement from Alexander Eichner about
Virtualbox on FreeBSD, we started the work on a port
for FreeBSD. Now we think that we solved the most
problems and are ready for the first Call for Testing.

Some notes before you can test the port:
Make sure you are using RELENG_7 or higher. You have
to use a fresh portstree with uptodate ports!! Please
read carefully the pkg-messages.

Some known issues / Troubleshooting:
Sometimes the kernel on HEAD coredumps when loading
or unloading the kernel module. A small workaround
to prevent the crash is to not start X, mount proc,
then load the kernel module and start X from the
console. That helped me and some testers, maybe you
too. :P AMD64 should be work in general, it builds
and start. But not right tested at the moment. We
want here also some feedback.

Some Thanks:
First of all we'd like to say many thanks to _ALL_
vbox developers. Next people are Bernhard Froehlich
(aka decke), Beat Gaetzi (beat@), Dennis Herrmann
(dhn@), Pietro Cerutti (gahr@), myself (*gg*),
and _ALL_ who helped and provided feedback.

Happy Testing :-)

Download:

 http://people.freebsd.org/~miwi/vbox/vboxport.tgz

Wiki Page:
 http://wiki.freebsd.org/VirtualBox

 - Martin 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoMbSUACgkQdLJIhLHm/OnNnACeJsT7H9hW1J7CV70P3Ty+q0CA
kD8AoMLCPbltY999/8qO6fnaqv4UQ9QT
=LcoD
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


[Call For Testing] VirtualBox for FreeBSD!

2009-06-08 Thread Jack Herrman
Hi,
i try virtualbox5.tgz in my FreeBSD 7.2 Release.
Compiled allready ok.

If I start VirtualBox come following error:
[r...@freebsd ~]# VirtualBox 
VirtualBox: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1

also by 

[r...@freebsd ~]# VBoxSDL 
VBoxSDL: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1

[r...@freebsd ~]# VBoxBFE 
VBoxBFE: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1


Kernelmodule not loaded, can't load without Kernel Panic

Jack


___
WEB.DE FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und 
Telefonanschluss für 17,95 Euro/mtl.! http://produkte.web.de/go/02/

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Sergey V. Dyatko
On Thu, 14 May 2009 21:12:37 +0200
Martin Wilke  wrote:

MW> -BEGIN PGP SIGNED MESSAGE-
MW> Hash: SHA1
MW> 
MW> 
MW> Howdy Guys,
MW> 
MW> After the announcement from Alexander Eichner about
MW> Virtualbox on FreeBSD, we started the work on a port
MW> for FreeBSD. Now we think that we solved the most
MW> problems and are ready for the first Call for Testing.
MW> 
MW> Some notes before you can test the port:
MW> Make sure you are using RELENG_7 or higher. You have
MW> to use a fresh portstree with uptodate ports!! Please
MW> read carefully the pkg-messages.
MW> 
MW> Some known issues / Troubleshooting:
MW> Sometimes the kernel on HEAD coredumps when loading
MW> or unloading the kernel module. A small workaround
MW> to prevent the crash is to not start X, mount proc,
MW> then load the kernel module and start X from the
MW> console. That helped me and some testers, maybe you
MW> too. :P AMD64 should be work in general, it builds
MW> and start. But not right tested at the moment. We
MW> want here also some feedback.

I can't start a virtual machine (current from May, 9). 
screenshot: http://msk.bsd.by/vbox.png
After kldunload vboxdrv I got kernel panic:(
MW> 
MW> Some Thanks:
MW> First of all we'd like to say many thanks to _ALL_
MW> vbox developers. Next people are Bernhard Froehlich
MW> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
MW> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
MW> and _ALL_ who helped and provided feedback.

I would like to join thanks, thank you for good job

MW> Happy Testing :-)
MW> 
MW> Download:
MW> 
MW>  http://people.freebsd.org/~miwi/vbox/vboxport.tgz
MW> 
MW> Wiki Page:
MW>  http://wiki.freebsd.org/VirtualBox
MW> 
MW>  - Martin 


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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Artem Belevich
I'm trying to build on CURRENT/amd64

kBuild binaries that come with the port are for FreeBSD-6.3 and seem
to depend on KSE and would at the very minimum need /etc/libmap.conf
tweaking in order to get them to work.

Perhaps it would be better to make port depend on kBuild and just do
ln -s /usr/local/bin work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64

with kBuild installed from ports vbox did finish building.

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Artem Belevich
Few more notes from -CURRENT/amd64

* VirtualBox needs /proc mounted, otherwise it fails to start.
* Kernel module must be loaded with "kldload vboxdrv"

  In my case, I de see bunch of relocation errors on the console,
though the module does load:

kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
vboxdrv: fAsync=0 offMin=0xb25 offMax=0x39a8

* Attempt to boot new VM (64-bit FreeBSD) from -current snapshot DVD
ISO results in an error:

Failed to start the virtual machine FreeBSD.
Failed to load VMMR0.r0 (VERR_SYMBOL_VALUE_TOO_BIG).
Unknown error creating VM (VERR_SYMBOL_VALUE_TOO_BIG).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}

* Subsequent attempts to start VM result in an error message that
kernel module is not present, even though kldstat shows it just fine.


Any suggestions on how to make it work?

--Artem



On Thu, May 14, 2009 at 2:18 PM, Artem Belevich  wrote:
> I'm trying to build on CURRENT/amd64
>
> kBuild binaries that come with the port are for FreeBSD-6.3 and seem
> to depend on KSE and would at the very minimum need /etc/libmap.conf
> tweaking in order to get them to work.
>
> Perhaps it would be better to make port depend on kBuild and just do
> ln -s /usr/local/bin work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64
>
> with kBuild installed from ports vbox did finish building.
>
> --Artem
>
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, May 14, 2009 at 02:18:41PM -0700, Artem Belevich wrote:
> I'm trying to build on CURRENT/amd64
> 
> kBuild binaries that come with the port are for FreeBSD-6.3 and seem
> to depend on KSE and would at the very minimum need /etc/libmap.conf
> tweaking in order to get them to work.
> 
> Perhaps it would be better to make port depend on kBuild and just do
> ln -s /usr/local/bin work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64
> 
> with kBuild installed from ports vbox did finish building.

You should try to install misc/compat6.

- - Martin

> 
> --Artem
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoMkzwACgkQdLJIhLHm/Ol8SwCfT28kzMwirCcWTs3XzREdXliu
YL8AoLoHckZchjsmSDyI8ubOsCtCs+L9
=qeL/
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, May 14, 2009 at 02:51:32PM -0700, Artem Belevich wrote:
> Few more notes from -CURRENT/amd64
> 
> * VirtualBox needs /proc mounted, otherwise it fails to start.
> * Kernel module must be loaded with "kldload vboxdrv"
> 

- From my mail:
Some notes before you can test the port:
Make sure you are using RELENG_7 or higher. You have
to use a fresh portstree with uptodate ports!! Please
read carefully the pkg-messages.


>   In my case, I de see bunch of relocation errors on the console,
> though the module does load:
> 
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> vboxdrv: fAsync=0 offMin=0xb25 offMax=0x39a8
> 
> * Attempt to boot new VM (64-bit FreeBSD) from -current snapshot DVD
> ISO results in an error:
> 
> Failed to start the virtual machine FreeBSD.
> Failed to load VMMR0.r0 (VERR_SYMBOL_VALUE_TOO_BIG).
> Unknown error creating VM (VERR_SYMBOL_VALUE_TOO_BIG).
> 
> Result Code: NS_ERROR_FAILURE (0x80004005)
> Component: Console
> Interface: IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}
> 
> * Subsequent attempts to start VM result in an error message that
> kernel module is not present, even though kldstat shows it just fine.
> 

Maybe is here the problem you link to devel/kbuild.

> 
> Any suggestions on how to make it work?
> 
> --Artem
> 
> 
> 
> On Thu, May 14, 2009 at 2:18 PM, Artem Belevich  wrote:
> > I'm trying to build on CURRENT/amd64
> >
> > kBuild binaries that come with the port are for FreeBSD-6.3 and seem
> > to depend on KSE and would at the very minimum need /etc/libmap.conf
> > tweaking in order to get them to work.
> >
> > Perhaps it would be better to make port depend on kBuild and just do
> > ln -s /usr/local/bin work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64
> >
> > with kBuild installed from ports vbox did finish building.
> >
> > --Artem
> >
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoMk5wACgkQdLJIhLHm/OlV9wCfU77KyC2CDb6bOeG6vDwEQsx8
pHAAoJCwlO5d+iYVdy7ZT/tTwkKSmjq3
=HcYf
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Benoit Calvez
On Thu, May 14, 2009 at 9:12 PM, Martin Wilke  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Howdy Guys,
>
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.
>
> Some notes before you can test the port:
> Make sure you are using RELENG_7 or higher. You have
> to use a fresh portstree with uptodate ports!! Please
> read carefully the pkg-messages.
>
> Some known issues / Troubleshooting:
> Sometimes the kernel on HEAD coredumps when loading
> or unloading the kernel module. A small workaround
> to prevent the crash is to not start X, mount proc,
> then load the kernel module and start X from the
> console. That helped me and some testers, maybe you
> too. :P AMD64 should be work in general, it builds
> and start. But not right tested at the moment. We
> want here also some feedback.
>
> Some Thanks:
> First of all we'd like to say many thanks to _ALL_
> vbox developers. Next people are Bernhard Froehlich
> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
> and _ALL_ who helped and provided feedback.
>
> Happy Testing :-)
>
> Download:
>
>  
> http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>
> Wiki Page:
>  http://wiki.freebsd.org/VirtualBox
>
>  - Martin
>
> - --
>
> +---+---+
> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
> +---+---+
> |   Mess with the Best, Die like the Rest!  |
> +---+---+
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.11 (FreeBSD)
>
> iEYEARECAAYFAkoMbSUACgkQdLJIhLHm/OnNnACeJsT7H9hW1J7CV70P3Ty+q0CA
> kD8AoMLCPbltY999/8qO6fnaqv4UQ9QT
> =LcoD
> -END PGP SIGNATURE-
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>

I'm trying to build from amd64, but got the following error. Sorry but I
didn't look, and it's a fresh paste:
===>  Configuring for virtualbox-2.2.2r19673
Checking for environment: Determined build machine: freebsd.amd64, target
machine: freebsd.amd64, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.2.1, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20070320, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.7.3, OK.
Checking for libxslt: found version 1.1.24, OK.
Checking for libIDL: found version 0.8.13, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for SDL: found version 1.2.13, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Xmu: found, OK.
Checking for Mesa / GLU: Xlib:  extension "Generic Event Extension" missing
on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
found version 1.2, OK.
Checking for Qt4: found version 4.4.3, OK.
Checking for Qt4 devtools: found version 4.4.3, OK.
Checking for python support: found version 2.5.4, OK.

Successfully generated
'/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/AutoConfig.kmk'
and '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'.
Source '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'
once before you start to build VBox:

  source /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh
  kmk


  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
+++
  Hardening is enabled which means that the VBox binaries will not run from
  the binary directory. The binaries have to be installed suid root and some
  more prerequisites have to be fulfilled which is normally done by
installing
  the final package. For development, the hardening feature can be disabled
  by specifying the --disable-hardening parameter. Please never disable that
  feature for the final distribution!
  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
+++

Enjoy!
===>  Building for virtualbox-2.2.2r19673
cd /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673 && /bin/sh
env.sh && VBOX_LIBPATH_X11=/usr/local
/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64/kmk
Config.kmk:1664:
/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/GCCConfig.kmk:
No such file or directory
Config.kmk:3789:
/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/revision.kmk:
No such file or directory
Fatal error 'kse_create() failed
'

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Artem Belevich
>> * VirtualBox needs /proc mounted, otherwise it fails to start.
>> * Kernel module must be loaded with "kldload vboxdrv"
>
> - From my mail:
> Some notes before you can test the port:
> Make sure you are using RELENG_7 or higher. You have
> to use a fresh portstree with uptodate ports!! Please
> read carefully the pkg-messages.

Oops. Indeed it warns about /proc and kernel module. I guess I just
was too eager to get VirtualBox running to pause and read
documentation.

> Maybe is here the problem you link to devel/kbuild.

As I explained, kbuild that comes with the port does not work for me.
And I *do* have compat6-amd64 installed. Apparently I'm not alone. See
Benoit's email in this thread.

Here's what needs to be added to /etc/libmap.conf in order to make
supplied libraries work:
libpthread.so.2 libthr.so.2

I'll re-do the build with supplied kbuild and see if that makes any difference.

In any case, I appreciate all the work you and others have done to get
VirtualBox on FreeBSD running.

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Gustau Pérez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Wilke wrote:
>
> Howdy Guys,
>
> After the announcement from Alexander Eichner about Virtualbox on
> FreeBSD, we started the work on a port for FreeBSD. Now we think
> that we solved the most problems and are ready for the first Call
> for Testing.
>
> Some notes before you can test the port: Make sure you are using
> RELENG_7 or higher. You have to use a fresh portstree with uptodate
> ports!! Please read carefully the pkg-messages.
>
> Some known issues / Troubleshooting: Sometimes the kernel on HEAD
> coredumps when loading or unloading the kernel module. A small
> workaround to prevent the crash is to not start X, mount proc, then
> load the kernel module and start X from the console. That helped me
> and some testers, maybe you too. :P AMD64 should be work in
> general, it builds and start. But not right tested at the moment.
> We want here also some feedback.
>
> Some Thanks: First of all we'd like to say many thanks to _ALL_
> vbox developers. Next people are Bernhard Froehlich (aka decke),
> Beat Gaetzi (beat@), Dennis Herrmann (dhn@), Pietro Cerutti
> (gahr@), myself (*gg*), and _ALL_ who helped and provided feedback.
>
>
> Happy Testing :-)
>
> Download:
>
> http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>
> Wiki Page: http://wiki.freebsd.org/VirtualBox


   I'm testing with i386/HEAD. I have two issues :

   1.- The first time I start a machine. The window stays gray. If
I pause and resume the window turns to
black. Virtualbox says it is running, but it is not.

   2.- The second and subsequent times I start a virtual machine,
virtualbox says that there isn't the kernel driver. The
error is :

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc}

  And :

Kernel driver not installed (rc=-1908)

Make sure the kernel module has been loaded successfully.

  What can be done ?

   Regards,

  Gustau

>
> - Martin
>
___
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

- --
PGP KEY : http://www-entel.upc.edu/gus/gus.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoMh9AACgkQAvcpDulVChDtMACdGK3ggUplPWifN4ozP2Ac5fOa
pjQAn2ErwBcuTAfn/coIaY12J4lGQrUX
=5myk
-END PGP SIGNATURE-

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Artem Belevich
> Here's what needs to be added to /etc/libmap.conf in order to make
> supplied libraries work:
> libpthread.so.2 libthr.so.2
>
> I'll re-do the build with supplied kbuild and see if that makes any 
> difference.

Re-built virtualbox with kBiuild supplied in the tarball and behavior
didn't change compared to the one built with kBuild from ports.

Loading module still shows relocation errors "kldload: unexpected
relocation type 10" and attempt to run VM fails with the same errors
I've reported before.

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Glen Barber
On Thu, May 14, 2009 at 3:12 PM, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Howdy Guys,
>
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.
>

Fantastic!  Can't wait to test it out.

(And "thank you!")

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-14 Thread Inakrin
On Thursday 14 May 2009 23:12:37 Martin Wilke wrote:
> Howdy Guys,
>
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.
>
> Some notes before you can test the port:
> Make sure you are using RELENG_7 or higher. You have
> to use a fresh portstree with uptodate ports!! Please
> read carefully the pkg-messages.
>
> Some known issues / Troubleshooting:
> Sometimes the kernel on HEAD coredumps when loading
> or unloading the kernel module. A small workaround
> to prevent the crash is to not start X, mount proc,
> then load the kernel module and start X from the
> console. That helped me and some testers, maybe you
> too. :P AMD64 should be work in general, it builds
> and start. But not right tested at the moment. We
> want here also some feedback.
>
> Some Thanks:
> First of all we'd like to say many thanks to _ALL_
> vbox developers. Next people are Bernhard Froehlich
> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
> and _ALL_ who helped and provided feedback.
>
> Happy Testing :-)
>
> Download:
>
>  http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>
> Wiki Page:
>  http://wiki.freebsd.org/VirtualBox
>
>  - Martin

It's very nice) I'll testing it immeiately.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, May 14, 2009 at 11:06:24PM +0200, Gustau Pérez wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Martin Wilke wrote:
> >
> > Howdy Guys,
> >
> > After the announcement from Alexander Eichner about Virtualbox on
> > FreeBSD, we started the work on a port for FreeBSD. Now we think
> > that we solved the most problems and are ready for the first Call
> > for Testing.
> >
> > Some notes before you can test the port: Make sure you are using
> > RELENG_7 or higher. You have to use a fresh portstree with uptodate
> > ports!! Please read carefully the pkg-messages.
> >
> > Some known issues / Troubleshooting: Sometimes the kernel on HEAD
> > coredumps when loading or unloading the kernel module. A small
> > workaround to prevent the crash is to not start X, mount proc, then
> > load the kernel module and start X from the console. That helped me
> > and some testers, maybe you too. :P AMD64 should be work in
> > general, it builds and start. But not right tested at the moment.
> > We want here also some feedback.
> >
> > Some Thanks: First of all we'd like to say many thanks to _ALL_
> > vbox developers. Next people are Bernhard Froehlich (aka decke),
> > Beat Gaetzi (beat@), Dennis Herrmann (dhn@), Pietro Cerutti
> > (gahr@), myself (*gg*), and _ALL_ who helped and provided feedback.
> >
> >
> > Happy Testing :-)
> >
> > Download:
> >
> > http://people.freebsd.org/~miwi/vbox/vboxport.tgz
> >
> > Wiki Page: http://wiki.freebsd.org/VirtualBox
> 
> 
>I'm testing with i386/HEAD. I have two issues :
> 
>1.- The first time I start a machine. The window stays gray. If
> I pause and resume the window turns to
> black. Virtualbox says it is running, but it is not.
> 
>2.- The second and subsequent times I start a virtual machine,
> virtualbox says that there isn't the kernel driver. The
> error is :
> 
> Result Code: NS_ERROR_FAILURE (0x80004005)
> Component: Machine
> Interface: IMachine {4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc}
> 
>   And :
> 
> Kernel driver not installed (rc=-1908)
> 
> Make sure the kernel module has been loaded successfully.
> 
>   What can be done ?
> 
>Regards,
> 
>   Gustau

Unfortunately, I saw this problem today also, I'll set this to our todo.

Thanks

> 
> >
> > - Martin
> >
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 
> - --
> PGP KEY : http://www-entel.upc.edu/gus/gus.asc
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.11 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkoMh9AACgkQAvcpDulVChDtMACdGK3ggUplPWifN4ozP2Ac5fOa
> pjQAn2ErwBcuTAfn/coIaY12J4lGQrUX
> =5myk
> -END PGP SIGNATURE-
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoNHE0ACgkQdLJIhLHm/OnQTACfTk4ohhMGHtxgMjjHuDVRwAmm
Zc0An0cPJxRsElv+cfpO8hjNFF4N7J5W
=iP3/
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Bernhard Fröhlich
On Thu, May 14, 2009 11:51 pm, Artem Belevich wrote:
> Few more notes from -CURRENT/amd64
>
> [snip]
>
> * Attempt to boot new VM (64-bit FreeBSD) from -current snapshot DVD
> ISO results in an error:
>
> Failed to start the virtual machine FreeBSD.
> Failed to load VMMR0.r0 (VERR_SYMBOL_VALUE_TOO_BIG).
> Unknown error creating VM (VERR_SYMBOL_VALUE_TOO_BIG).
>
> Result Code: NS_ERROR_FAILURE (0x80004005)
> Component: Console
> Interface: IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}

That is an amd64 problem and it is already being worked on. Sorry no
solution yet.

-- 
Bernhard Fröhlich
http://www.bluelife.at/

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Bernhard Fröhlich
On Thu, May 14, 2009 11:51 pm, Artem Belevich wrote:
> Few more notes from -CURRENT/amd64
>
> [snip]
>
> * Attempt to boot new VM (64-bit FreeBSD) from -current snapshot DVD
> ISO results in an error:
>
> Failed to start the virtual machine FreeBSD.
> Failed to load VMMR0.r0 (VERR_SYMBOL_VALUE_TOO_BIG).
> Unknown error creating VM (VERR_SYMBOL_VALUE_TOO_BIG).
>
> Result Code: NS_ERROR_FAILURE (0x80004005)
> Component: Console
> Interface: IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}


I cannot reproduce that anymore (probably hit another problem). Could you
please provide what the vbox-dev people asked for to solve that problem?

VBox.log from ~/.VirtualBox/Machines//Logs/VBox.log

and start with

export VBOX_LOG=+rt_ldr.e.l2.f
VirtualBox -startvm VM_NAME

the resulting .log file (created in the current directory!)

http://vbox.innotek.de/pipermail/vbox-dev/2009-May/001411.html
http://vbox.innotek.de/pipermail/vbox-dev/2009-May/001413.html

Thanks!

-- 
Bernhard Fröhlich
http://www.bluelife.at/

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Benoit,

can you please tell me which FreeBSD Version you use?

On Thu, May 14, 2009 at 11:49:22PM +0200, Benoit Calvez wrote:
> 
> I'm trying to build from amd64, but got the following error. Sorry but I
> didn't look, and it's a fresh paste:
> ===>  Configuring for virtualbox-2.2.2r19673
> Checking for environment: Determined build machine: freebsd.amd64, target
> machine: freebsd.amd64, OK.
> Checking for kBuild: found, OK.
> Checking for gcc: found version 4.2.1, OK.
> Checking for as86: found version 0.16.17, OK.
> Checking for bcc: found version 0.16.17, OK.
> Checking for iasl: found version 20070320, OK.
> Checking for xslt: found, OK.
> Checking for pthread: found, OK.
> Checking for libxml2: found version 2.7.3, OK.
> Checking for libxslt: found version 1.1.24, OK.
> Checking for libIDL: found version 0.8.13, OK.
> Checking for zlib: found version 1.2.3, OK.
> Checking for SDL: found version 1.2.13, OK.
> Checking for X libraries: found, OK.
> Checking for Xcursor: found, OK.
> Checking for Xmu: found, OK.
> Checking for Mesa / GLU: Xlib:  extension "Generic Event Extension" missing
> on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> found version 1.2, OK.
> Checking for Qt4: found version 4.4.3, OK.
> Checking for Qt4 devtools: found version 4.4.3, OK.
> Checking for python support: found version 2.5.4, OK.
> 
> Successfully generated
> '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/AutoConfig.kmk'
> and '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'.
> Source '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'
> once before you start to build VBox:
> 
>   source /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh
>   kmk
> 
> 
>   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
> +++
>   Hardening is enabled which means that the VBox binaries will not run from
>   the binary directory. The binaries have to be installed suid root and some
>   more prerequisites have to be fulfilled which is normally done by
> installing
>   the final package. For development, the hardening feature can be disabled
>   by specifying the --disable-hardening parameter. Please never disable that
>   feature for the final distribution!
>   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
> +++
> 
> Enjoy!
> ===>  Building for virtualbox-2.2.2r19673
> cd /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673 && /bin/sh
> env.sh && VBOX_LIBPATH_X11=/usr/local
> /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64/kmk
> Config.kmk:1664:
> /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/GCCConfig.kmk:
> No such file or directory
> Config.kmk:3789:
> /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/revision.kmk:
> No such file or directory
> Fatal error 'kse_create() failed
> ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2)
> *** Error code 1
> 
> 
> 
> 
> -- 
> Benoit C.
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoNPt8ACgkQdLJIhLHm/OmsIgCgpK7yToOVhb6/uMyJKshD8Zlw
tb4AnAmFSdyxF8NRaC7AxB6Px3oUwwM7
=vUAY
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok

We uploaded a new tarball what should be fix the build on AMD64.

Small changelog:
- - devel/kbuild is now dependency
- - remove misc/compat6 support

Note:
Use devel/bcc instead of devel/dev86 what means
If you have devel/bcc installed please deinstall

http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz

Please give us feedback :P


- - Martin

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoNQCUACgkQdLJIhLHm/OmgeQCgptEW5FhkmB8huDhs5LL63PhI
+04AoONjytolxD892zcCnlv81MRLceEv
=UJL8
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Masahiko KIMOTO
I'm testing on today's 8-CURRENT/i386.

When start the virtual machine, kernel got panic with;

May 15 19:31:23 eterna kernel: panic: clone_create() on cdevsw without minor 
numbers
May 15 19:31:23 eterna kernel: cpuid = 0
May 15 19:31:23 eterna kernel: KDB: enter: panic

So I'm looking up the source code of vboxdrv.ko but couldn't find . -name
'vboxdrv.*' or something like.

What should I check out then?

--
Masahiko KIMOTO, Ph. D.
E-mail: kim...@ohnolab.orgURL: http://www.ohnolab.org/~kimoto
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Renato Botelho
On Thu, May 14, 2009 at 4:12 PM, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Howdy Guys,
>
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.
>
> Some notes before you can test the port:
> Make sure you are using RELENG_7 or higher. You have
> to use a fresh portstree with uptodate ports!! Please
> read carefully the pkg-messages.
>
> Some known issues / Troubleshooting:
> Sometimes the kernel on HEAD coredumps when loading
> or unloading the kernel module. A small workaround
> to prevent the crash is to not start X, mount proc,
> then load the kernel module and start X from the
> console. That helped me and some testers, maybe you
> too. :P AMD64 should be work in general, it builds
> and start. But not right tested at the moment. We
> want here also some feedback.
>
> Some Thanks:
> First of all we'd like to say many thanks to _ALL_
> vbox developers. Next people are Bernhard Froehlich
> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
> and _ALL_ who helped and provided feedback.
>
> Happy Testing :-)
>
> Download:
>
>  http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>
> Wiki Page:
>  http://wiki.freebsd.org/VirtualBox

Hello Martin

I've built it on i386/CURRENT r191522, but I couldn't load the
module, when i try, i got:

KLD vboxdrv.ko: depends on kernel - not available
kldload: can't load vboxdrv: File exists

It says file exists, but the module is not loaded

r...@botelhor:/home/garga# kldstat
Id Refs AddressSize Name
 1   18 0xc040 b584bc   kernel
 21 0xc0f59000 809c snd_via8233.ko
 32 0xc0f62000 4a438sound.ko
 41 0xc46af000 8000 linprocfs.ko
 51 0xc46c8000 24000linux.ko

Any idea?
-- 
Renato Botelho
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Gustau Pérez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Renato Botelho wrote:
> On Thu, May 14, 2009 at 4:12 PM, Martin Wilke  wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Howdy Guys,
>>
>> After the announcement from Alexander Eichner about
>> Virtualbox on FreeBSD, we started the work on a port
>> for FreeBSD. Now we think that we solved the most
>> problems and are ready for the first Call for Testing.
>>
>> Some notes before you can test the port:
>> Make sure you are using RELENG_7 or higher. You have
>> to use a fresh portstree with uptodate ports!! Please
>> read carefully the pkg-messages.
>>
>> Some known issues / Troubleshooting:
>> Sometimes the kernel on HEAD coredumps when loading
>> or unloading the kernel module. A small workaround
>> to prevent the crash is to not start X, mount proc,
>> then load the kernel module and start X from the
>> console. That helped me and some testers, maybe you
>> too. :P AMD64 should be work in general, it builds
>> and start. But not right tested at the moment. We
>> want here also some feedback.
>>
>> Some Thanks:
>> First of all we'd like to say many thanks to _ALL_
>> vbox developers. Next people are Bernhard Froehlich
>> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
>> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
>> and _ALL_ who helped and provided feedback.
>>
>> Happy Testing :-)
>>
>> Download:
>>
>>  http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>>
>> Wiki Page:
>>  http://wiki.freebsd.org/VirtualBox
>
> Hello Martin
>
> I've built it on i386/CURRENT r191522, but I couldn't load the
> module, when i try, i got:
>
> KLD vboxdrv.ko: depends on kernel - not available
> kldload: can't load vboxdrv: File exists
>
> It says file exists, but the module is not loaded
>
> r...@botelhor:/home/garga# kldstat
> Id Refs AddressSize Name
>  1   18 0xc040 b584bc   kernel
>  21 0xc0f59000 809c snd_via8233.ko
>  32 0xc0f62000 4a438sound.ko
>  41 0xc46af000 8000 linprocfs.ko
>  51 0xc46c8000 24000linux.ko
>
> Any idea?
   It seems to me you csup'ed your sources but you are still using the
old kernel. Try make buildkernell && make installkernel and then try
loading the module.

   Gus

PS : as a advice, I would do the installworld with
KODIR=/boot/test && nextboot -k test. If i works, you can reinstall
again the kernel as your default kernel .

- --
PGP KEY : http://www-entel.upc.edu/gus/gus.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoNUH4ACgkQAvcpDulVChDcwQCfZv8oKZzE37j794kCfNt2Tdqq
z2YAn2BLpbl1Zm9eGRLvF3r2GtYBRSFr
=fXHv
-END PGP SIGNATURE-

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Masahiko KIMOTO
 > > When start the virtual machine, kernel got panic with;
 > 
 > > May 15 19:31:23 eterna kernel: panic: clone_create() on cdevsw without 
 > > minor numbers
 > > May 15 19:31:23 eterna kernel: cpuid = 0
 > > May 15 19:31:23 eterna kernel: KDB: enter: panic
 > 
 > > So I'm looking up the source code of vboxdrv.ko but couldn't find . -name
 > > 'vboxdrv.*' or something like.
 > 
 > > What should I check out then?
 > 
 > Do you have all kernel modules from ports up to date with world/kernel?

Hmm,
Under /boot/kernel/ is up to date by make build/installkernel.
Under /boot/modules/, only vboxdrv.ko is in it, and is up to date.

--
Masahiko KIMOTO, Ph. D.
E-mail: kim...@ohnolab.orgURL: http://www.ohnolab.org/~kimoto

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Gorbatovsky Dmitry

Thanks for grate work!

I install on VirtualBox FreeBSD 7.1, Ubuntu, Windows 7
and it work fine.

%uname -a
FreeBSD user 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Thu May  7 15:46:13 MSD 
2009 r...@user:/usr/obj/usr/src/sys/GENERIC  i386


Dmitry. 



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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Sergey V. Dyatko
В Fri, 15 May 2009 19:50:26 +0900 (JST)
Masahiko KIMOTO  пишет:

MK> I'm testing on today's 8-CURRENT/i386.
MK> 
MK> When start the virtual machine, kernel got panic with;
MK> 
MK> May 15 19:31:23 eterna kernel: panic: clone_create() on cdevsw
MK> without minor numbers May 15 19:31:23 eterna kernel: cpuid = 0
MK> May 15 19:31:23 eterna kernel: KDB: enter: panic
MK> 
MK> So I'm looking up the source code of vboxdrv.ko but couldn't find .
MK> -name 'vboxdrv.*' or something like.
MK> 
MK> What should I check out then?
MK> 
/boot/modules/vboxdrv.ko ?

MK> --
MK> Masahiko KIMOTO, Ph. D.
MK> E-mail: kim...@ohnolab.orgURL:
MK> http://www.ohnolab.org/~kimoto



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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Rink Springer
On Fri, May 15, 2009 at 08:17:07AM -0300, Renato Botelho wrote:
> I've built it on i386/CURRENT r191522, but I couldn't load the
> module, when i try, i got:
> 
> KLD vboxdrv.ko: depends on kernel - not available
> kldload: can't load vboxdrv: File exists

This generally means your kernel sources and binary are not in sync.
Just rebuild and reinstall your kernel and all modules and you will be
fine.

Regards,

-- 
Rink P.W. Springer- http://rink.nu
"Talk to me."
- Horatio Caine
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
On Fri, 15 May 2009 19:50:26 +0900 (JST) Masahiko KIMOTO wrote:

> I'm testing on today's 8-CURRENT/i386.

So do I. But virtualbox works here. Until any VM got shutdown -- none
can be started.

> When start the virtual machine, kernel got panic with;

> May 15 19:31:23 eterna kernel: panic: clone_create() on cdevsw without minor 
> numbers
> May 15 19:31:23 eterna kernel: cpuid = 0
> May 15 19:31:23 eterna kernel: KDB: enter: panic

> So I'm looking up the source code of vboxdrv.ko but couldn't find . -name
> 'vboxdrv.*' or something like.

> What should I check out then?

Do you have all kernel modules from ports up to date with world/kernel?


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
On Fri, 15 May 2009 08:17:07 -0300 Renato Botelho wrote:

> I've built it on i386/CURRENT r191522, but I couldn't load the
> module, when i try, i got:

> KLD vboxdrv.ko: depends on kernel - not available

I didn't see that message.

> kldload: can't load vboxdrv: File exists

While this is familiar for me. I've got it when build virtualbox
with newer kernel sources (it so happened that I csuped src but
had no time to rebuild/reinstall) than the installed kernel.

> It says file exists, but the module is not loaded

> r...@botelhor:/home/garga# kldstat
> Id Refs AddressSize Name
>  1   18 0xc040 b584bc   kernel
>  21 0xc0f59000 809c snd_via8233.ko
>  32 0xc0f62000 4a438sound.ko
>  41 0xc46af000 8000 linprocfs.ko
>  51 0xc46c8000 24000linux.ko

> Any idea?


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
On Fri, 15 May 2009 12:12:54 +0200 Martin Wilke wrote:

> We uploaded a new tarball what should be fix the build on AMD64.

> Small changelog:
> - devel/kbuild is now dependency
> - remove misc/compat6 support

> Note:
> Use devel/bcc instead of devel/dev86 what means
> If you have devel/bcc installed please deinstall

> http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz

> Please give us feedback :P

I've got an error at my 8-CURRENT tinderbox:
-

===>  Building package for virtualbox-2.2.2r19673
tar: lib/virtualbox/VBoxREM32.so: Cannot stat: No such file or directory
tar: lib/virtualbox/VBoxREM64.so: Cannot stat: No such file or directory
tar: Removing leading '/' from member names
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
-

Seems that for 64 bit platform none of VBoxREM[32|64].so are
created.

BTW, those who are interested at the subject from mail lists
ports@, emulation@ and current@ already knows the great news.
May be it's time to move to one list, say, virtualizat...@?


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, May 15, 2009 at 05:23:34PM +0400, Boris Samorodov wrote:
> On Fri, 15 May 2009 12:12:54 +0200 Martin Wilke wrote:
> 
> > We uploaded a new tarball what should be fix the build on AMD64.
> 
> > Small changelog:
> > - devel/kbuild is now dependency
> > - remove misc/compat6 support
> 
> > Note:
> > Use devel/bcc instead of devel/dev86 what means
> > If you have devel/bcc installed please deinstall
> 
> > http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz
> 
> > Please give us feedback :P
> 
> I've got an error at my 8-CURRENT tinderbox:
> -
> 
> ===>  Building package for virtualbox-2.2.2r19673
> tar: lib/virtualbox/VBoxREM32.so: Cannot stat: No such file or directory
> tar: lib/virtualbox/VBoxREM64.so: Cannot stat: No such file or directory
> tar: Removing leading '/' from member names
> tar: Error exit delayed from previous errors.
> pkg_create: make_dist: tar command failed with code 256
> -
> 
> Seems that for 64 bit platform none of VBoxREM[32|64].so are
> created.

Ups :(. Seems we was to fast. I'll fix that soon ;).

> 
> BTW, those who are interested at the subject from mail lists
> ports@, emulation@ and current@ already knows the great news.
> May be it's time to move to one list, say, virtualizat...@?
> 

Maybe :-). But for the moment it's a good place to deal with 
vbox.

> 
> WBR
> -- 
> Boris Samorodov (bsam)
> Research Engineer, http://www.ipt.ru Telephone & Internet SP
> FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEUEARECAAYFAkoNbe8ACgkQdLJIhLHm/OngAwCY2KHMIweS1sARJw/BW2ehMjMr
zgCgy9Kh3bwk9ik4uX6t7slfghIr7u8=
=ohI6
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Paul Wootton

Martin Wilke wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok

We uploaded a new tarball what should be fix the build on AMD64.

Small changelog:
- - devel/kbuild is now dependency
- - remove misc/compat6 support

Note:
Use devel/bcc instead of devel/dev86 what means
If you have devel/bcc installed please deinstall

http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz

Please give us feedback :P


- - Martin

- -- 


+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoNQCUACgkQdLJIhLHm/OmgeQCgptEW5FhkmB8huDhs5LL63PhI
+04AoONjytolxD892zcCnlv81MRLceEv
=UJL8
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


  

Hi,
When compiling I get the following error

kBuild: Installing tstUtf8 => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUtf8
kBuild: Installing tstUuid => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUuid
kBuild: Installing tstVMStructGC => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC
kBuild: Generating tstVMStructSize - 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC: 
1: Syntax error: "(" unexpected
kmk[2]: *** 
[/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
Error 2
kmk[2]: *** Deleting file 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'

kmk[2]: *** Waiting for unfinished jobs
awk -f /usr/src/sys/conf/kmod_syms.awk  
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko  
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def 
| xargs -J% objcopy % 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko
awk: can't open file 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def

source line number 10
kmk[2]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
kmk[2]: Entering directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_binaries_this] Error 2
kmk[1]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

kmk: *** [pass_binaries_order] Error 2
*** Error code 2

Stop in /root/vBox/virtualbox.
demophon#


demophon# uname -a
FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Wed May  6 
09:04:17 UTC 2009 p...@demophon:/usr/obj/usr/src/sys/DEMOPHON  amd64


Any ideas?

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Mark Kane
On Fri, May 15, 2009, at 11:53:39 +0200, Bernhard Fröhlich wrote:
> On Thu, May 14, 2009 11:51 pm, Artem Belevich wrote:
> > Few more notes from -CURRENT/amd64
> >
> > [snip]
> >
> > * Attempt to boot new VM (64-bit FreeBSD) from -current snapshot DVD
> > ISO results in an error:
> >
> > Failed to start the virtual machine FreeBSD.
> > Failed to load VMMR0.r0 (VERR_SYMBOL_VALUE_TOO_BIG).
> > Unknown error creating VM (VERR_SYMBOL_VALUE_TOO_BIG).
> >
> > Result Code: NS_ERROR_FAILURE (0x80004005)
> > Component: Console
> > Interface: IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}
> 
> 
> I cannot reproduce that anymore (probably hit another problem). Could
> you please provide what the vbox-dev people asked for to solve that
> problem?
> 
> VBox.log from ~/.VirtualBox/Machines//Logs/VBox.log
> 
> and start with
> 
> export VBOX_LOG=+rt_ldr.e.l2.f
> VirtualBox -startvm VM_NAME
> 
> the resulting .log file (created in the current directory!)
> 
> http://vbox.innotek.de/pipermail/vbox-dev/2009-May/001411.html
> http://vbox.innotek.de/pipermail/vbox-dev/2009-May/001413.html
> 
> Thanks!

Hi.

I just wanted to add that the kldload and "VERR_SYMBOL_VALUE_TOO_BIG"
errors that Artem posted also occur on RELENG_7/amd64. I rebuilt with
debug enabled and set the environment variable per the posts on the
VirtualBox mailing list and have included the requested logs below
(along with some additional info from /var/log/messages about the
kernel module).

One note: when running the version with debug I haven't really seen the
original error about "VERR_SYMBOL_VALUE_TOO_BIG" in any of the logs and
it doesn't pop up on screen anymore when the the VM fails to start; the
window just disappears after failing to start.

http://tntpowerhost.com/mixx941/freebsd/virtualbox_logs_20090515.txt

Thanks in advance!

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MarkK)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Tim Bishop
Hi Martin,

On Thu, May 14, 2009 at 09:12:37PM +0200, Martin Wilke wrote:
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.

Is the VRDP stuff meant to work? When following these instructions it
just appears athat it doesn't start it up (nothing is listening on
3389):

http://www.virtualbox.org/manual/UserManual.html#vboxheadless

Thanks for your work making VirtualBox available to us!

Tim.

-- 
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x5AE7D984
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Sam Fourman Jr.
> I've built it on i386/CURRENT r191522, but I couldn't load the
> module, when i try, i got:
>
> KLD vboxdrv.ko: depends on kernel - not available
> kldload: can't load vboxdrv: File exists
>
> It says file exists, but the module is not loaded
>
> r...@botelhor:/home/garga# kldstat
> Id Refs Address    Size     Name
>  1   18 0xc040 b584bc   kernel
>  2    1 0xc0f59000 809c     snd_via8233.ko
>  3    2 0xc0f62000 4a438    sound.ko
>  4    1 0xc46af000 8000     linprocfs.ko
>  5    1 0xc46c8000 24000    linux.ko
>
> Any idea?

it Probably means that you are running a kernel that is not in sync
with the src in your /usr/src

do csup -g -L 2 -h cvsup15.freebsd.org /usr/share
examples/cvsup/standard-supfile

then build your kernel && install your kernel

uninstall the Virtualbox port and rebuild it. all will work

Sam Fourman Jr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Tim Bishop
On Sat, May 16, 2009 at 12:47:56AM +0100, Tim Bishop wrote:
> On Thu, May 14, 2009 at 09:12:37PM +0200, Martin Wilke wrote:
> > After the announcement from Alexander Eichner about
> > Virtualbox on FreeBSD, we started the work on a port
> > for FreeBSD. Now we think that we solved the most
> > problems and are ready for the first Call for Testing.
> 
> Is the VRDP stuff meant to work? When following these instructions it
> just appears athat it doesn't start it up (nothing is listening on
> 3389):
> 
> http://www.virtualbox.org/manual/UserManual.html#vboxheadless

To answer my own question, VRDP isn't available on the Open Source
Edition of VirtualBox. Differences can be found here:

http://www.virtualbox.org/wiki/Editions

Tim.

-- 
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x5AE7D984
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Ion-Mihai Tetcu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 15 May 2009 12:12:54 +0200
Martin Wilke  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Ok
> 
> We uploaded a new tarball what should be fix the build on AMD64.
> 
> Small changelog:
> - - devel/kbuild is now dependency
> - - remove misc/compat6 support
> 
> Note:
> Use devel/bcc instead of devel/dev86 what means
> If you have devel/bcc installed please deinstall
> 
> http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz
> 
> Please give us feedback :P

Seems you need to be root to build it and it will fail on tindy/pointy
because of touching the fs outside WRKDIR before install.:

===>  Building for virtualbox-2.2.2r19673
cd /home/itetcu/wrk/usr/home/itetcu/tmp/virtualbox/work/virtualbox-2.2.2r19673 
&& /bin/sh env.sh && VBOX_LIBPATH_X11=/usr/local /usr/local/bin/kmk
Makefile.kmk:23: /usr/local/share/kBuild/subheader.kmk: Permission denied
Makefile.kmk:809: /usr/local/share/kBuild/subfooter.kmk: Permission denied
kmk: stat: /usr/local/share/kBuild/subfooter.kmk: Permission denied
kmk: stat: /usr/local/share/kBuild/subheader.kmk: Permission denied
kmk: *** No rule to make target `/usr/local/share/kBuild/subfooter.kmk'.  Stop.
*** Error code 2



- -- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoOzNoACgkQJ7GIuiH/oeWibgCeI1c3Lcenk8K6x8PhpKRqw5/h
UocAn3qcQcaqb2i1sLHoIUhabWMWa82s
=9RR7
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Benoit Calvez
On Thu, May 14, 2009 at 11:49 PM, Benoit Calvez wrote:

>
>
> On Thu, May 14, 2009 at 9:12 PM, Martin Wilke  wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Howdy Guys,
>>
>> After the announcement from Alexander Eichner about
>> Virtualbox on FreeBSD, we started the work on a port
>> for FreeBSD. Now we think that we solved the most
>> problems and are ready for the first Call for Testing.
>>
>> Some notes before you can test the port:
>> Make sure you are using RELENG_7 or higher. You have
>> to use a fresh portstree with uptodate ports!! Please
>> read carefully the pkg-messages.
>>
>> Some known issues / Troubleshooting:
>> Sometimes the kernel on HEAD coredumps when loading
>> or unloading the kernel module. A small workaround
>> to prevent the crash is to not start X, mount proc,
>> then load the kernel module and start X from the
>> console. That helped me and some testers, maybe you
>> too. :P AMD64 should be work in general, it builds
>> and start. But not right tested at the moment. We
>> want here also some feedback.
>>
>> Some Thanks:
>> First of all we'd like to say many thanks to _ALL_
>> vbox developers. Next people are Bernhard Froehlich
>> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
>> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
>> and _ALL_ who helped and provided feedback.
>>
>> Happy Testing :-)
>>
>> Download:
>>
>>  
>> http://people.freebsd.org/~miwi/vbox/vboxport.tgz
>>
>> Wiki Page:
>>  http://wiki.freebsd.org/VirtualBox
>>
>>  - Martin
>>
>> - --
>>
>> +---+---+
>> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
>> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
>> +---+---+
>> |   Mess with the Best, Die like the Rest!  |
>> +---+---+
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v2.0.11 (FreeBSD)
>>
>> iEYEARECAAYFAkoMbSUACgkQdLJIhLHm/OnNnACeJsT7H9hW1J7CV70P3Ty+q0CA
>> kD8AoMLCPbltY999/8qO6fnaqv4UQ9QT
>> =LcoD
>> -END PGP SIGNATURE-
>> ___
>> freebsd-curr...@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org
>> "
>>
>
> I'm trying to build from amd64, but got the following error. Sorry but I
> didn't look, and it's a fresh paste:
> ===>  Configuring for virtualbox-2.2.2r19673
> Checking for environment: Determined build machine: freebsd.amd64, target
> machine: freebsd.amd64, OK.
> Checking for kBuild: found, OK.
> Checking for gcc: found version 4.2.1, OK.
> Checking for as86: found version 0.16.17, OK.
> Checking for bcc: found version 0.16.17, OK.
> Checking for iasl: found version 20070320, OK.
> Checking for xslt: found, OK.
> Checking for pthread: found, OK.
> Checking for libxml2: found version 2.7.3, OK.
> Checking for libxslt: found version 1.1.24, OK.
> Checking for libIDL: found version 0.8.13, OK.
> Checking for zlib: found version 1.2.3, OK.
> Checking for SDL: found version 1.2.13, OK.
> Checking for X libraries: found, OK.
> Checking for Xcursor: found, OK.
> Checking for Xmu: found, OK.
> Checking for Mesa / GLU: Xlib:  extension "Generic Event Extension" missing
> on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> found version 1.2, OK.
> Checking for Qt4: found version 4.4.3, OK.
> Checking for Qt4 devtools: found version 4.4.3, OK.
> Checking for python support: found version 2.5.4, OK.
>
> Successfully generated
> '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/AutoConfig.kmk'
> and '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'.
> Source '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'
> once before you start to build VBox:
>
>   source /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh
>   kmk
>
>
>   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
> +++
>   Hardening is enabled which means that the VBox binaries will not run from
>   the binary directory. The binaries have to be installed suid root and
> some
>   more prerequisites have to be fulfilled which is normally done by
> installing
>   the final package. For development, the hardening feature can be disabled
>   by specifying the --disable-hardening parameter. Please never disable
> that
>   feature for the final distribution!
>   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
> +++
>
> Enjoy!
> ===>  Building for virtualbox-2.2.2r19673
> cd /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673 && /bin/sh
> env.sh && VBOX_LIBPATH_X11=/usr/local
> /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64/kmk
> Config.kmk:1664:
> /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r1967

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-17 Thread Greg Byshenk
On Sat, May 16, 2009 at 07:16:13PM +0200, Benoit Calvez wrote:
> On Thu, May 14, 2009 at 11:49 PM, Benoit Calvez 
> wrote:
> > On Thu, May 14, 2009 at 9:12 PM, Martin Wilke  wrote:

> >> After the announcement from Alexander Eichner about
> >> Virtualbox on FreeBSD, we started the work on a port
> >> for FreeBSD. Now we think that we solved the most
> >> problems and are ready for the first Call for Testing.
> >>
> >> Some notes before you can test the port:
> >> Make sure you are using RELENG_7 or higher. You have
> >> to use a fresh portstree with uptodate ports!! Please
> >> read carefully the pkg-messages.
> >>
> >> Some known issues / Troubleshooting:
> >> Sometimes the kernel on HEAD coredumps when loading
> >> or unloading the kernel module. A small workaround
> >> to prevent the crash is to not start X, mount proc,
> >> then load the kernel module and start X from the
> >> console. That helped me and some testers, maybe you
> >> too. :P AMD64 should be work in general, it builds
> >> and start. But not right tested at the moment. We
> >> want here also some feedback.
> >>
> >> Some Thanks:
> >> First of all we'd like to say many thanks to _ALL_
> >> vbox developers. Next people are Bernhard Froehlich
> >> (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
> >> (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
> >> and _ALL_ who helped and provided feedback.
> >>
> >> Happy Testing :-)
> >>
> >> Download:
> >>
> >>  
> >> http://people.freebsd.org/~miwi/vbox/vboxport.tgz
> >>
> >> Wiki Page:
> >>  http://wiki.freebsd.org/VirtualBox
> >>
> >>  - Martin

> > I'm trying to build from amd64, but got the following error. Sorry but I
> > didn't look, and it's a fresh paste:
> > [...]

> I just tryed with the last tarball (
> http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz) and it compiles fine.
> 
> the kernel module loads, and I'll try to boot an opensolaris in a few
> moments.

I've just tried with virtualbox_1.tgz, and it builds without a problem, the
module installs without a problem, but attempting to start VirtualBox fails.
I get no error at all, VirtualBox just hangs.

If I attempt to run 'truss VirtualBox', I get the error:

   Effective UID is not root (euid=1001 egid=1001 uid=1001 gid=1001) (rc=-10)
   It may help to reinstall VirtualBox. 

But checking shows that VirtualBox is SUID root:

   $ ls -l /usr/local/lib/virtualbox/VirtualBox
   -r-s--x--x  1 root  vboxusers  21016 May 17 10:21 
/usr/local/lib/virtualbox/VirtualBox

It seems that I can create a vm:

   $ VBoxManage createvm --name test
   VirtualBox Command Line Management Interface Version 2.2.51_OSE
   (C) 2005-2009 Sun Microsystems, Inc.
   All rights reserved.
   
   Virtual machine 'test' is created.
   UUID: 9be28271-55c2-4299-b69a-266c58716db7
   Settings file: '/home/gbyshenk/.VirtualBox/Machines/test/test.xml'
   $ VirtualBox 
   
   $ ls -l /home/gbyshenk/.VirtualBox/Machines/test/test.xml
   -rw---  1 gbyshenk  gbyshenk  2302 May 17 10:37 
/home/gbyshenk/.VirtualBox/Machines/test/test.xml

But VirtualBox itself fails to start -- even if I run as root.

System is amd64, 7-STABLE as of 26-04-2009.  Does it need to be more
recent...?


-- 
greg byshenk  -  gbysh...@byshenk.net  -  Leiden, NL
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-17 Thread Glen Barber
On Thu, May 14, 2009 at 3:12 PM, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Howdy Guys,
>
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.
>

Runs great for me.  (uname -a included.)  Thanks for porting this!

FreeBSD phoenix 7.2-STABLE FreeBSD 7.2-STABLE #0 r192129M: Thu May 14
22:53:56 UTC 2009 r...@phoenix:/usr/obj/usr/src/sys/GENERIC  i386


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


[Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We rolled a new tarball with the patch from Juergen Lock [1]
with a posible fix for AMD64 users, tested on 3 machines
which now works without problems. Many Thanks to him for
his nice work! 

http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz

Martin

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEUEARECAAYFAkoQUtAACgkQdLJIhLHm/OlY2QCg1KZW2YCvE1VhqKgSQ/xhjKIx
U60Al2UMniKg+KvQ6m9RcP92eOMddfQ=
=kB6c
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-19 Thread Paul Schenkeveld
On Thu, May 14, 2009 at 09:12:37PM +0200, Martin Wilke wrote:
> 
> Howdy Guys,
> 
> After the announcement from Alexander Eichner about
> Virtualbox on FreeBSD, we started the work on a port
> for FreeBSD. Now we think that we solved the most
> problems and are ready for the first Call for Testing.

Many thanks!

So far I had a short ride but vbox fails every time after the first try.

If the following can help you debug/improve, read on, otherwise I'll just
wait for a more stable version.  If you want me to test anything or send
crash dump, please let me know.

 - Running 7.2-STABLE i386 as of Thu May 14 19:28:42 CEST 2009 on Dell
   Precision M4300 notebook (Intel T7500 Core-2 Duo, 2.2GHz VT-x enabled,
   3 GB RAM)
 - /proc is mounted
 - Downloaded vbox port yesterday evening (~ 18:50 UTC)
 - make -s install clean (watch many qt4 dependencies, dev86 and vbox
   install)
 - kldload vboxdrv (OK, even with X running)
 - $ VirtualBox
 - Created a guest with 512MB RAM, 2GB IDE pri master disk
 - Could not choose bridged network, so fell back to NAT
 - Installed FreeBSD 7.1 from 7.1 release DVD iso, feels very good, nice
   performance!
 - Could not NFS mount anything, vbox NAT translates NFS client to
   unprivileged port
 - Wanted to add second virtual disk to hold /usr/src and /usr/obj so
   stopped vbox, added virtual disk and tried to restart guest many
   times, no luck
 - Rebooted computer
 - kldload vboxdrv (with X11 running), system panics
 - Reboot and load vboxdrv from loader works
 - Trying to start existing vbox guest always fails, sometimes with error
   popup:
   Unknown error creating VM (VERR_PDM_DEVICE_NOT_FOUND).

   Result Code: NS_ERROR_FAILURE (0x80004005)
   Component:   Console
   Interface:   IConsole {a7f17a42-5b64-488d-977b-4b2c639ada27}
   but mostly I only see the console window appear and disappear within
   a second (/var/log/messages: pid 1283 (VirtualBox), uid 2506: exited
   on signal 11
 - Creating a new guest (in case disk image of old guest is damaged)
   never starts (shows same symptoms as original guest)

Thanks again for all the good work!

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-25 Thread Adam McDougall

Paul Wootton wrote:

Martin Wilke wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok

We uploaded a new tarball what should be fix the build on AMD64.

Small changelog:
- - devel/kbuild is now dependency
- - remove misc/compat6 support

Note:
Use devel/bcc instead of devel/dev86 what means
If you have devel/bcc installed please deinstall

http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz

Please give us feedback :P


- - Martin

- --
+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|Mess with the Best, Die like the Rest!|
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoNQCUACgkQdLJIhLHm/OmgeQCgptEW5FhkmB8huDhs5LL63PhI
+04AoONjytolxD892zcCnlv81MRLceEv
=UJL8
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


  

Hi,
When compiling I get the following error

kBuild: Installing tstUtf8 => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUtf8 

kBuild: Installing tstUuid => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUuid 

kBuild: Installing tstVMStructGC => 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC 

kBuild: Generating tstVMStructSize - 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h 

/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC: 
1: Syntax error: "(" unexpected
kmk[2]: *** 
[/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
Error 2
kmk[2]: *** Deleting file 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h' 


kmk[2]: *** Waiting for unfinished jobs
awk -f /usr/src/sys/conf/kmod_syms.awk  
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko  
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def 
| xargs -J% objcopy % 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko 

awk: can't open file 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def 


source line number 10
kmk[2]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
kmk[2]: Entering directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_binaries_this] Error 2
kmk[1]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

kmk: *** [pass_binaries_order] Error 2
*** Error code 2

Stop in /root/vBox/virtualbox.
demophon#


demophon# uname -a
FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Wed May  6 
09:04:17 UTC 2009 p...@demophon:/usr/obj/usr/src/sys/DEMOPHON  amd64


Any ideas?

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

I am getting this error too from the latest test port on amd64 7-stable 
and 8-current:


kBuild: Installing tstVMStructGC => 
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC
kBuild: Generating tstVMStructSize - 
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC: 
1: Syntax error: "(" unexpected
kmk[2]: *** 
[/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
Error 2
kmk[2]: *** Deleting file 
`/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'

kmk[2]: *** Waiting for unfinished jobs
kmk[2]: Leaving directory 
`/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'
kmk[2]: Entering directory 
`/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'

kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_binaries_this] Error 2
kmk[1]: Leaving directory 
`/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'

kmk: *** [pass_binaries_order] Error 2
*** Error code 2


The OS builds are 1-3 days old (full kernel + world) and ports were up 
to date.  Help?  Thanks.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-02 Thread Adam McDougall
I figured it out.  I needed "options COMPAT_IA32"
in my kernel config.  

On Mon, May 25, 2009 at 12:07:47PM -0400, Adam McDougall wrote:

  > Hi,
  > When compiling I get the following error
  >
  > kBuild: Installing tstUtf8 => 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUtf8
 
  >
  > kBuild: Installing tstUuid => 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUuid
 
  >
  > kBuild: Installing tstVMStructGC => 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC
 
  >
  > kBuild: Generating tstVMStructSize - 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h
 
  >
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC:
 
  > 1: Syntax error: "(" unexpected
  > kmk[2]: *** 
  > 
[/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h]
 
  > Error 2
  > kmk[2]: *** Deleting file 
  > 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'
 
  >
  > kmk[2]: *** Waiting for unfinished jobs
  > awk -f /usr/src/sys/conf/kmod_syms.awk  
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko
  
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def
 
  > | xargs -J% objcopy % 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko
 
  >
  > awk: can't open file 
  > 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def
 
  >
  > source line number 10
  > kmk[2]: Leaving directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
  > kmk[2]: Entering directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
  > kmk[2]: *** Exiting with status 2
  > kmk[1]: *** [pass_binaries_this] Error 2
  > kmk[1]: Leaving directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
  > kmk: *** [pass_binaries_order] Error 2
  > *** Error code 2
  >
  > Stop in /root/vBox/virtualbox.
  > demophon#
  >
  >
  > demophon# uname -a
  > FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Wed May  6 
  > 09:04:17 UTC 2009 p...@demophon:/usr/obj/usr/src/sys/DEMOPHON  amd64
  >
  > Any ideas?
  >
  > Cheers
  > Paul
  > ___
  > freebsd-ports@freebsd.org mailing list
  > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
  >
  I am getting this error too from the latest test port on amd64 7-stable 
  and 8-current:
  
  kBuild: Installing tstVMStructGC => 
  
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC
  kBuild: Generating tstVMStructSize - 
  
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h
  
/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC:
 
  1: Syntax error: "(" unexpected
  kmk[2]: *** 
  
[/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h]
 
  Error 2
  kmk[2]: *** Deleting file 
  
`/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'
  kmk[2]: *** Waiting for unfinished jobs
  kmk[2]: Leaving directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'
  kmk[2]: Entering directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'
  kmk[2]: *** Exiting with status 2
  kmk[1]: *** [pass_binaries_this] Error 2
  kmk[1]: Leaving directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'
  kmk: *** [pass_binaries_order] Error 2
  *** Error code 2
  
  
  The OS builds are 1-3 days old (full kernel + world) and ports were up 
  to date.  Help?  Thanks.
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-03 Thread Paul Wootton
That makes perfect sense. On my machine, I commented out 32bit 
compatibility as I figured I would not need it. This is the first time 
it has caught me out...


Adam McDougall wrote:

I figured it out.  I needed "options COMPAT_IA32"
in my kernel config.  


On Mon, May 25, 2009 at 12:07:47PM -0400, Adam McDougall wrote:

  > Hi,
  > When compiling I get the following error
  >
  > kBuild: Installing tstUtf8 => 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUtf8 
  >
  > kBuild: Installing tstUuid => 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUuid 
  >
  > kBuild: Installing tstVMStructGC => 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC 
  >
  > kBuild: Generating tstVMStructSize - 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h 
  >
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC: 
  > 1: Syntax error: "(" unexpected
  > kmk[2]: *** 
  > [/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
  > Error 2
  > kmk[2]: *** Deleting file 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h' 
  >

  > kmk[2]: *** Waiting for unfinished jobs
  > awk -f /usr/src/sys/conf/kmod_syms.awk  
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko  
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def 
  > | xargs -J% objcopy % 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko 
  >
  > awk: can't open file 
  > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def 
  >

  > source line number 10
  > kmk[2]: Leaving directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'
  > kmk[2]: Entering directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

  > kmk[2]: *** Exiting with status 2
  > kmk[1]: *** [pass_binaries_this] Error 2
  > kmk[1]: Leaving directory 
  > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673'

  > kmk: *** [pass_binaries_order] Error 2
  > *** Error code 2
  >
  > Stop in /root/vBox/virtualbox.
  > demophon#
  >
  >
  > demophon# uname -a
  > FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Wed May  6 
  > 09:04:17 UTC 2009 p...@demophon:/usr/obj/usr/src/sys/DEMOPHON  amd64

  >
  > Any ideas?
  >
  > Cheers
  > Paul
  > ___
  > freebsd-ports@freebsd.org mailing list
  > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
  >
  I am getting this error too from the latest test port on amd64 7-stable 
  and 8-current:
  
  kBuild: Installing tstVMStructGC => 
  /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC
  kBuild: Generating tstVMStructSize - 
  /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h
  /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC: 
  1: Syntax error: "(" unexpected
  kmk[2]: *** 
  [/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
  Error 2
  kmk[2]: *** Deleting file 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'

  kmk[2]: *** Waiting for unfinished jobs
  kmk[2]: Leaving directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'
  kmk[2]: Entering directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'

  kmk[2]: *** Exiting with status 2
  kmk[1]: *** [pass_binaries_this] Error 2
  kmk[1]: Leaving directory 
  `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852'

  kmk: *** [pass_binaries_order] Error 2
  *** Error code 2
  
  
  The OS builds are 1-3 days old (full kernel + world) and ports were up 
  to date.  Help?  Thanks.

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

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



---
Fletcher Moorland Limited is a company registered in England and Wales. 
Registration number: 2984467. 
Registered office: Elenora Street, Stoke on Trent, Staffordshire, ST

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-06 Thread Glen Barber
Good evening everyone.

Earlier today, I finished a VBox build on a fresh system.

After the build succeeded, I 'kldload /boot/modules/vboxdrv.ko' which
caused a panic.  The machine runs a GENERIC kernel with KDB and
KDB_UNATTENDED added -- no other changes.

-- The machine --
FreeBSD orion 7.2-STABLE FreeBSD 7.2-STABLE #1 r193481: Sat Jun 6
10:22:25 EDT 2009 r...@orion:/usr/obj/usr/src/sys/ORION i386

-- Snippet from 'dmesg' --

FreeBSD 7.2-STABLE #0 r193481: Fri Jun  5 01:55:06 EDT 2009
r...@orion:/usr/obj/usr/src/sys/ORION
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 Duo CPU E4500  @ 2.20GHz (2217.69-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6fd  Stepping = 13
  
Features=0xbfebfbff
  Features2=0xe39d
  AMD Features=0x2010
  AMD Features2=0x1
  Cores per package: 2
real memory  = 2128793600 (2030 MB)
avail memory = 2073436160 (1977 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2



-- The panic --
orion# kgdb kernel.debug /var/crash/vmcore.0
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...

Unread portion of the kernel message buffer:

!!Assertion Failed!!
Expression: cMillies != RT_INDEFINITE_WAIT
Location  : /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/
src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c(212) rtSemEventWait


Fatal trap 3: breakpoint instruction fault while in kernel mode
cpuid = 1; apic id = 01
instruction pointer = 0x20:0xc5e180be
stack pointer   = 0x28:0xe7a73c08
frame pointer   = 0x28:0xe7a73c34
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= IOPL = 0
current process = 1838 (TIMER)
trap number = 3
panic: breakpoint instruction fault
cpuid = 1
Uptime: 6h58m4s
Physical memory: 2017 MB
Dumping 180 MB: 165 149 133 117 101 85 69 53 37 21 5

Reading symbols from /boot/kernel/coretemp.ko...Reading symbols from /boot/kerne
l/coretemp.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/coretemp.ko
Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/ac
pi.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi.ko
Reading symbols from /boot/modules/vboxdrv.ko...done.
Loaded symbols for /boot/modules/vboxdrv.ko
#0  doadump () at pcpu.h:196
196 __asm __volatile("movl %%fs:0,%0" : "=r" (td));
(kgdb) bt
#0  doadump () at pcpu.h:196
#1  0xc07e45a7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418
#2  0xc07e48b2 in panic (fmt=Variable "fmt" is not available.
) at /usr/src/sys/kern/kern_shutdown.c:574
#3  0xc0ae6d83 in trap_fatal (frame=0xe7a73bc8, eva=0)
at /usr/src/sys/i386/i386/trap.c:939
#4  0xc0ae7bdc in trap (frame=0xe7a73bc8) at /usr/src/sys/i386/i386/trap.c:726
#5  0xc0acc05b in calltrap () at /usr/src/sys/i386/i386/exception.s:159
#6  0xc5e180be in rtSemEventWait (EventSem=0xc5d2a110, cMillies=4294967295,
fInterruptible=false)
at /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/src/V
Box/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c:212
#7  0xc5e181b0 in RTSemEventWait (EventSem=0xc5d2a110, cMillies=4294967295)
at /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/src/V
Box/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c:240
#8  0xc5e157f1 in rtTimerThread (Thread=0xc5d2b990, pvUser=0xc5d2be90)
at /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/src/V
Box/Runtime/generic/timer-generic.cpp:238
#9  0xc5e1a6c0 in rtThreadMain (pThread=0xc5d2b990, NativeThread=3316025600,
pszThreadName=0xc5d2b9d0 "TIMER")
at /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/src/V
Box/Runtime/common/misc/thread.cpp:635
#10 0xc5e26ee7 in rtThreadNativeMain (pvThreadInt=0xc5d2b990)
at /usr/home/gbarber/virtualbox/virtualbox/work/virtualbox-2.2.2r19980/src/V
Box/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c:112
---Type  to continue, or q  to quit---
#11 0xc07bdbc9 in fork_exit (callout=0xc5e26ec0 ,
arg=0xc5d2b990, frame=0xe7a73d38) at /usr/src/sys/kern/kern_fork.c:811
#12 0xc0acc0d0 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:264
(kgdb)


Any thoughts?  If needed, I will test patches.

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-08 Thread Helko Glathe
Don't forget to read the instructions in the README file. You must add
system users to an appropriate system group called something like
virtualboxuseres... (I'm currently on a windows machine. So, i have no
chance to give you correct detailed instructions :-)

Also you must mount /proc 

See detailed infos in the README file...

And then make a reboot before trying again..

-- 
Sincerely,

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-11 Thread Aurélien Ansel

Jack Herrman wrote:

Hi,
i try virtualbox5.tgz in my FreeBSD 7.2 Release.
Compiled allready ok.

If I start VirtualBox come following error:
[r...@freebsd ~]# VirtualBox 
VirtualBox: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1


also by 

[r...@freebsd ~]# VBoxSDL 
VBoxSDL: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1


[r...@freebsd ~]# VBoxBFE 
VBoxBFE: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1
  

Hi,

I have the same problem, i have created the group vboxusers and add my 
user on it but i have still the problem.

If someone have a solution ...?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-11 Thread Andriy Gapon
on 11/06/2009 14:06 Aurélien Ansel said the following:
> Jack Herrman wrote:
>> Hi,
>> i try virtualbox5.tgz in my FreeBSD 7.2 Release.
>> Compiled allready ok.
>>
>> If I start VirtualBox come following error:
>> [r...@freebsd ~]# VirtualBox VirtualBox: supR3HardenedExecDir:
>> couldn't read "", errno=2 cchLink=-1
>>
>> also by
>> [r...@freebsd ~]# VBoxSDL VBoxSDL: supR3HardenedExecDir: couldn't read
>> "", errno=2 cchLink=-1
>>
>> [r...@freebsd ~]# VBoxBFE VBoxBFE: supR3HardenedExecDir: couldn't read
>> "", errno=2 cchLink=-1
>>   
> Hi,
> 
> I have the same problem, i have created the group vboxusers and add my
> user on it but i have still the problem.
> If someone have a solution ...?

/proc mounted?
kernel module loaded?

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


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-11 Thread Aurélien Ansel

Andriy Gapon wrote:

on 11/06/2009 14:06 Aurélien Ansel said the following:
  

Jack Herrman wrote:


Hi,
i try virtualbox5.tgz in my FreeBSD 7.2 Release.
Compiled allready ok.

If I start VirtualBox come following error:
[r...@freebsd ~]# VirtualBox VirtualBox: supR3HardenedExecDir:
couldn't read "", errno=2 cchLink=-1

also by
[r...@freebsd ~]# VBoxSDL VBoxSDL: supR3HardenedExecDir: couldn't read
"", errno=2 cchLink=-1

[r...@freebsd ~]# VBoxBFE VBoxBFE: supR3HardenedExecDir: couldn't read
"", errno=2 cchLink=-1
  
  

Hi,

I have the same problem, i have created the group vboxusers and add my
user on it but i have still the problem.
If someone have a solution ...?



/proc mounted?
kernel module loaded?
  

Hi ,

i thought /proc was mounted but he wasn't, thanks for the help.

For information, to mount /proc , i have add this line to /etc/fstab:
   |proc /proc procfs rw 0 0|
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Андрей
> We uploaded a new tarball what should be fix the build on AMD64.
>
> Small changelog:
> - - devel/kbuild is now dependency
> - - remove misc/compat6 support
>
> Note:
> Use devel/bcc instead of devel/dev86 what means
> If you have devel/bcc installed please deinstall
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz

>
> Please give us feedback :P

I've got an make error at my 8-CURRENT amd64  Wed Apr 29 20:02:37 MSD 2009


kBuild: Compiling RuntimeR3NoCRTGCC -
/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/Runtime/common/string/strcmp_alias.c
kBuild: Compiling RuntimeR3NoCRTGCC -
/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/Runtime/common/string/strlen_alias.c
kmk[2]: *** No rule to make target `/usr/src/sys/kern/bus_if.m', needed by
`/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/RuntimeR0Drv/bus_if.h'.
 Stop.
kmk[2]: *** Waiting for unfinished jobs
kmk[2]: Leaving directory
`/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673'
kmk[2]: Entering directory
`/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673'
kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_libraries_this] Error 2
kmk[1]: Leaving directory
`/usr/ports/emulators/virtualbox/work/virtualbox-2.2.2r19673'
kmk: *** [pass_libraries_order] Error 2
*** Error code 2

Stop in /usr/ports/emulators/virtualbox.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Sam Fourman Jr.
On Sun, May 17, 2009 at 1:09 PM, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> We rolled a new tarball with the patch from Juergen Lock [1]
> with a posible fix for AMD64 users, tested on 3 machines
> which now works without problems. Many Thanks to him for
> his nice work!
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
>
> Martin

Does this version still have the kernel module crashing at random on current?

Sam Fourman Jr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Benoit Calvez
On Sun, May 17, 2009 at 9:10 PM, Sam Fourman Jr.  wrote:

> On Sun, May 17, 2009 at 1:09 PM, Martin Wilke  wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> >
> > We rolled a new tarball with the patch from Juergen Lock [1]
> > with a posible fix for AMD64 users, tested on 3 machines
> > which now works without problems. Many Thanks to him for
> > his nice work!
> >
> > http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
> >
> > Martin
>
> Does this version still have the kernel module crashing at random on
> current?
>
> Sam Fourman Jr.
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>

I uninstalled the last virtualbox (from virtualbox_1.tgz port). It compiled
fine and I could start an opensolaris vm.
It crashed cauz' I created the virtual hard drive in a smal partition. Since
then I couldn't restart the vm.
I got two Errors:

"Kernel driver not instaled (rc =-1908)
"Make sure the kernel module has beed loaded successfully"

Sure it is.

the other one is :


  Result Code:

NS_ERROR_FAILURE (0x80004005)

Component:

Machine

Interface:

IMachine {4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc}

I could give more informations if needed

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Greg Byshenk
On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> 
> We rolled a new tarball with the patch from Juergen Lock [1]
> with a posible fix for AMD64 users, tested on 3 machines
> which now works without problems. Many Thanks to him for
> his nice work! 
> 
> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz

I've just updated my system (to 7-STABLE amd64 as of today) and
installed the new version.  It runs for me now. Tomorrow I will
try to create virtual machine.

-- 
greg byshenk  -  gbysh...@byshenk.net  -  Leiden, NL
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Sam Fourman Jr.
On Sun, May 17, 2009 at 7:25 PM, Greg Byshenk  wrote:
> On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
>>
>> We rolled a new tarball with the patch from Juergen Lock [1]
>> with a posible fix for AMD64 users, tested on 3 machines
>> which now works without problems. Many Thanks to him for
>> his nice work!
>>
>> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz


Does the FreeBSD version have USB passthrough support like Linux?

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Glen Barber
On Sun, May 17, 2009 at 2:09 PM, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> We rolled a new tarball with the patch from Juergen Lock [1]
> with a posible fix for AMD64 users, tested on 3 machines
> which now works without problems. Many Thanks to him for
> his nice work!
>

Is there need for the i386 folks to rebuild, or does it only affect amd64?

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-17 Thread Greg Byshenk
On Mon, May 18, 2009 at 02:25:28AM +0200, Greg Byshenk wrote:
> On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> > 
> > We rolled a new tarball with the patch from Juergen Lock [1]
> > with a posible fix for AMD64 users, tested on 3 machines
> > which now works without problems. Many Thanks to him for
> > his nice work! 
> > 
> > http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz

> I've just updated my system (to 7-STABLE amd64 as of today) and
> installed the new version.  It runs for me now. Tomorrow I will
> try to create virtual machine.

As a followup, the 'virtualbox_2.tgz' version appears to work for
me, at least minimally.  I've just installed NetBSD4.1 virtual 
machine, and it appears to be working (even though NetBSD isn't
listed as a supported guest -- I just happened to have the NetBSD
install iso sitting on my hard drive).

-- 
greg byshenk  -  gbysh...@byshenk.net  -  Leiden, NL
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Andrey Fesenko
On Sun, May 17, 2009 at 10:09 PM, Martin Wilke  wrote:

>
> We rolled a new tarball with the patch from Juergen Lock [1]
> with a posible fix for AMD64 users, tested on 3 machines
> which now works without problems. Many Thanks to him for
> his nice work!
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
>
> Martin
>

FreeBSD 8.0-CURRENT #0: Sun May 17 07:56:14 MSD 2009 amd64
new port 
virtualbox_2.tgz
make - OK
install - OK
load module - OK
run -OK
run VM - crush :( only 1 time. more have not yet tried.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Doug Poland

On Sun, May 17, 2009 19:25, Greg Byshenk wrote:
> On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
>>
>> We rolled a new tarball with the patch from Juergen Lock [1]
>> with a posible fix for AMD64 users, tested on 3 machines
>> which now works without problems. Many Thanks to him for
>> his nice work!
>>
>> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
>
Working for me with a fresh cvsup of 7.2-STABLE (17 May 09). 
Installing a 7.2-RELEASE amd64 guest as I write this.

-- 
Regards,
Doug

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Tim Bishop
On Mon, May 18, 2009 at 08:38:18AM -0500, Doug Poland wrote:
> On Sun, May 17, 2009 19:25, Greg Byshenk wrote:
> > On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> >>
> >> We rolled a new tarball with the patch from Juergen Lock [1]
> >> with a posible fix for AMD64 users, tested on 3 machines
> >> which now works without problems. Many Thanks to him for
> >> his nice work!
> >>
> >> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
> 
> Working for me with a fresh cvsup of 7.2-STABLE (17 May 09). 
> Installing a 7.2-RELEASE amd64 guest as I write this.

Works for me, but I've not been able to get a 64 bit guest to work. I
get the following error when booting the installer:

CPU doesn't support long mode

I think I've got all the right options set. Maybe my CPU doesn't support
the necessary VM stuff to let a 64 bit guest work?

I'm also still seeing the following on loading vboxdrv:

kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
kldload: unexpected relocation type 10
vboxdrv: fAsync=0 offMin=0x41f offMax=0x53b

Are others still seeing that on amd64?

Tim.

-- 
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x5AE7D984
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Tim Bishop
On Mon, May 18, 2009 at 04:56:13PM +0100, Tim Bishop wrote:
> On Mon, May 18, 2009 at 08:38:18AM -0500, Doug Poland wrote:
> > On Sun, May 17, 2009 19:25, Greg Byshenk wrote:
> > > On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> > >>
> > >> We rolled a new tarball with the patch from Juergen Lock [1]
> > >> with a posible fix for AMD64 users, tested on 3 machines
> > >> which now works without problems. Many Thanks to him for
> > >> his nice work!
> > >>
> > >> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
> > 
> > Working for me with a fresh cvsup of 7.2-STABLE (17 May 09). 
> > Installing a 7.2-RELEASE amd64 guest as I write this.
> 
> Works for me, but I've not been able to get a 64 bit guest to work. I
> get the following error when booting the installer:
> 
>   CPU doesn't support long mode
> 
> I think I've got all the right options set. Maybe my CPU doesn't support
> the necessary VM stuff to let a 64 bit guest work?

I'm getting good at answering my own questions :D Yes, it's my CPU.
Found a different machine and confirmed it has the VMX extension, and
all is fine.

> I'm also still seeing the following on loading vboxdrv:
> 
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> vboxdrv: fAsync=0 offMin=0x41f offMax=0x53b
> 
> Are others still seeing that on amd64?

Not that I thought it'd make any difference, but I can confirm those
still happen even with the VMX extension.

Tim.

-- 
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x5AE7D984
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Benoit Calvez
On Mon, May 18, 2009 at 5:56 PM, Tim Bishop  wrote:

> On Mon, May 18, 2009 at 08:38:18AM -0500, Doug Poland wrote:
> > On Sun, May 17, 2009 19:25, Greg Byshenk wrote:
> > > On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> > >>
> > >> We rolled a new tarball with the patch from Juergen Lock [1]
> > >> with a posible fix for AMD64 users, tested on 3 machines
> > >> which now works without problems. Many Thanks to him for
> > >> his nice work!
> > >>
> > >> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
> >
> > Working for me with a fresh cvsup of 7.2-STABLE (17 May 09).
> > Installing a 7.2-RELEASE amd64 guest as I write this.
>
> Works for me, but I've not been able to get a 64 bit guest to work. I
> get the following error when booting the installer:
>
>CPU doesn't support long mode
>
> I think I've got all the right options set. Maybe my CPU doesn't support
> the necessary VM stuff to let a 64 bit guest work?
>
> I'm also still seeing the following on loading vboxdrv:
>
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> vboxdrv: fAsync=0 offMin=0x41f offMax=0x53b
>
> Are others still seeing that on amd64?
>

got the same in dmesg:

kldload: unexpected relocation type 10
vboxdrv: fAsync=1 offMin=0xff94c offMax=0xff94c
supdrvGipCreate: omni timer not supported, falling back to synchronous mode




>
> Tim.
>
> --
> Tim Bishop
> http://www.bishnet.net/tim/
> PGP Key: 0x5AE7D984
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>



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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Andrey Fesenko
On Mon, May 18, 2009 at 7:56 PM, Tim Bishop  wrote:

> On Mon, May 18, 2009 at 08:38:18AM -0500, Doug Poland wrote:
> > On Sun, May 17, 2009 19:25, Greg Byshenk wrote:
> > > On Sun, May 17, 2009 at 08:09:20PM +0200, Martin Wilke wrote:
> > >>
> > >> We rolled a new tarball with the patch from Juergen Lock [1]
> > >> with a posible fix for AMD64 users, tested on 3 machines
> > >> which now works without problems. Many Thanks to him for
> > >> his nice work!
> > >>
> > >> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
> >
> > Working for me with a fresh cvsup of 7.2-STABLE (17 May 09).
> > Installing a 7.2-RELEASE amd64 guest as I write this.
>
> Works for me, but I've not been able to get a 64 bit guest to work. I
> get the following error when booting the installer:
>
>CPU doesn't support long mode
>
> I think I've got all the right options set. Maybe my CPU doesn't support
> the necessary VM stuff to let a 64 bit guest work?
>
> I'm also still seeing the following on loading vboxdrv:
>
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> kldload: unexpected relocation type 10
> vboxdrv: fAsync=0 offMin=0x41f offMax=0x53b
>
> Are others still seeing that on amd64?
>
>
FreeBSD 8.0-CURRENT #0: Sun May 17 07:56:14 MSD 2009 amd64

got the same in/var/log/messages
May 18 22:00:02 my_book newsyslog[25948]: logfile turned over due to
size>100K
May 18 22:07:28 my_book kernel: kldload: unexpected relocation type 10
May 18 22:07:28 my_book last message repeated 11 times
May 18 22:07:28 my_book kernel: vboxdrv: fAsync=0 offMin=0x499 offMax=0x8744
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Marius Nünnerich
On Sun, May 17, 2009 at 20:09, Martin Wilke  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> We rolled a new tarball with the patch from Juergen Lock [1]
> with a posible fix for AMD64 users, tested on 3 machines
> which now works without problems. Many Thanks to him for
> his nice work!
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz
>
> Martin

I'm impressed, everything I tried worked ootb. Thank you all!

(FreeBSD/i386 7.2-STABLE)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-18 Thread Steve Polyack

Marius Nünnerich wrote:

On Sun, May 17, 2009 at 20:09, Martin Wilke  wrote:
  

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We rolled a new tarball with the patch from Juergen Lock [1]
with a posible fix for AMD64 users, tested on 3 machines
which now works without problems. Many Thanks to him for
his nice work!

http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz

Martin



I'm impressed, everything I tried worked ootb. Thank you all!

(FreeBSD/i386 7.2-STABLE)
  
Everything's working great for me as well (i386 7.2-RELEASE here).  Are 
there plans to support the bridged interface network adapters?


Also, I was surprised at how good the performance was on my home machine 
with the VT extensions.  Great work!


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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy ..

Next run,

We updated the port to 2.2.2r19801.
The Patch files/patch-amd64-r0-exec-alloc
was removed in favor of a similar fix
commited to upstream. Also was fixed a
bug on HEAD which should be fix the Kernel
crash. Please test test test .. :-)

PS: Yes this run is for AMD64 and HEAD
users!


http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz


Happy Testing!

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
=LoBM
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Paul Wootton

Martin Wilke wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy ..

Next run,

We updated the port to 2.2.2r19801.
The Patch files/patch-amd64-r0-exec-alloc
was removed in favor of a similar fix
commited to upstream. Also was fixed a
bug on HEAD which should be fix the Kernel
crash. Please test test test .. :-)

PS: Yes this run is for AMD64 and HEAD
users!


http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz


Happy Testing!

- -- 


+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
=LoBM
-END PGP SIGNATURE-
___
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


  

Hi,

Im still having build issues. This is the same issue I get when 
compiling this and the last 2 revisions.


Have you got any ideas?

Cheers
Paul

demophon# uname -a
FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #15: Mon May 18 
10:13:13 BST 2009 p...@demophon:/usr/obj/usr/src/sys/DEMOPHON  amd64

demophon#

kBuild: Generating tstVMStructSize - 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/out/freebsd.amd64/release/obj/VMM/tstAsmStructsHC.h
/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/out/freebsd.amd64/release/bin/tstVMStructGC: 
1: Syntax error: "(" unexpected
kmk[2]: *** 
[/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] 
Error 2
kmk[2]: *** Deleting file 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h'

kmk[2]: *** Waiting for unfinished jobs
awk: can't open file 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def

source line number 10
objcopy --strip-debug 
/root/vBox/virtualbox/work/virtualbox-2.2.2r19801/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko
kmk[2]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19801'
kmk[2]: Entering directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19801'

kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_binaries_this] Error 2
kmk[1]: Leaving directory 
`/root/vBox/virtualbox/work/virtualbox-2.2.2r19801'

kmk: *** [pass_binaries_order] Error 2
*** Error code 2

Stop in /root/vBox/virtualbox.
demophon#


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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Gustau Pérez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul Wootton wrote:
> Martin Wilke wrote: Howdy ..
>
> Next run,
>
> We updated the port to 2.2.2r19801. The Patch
> files/patch-amd64-r0-exec-alloc was removed in favor of a similar
> fix commited to upstream. Also was fixed a bug on HEAD which should
> be fix the Kernel crash. Please test test test .. :-)
>
> PS: Yes this run is for AMD64 and HEAD users!
>
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
>
>
> Happy Testing!
>


  Reporting,

   For my system :

FreeBSD portatil 8.0-CURRENT FreeBSD 8.0-CURRENT #40: Mon
May 18 09:09:07 CEST 2009 
g...@gusiport:/usr/obj/usr/src/sys/CUSTOM  i386

  the second run problem (when virtualbox argued about the missing
kernel support) has dissapeared.  The only problem is that when I try
to start the virtual machine, its screen remains gray. Any hint about
this particular problem ? Any has an idea where the problem can be, to
start looking for a solution ?

   Moreover, will try to try :) in CURRENT-AMD64 in the same. Will
take me long, cause I think I wipe the installation some time ago :(

   Regards,

   Gus


- --
PGP KEY : http://www-entel.upc.edu/gus/gus.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoSiJEACgkQAvcpDulVChDw6gCfRFgAxLfLBW5P5HfcKhAa9J3e
4koAn0Scteq4oWU3MSDtWU1T3v0lGipE
=eTer
-END PGP SIGNATURE-

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Carl Johan Gustavsson

Martin Wilke wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy ..

Next run,

We updated the port to 2.2.2r19801.
The Patch files/patch-amd64-r0-exec-alloc
was removed in favor of a similar fix
commited to upstream. Also was fixed a
bug on HEAD which should be fix the Kernel
crash. Please test test test .. :-)

PS: Yes this run is for AMD64 and HEAD
users!


http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz


Happy Testing!

  

Hi,

It seems as this version has solved the problems I had with the earlier 
versions, it hung my machine when starting the VM. I'm running i386 
HEAD. Now I'm able to install and boot 32bit Ubuntu and the performance 
seems very nice.


Great job!

cjg
- -- 


+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
=LoBM
-END PGP SIGNATURE-
___
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
  


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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Sergey V. Dyatko
В Tue, 19 May 2009 11:13:10 +0200
Martin Wilke  пишет:

MW> -BEGIN PGP SIGNED MESSAGE-
MW> Hash: SHA1
MW> 
MW> Howdy ..
MW> 
MW> Next run,
MW> 
MW> We updated the port to 2.2.2r19801.
MW> The Patch files/patch-amd64-r0-exec-alloc
MW> was removed in favor of a similar fix
MW> commited to upstream. Also was fixed a
MW> bug on HEAD which should be fix the Kernel
MW> crash. Please test test test .. :-)
Thanks, 
after kldload vboxdrv start/stop vm (winxp) is work fine for me. 
But... 
kldunload vboxdrv - ok 
kldload vboxdrv - system hungs. solution: hw reset:(

/var/log/messages:
May 19 13:22:12 tiger kernel: vboxdrv: fAsync=0 offMin=0x9a8
offMax=0xda0 
May 19 14:15:56 tiger kernel: Warning: memory type iprtheap leaked
memory on destroy (3 allocations, 192 bytes leaked). 
May 19 14:16:04 tiger kernel: vboxdrv: fAsync=0 offMin=0x898
offMax=0xb38

[ti...@tiger]~%uname -a
FreeBSD tiger.minsk.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #26: Fri
May  8 15:32:29 EEST 2009
r...@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop  i386

backtrace - http://tiger.ipfw.ru/files/bt.txt 

MW> 
MW> PS: Yes this run is for AMD64 and HEAD
MW> users!
MW> 
MW> 
MW> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
MW> 
MW> 
MW> Happy Testing!
MW> 
MW> - -- 
MW> 
MW> +---+---+
MW> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
MW> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
MW> +---+---+
MW> |   Mess with the Best, Die like the Rest!  |
MW> +---+---+
MW> -BEGIN PGP SIGNATURE-
MW> Version: GnuPG v2.0.11 (FreeBSD)
MW> 
MW> iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
MW> RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
MW> =LoBM
MW> -END PGP SIGNATURE-

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, May 19, 2009 at 02:34:51PM +0300, Sergey V. Dyatko wrote:
> ? Tue, 19 May 2009 11:13:10 +0200
> Martin Wilke  ?:
> 
> MW> -BEGIN PGP SIGNED MESSAGE-
> MW> Hash: SHA1
> MW> 
> MW> Howdy ..
> MW> 
> MW> Next run,
> MW> 
> MW> We updated the port to 2.2.2r19801.
> MW> The Patch files/patch-amd64-r0-exec-alloc
> MW> was removed in favor of a similar fix
> MW> commited to upstream. Also was fixed a
> MW> bug on HEAD which should be fix the Kernel
> MW> crash. Please test test test .. :-)
> Thanks, 
> after kldload vboxdrv start/stop vm (winxp) is work fine for me. 
> But... 
> kldunload vboxdrv - ok 
> kldload vboxdrv - system hungs. solution: hw reset:(

How old is your src?

> 
> /var/log/messages:
> May 19 13:22:12 tiger kernel: vboxdrv: fAsync=0 offMin=0x9a8
> offMax=0xda0 
> May 19 14:15:56 tiger kernel: Warning: memory type iprtheap leaked
> memory on destroy (3 allocations, 192 bytes leaked). 
> May 19 14:16:04 tiger kernel: vboxdrv: fAsync=0 offMin=0x898
> offMax=0xb38
> 
> [ti...@tiger]~%uname -a
> FreeBSD tiger.minsk.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #26: Fri
> May  8 15:32:29 EEST 2009
> r...@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop  i386
> 
> backtrace - http://tiger.ipfw.ru/files/bt.txt 
> 
> MW> 
> MW> PS: Yes this run is for AMD64 and HEAD
> MW> users!
> MW> 
> MW> 
> MW> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
> MW> 
> MW> 
> MW> Happy Testing!
> MW> 
> MW> - -- 
> MW> 
> MW> +---+---+
> MW> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
> MW> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
> MW> +---+---+
> MW> | Mess with the Best, Die like the Rest!  |
> MW> +---+---+
> MW> -BEGIN PGP SIGNATURE-
> MW> Version: GnuPG v2.0.11 (FreeBSD)
> MW> 
> MW> iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
> MW> RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
> MW> =LoBM
> MW> -END PGP SIGNATURE-
> 
> --
> wbr, tiger
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoSmkwACgkQdLJIhLHm/Ony5gCg4iWUTPqjrIJoY+hmLndSD5Ml
d6kAoNIE/VCuRHnqShzuywsGOb9pKVcP
=IRJZ
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Sergey V. Dyatko
В Tue, 19 May 2009 13:38:52 +0200
Martin Wilke  пишет:

MW> -BEGIN PGP SIGNED MESSAGE-
MW> Hash: SHA1
MW> 
MW> On Tue, May 19, 2009 at 02:34:51PM +0300, Sergey V. Dyatko wrote:
MW> > ? Tue, 19 May 2009 11:13:10 +0200
MW> > Martin Wilke  ?:
MW> > 
MW> > MW> -BEGIN PGP SIGNED MESSAGE-
MW> > MW> Hash: SHA1
MW> > MW> 
MW> > MW> Howdy ..
MW> > MW> 
MW> > MW> Next run,
MW> > MW> 
MW> > MW> We updated the port to 2.2.2r19801.
MW> > MW> The Patch files/patch-amd64-r0-exec-alloc
MW> > MW> was removed in favor of a similar fix
MW> > MW> commited to upstream. Also was fixed a
MW> > MW> bug on HEAD which should be fix the Kernel
MW> > MW> crash. Please test test test .. :-)
MW> > Thanks, 
MW> > after kldload vboxdrv start/stop vm (winxp) is work fine for me. 
MW> > But... 
MW> > kldunload vboxdrv - ok 
MW> > kldload vboxdrv - system hungs. solution: hw reset:(
MW> 
MW> How old is your src?

Fri May  8 15:32:29 EEST 2009

virtualbox is 2.2.2r19801


MW> 
MW> > 
MW> > /var/log/messages:
MW> > May 19 13:22:12 tiger kernel: vboxdrv: fAsync=0 offMin=0x9a8
MW> > offMax=0xda0 
MW> > May 19 14:15:56 tiger kernel: Warning: memory type iprtheap leaked
MW> > memory on destroy (3 allocations, 192 bytes leaked). 
MW> > May 19 14:16:04 tiger kernel: vboxdrv: fAsync=0 offMin=0x898
MW> > offMax=0xb38
MW> > 
MW> > [ti...@tiger]~%uname -a
MW> > FreeBSD tiger.minsk.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #26:
MW> > Fri May  8 15:32:29 EEST 2009
MW> > r...@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop  i386
MW> > 
MW> > backtrace - http://tiger.ipfw.ru/files/bt.txt 
MW> > 
MW> > MW> 
MW> > MW> PS: Yes this run is for AMD64 and HEAD
MW> > MW> users!
MW> > MW> 
MW> > MW> 
MW> > MW> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
MW> > MW> 
MW> > MW> 
MW> > MW> Happy Testing!
MW> > MW> 
MW> > MW> - -- 
MW> > MW> 
MW> > MW> +---+---+
MW> > MW> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
MW> > MW> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
MW> > MW> +---+---+
MW> > MW> | Mess with the Best, Die like the
MW> > MW> Rest! |
MW> > MW> +---+---+
MW> > MW> -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.11 (FreeBSD)
MW> > MW> 
MW> > MW> iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
MW> > MW> RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
MW> > MW> =LoBM
MW> > MW> -END PGP SIGNATURE-
MW> > 
MW> > --
MW> > wbr, tiger
MW> > 
MW> 
MW> - -- 
MW> 
MW> +---+---+
MW> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
MW> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
MW> +---+---+
MW> |   Mess with the Best, Die like the Rest!  |
MW> +---+---+
MW> -BEGIN PGP SIGNATURE-
MW> Version: GnuPG v2.0.11 (FreeBSD)
MW> 
MW> iEYEARECAAYFAkoSmkwACgkQdLJIhLHm/Ony5gCg4iWUTPqjrIJoY+hmLndSD5Ml
MW> d6kAoNIE/VCuRHnqShzuywsGOb9pKVcP
MW> =IRJZ
MW> -END PGP SIGNATURE-



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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, May 19, 2009 at 02:42:40PM +0300, Sergey V. Dyatko wrote:
> ? Tue, 19 May 2009 13:38:52 +0200
> Martin Wilke  ?:
> 
> MW> -BEGIN PGP SIGNED MESSAGE-
> MW> Hash: SHA1
> MW> 
> MW> On Tue, May 19, 2009 at 02:34:51PM +0300, Sergey V. Dyatko wrote:
> MW> > ? Tue, 19 May 2009 11:13:10 +0200
> MW> > Martin Wilke  ?:
> MW> > 
> MW> > MW> -BEGIN PGP SIGNED MESSAGE-
> MW> > MW> Hash: SHA1
> MW> > MW> 
> MW> > MW> Howdy ..
> MW> > MW> 
> MW> > MW> Next run,
> MW> > MW> 
> MW> > MW> We updated the port to 2.2.2r19801.
> MW> > MW> The Patch files/patch-amd64-r0-exec-alloc
> MW> > MW> was removed in favor of a similar fix
> MW> > MW> commited to upstream. Also was fixed a
> MW> > MW> bug on HEAD which should be fix the Kernel
> MW> > MW> crash. Please test test test .. :-)
> MW> > Thanks, 
> MW> > after kldload vboxdrv start/stop vm (winxp) is work fine for me. 
> MW> > But... 
> MW> > kldunload vboxdrv - ok 
> MW> > kldload vboxdrv - system hungs. solution: hw reset:(
> MW> 
> MW> How old is your src?
> 
> Fri May  8 15:32:29 EEST 2009
> 
> virtualbox is 2.2.2r19801
> 
 

Ok, Can you please update your src/kernel after
that please rebuild vbox. That should be fix the crash.

- - Martin

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoSnLUACgkQdLJIhLHm/OlnuwCfX1yGFsfMbxiluoDAx+1lDxuB
uSEAn1lM2r4xjfJAa2GnJYUAI5nsLlCN
=Rn5t
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Sergey V. Dyatko
В Tue, 19 May 2009 13:49:09 +0200
Martin Wilke  пишет:

MW> -BEGIN PGP SIGNED MESSAGE-
MW> Hash: SHA1
MW> 
MW> On Tue, May 19, 2009 at 02:42:40PM +0300, Sergey V. Dyatko wrote:
MW> > ? Tue, 19 May 2009 13:38:52 +0200
MW> > Martin Wilke  ?:
MW> > 
MW> > MW> -BEGIN PGP SIGNED MESSAGE-
MW> > MW> Hash: SHA1
MW> > MW> 
MW> > MW> On Tue, May 19, 2009 at 02:34:51PM +0300, Sergey V. Dyatko
MW> > MW> wrote:
MW> > MW> > ? Tue, 19 May 2009 11:13:10 +0200
MW> > MW> > Martin Wilke  ?:
MW> > MW> > 
MW> > MW> > MW> -BEGIN PGP SIGNED MESSAGE-
MW> > MW> > MW> Hash: SHA1
MW> > MW> > MW> 
MW> > MW> > MW> Howdy ..
MW> > MW> > MW> 
MW> > MW> > MW> Next run,
MW> > MW> > MW> 
MW> > MW> > MW> We updated the port to 2.2.2r19801.
MW> > MW> > MW> The Patch files/patch-amd64-r0-exec-alloc
MW> > MW> > MW> was removed in favor of a similar fix
MW> > MW> > MW> commited to upstream. Also was fixed a
MW> > MW> > MW> bug on HEAD which should be fix the Kernel
MW> > MW> > MW> crash. Please test test test .. :-)
MW> > MW> > Thanks, 
MW> > MW> > after kldload vboxdrv start/stop vm (winxp) is work fine
MW> > MW> > for me. But... 
MW> > MW> > kldunload vboxdrv - ok 
MW> > MW> > kldload vboxdrv - system hungs. solution: hw reset:(
MW> > MW> 
MW> > MW> How old is your src?
MW> > 
MW> > Fri May  8 15:32:29 EEST 2009
MW> > 
MW> > virtualbox is 2.2.2r19801
MW> > 
MW>  
MW> 
MW> Ok, Can you please update your src/kernel after
MW> that please rebuild vbox. That should be fix the crash.
MW> 
Ok, I'll try
MW> - - Martin
MW> 
MW> - -- 
MW> 
MW> +---+---+
MW> |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
MW> |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
MW> +---+---+
MW> |   Mess with the Best, Die like the Rest!  |
MW> +---+---+
MW> -BEGIN PGP SIGNATURE-
MW> Version: GnuPG v2.0.11 (FreeBSD)
MW> 
MW> iEYEARECAAYFAkoSnLUACgkQdLJIhLHm/OlnuwCfX1yGFsfMbxiluoDAx+1lDxuB
MW> uSEAn1lM2r4xjfJAa2GnJYUAI5nsLlCN
MW> =Rn5t
MW> -END PGP SIGNATURE-



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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Sergey G Nasonov
On Tuesday 19 May 2009 13:13:10 Martin Wilke wrote:
> Howdy ..
>
> Next run,
>
> We updated the port to 2.2.2r19801.
> The Patch files/patch-amd64-r0-exec-alloc
> was removed in favor of a similar fix
> commited to upstream. Also was fixed a
> bug on HEAD which should be fix the Kernel
> crash. Please test test test .. :-)
>
> PS: Yes this run is for AMD64 and HEAD
> users!
>
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
>
>
> Happy Testing!

FreeBSD snasonovnbwxp.bcc 8.0-CURRENT FreeBSD 8.0-CURRENT #23: Tue May 19 
11:26:37 MSD 2009 
snaso...@snasonovnbwxp.bcc:/usr/obj/usr/current/src/sys/CUSTOM  i386

With this version I can succesfuly run VM (now it Windows XP 32 bit). All 
previous versions at VM start lead system to hang.

Thanks!
 
-- 
Best Regards,
Nasonov Sergey

mailto:snaso...@bcc.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Michel Talon

Martin Wilke  wrote:


> Next run,
> 
> We updated the port to 2.2.2r19801.


Works for me fine on a FreeBSD-7.1 machine running i386. I am running
just now a FreeBSD-8 snapshot. But the NetBSD-5 iso crashed the virtual
machine.

Nice work
Thanks.

-- 

Michel TALON

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Mickael Torres


On 17 mai 09, at 20:09, Martin Wilke  wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We rolled a new tarball with the patch from Juergen Lock [1]
with a posible fix for AMD64 users, tested on 3 machines
which now works without problems. Many Thanks to him for
his nice work!

http://people.freebsd.org/~miwi/vbox/virtualbox_2.tgz

Martin



Tested on a 7-stable/amd64 from yesterday. Works great with VT with  
win64 / openbsd64 guests. Thanks :)


Mike.


- --

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|Mess with the Best, Die like the Rest!|
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEUEARECAAYFAkoQUtAACgkQdLJIhLHm/OlY2QCg1KZW2YCvE1VhqKgSQ/xhjKIx
U60Al2UMniKg+KvQ6m9RcP92eOMddfQ=
=kB6c
-END PGP SIGNATURE-
___
freebsd-curr...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org 
"

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


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Olivier SMEDTS
2009/5/19 Martin Wilke :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Howdy ..
>
> Next run,
>
> We updated the port to 2.2.2r19801.
> The Patch files/patch-amd64-r0-exec-alloc
> was removed in favor of a similar fix
> commited to upstream. Also was fixed a
> bug on HEAD which should be fix the Kernel
> crash. Please test test test .. :-)
>
> PS: Yes this run is for AMD64 and HEAD
>    users!
>
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
>
>
> Happy Testing!

Tested, installed fine but I can only run guests without VT (so only 32-bits).
I'm using latest -CURRENT on amd64 (Intel Core2 Quad Q9450).
Seems to work fine (but slowly) for 32-bit guests without VT.

Thanks !

> - --
>
> +---+---+
> |  PGP    : 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
> |  ICQ    : 169139903   |  Mail   : miwi(at)FreeBSD.org |
> +---+---+
> |       Mess with the Best, Die like the Rest!          |
> +---+---+
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.11 (FreeBSD)
>
> iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
> RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
> =LoBM
> -END PGP SIGNATURE-
> ___
> freebsd-curr...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email & vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Harald Schmalzbauer

Martin Wilke schrieb am 19.05.2009 11:13 (localtime):

Howdy ..

Next run,

We updated the port to 2.2.2r19801.
The Patch files/patch-amd64-r0-exec-alloc
was removed in favor of a similar fix
commited to upstream. Also was fixed a
bug on HEAD which should be fix the Kernel
crash. Please test test test .. :-)

PS: Yes this run is for AMD64 and HEAD
users!


http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz


Happy Testing!


Howdy too :) And KUDOS to the VirtualBox porters and developers! I'm 
impressed and I've been missing this way of realizing a 
fashion-bits-laucher ;) (qemu is also very nice, but magnitudes slower)

One problem I recognized so far:
If I "enable additional controller", regardless which type (but I'd like 
to have AHCI), the vbox doesn't start at all. Please find attached the 
log file.


Of course I'd highly appreciate USB support :))

Best regards,

-Harry
00:00:00.352 VirtualBox 2.2.51_OSE r19761 freebsd.x86 (May 20 2009 03:40:48) 
release log
00:00:00.352 Log opened 2009-05-20T02:47:52.169566000Z
00:00:00.352 OS Product: FreeBSD
00:00:00.352 OS Release: 8.0-CURRENT
00:00:00.352 OS Version: FreeBSD 8.0-CURRENT #3: Mon May 18 14:25:16 CEST 2009  
   ha...@titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN
00:00:00.352 Executable: /usr/local/lib/virtualbox/VirtualBox
00:00:00.352 Process ID: 3762
00:00:00.352 Package type: BSD_32BITS_GENERIC (OSE)
00:00:00.356 SUP: Loaded VMMR0.r0 (/usr/local/lib/virtualbox/VMMR0.r0) at 
0xc712c060 - ModuleInit at c713e8c0 and ModuleTerm at c713e880
00:00:00.356 SUP: VMMR0EntryEx located at c713e750, VMMR0EntryFast at 
c713e940 and VMMR0EntryInt at c713d9d0
00:00:00.400 SUPR3HardenedLdrLoadAppPriv: 
"/usr/local/lib/virtualbox/VBoxSharedClipboard.so" not found
00:00:00.400 HGCM: Failed to load the service library: [VBoxSharedClipboard], 
rc = VERR_FILE_NOT_FOUND. The service will be not available.
00:00:00.400 VBoxSharedClipboard is not available. rc = VERR_FILE_NOT_FOUND
00:00:00.449 * CFGM dump *
00:00:00.449 pRoot=36557ed0:{/}
00:00:00.449 [/] (level 0)
00:00:00.449   Name = "XPsp3proMSDN" (cch=13)
00:00:00.449   UUID  = "fb 38 e3 73 e3 cd b1 4b 91 fc f5 
0a 5a 0d 72 db" (cb=16)
00:00:00.449   RamSize = 0x1840 (406847488)
00:00:00.449   RamHoleSize = 0x2000 (536870912)
00:00:00.449   NumCPUs = 0x0001 (1)
00:00:00.449   TimerMillies= 0x000a (10)
00:00:00.449   RawR3Enabled= 0x0001 (1)
00:00:00.449   RawR0Enabled= 0x0001 (1)
00:00:00.449   PATMEnabled = 0x0001 (1)
00:00:00.449   CSAMEnabled = 0x0001 (1)
00:00:00.449   HwVirtExtForced = 0x (0)
00:00:00.449   EnableNestedPaging  = 0x (0)
00:00:00.449   EnableVPID  = 0x (0)
00:00:00.449   EnablePAE   = 0x (0)
00:00:00.449 
00:00:00.449 [/HWVirtExt/] (level 1)
00:00:00.449   Enabled   = 0x0001 (1)
00:00:00.449   64bitEnabled  = 0x (0)
00:00:00.449 
00:00:00.449 [/PDM/] (level 1)
00:00:00.449 
00:00:00.449 [/PDM/Drivers/] (level 2)
00:00:00.449 
00:00:00.449 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.449   Path   = "/usr/local/lib/virtualbox/components/VBoxC" 
(cch=43)
00:00:00.449 
00:00:00.449 [/Devices/] (level 1)
00:00:00.449 
00:00:00.449 [/Devices/pcarch/] (level 2)
00:00:00.449 
00:00:00.449 [/Devices/pcarch/0/] (level 3)
00:00:00.449   Trusted  = 0x0001 (1)
00:00:00.449 
00:00:00.449 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.449 
00:00:00.449 [/Devices/pcbios/] (level 2)
00:00:00.449 
00:00:00.449 [/Devices/pcbios/0/] (level 3)
00:00:00.449   Trusted  = 0x0001 (1)
00:00:00.449 
00:00:00.449 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.449   RamSize = 0x1840 (406847488)
00:00:00.449   RamHoleSize = 0x2000 (536870912)
00:00:00.449   NumCPUs = 0x0001 (1)
00:00:00.449   HardDiskDevice   = "piix3ide" (cch=9)
00:00:00.449   FloppyDevice = "i82078" (cch=7)
00:00:00.449   IOAPIC  = 0x (0)
00:00:00.449   PXEDebug= 0x (0)
00:00:00.449   UUID  = "fb 38 e3 73 e3 cd b1 4b 91 
fc f5 0a 5a 0d 72 db" (cb=16)
00:00:00.449   BootDevice0  = "DVD" (cch=4)
00:00:00.449   BootDevice1  = "IDE" (cch=4)
00:00:00.449   BootDevice2  = "NONE" (cch=5)
00:00:00.449   BootDevice3  = "NONE" (cch=5)
00:00:00.449   SataHardDiskDevice   = "ahci" (cch=5)
00:00:00.449   SataPrimaryMasterLUN= 0x (0)
00:00:00.449   SataPrimarySlaveLUN = 0x0001 (1)
00:00:00.449   SataSecondaryMasterLUN  = 0x0002 (2)
00:00:00.449   Sata

[Call For Testing] VirtualBox for FreeBSD! take 6

2009-06-11 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Huhu,

Yes we life and that's good :-).
Changes:

  - Fix build error when compiling in debug mode on FreeBSD HEAD
  - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. 
  - Some FreeBSD relate typos
  - Enable shared OpenGL service. Completely untested due to lack of
appropriate hardware but it compiles at least 
  - Add support for shared clipboards. Requires libXt
  - FreeBSD: Implement preemption API for guest SMP and enable
it (slightly tested). Add neccessary RTMP* methods in userspace
for the frontends to detect the number of CPUs
  - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex
instead of a spinlock to fix the problems users are seeing
(assertions with debugging enabled) while still being able
to run on 100Hz hosts. No problems detected so far and Solaris
doesn't use a spin mutex in this code too so it shouldn't do
any harm (keeping fingers crossed)space for the frontends to
detect the number of CPUs
  - Add support for curl
  - Add VBoxSharedClipboard

Ports Changes;
  - Force guestadditions version to 2.2.4
  - Removed Qt3 include replacements (already upstream)
  - Removed cosmetic X11 include path patch

Please make SURE, your world and kernel is in sync and you've read
the pkg-messages. Also please unload the kernel module before
you update the port ;-).

Many thx to all Vbox Devs, All supporters, my nice team! :-)

   http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz

 Happy Testing!

- - Martin

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l
i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi
=hDW+
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Re: [Call For Testing] VirtualBox for FreeBSD! take2

2009-05-19 Thread Hyogeol Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

> Howdy ..
>
> Next run,
>
> We updated the port to 2.2.2r19801.
> The Patch files/patch-amd64-r0-exec-
> alloc
> was removed in favor of a similar fix
> commited to upstream. Also was fixed a
> bug on HEAD which should be fix the Kernel
> crash. Please test test test .. :-)
>
> PS: Yes this run is for AMD64 and HEAD
> users!
>
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz
> 
>
>
> Happy Testing!
>

Hi,

I'm using -current/amd64 and it works fine with new port.

But it is need to *turn off VT-x/AMD-V* to run VM.

I could not run VM when I turn on VT-x/AMD-V.
(I'm using VT-X supported processor, Q9450.)

Anyway, nice works!

Regards,
- 
Hyogeol Lee
hyogeol...@gmail.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkoSoJYACgkQ1D7/GiH6QSFeowCglEKXInWYffShYWh4YMYjzupN
vbIAoK4XsHsx5ASAnolq1F1aBIFYVgjl
=4cD8
-END PGP SIGNATURE-

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-22 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We rolled a new version with a fix for all users where
has problems with kernel load and unload. Many thanks to
Shin-ichi Okano where submitted this patch to the vbox ml.

http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz

happy testing.


- - Martin 

PS: Should this work for all maybe we can commit vbox
this weekend to the portstree.

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoW6BwACgkQdLJIhLHm/Omb0wCfYh2BlN12YQMV2mtpRdXIy/cW
WYIAniofRUneutcXfxXJz+DDZ2dwDJuG
=6sXC
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-22 Thread Gustau Pérez

>
> We rolled a new version with a fix for all users where has problems
> with kernel load and unload. Many thanks to Shin-ichi Okano where
> submitted this patch to the vbox ml.
>
> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
>
> happy testing.
>
>
   Hi everyone,

   I'm using i386/CURRENT updated today two hours ago. procfs mounted.
Cleaned emulators/virtualbox directory. Unpacked virtualbox_4.tgz,
recompiled and reinstalled.  Rebooted the machine. Kldloaded
vboxdrv.ko. When starting a virtual machine the screen remains gray.
No cpu usage at all.

   As I said in a previous mail, in the same machine it works with
STABLE.

   Any hint ?

   Regards,

-- 
PGP KEY : http://www-entel.upc.edu/gus/gus.asc

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-22 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, May 22, 2009 at 09:53:08PM +0200, Gustau Pérez wrote:
> 
> >
> > We rolled a new version with a fix for all users where has problems
> > with kernel load and unload. Many thanks to Shin-ichi Okano where
> > submitted this patch to the vbox ml.
> >
> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> >
> > happy testing.
> >
> >
>Hi everyone,
> 
>I'm using i386/CURRENT updated today two hours ago. procfs mounted.
> Cleaned emulators/virtualbox directory. Unpacked virtualbox_4.tgz,
> recompiled and reinstalled.  Rebooted the machine. Kldloaded
> vboxdrv.ko. When starting a virtual machine the screen remains gray.
> No cpu usage at all.
> 
>As I said in a previous mail, in the same machine it works with
> STABLE.
> 
>Any hint ?
> 
>Regards,

rm -rf /tmp/.vbox-* doesen't help ?

> 
> -- 
> PGP KEY : http://www-entel.upc.edu/gus/gus.asc
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoXCS4ACgkQdLJIhLHm/OndLQCfd2eMo8fhBPGyBQ8VWNf9LMr9
SMsAoKAMie6Ehso0d1KV9fUMXT/oHkbO
=jVGl
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-22 Thread Gustau Pérez

>
>
> rm -rf /tmp/.vbox-* doesen't help ?
>

   Nope. Vbox recreates the directory /tmp/.vbox-root-ipc. Nothing in
/var/log/messages. Do you want an screenshot of it ?

   Regards,

   Gus


-- 
PGP KEY : http://www-entel.upc.edu/gus/gus.asc

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-22 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, May 22, 2009 at 10:24:10PM +0200, Gustau Pérez wrote:
> 
> >
> >
> > rm -rf /tmp/.vbox-* doesen't help ?
> >
> 
>Nope. Vbox recreates the directory /tmp/.vbox-root-ipc. Nothing in
> /var/log/messages. Do you want an screenshot of it ?

Recreates are ok and normal, could you please vbox start with truss
and send me the output?

- - Martin

> 
>Regards,
> 
>Gus
> 
> 
> -- 
> PGP KEY : http://www-entel.upc.edu/gus/gus.asc
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoXCnsACgkQdLJIhLHm/Ok4TwCg00ky7mVkvPhm/+p8Yuhkg8tH
su0An2ccm2vd8jjIwAZI9HOyM0vUoaa5
=io6Y
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Ulf Lilleengen
On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> 
> We rolled a new version with a fix for all users where
> has problems with kernel load and unload. Many thanks to
> Shin-ichi Okano where submitted this patch to the vbox ml.
> 
> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> 
> happy testing.
> 
> 
I've had problems with all vbox builds where the machine screen just turns
gray: http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png

I also have a truss log here (quite big):
http://people.freebsd.org/~lulf/virtualbox_truss.log

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Ulf Lilleengen
On søn, mai 24, 2009 at 07:02:37pm +0200, Ulf Lilleengen wrote:
> On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> > 
> > We rolled a new version with a fix for all users where
> > has problems with kernel load and unload. Many thanks to
> > Shin-ichi Okano where submitted this patch to the vbox ml.
> > 
> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> > 
> > happy testing.
> > 
> > 
> I've had problems with all vbox builds where the machine screen just turns
> gray: http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png
> 
> I also have a truss log here (quite big):
> http://people.freebsd.org/~lulf/virtualbox_truss.log
> 
I forgot to mention, this is i386, Core Duo CPU
-- 
Ulf Lilleengen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Bernhard Fröhlich
On Sun, May 24, 2009 7:04 pm, Ulf Lilleengen wrote:
> On søn, mai 24, 2009 at 07:02:37pm +0200, Ulf Lilleengen wrote:
>> On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
>> >
>> > We rolled a new version with a fix for all users where
>> > has problems with kernel load and unload. Many thanks to
>> > Shin-ichi Okano where submitted this patch to the vbox ml.
>> >
>> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
>> >
>> > happy testing.
>> >
>> >
>> I've had problems with all vbox builds where the machine screen just
>> turns
>> gray:
>> http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png
>>
>> I also have a truss log here (quite big):
>> http://people.freebsd.org/~lulf/virtualbox_truss.log
>>
> I forgot to mention, this is i386, Core Duo CPU

It looks like it's the same problem as a few others already mentioned. You
could try to set kern.hz=1000 which should help. If that's the case please
also test the patch from aeichner that should fix that problem.

http://pastebin.ca/1433127

That patch is from upstream and so young that it's not yet included in the
port but feedback would be great.

-- 
Bernhard Fröhlich
http://www.bluelife.at/

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Ulf Lilleengen
On søn, mai 24, 2009 at 07:15:04pm +0200, Bernhard Fröhlich wrote:
> On Sun, May 24, 2009 7:04 pm, Ulf Lilleengen wrote:
> > On søn, mai 24, 2009 at 07:02:37pm +0200, Ulf Lilleengen wrote:
> >> On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> >> >
> >> > We rolled a new version with a fix for all users where
> >> > has problems with kernel load and unload. Many thanks to
> >> > Shin-ichi Okano where submitted this patch to the vbox ml.
> >> >
> >> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> >> >
> >> > happy testing.
> >> >
> >> >
> >> I've had problems with all vbox builds where the machine screen just
> >> turns
> >> gray:
> >> http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png
> >>
> >> I also have a truss log here (quite big):
> >> http://people.freebsd.org/~lulf/virtualbox_truss.log
> >>
> > I forgot to mention, this is i386, Core Duo CPU
> 
> It looks like it's the same problem as a few others already mentioned. You
> could try to set kern.hz=1000 which should help. If that's the case please
> also test the patch from aeichner that should fix that problem.
This fixes the problem, but I'll try the patch as well as I would like to run
at hz=100 :)

Thanks!
> 
> http://pastebin.ca/1433127
> 
> That patch is from upstream and so young that it's not yet included in the
> port but feedback would be great.
> 
> -- 
> Bernhard Fröhlich
> http://www.bluelife.at/
> 

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, May 24, 2009 at 07:02:38PM +0200, Ulf Lilleengen wrote:
> On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> > 
> > We rolled a new version with a fix for all users where
> > has problems with kernel load and unload. Many thanks to
> > Shin-ichi Okano where submitted this patch to the vbox ml.
> > 
> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> > 
> > happy testing.
> > 
> > 
> I've had problems with all vbox builds where the machine screen just turns
> gray: http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png

Hi Ulf

can you try this patch here:
http://pastebin.ca/1433127

this fixed all problems :-).

- - Martin

> 
> I also have a truss log here (quite big):
> http://people.freebsd.org/~lulf/virtualbox_truss.log
> 
> -- 
> Ulf Lilleengen
> 

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoZj2wACgkQdLJIhLHm/OmPCgCghhkvqHbZwWJBp6SINiex5YCY
HzUAn3pUB6yJvtdhRrVFZOQFTGVa2SOx
=JByU
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Ulf Lilleengen
On søn, mai 24, 2009 at 08:18:20pm +0200, Martin Wilke wrote:
> On Sun, May 24, 2009 at 07:02:38PM +0200, Ulf Lilleengen wrote:
> > On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> > > 
> > > We rolled a new version with a fix for all users where
> > > has problems with kernel load and unload. Many thanks to
> > > Shin-ichi Okano where submitted this patch to the vbox ml.
> > > 
> > > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> > > 
> > > happy testing.
> > > 
> > > 
> > I've had problems with all vbox builds where the machine screen just turns
> > gray: http://people.freebsd.org/~lulf/2009-05-24-185847_1024x768_scrot.png
> 
> Hi Ulf
> 
> can you try this patch here:
> http://pastebin.ca/1433127
> 
> this fixed all problems :-).

Yes indeed :) It works fine on hz=100 as well as 1000 now. Thanks!

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Norikatsu Shigemura
Hi Martin.

On Fri, 22 May 2009 19:59:57 +0200
Martin Wilke  wrote:
> We rolled a new version with a fix for all users where
> has problems with kernel load and unload. Many thanks to
> Shin-ichi Okano where submitted this patch to the vbox ml.
> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz

I tried to support NLS.  Please see also my patch.

BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
installed.  Do you know why?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-
--- Makefile.orig   2009-05-23 01:59:37.0 +0900
+++ Makefile2009-05-25 05:11:37.046564727 +0900
@@ -128,6 +128,9 @@
${MKDIR} ${PREFIX}/lib/virtualbox
(cd ${WRKSRC}/out/${KMK_ARCH}/release/bin && ${COPYTREE_SHARE} "*.so 
*.gc *.r0 components" ${PREFIX}/lib/virtualbox)
 
+   ${MKDIR} ${PREFIX}/lib/virtualbox/nls
+   (cd ${WRKSRC}/out/${KMK_ARCH}/release/obj/VirtualBox/qtnls && 
${COPYTREE_SHARE} "*.qm" ${PREFIX}/lib/virtualbox/nls)
+
${MKDIR} ${PREFIX}/bin
 .for f in VBoxBFE VBoxHeadless VBoxManage VBoxNetDHCP VBoxSDL VBoxSVC 
VBoxXPCOMIPCD VirtualBox
${INSTALL_PROGRAM} ${WRKSRC}/out/${KMK_ARCH}/release/bin/$f 
${PREFIX}/lib/virtualbox/
--- pkg-plist.orig  2009-05-08 03:59:50.0 +0900
+++ pkg-plist   2009-05-25 05:11:25.684009015 +0900
@@ -21,8 +21,6 @@
 lib/virtualbox/VBoxNetDHCP.so
 lib/virtualbox/VBoxPython.so
 lib/virtualbox/VBoxREM.so
-lib/virtualbox/VBoxREM32.so
-lib/virtualbox/VBoxREM64.so
 lib/virtualbox/VBoxRT.so
 lib/virtualbox/VBoxSDL
 lib/virtualbox/VBoxSDL.so
@@ -47,6 +45,63 @@
 lib/virtualbox/components/VBoxSVCM.so
 lib/virtualbox/components/VBoxC.so
 lib/virtualbox/components/VBoxXPCOMBase.xpt
+lib/virtualbox/nls/VirtualBox_ar.qm
+lib/virtualbox/nls/VirtualBox_bg.qm
+lib/virtualbox/nls/VirtualBox_ca.qm
+lib/virtualbox/nls/VirtualBox_cs.qm
+lib/virtualbox/nls/VirtualBox_de.qm
+lib/virtualbox/nls/VirtualBox_el.qm
+lib/virtualbox/nls/VirtualBox_es.qm
+lib/virtualbox/nls/VirtualBox_eu.qm
+lib/virtualbox/nls/VirtualBox_fi.qm
+lib/virtualbox/nls/VirtualBox_fr.qm
+lib/virtualbox/nls/VirtualBox_hu.qm
+lib/virtualbox/nls/VirtualBox_id.qm
+lib/virtualbox/nls/VirtualBox_it.qm
+lib/virtualbox/nls/VirtualBox_ja.qm
+lib/virtualbox/nls/VirtualBox_km_KH.qm
+lib/virtualbox/nls/VirtualBox_ko.qm
+lib/virtualbox/nls/VirtualBox_nl.qm
+lib/virtualbox/nls/VirtualBox_pl.qm
+lib/virtualbox/nls/VirtualBox_pt.qm
+lib/virtualbox/nls/VirtualBox_pt_BR.qm
+lib/virtualbox/nls/VirtualBox_ro.qm
+lib/virtualbox/nls/VirtualBox_ru.qm
+lib/virtualbox/nls/VirtualBox_sk.qm
+lib/virtualbox/nls/VirtualBox_sr.qm
+lib/virtualbox/nls/VirtualBox_sv.qm
+lib/virtualbox/nls/VirtualBox_tr.qm
+lib/virtualbox/nls/VirtualBox_zh_CN.qm
+lib/virtualbox/nls/VirtualBox_zh_TW.qm
+lib/virtualbox/nls/qt_ar.qm
+lib/virtualbox/nls/qt_bg.qm
+lib/virtualbox/nls/qt_ca.qm
+lib/virtualbox/nls/qt_cs.qm
+lib/virtualbox/nls/qt_de.qm
+lib/virtualbox/nls/qt_el.qm
+lib/virtualbox/nls/qt_es.qm
+lib/virtualbox/nls/qt_eu.qm
+lib/virtualbox/nls/qt_fi.qm
+lib/virtualbox/nls/qt_fr.qm
+lib/virtualbox/nls/qt_hu.qm
+lib/virtualbox/nls/qt_id.qm
+lib/virtualbox/nls/qt_it.qm
+lib/virtualbox/nls/qt_ja.qm
+lib/virtualbox/nls/qt_km_KH.qm
+lib/virtualbox/nls/qt_ko.qm
+lib/virtualbox/nls/qt_nl.qm
+lib/virtualbox/nls/qt_pl.qm
+lib/virtualbox/nls/qt_pt.qm
+lib/virtualbox/nls/qt_pt_BR.qm
+lib/virtualbox/nls/qt_ro.qm
+lib/virtualbox/nls/qt_ru.qm
+lib/virtualbox/nls/qt_sk.qm
+lib/virtualbox/nls/qt_sr.qm
+lib/virtualbox/nls/qt_sv.qm
+lib/virtualbox/nls/qt_tr.qm
+lib/virtualbox/nls/qt_zh_CN.qm
+lib/virtualbox/nls/qt_zh_TW.qm
+...@dirrm lib/virtualbox/nls
 @dirrm lib/virtualbox/components
 @dirrm lib/virtualbox
 @cwd /
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Olivier SMEDTS
2009/5/24 Norikatsu Shigemura :
> Hi Martin.
>
> On Fri, 22 May 2009 19:59:57 +0200
> Martin Wilke  wrote:
>> We rolled a new version with a fix for all users where
>> has problems with kernel load and unload. Many thanks to
>> Shin-ichi Okano where submitted this patch to the vbox ml.
>> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
>
>        I tried to support NLS.  Please see also my patch.
>
>        BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
>        installed.  Do you know why?

Same here (amd64).

> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - -
> --- Makefile.orig       2009-05-23 01:59:37.0 +0900
> +++ Makefile    2009-05-25 05:11:37.046564727 +0900
> @@ -128,6 +128,9 @@
>        ${MKDIR} ${PREFIX}/lib/virtualbox
>        (cd ${WRKSRC}/out/${KMK_ARCH}/release/bin && ${COPYTREE_SHARE} "*.so 
> *.gc *.r0 components" ${PREFIX}/lib/virtualbox)
>
> +       ${MKDIR} ${PREFIX}/lib/virtualbox/nls
> +       (cd ${WRKSRC}/out/${KMK_ARCH}/release/obj/VirtualBox/qtnls && 
> ${COPYTREE_SHARE} "*.qm" ${PREFIX}/lib/virtualbox/nls)
> +
>        ${MKDIR} ${PREFIX}/bin
>  .for f in VBoxBFE VBoxHeadless VBoxManage VBoxNetDHCP VBoxSDL VBoxSVC 
> VBoxXPCOMIPCD VirtualBox
>        ${INSTALL_PROGRAM} ${WRKSRC}/out/${KMK_ARCH}/release/bin/$f 
> ${PREFIX}/lib/virtualbox/
> --- pkg-plist.orig      2009-05-08 03:59:50.0 +0900
> +++ pkg-plist   2009-05-25 05:11:25.684009015 +0900
> @@ -21,8 +21,6 @@
>  lib/virtualbox/VBoxNetDHCP.so
>  lib/virtualbox/VBoxPython.so
>  lib/virtualbox/VBoxREM.so
> -lib/virtualbox/VBoxREM32.so
> -lib/virtualbox/VBoxREM64.so
>  lib/virtualbox/VBoxRT.so
>  lib/virtualbox/VBoxSDL
>  lib/virtualbox/VBoxSDL.so
> @@ -47,6 +45,63 @@
>  lib/virtualbox/components/VBoxSVCM.so
>  lib/virtualbox/components/VBoxC.so
>  lib/virtualbox/components/VBoxXPCOMBase.xpt
> +lib/virtualbox/nls/VirtualBox_ar.qm
> +lib/virtualbox/nls/VirtualBox_bg.qm
> +lib/virtualbox/nls/VirtualBox_ca.qm
> +lib/virtualbox/nls/VirtualBox_cs.qm
> +lib/virtualbox/nls/VirtualBox_de.qm
> +lib/virtualbox/nls/VirtualBox_el.qm
> +lib/virtualbox/nls/VirtualBox_es.qm
> +lib/virtualbox/nls/VirtualBox_eu.qm
> +lib/virtualbox/nls/VirtualBox_fi.qm
> +lib/virtualbox/nls/VirtualBox_fr.qm
> +lib/virtualbox/nls/VirtualBox_hu.qm
> +lib/virtualbox/nls/VirtualBox_id.qm
> +lib/virtualbox/nls/VirtualBox_it.qm
> +lib/virtualbox/nls/VirtualBox_ja.qm
> +lib/virtualbox/nls/VirtualBox_km_KH.qm
> +lib/virtualbox/nls/VirtualBox_ko.qm
> +lib/virtualbox/nls/VirtualBox_nl.qm
> +lib/virtualbox/nls/VirtualBox_pl.qm
> +lib/virtualbox/nls/VirtualBox_pt.qm
> +lib/virtualbox/nls/VirtualBox_pt_BR.qm
> +lib/virtualbox/nls/VirtualBox_ro.qm
> +lib/virtualbox/nls/VirtualBox_ru.qm
> +lib/virtualbox/nls/VirtualBox_sk.qm
> +lib/virtualbox/nls/VirtualBox_sr.qm
> +lib/virtualbox/nls/VirtualBox_sv.qm
> +lib/virtualbox/nls/VirtualBox_tr.qm
> +lib/virtualbox/nls/VirtualBox_zh_CN.qm
> +lib/virtualbox/nls/VirtualBox_zh_TW.qm
> +lib/virtualbox/nls/qt_ar.qm
> +lib/virtualbox/nls/qt_bg.qm
> +lib/virtualbox/nls/qt_ca.qm
> +lib/virtualbox/nls/qt_cs.qm
> +lib/virtualbox/nls/qt_de.qm
> +lib/virtualbox/nls/qt_el.qm
> +lib/virtualbox/nls/qt_es.qm
> +lib/virtualbox/nls/qt_eu.qm
> +lib/virtualbox/nls/qt_fi.qm
> +lib/virtualbox/nls/qt_fr.qm
> +lib/virtualbox/nls/qt_hu.qm
> +lib/virtualbox/nls/qt_id.qm
> +lib/virtualbox/nls/qt_it.qm
> +lib/virtualbox/nls/qt_ja.qm
> +lib/virtualbox/nls/qt_km_KH.qm
> +lib/virtualbox/nls/qt_ko.qm
> +lib/virtualbox/nls/qt_nl.qm
> +lib/virtualbox/nls/qt_pl.qm
> +lib/virtualbox/nls/qt_pt.qm
> +lib/virtualbox/nls/qt_pt_BR.qm
> +lib/virtualbox/nls/qt_ro.qm
> +lib/virtualbox/nls/qt_ru.qm
> +lib/virtualbox/nls/qt_sk.qm
> +lib/virtualbox/nls/qt_sr.qm
> +lib/virtualbox/nls/qt_sv.qm
> +lib/virtualbox/nls/qt_tr.qm
> +lib/virtualbox/nls/qt_zh_CN.qm
> +lib/virtualbox/nls/qt_zh_TW.qm
> +...@dirrm lib/virtualbox/nls
> �...@dirrm lib/virtualbox/components
> �...@dirrm lib/virtualbox
> �...@cwd /
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - -
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>



-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email & vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-24 Thread Maho NAKATA
Hi Miwi and nork-san

From: Norikatsu Shigemura 
Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
Date: Mon, 25 May 2009 05:17:38 +0900

>   BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
>   installed.  Do you know why?

I don't know but it also happen to me. I have this problem on 7.2-RELEASE/amd64.

Thank you,
-- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/
   Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt


pgpkutwXNb4d8.pgp
Description: PGP signature


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread Odhiambo ワシントン
On Mon, May 25, 2009 at 9:17 AM, Maho NAKATA  wrote:

> Hi Miwi and nork-san
>
> From: Norikatsu Shigemura 
> Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
> Date: Mon, 25 May 2009 05:17:38 +0900
>
> >   BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
> >   installed.  Do you know why?
>
> I don't know but it also happen to me. I have this problem on
> 7.2-RELEASE/amd64.



Not to answer but just to say that on my i386, both files were installed.

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread David E. Thiel
On Fri, May 22, 2009 at 07:59:57PM +0200, Martin Wilke wrote:
> We rolled a new version with a fix for all users where
> has problems with kernel load and unload. Many thanks to
> Shin-ichi Okano where submitted this patch to the vbox ml.
> 
> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz

My apologies if this has already been mentioned, but has anyone else run
into problems when enabling more than one virtual CPU to the guest OS?
When I do this with a Win7 VM, my host locks up on boot and then reboots
itself. Known issue? I'm using a 7-stable host on a dual core athlon 64,
with an i386 base.

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread Bernhard Fröhlich
On Mon, May 25, 2009 8:35 am, Odhiambo  ワシントン wrote:
> On Mon, May 25, 2009 at 9:17 AM, Maho NAKATA  wrote:
>
>> Hi Miwi and nork-san
>>
>> From: Norikatsu Shigemura 
>> Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
>> Date: Mon, 25 May 2009 05:17:38 +0900
>>
>> >   BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
>> >   installed.  Do you know why?
>>
>> I don't know but it also happen to me. I have this problem on
>> 7.2-RELEASE/amd64.
>
> Not to answer but just to say that on my i386, both files were installed.

I've fixed that yesterday so this problem will be gone with the next port
update. Both files only exist on i386 so this problem happens on all amd64
boxes.

-- 
Bernhard Fröhlich
http://www.bluelife.at/

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread Maho NAKATA
From: Bernhard Frohlich 
Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
Date: Mon, 25 May 2009 09:33:19 +0200 (CEST)

> On Mon, May 25,
>> On Mon, May 25, 2009 at 9:17 AM, Maho NAKATA  wrote:
>>
>>> Hi Miwi and nork-san
>>>
>>> From: Norikatsu Shigemura 
>>> Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
>>> Date: Mon, 25 May 2009 05:17:38 +0900
>>>
>>> >   BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
>>> >   installed.  Do you know why?
>>>
>>> I don't know but it also happen to me. I have this problem on
>>> 7.2-RELEASE/amd64.
>>
>> Not to answer but just to say that on my i386, both files were installed.
>
> I've fixed that yesterday so this problem will be gone with the next port
> update. Both files only exist on i386 so this problem happens on all amd64
> boxes.

Hi Bernhard Frhlich
Thank you very much. I'm looking foward to see the next version :)
Cheers,
-- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/
   Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt


pgpcMbSsFuhPO.pgp
Description: PGP signature


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread Vladimir Grebenschikov
Hi

Works like a charm for me. Big thanks!
(I've tried to install XP and Vista inside VM)

Only thing I wander about - is ability to use raw devices as disks.
Is there any option ? Probably in command line interface ?

-Original Message-
From: Martin Wilke 
To: po...@freebsd.org
Cc: freebsd-emulat...@freebsd.org, freebsd-curr...@freebsd.org
Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3
Date: Fri, 22 May 2009 19:59:57 +0200

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We rolled a new version with a fix for all users where
has problems with kernel load and unload. Many thanks to
Shin-ichi Okano where submitted this patch to the vbox ml.

http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz

happy testing.


- - Martin 

PS: Should this work for all maybe we can commit vbox
this weekend to the portstree.

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoW6BwACgkQdLJIhLHm/Omb0wCfYh2BlN12YQMV2mtpRdXIy/cW
WYIAniofRUneutcXfxXJz+DDZ2dwDJuG
=6sXC
-END PGP SIGNATURE-
___
freebsd-emulat...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"
-- 
Vladimir B. Grebenschikov
v...@fbsd.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-25 Thread Marian Hettwer
Hi All,

> 
> 
> We rolled a new version with a fix for all users where
> has problems with kernel load and unload. Many thanks to
> Shin-ichi Okano where submitted this patch to the vbox ml.
> 
> http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> 
> happy testing.
>
This version works like a charm on my box.
FreeBSD motor.mobile.local 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 20
11:11:57 CEST 2009 r...@motor.mobile.rz:/usr/obj/usr/src/sys/GENERIC 
i386

Thanks for all your efforts! Great to have a vmware replacement on FreeBSD
:-)

best regards and keep up the good work!
Marian

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


Re: [Call For Testing] VirtualBox for FreeBSD! take 3

2009-05-26 Thread Craig Butler
 

On Mon, 2009-05-25 at 16:00 +0200, Marian Hettwer wrote:
> Hi All,
> 
> > 
> > 
> > We rolled a new version with a fix for all users where
> > has problems with kernel load and unload. Many thanks to
> > Shin-ichi Okano where submitted this patch to the vbox ml.
> > 
> > http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz
> > 
> > happy testing.
> >
> This version works like a charm on my box.
> FreeBSD motor.mobile.local 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 20
> 11:11:57 CEST 2009 r...@motor.mobile.rz:/usr/obj/usr/src/sys/GENERIC 
> i386
> 
> Thanks for all your efforts! Great to have a vmware replacement on FreeBSD
> :-)
> 
> best regards and keep up the good work!
> Marian

Chalk up another one, also working on;

7.2-RELEASE FreeBSD 7.2-RELEASE #0 i386

tested opensuse 11.1, rhel 5, and fedora 10 -- all working.

Thanks a million

/Craig



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


  1   2   >