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 :
> 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 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 install
> # exit
> exit
> $ VirtualBox
> bash: VirtualBox: command not found
> $ whereis VirtualBox
> VirtualBox:
> $ pkg_info | grep virtualbox
> virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 hardware
>
>
>
> It seems to be installed, but not soft-linked properly, any ideas?
>
>
> 2009/9/18 Lowell Gilbert :
>> Don't top-post, please.
>>
>> Jeronimo Calvo  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 x86
>>> hardware
>>>
>>> # pkg_delete -f virtualbox-3.0.51.r6
>>>
>>> pkg_delete: unable to completely remove directory
>>> '/usr/local/lib/virtualbox'
>>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>>> incorrectly specified?)
>>
>> This error isn't serious.  You can look in that directory, see what's
>> left, and either submit a fix for the port to remove it, or perhaps find
>> out that there is local configuration that the port *shouldn't* be
>> removing.
>>
>> --
>> Lowell Gilbert, embedded/networking software engineer, Boston area
>>http://be-well.ilk.org/~lowell/
>>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 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 install
> # exit
> exit
> $ VirtualBox
> bash: VirtualBox: command not found
> $ whereis VirtualBox
> VirtualBox:
> $ pkg_info | grep virtualbox
> virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 hardware
> 
> 
> 
> It seems to be installed, but not soft-linked properly, any ideas?
> 
> 
> 2009/9/18 Lowell Gilbert :
> > Don't top-post, please.
> >
> > Jeronimo Calvo  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 x86 
> >> hardware
> >>
> >> # pkg_delete -f virtualbox-3.0.51.r6
> >>
> >> pkg_delete: unable to completely remove directory 
> >> '/usr/local/lib/virtualbox'
> >> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> >> incorrectly specified?)
> >
> > This error isn't serious.  You can look in that directory, see what's
> > left, and either submit a fix for the port to remove it, or perhaps find
> > out that there is local configuration that the port *shouldn't* be
> > removing.
> >
> > --
> > Lowell Gilbert, embedded/networking software engineer, Boston area
> >http://be-well.ilk.org/~lowell/
> >
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 :
> 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   pkg-message work
>> distinfopkg-descr   pkg-plist
>> # make install
>> # exit
>> exit
>> $ VirtualBox
>> bash: VirtualBox: command not found
>
> Try "/usr/local/bin/VirtualBox"
> --
> Jonathan Chen 
> ---
> "I love deadlines. I like the whooshing sound they make as they fly by"
>- Douglas Adams
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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   pkg-message work
> distinfopkg-descr   pkg-plist
> # make install
> # exit
> exit
> $ VirtualBox
> bash: VirtualBox: command not found

Try "/usr/local/bin/VirtualBox"
-- 
Jonathan Chen 
---
"I love deadlines. I like the whooshing sound they make as they fly by"
- Douglas Adams
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 install
# exit
exit
$ VirtualBox
bash: VirtualBox: command not found
$ whereis VirtualBox
VirtualBox:
$ pkg_info | grep virtualbox
virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 hardware



It seems to be installed, but not soft-linked properly, any ideas?


2009/9/18 Lowell Gilbert :
> Don't top-post, please.
>
> Jeronimo Calvo  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 x86 hardware
>>
>> # pkg_delete -f virtualbox-3.0.51.r6
>>
>> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> incorrectly specified?)
>
> This error isn't serious.  You can look in that directory, see what's
> left, and either submit a fix for the port to remove it, or perhaps find
> out that there is local configuration that the port *shouldn't* be
> removing.
>
> --
> Lowell Gilbert, embedded/networking software engineer, Boston area
>http://be-well.ilk.org/~lowell/
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 :
> > On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo
> >  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
> >> "VirtualBox" so in consequence im not able to launch the app
> >> post-installation...
> >>
> >> Can u maybe paste the output of #which virtualbox ?
> >>
> >> Cheers!
> >>
> >> 2009/9/18 Lowell Gilbert :
> >> > Don't top-post, please.
> >> >
> >> > Jeronimo Calvo  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 x86
> >> >> hardware
> >> >>
> >> >> # pkg_delete -f virtualbox-3.0.51.r6
> >> >>
> >> >> pkg_delete: unable to completely remove directory
> >> >> '/usr/local/lib/virtualbox'
> >> >> pkg_delete: couldn't entirely delete package (perhaps the packing
> list
> >> >> is
> >> >> incorrectly specified?)
> >> >
> >> > This error isn't serious.  You can look in that directory, see what's
> >> > left, and either submit a fix for the port to remove it, or perhaps
> find
> >> > out that there is local configuration that the port *shouldn't* be
> >> > removing.
> >> >
> >> > --
> >> > Lowell Gilbert, embedded/networking software engineer, Boston area
> >> >
> >> > http://be-well.ilk.org/~lowell/
> >> >
> >> ___
> >> freebsd-questions@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "freebsd-questions-unsubscr...@freebsd.org"
> >
> > Did you unselect configuration option
> >
> > Build with QT4 Frontend
> >
> > ?
> > --
>
What is the output of

