Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Jeronimo Calvo
Hi all! Im still having following issue with VirtualBox: (not able to launch it when installed from source with option: VBOX_WITH_HARDENING = 0) log: # cd /usr/ports/emulators/virtualbox/ # ls Makefilefiles pkg-message work distinfopkg-descr pkg-plist # make

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Jonathan Chen
On Thu, Sep 24, 2009 at 06:35:27PM +, Jeronimo Calvo wrote: Hi all! Im still having following issue with VirtualBox: (not able to launch it when installed from source with option: VBOX_WITH_HARDENING = 0) log: # cd /usr/ports/emulators/virtualbox/ # ls Makefilefiles

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Jeronimo Calvo
$/usr/local/bin/VirtualBox bash: /usr/local/bin/VirtualBox: No such file or directory :S 2009/9/24 Jonathan Chen j...@chen.org.nz: On Thu, Sep 24, 2009 at 06:35:27PM +, Jeronimo Calvo wrote: Hi all! Im still having following issue with VirtualBox: (not able to launch it when installed

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Craig Butler
Hi, Do you have any thing in /usr/local/lib/virtualbox/ ?? $ ls -l /usr/local/bin/VirtualBox lrwxr-xr-x 1 root wheel 36 Sep 21 08:28 /usr/local/bin/VirtualBox - /usr/local/lib/virtualbox/VirtualBox Cheers /Craig B On Thu, 2009-09-24 at 18:35 +, Jeronimo Calvo wrote: Hi all! Im

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Jeronimo Calvo
/usr/local/lib/virtualbox -bash: /usr/local/lib/virtualbox: is a directory [iscariote@ ~]$ /usr/local/lib/virtualbox/VirtualBox -bash: /usr/local/lib/virtualbox/VirtualBox: No such file or directory No in any of them... 2009/9/24 Craig Butler craig...@lerwick.hopto.org: Hi, Do you have any

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Lowell Gilbert
Don't top-post, please. Jeronimo Calvo jeronimocal...@googlemail.com writes: for some reason, it gives me the same error... the funny thing is pkgdb gives me a nice colection of errors as well :D # pkg_info | grep virtualbox virtualbox-3.0.51.r6 A general-purpose full virtualizer for

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Jeronimo Calvo
make install, seems to do the work... but the only thing is that im not able to launch the app... it doesn't seems to do the correct link... as which or whereis doesnt give me any output pointing to VirtualBox so in consequence im not able to launch the app post-installation... Can u maybe paste

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Adam Vande More
On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo jeronimocal...@googlemail.com wrote: make install, seems to do the work... but the only thing is that im not able to launch the app... it doesn't seems to do the correct link... as which or whereis doesnt give me any output pointing to

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Jeronimo Calvo
no, I did not, the only change i made was VBOX_WITH_HARDENING = 0, on Config.kmk, before compiling... 2009/9/18 Adam Vande More amvandem...@gmail.com: On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo jeronimocal...@googlemail.com wrote: make install, seems to do the work... but the only thing

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Adam Vande More
On Fri, Sep 18, 2009 at 11:19 AM, Jeronimo Calvo jeronimocal...@googlemail.com wrote: no, I did not, the only change i made was VBOX_WITH_HARDENING = 0, on Config.kmk, before compiling... 2009/9/18 Adam Vande More amvandem...@gmail.com: On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo

Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
Hi folks! I do have a problem when launching VirtualBox (installed from source), when launched as a normal user it doesnt lunch. Takes few secs... but nothing happens... $ id uid=1001(iscariote) gid=0(wheel) groups=0(wheel),920(vboxusers) User has been added to vboxusers mount: $ mount

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jonathan Chen
On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote: Hi folks! I do have a problem when launching VirtualBox (installed from source), when launched as a normal user it doesnt lunch. Takes few secs... but nothing happens... Did you kldload vboxdrv.ko? -- Jonathan Chen

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
Yes, I do # kldload vboxdrv.ko kldload: can't load vboxdrv.ko: File exists 2009/9/17 Jonathan Chen j...@chen.org.nz: On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote: Hi folks! I do have a problem when launching VirtualBox (installed from source), when launched as a normal

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote: On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote: Hi folks! I do have a problem when launching VirtualBox (installed from source), when launched as a normal user it doesnt lunch. Takes few secs... but nothing

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
True... when runned $truss VirtualBox it gives me Error in SUPR3hardenedmain... How do i reinstall the package properly to get VBOX_WITH_HARDENING = 0 ? Thanks a lot!! 2009/9/17 Craig Butler craig...@lerwick.hopto.org: On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote: On Thu, Sep 17,

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:32 +0100, Jeronimo Calvo wrote: True... when runned $truss VirtualBox it gives me Error in SUPR3hardenedmain... How do i reinstall the package properly to get VBOX_WITH_HARDENING = 0 ? # cd /usr/ports/emulators/virtualbox/ # make clean # make extract patch #

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
I am getting the following error on #make deinstall # make deinstall === Deinstalling for emulators/virtualbox === Deinstalling virtualbox-3.0.51.r6 pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist pkg_delete: unable to completely remove directory

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:45 +, Jeronimo Calvo wrote: I am getting the following error on #make deinstall # make deinstall === Deinstalling for emulators/virtualbox === Deinstalling virtualbox-3.0.51.r6 pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist pkg_delete:

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
same thing... when making #make deinstall i get the same error: === Deinstalling for emulators/virtualbox === Deinstalling virtualbox-3.0.51.r6 pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist pkg_delete: unable to completely remove directory

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:56 +, Jeronimo Calvo wrote: same thing... when making #make deinstall i get the same error: === Deinstalling for emulators/virtualbox === Deinstalling virtualbox-3.0.51.r6 pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist pkg_delete:

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
I am still having the same issue... I think a pkgdb -F should solve this... what do u think? 2009/9/17 Craig Butler craig...@lerwick.hopto.org: On Thu, 2009-09-17 at 20:56 +, Jeronimo Calvo wrote: same thing... when making #make deinstall i get the same error: === Deinstalling for

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 21:50 +, Jeronimo Calvo wrote: I am still having the same issue... I think a pkgdb -F should solve this... what do u think? It cant hurt... pkg_delete -f should have solved it tho according to the manual; -f, --force Force removal of the

Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Jeronimo Calvo
for some reason, it gives me the same error... the funny thing is pkgdb gives me a nice colection of errors as well :D # pkg_info | grep virtualbox virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 hardware # pkg_delete -f virtualbox-3.0.51.r6 pkg_delete: unable to