cat /var/db/ports/virtualbox/options

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


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 :
> On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo
>  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
>> "VirtualBox" so in consequence im not able to launch the app
>> post-installation...
>>
>> Can u maybe paste the output of #which virtualbox ?
>>
>> Cheers!
>>
>> 2009/9/18 Lowell Gilbert :
>> > Don't top-post, please.
>> >
>> > Jeronimo Calvo  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 x86
>> >> hardware
>> >>
>> >> # pkg_delete -f virtualbox-3.0.51.r6
>> >>
>> >> pkg_delete: unable to completely remove directory
>> >> '/usr/local/lib/virtualbox'
>> >> pkg_delete: couldn't entirely delete package (perhaps the packing list
>> >> is
>> >> incorrectly specified?)
>> >
>> > This error isn't serious.  You can look in that directory, see what's
>> > left, and either submit a fix for the port to remove it, or perhaps find
>> > out that there is local configuration that the port *shouldn't* be
>> > removing.
>> >
>> > --
>> > Lowell Gilbert, embedded/networking software engineer, Boston area
>> >                http://be-well.ilk.org/~lowell/
>> >
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "freebsd-questions-unsubscr...@freebsd.org"
>
> Did you unselect configuration option
>
> Build with QT4 Frontend
>
> ?
> --
> Adam Vande More
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
> "VirtualBox" so in consequence im not able to launch the app
> post-installation...
>
> Can u maybe paste the output of #which virtualbox ?
>
> Cheers!
>
> 2009/9/18 Lowell Gilbert :
> > Don't top-post, please.
> >
> > Jeronimo Calvo  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 x86
> hardware
> >>
> >> # pkg_delete -f virtualbox-3.0.51.r6
> >>
> >> pkg_delete: unable to completely remove directory
> '/usr/local/lib/virtualbox'
> >> pkg_delete: couldn't entirely delete package (perhaps the packing list
> is
> >> incorrectly specified?)
> >
> > This error isn't serious.  You can look in that directory, see what's
> > left, and either submit a fix for the port to remove it, or perhaps find
> > out that there is local configuration that the port *shouldn't* be
> > removing.
> >
> > --
> > Lowell Gilbert, embedded/networking software engineer, Boston area
> >
> > http://be-well.ilk.org/~lowell/
> >
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>

Did you unselect configuration option

Build with QT4 Frontend

?
-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 the output of #which virtualbox ?

Cheers!

2009/9/18 Lowell Gilbert :
> Don't top-post, please.
>
> Jeronimo Calvo  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 x86 hardware
>>
>> # pkg_delete -f virtualbox-3.0.51.r6
>>
>> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> incorrectly specified?)
>
> This error isn't serious.  You can look in that directory, see what's
> left, and either submit a fix for the port to remove it, or perhaps find
> out that there is local configuration that the port *shouldn't* be
> removing.
>
> --
> Lowell Gilbert, embedded/networking software engineer, Boston area
>                http://be-well.ilk.org/~lowell/
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-18 Thread Lowell Gilbert
Don't top-post, please.

Jeronimo Calvo  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 x86 hardware
>
> # pkg_delete -f virtualbox-3.0.51.r6
>
> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> incorrectly specified?)

This error isn't serious.  You can look in that directory, see what's
left, and either submit a fix for the port to remove it, or perhaps find
out that there is local configuration that the port *shouldn't* be
removing.  

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 completely remove directory '/usr/local/lib/virtualbox'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)


2009/9/17 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 package, even if a dependency is
> recorded or the deinstall or require script fails.
>
>>
>> 2009/9/17 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: unable to completely remove directory
>> >> > '/usr/local/lib/virtualbox/nls'
>> >> > pkg_delete: unable to completely remove directory 
>> >> > '/usr/local/lib/virtualbox'
>> >> > pkg_delete: couldn't entirely delete package (perhaps the packing list 
>> >> > is
>> >> > incorrectly specified?)
>> >>
>> >> and when making install, keep saying that is already installed :S
>> >
>> > try pkg_delete with the -f flag;
>> >
>> > you'll need to;
>> >
>> > # pkg_info | grep virtualbox
>> > # pkg_delete -f virtualbox-
>> >
>> > then in virtualbox port dir
>> >
>> > # make install
>> >
>> > I suspect the make reinstall script failed to symlink the VirtualBox
>> > executable into /usr/local/bin
>> >
>> >>
>> >> 2009/9/17 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: unable to completely remove directory
>> >> >> '/usr/local/lib/virtualbox/nls'
>> >> >> pkg_delete: unable to completely remove directory 
>> >> >> '/usr/local/lib/virtualbox'
>> >> >> pkg_delete: couldn't entirely delete package (perhaps the packing list 
>> >> >> is
>> >> >> incorrectly specified?)
>> >> >>
>> >> >> Btw, skipping that step and doing a #make reinstall
>> >> >>
>> >> >> it only takes few secs... and gives
>> >> >>
>> >> >> VirtualBox was installed.
>> >> >>
>> >> >> but when i run it as a normal user i get:
>> >> >>
>> >> >> $ VirtualBox
>> >> >> bash: /usr/local/bin/VirtualBox: No such file or directory
>> >> >
>> >> > ok maybe the reinstall is broke... try;
>> >> >
>> >> > # make deinstall
>> >> > # make install
>> >> >
>> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> 2009/9/17 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
>> >> >> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) 
>> >> >> > so
>> >> >> > that VBOX_WITH_HARDENING = 0
>> >> >> > # make
>> >> >> > # make deinstall
>> >> >> > # make reinstall
>> >> >> >
>> >> >> > /Craig B
>> >> >> >
>> >> >> >>
>> >> >> >> Thanks a lot!!
>> >> >> >>
>> >> >> >> 2009/9/17 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 happens...
>> >> >> >> >>
>> >> >> >> >> Did you "kldload vboxdrv.ko"?
>> >> >> >> >
>> >> >> >> > Hi
>> >> >> >> >
>> >> >> >> > Have you tried running it under truss ?
>> >> >> >> >
>> >> >> >> > I think you might find that it will say - Error in 
>> >> >> >> > SUPR3HardenedMain
>> >> >> >> > and hang...
>> >> >> >> >
>> >> >> >> > Solution;
>> >> >> >> > Rebuild and install Virtualbox port after editing Config.kmk so 
>> >> >> >> > that
>> >> >> >> > VBOX_WITH_HARDENING = 0
>> >> >> >> >
>> >> >> >> > Hope it helps
>> >> >> >> >
>> >> >> >> > Cheers
>> >> >> >> >
>> >> >> >> > Craig Butler

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 package, even if a dependency is
recorded or the deinstall or require script fails.

> 
> 2009/9/17 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: unable to completely remove directory
> >> > '/usr/local/lib/virtualbox/nls'
> >> > pkg_delete: unable to completely remove directory 
> >> > '/usr/local/lib/virtualbox'
> >> > pkg_delete: couldn't entirely delete package (perhaps the packing list is
> >> > incorrectly specified?)
> >>
> >> and when making install, keep saying that is already installed :S
> >
> > try pkg_delete with the -f flag;
> >
> > you'll need to;
> >
> > # pkg_info | grep virtualbox
> > # pkg_delete -f virtualbox-
> >
> > then in virtualbox port dir
> >
> > # make install
> >
> > I suspect the make reinstall script failed to symlink the VirtualBox
> > executable into /usr/local/bin
> >
> >>
> >> 2009/9/17 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: unable to completely remove directory
> >> >> '/usr/local/lib/virtualbox/nls'
> >> >> pkg_delete: unable to completely remove directory 
> >> >> '/usr/local/lib/virtualbox'
> >> >> pkg_delete: couldn't entirely delete package (perhaps the packing list 
> >> >> is
> >> >> incorrectly specified?)
> >> >>
> >> >> Btw, skipping that step and doing a #make reinstall
> >> >>
> >> >> it only takes few secs... and gives
> >> >>
> >> >> VirtualBox was installed.
> >> >>
> >> >> but when i run it as a normal user i get:
> >> >>
> >> >> $ VirtualBox
> >> >> bash: /usr/local/bin/VirtualBox: No such file or directory
> >> >
> >> > ok maybe the reinstall is broke... try;
> >> >
> >> > # make deinstall
> >> > # make install
> >> >
> >> >
> >> >>
> >> >>
> >> >>
> >> >> 2009/9/17 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
> >> >> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
> >> >> > that VBOX_WITH_HARDENING = 0
> >> >> > # make
> >> >> > # make deinstall
> >> >> > # make reinstall
> >> >> >
> >> >> > /Craig B
> >> >> >
> >> >> >>
> >> >> >> Thanks a lot!!
> >> >> >>
> >> >> >> 2009/9/17 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 happens...
> >> >> >> >>
> >> >> >> >> Did you "kldload vboxdrv.ko"?
> >> >> >> >
> >> >> >> > Hi
> >> >> >> >
> >> >> >> > Have you tried running it under truss ?
> >> >> >> >
> >> >> >> > I think you might find that it will say - Error in 
> >> >> >> > SUPR3HardenedMain
> >> >> >> > and hang...
> >> >> >> >
> >> >> >> > Solution;
> >> >> >> > Rebuild and install Virtualbox port after editing Config.kmk so 
> >> >> >> > that
> >> >> >> > VBOX_WITH_HARDENING = 0
> >> >> >> >
> >> >> >> > Hope it helps
> >> >> >> >
> >> >> >> > Cheers
> >> >> >> >
> >> >> >> > Craig Butler
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >
> >> >> >
> >> >
> >> >
> >
> >

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


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 :
> 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: unable to completely remove directory
>> > '/usr/local/lib/virtualbox/nls'
>> > pkg_delete: unable to completely remove directory 
>> > '/usr/local/lib/virtualbox'
>> > pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> > incorrectly specified?)
>>
>> and when making install, keep saying that is already installed :S
>
> try pkg_delete with the -f flag;
>
> you'll need to;
>
> # pkg_info | grep virtualbox
> # pkg_delete -f virtualbox-
>
> then in virtualbox port dir
>
> # make install
>
> I suspect the make reinstall script failed to symlink the VirtualBox
> executable into /usr/local/bin
>
>>
>> 2009/9/17 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: unable to completely remove directory
>> >> '/usr/local/lib/virtualbox/nls'
>> >> pkg_delete: unable to completely remove directory 
>> >> '/usr/local/lib/virtualbox'
>> >> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> >> incorrectly specified?)
>> >>
>> >> Btw, skipping that step and doing a #make reinstall
>> >>
>> >> it only takes few secs... and gives
>> >>
>> >> VirtualBox was installed.
>> >>
>> >> but when i run it as a normal user i get:
>> >>
>> >> $ VirtualBox
>> >> bash: /usr/local/bin/VirtualBox: No such file or directory
>> >
>> > ok maybe the reinstall is broke... try;
>> >
>> > # make deinstall
>> > # make install
>> >
>> >
>> >>
>> >>
>> >>
>> >> 2009/9/17 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
>> >> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
>> >> > that VBOX_WITH_HARDENING = 0
>> >> > # make
>> >> > # make deinstall
>> >> > # make reinstall
>> >> >
>> >> > /Craig B
>> >> >
>> >> >>
>> >> >> Thanks a lot!!
>> >> >>
>> >> >> 2009/9/17 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 happens...
>> >> >> >>
>> >> >> >> Did you "kldload vboxdrv.ko"?
>> >> >> >
>> >> >> > Hi
>> >> >> >
>> >> >> > Have you tried running it under truss ?
>> >> >> >
>> >> >> > I think you might find that it will say - Error in SUPR3HardenedMain
>> >> >> > and hang...
>> >> >> >
>> >> >> > Solution;
>> >> >> > Rebuild and install Virtualbox port after editing Config.kmk so that
>> >> >> > VBOX_WITH_HARDENING = 0
>> >> >> >
>> >> >> > Hope it helps
>> >> >> >
>> >> >> > Cheers
>> >> >> >
>> >> >> > Craig Butler
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >
>> >> >
>> >
>> >
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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: unable to completely remove directory
> > '/usr/local/lib/virtualbox/nls'
> > pkg_delete: unable to completely remove directory 
> > '/usr/local/lib/virtualbox'
> > pkg_delete: couldn't entirely delete package (perhaps the packing list is
> > incorrectly specified?)
> 
> and when making install, keep saying that is already installed :S

try pkg_delete with the -f flag;

you'll need to;

# pkg_info | grep virtualbox
# pkg_delete -f virtualbox-

then in virtualbox port dir

# make install

I suspect the make reinstall script failed to symlink the VirtualBox
executable into /usr/local/bin
 
> 
> 2009/9/17 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: unable to completely remove directory
> >> '/usr/local/lib/virtualbox/nls'
> >> pkg_delete: unable to completely remove directory 
> >> '/usr/local/lib/virtualbox'
> >> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> >> incorrectly specified?)
> >>
> >> Btw, skipping that step and doing a #make reinstall
> >>
> >> it only takes few secs... and gives
> >>
> >> VirtualBox was installed.
> >>
> >> but when i run it as a normal user i get:
> >>
> >> $ VirtualBox
> >> bash: /usr/local/bin/VirtualBox: No such file or directory
> >
> > ok maybe the reinstall is broke... try;
> >
> > # make deinstall
> > # make install
> >
> >
> >>
> >>
> >>
> >> 2009/9/17 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
> >> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
> >> > that VBOX_WITH_HARDENING = 0
> >> > # make
> >> > # make deinstall
> >> > # make reinstall
> >> >
> >> > /Craig B
> >> >
> >> >>
> >> >> Thanks a lot!!
> >> >>
> >> >> 2009/9/17 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 happens...
> >> >> >>
> >> >> >> Did you "kldload vboxdrv.ko"?
> >> >> >
> >> >> > Hi
> >> >> >
> >> >> > Have you tried running it under truss ?
> >> >> >
> >> >> > I think you might find that it will say - Error in SUPR3HardenedMain
> >> >> > and hang...
> >> >> >
> >> >> > Solution;
> >> >> > Rebuild and install Virtualbox port after editing Config.kmk so that
> >> >> > VBOX_WITH_HARDENING = 0
> >> >> >
> >> >> > Hope it helps
> >> >> >
> >> >> > Cheers
> >> >> >
> >> >> > Craig Butler
> >> >> >
> >> >> >
> >> >> >
> >> >
> >> >
> >
> >

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


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
> '/usr/local/lib/virtualbox/nls'
> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> incorrectly specified?)

and when making install, keep saying that is already installed :S

2009/9/17 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: unable to completely remove directory
>> '/usr/local/lib/virtualbox/nls'
>> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> incorrectly specified?)
>>
>> Btw, skipping that step and doing a #make reinstall
>>
>> it only takes few secs... and gives
>>
>> VirtualBox was installed.
>>
>> but when i run it as a normal user i get:
>>
>> $ VirtualBox
>> bash: /usr/local/bin/VirtualBox: No such file or directory
>
> ok maybe the reinstall is broke... try;
>
> # make deinstall
> # make install
>
>
>>
>>
>>
>> 2009/9/17 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
>> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
>> > that VBOX_WITH_HARDENING = 0
>> > # make
>> > # make deinstall
>> > # make reinstall
>> >
>> > /Craig B
>> >
>> >>
>> >> Thanks a lot!!
>> >>
>> >> 2009/9/17 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 happens...
>> >> >>
>> >> >> Did you "kldload vboxdrv.ko"?
>> >> >
>> >> > Hi
>> >> >
>> >> > Have you tried running it under truss ?
>> >> >
>> >> > I think you might find that it will say - Error in SUPR3HardenedMain
>> >> > and hang...
>> >> >
>> >> > Solution;
>> >> > Rebuild and install Virtualbox port after editing Config.kmk so that
>> >> > VBOX_WITH_HARDENING = 0
>> >> >
>> >> > Hope it helps
>> >> >
>> >> > Cheers
>> >> >
>> >> > Craig Butler
>> >> >
>> >> >
>> >> >
>> >
>> >
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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: unable to completely remove directory
> '/usr/local/lib/virtualbox/nls'
> pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> incorrectly specified?)
> 
> Btw, skipping that step and doing a #make reinstall
> 
> it only takes few secs... and gives
> 
> VirtualBox was installed.
> 
> but when i run it as a normal user i get:
> 
> $ VirtualBox
> bash: /usr/local/bin/VirtualBox: No such file or directory

ok maybe the reinstall is broke... try;

# make deinstall
# make install


> 
> 
> 
> 2009/9/17 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
> > # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
> > that VBOX_WITH_HARDENING = 0
> > # make
> > # make deinstall
> > # make reinstall
> >
> > /Craig B
> >
> >>
> >> Thanks a lot!!
> >>
> >> 2009/9/17 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 happens...
> >> >>
> >> >> Did you "kldload vboxdrv.ko"?
> >> >
> >> > Hi
> >> >
> >> > Have you tried running it under truss ?
> >> >
> >> > I think you might find that it will say - Error in SUPR3HardenedMain
> >> > and hang...
> >> >
> >> > Solution;
> >> > Rebuild and install Virtualbox port after editing Config.kmk so that
> >> > VBOX_WITH_HARDENING = 0
> >> >
> >> > Hope it helps
> >> >
> >> > Cheers
> >> >
> >> > Craig Butler
> >> >
> >> >
> >> >
> >
> >

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


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
'/usr/local/lib/virtualbox/nls'
pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

Btw, skipping that step and doing a #make reinstall

it only takes few secs... and gives

VirtualBox was installed.

but when i run it as a normal user i get:

$ VirtualBox
bash: /usr/local/bin/VirtualBox: No such file or directory



2009/9/17 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
> # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
> that VBOX_WITH_HARDENING = 0
> # make
> # make deinstall
> # make reinstall
>
> /Craig B
>
>>
>> Thanks a lot!!
>>
>> 2009/9/17 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 happens...
>> >>
>> >> Did you "kldload vboxdrv.ko"?
>> >
>> > Hi
>> >
>> > Have you tried running it under truss ?
>> >
>> > I think you might find that it will say - Error in SUPR3HardenedMain
>> > and hang...
>> >
>> > Solution;
>> > Rebuild and install Virtualbox port after editing Config.kmk so that
>> > VBOX_WITH_HARDENING = 0
>> >
>> > Hope it helps
>> >
>> > Cheers
>> >
>> > Craig Butler
>> >
>> >
>> >
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
# edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
that VBOX_WITH_HARDENING = 0
# make
# make deinstall
# make reinstall

/Craig B

> 
> Thanks a lot!!
> 
> 2009/9/17 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 happens...
> >>
> >> Did you "kldload vboxdrv.ko"?
> >
> > Hi
> >
> > Have you tried running it under truss ?
> >
> > I think you might find that it will say - Error in SUPR3HardenedMain
> > and hang...
> >
> > Solution;
> > Rebuild and install Virtualbox port after editing Config.kmk so that
> > VBOX_WITH_HARDENING = 0
> >
> > Hope it helps
> >
> > Cheers
> >
> > Craig Butler
> >
> >
> >

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


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 :
> 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 happens...
>>
>> Did you "kldload vboxdrv.ko"?
>
> Hi
>
> Have you tried running it under truss ?
>
> I think you might find that it will say - Error in SUPR3HardenedMain
> and hang...
>
> Solution;
> Rebuild and install Virtualbox port after editing Config.kmk so that
> VBOX_WITH_HARDENING = 0
>
> Hope it helps
>
> Cheers
>
> Craig Butler
>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 happens...
> 
> Did you "kldload vboxdrv.ko"?

Hi

Have you tried running it under truss ?

I think you might find that it will say - Error in SUPR3HardenedMain
and hang...

Solution;
Rebuild and install Virtualbox port after editing Config.kmk so that
VBOX_WITH_HARDENING = 0

Hope it helps

Cheers

Craig Butler


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


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 :
> 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 
> --
> "A person should be able to do a small bit of everything,
>specialisation is for insects"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 
--
 "A person should be able to do a small bit of everything,
specialisation is for insects"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"