Re: [gentoo-user] Virtualbox documentation

2016-12-09 Thread Bertram Scharpf
On Friday, 09. Dec 2016, 05:23:30 +0100, Bertram Scharpf wrote:
> On Friday, 09. Dec 2016, 00:46:43 +0200, Alan McKinnon wrote:
> > On 08/12/2016 22:41, Bertram Scharpf wrote:
> > > On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
> > >> On 08/12/2016 14:36, Bertram Scharpf wrote:
> > >>> On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
> >  On 08/12/2016 00:01, Bertram Scharpf wrote:
> > > arrgh! I just want to find a quick-start tutorial for
> > > Virtualbox on Gentoo, but Google shows up loads of tutorials
> > > for Gentoo in a Virtualbox.
> > 
> > VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
> > option for GTK

That's the solution. Works like a charm now.

Thank you!

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Re: [gentoo-user] Virtualbox documentation

2016-12-09 Thread Fernando Rodriguez
On 12/09/2016 03:50 AM, Neil Bothwick wrote:
> On Fri, 09 Dec 2016 06:12:03 +, J. Roeleveld wrote:
> 
>>> VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
>>> option for GTK
>>>
>>> USE="qt4"
>>> or in more recent versions ebuilds (or ~arch)
>>> USE="qt5"
>>> as appropriate  
>>
>> USE="-qt4" means qt5 I think.
> 
> The ebuild for VB4 builds it headless with -qt4. There is no choice of
> qt4 or qt5, it's qt or headless, only the version of qt used varies
> between VB releases.

Yep. And it's a bit confusing cause you have the headless use flag that
really does nothing. Just yesterday I had to rebuild it twice in a row
because I got tricked by that. And to top it off it's been a while since
I've been able to build VirtualBox with anything other thann -j1.

Bertram, if you're still having the host crashes one possible cause is a
dirty /lib/modules/ directory. I just had the same
problem. I was setting up a new laptop so I was fiddling with the kernel
config and I switched something to built-in from module but  the module
from the previous kernel build was still there. So remove that directory
and run 'make modules_install' again.


-- 

Fernando Rodriguez



Re: [gentoo-user] Virtualbox documentation

2016-12-09 Thread Neil Bothwick
On Fri, 09 Dec 2016 06:12:03 +, J. Roeleveld wrote:

> >VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
> >option for GTK
> >
> >USE="qt4"
> >or in more recent versions ebuilds (or ~arch)
> >USE="qt5"
> >as appropriate  
> 
> USE="-qt4" means qt5 I think.

The ebuild for VB4 builds it headless with -qt4. There is no choice of
qt4 or qt5, it's qt or headless, only the version of qt used varies
between VB releases.


-- 
Neil Bothwick

Software: (n.) That which hardware manufacturers can blame for physical
failures.


pgp0NdTMlq_z8.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread J. Roeleveld
On December 8, 2016 11:46:43 PM GMT+01:00, Alan McKinnon 
 wrote:
>On 08/12/2016 22:41, Bertram Scharpf wrote:
>> On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
>>> On 08/12/2016 14:36, Bertram Scharpf wrote:
 On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
> On 08/12/2016 00:01, Bertram Scharpf wrote:
>> arrgh! I just want to find a quick-start tutorial for
>> Virtualbox on Gentoo, but Google shows up loads of tutorials
>> for Gentoo in a Virtualbox.

 The official documentation
>
 says:

   On a Linux or Solaris host, depending on your desktop
   environment, a "VirtualBox" item may have been placed in
   either the "System" or "System Tools" group of your
   "Applications" menu. Alternatively, you can type
   "VirtualBox" in a terminal.
>>>
>>> There is a command "VirtualBox" but it's not in your PATH:
>>>
>>> /usr/lib64/virtualbox/VirtualBox
>> 
>> Not here.
>> 
>>   # ls -l /usr/lib64/virtualbox/VirtualBox
>>   ls: cannot access '/usr/lib64/virtualbox/VirtualBox': No such file
>or directory
>> 
>> Maybe the reason can be found here:
>> 
>>   # equery u virtualbox | cat
>>   +additions
>>   +alsa
>>   -doc
>>   -extensions
>>   -headless
>>   -java
>>   +opengl
>>   +pam
>>   -pulseaudio
>>   -python
>>   +python_targets_python2_7
>>   -qt4
>>   +sdk
>>   +udev
>>   -vboxwebsrv
>>   -vnc
>
>
>
>VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
>option for GTK
>
>USE="qt4"
>or in more recent versions ebuilds (or ~arch)
>USE="qt5"
>as appropriate

USE="-qt4" means qt5 I think.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread J. Roeleveld
On December 8, 2016 9:41:10 PM GMT+01:00, Bertram Scharpf 
 wrote:
>On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
>> On 08/12/2016 14:36, Bertram Scharpf wrote:
>> > On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
>> >> On 08/12/2016 00:01, Bertram Scharpf wrote:
>> >>> arrgh! I just want to find a quick-start tutorial for
>> >>> Virtualbox on Gentoo, but Google shows up loads of tutorials
>> >>> for Gentoo in a Virtualbox.
>> > 
>> > The official documentation
>
>> > says:
>> > 
>> >   On a Linux or Solaris host, depending on your desktop
>> >   environment, a "VirtualBox" item may have been placed in
>> >   either the "System" or "System Tools" group of your
>> >   "Applications" menu. Alternatively, you can type
>> >   "VirtualBox" in a terminal.
>> 
>> There is a command "VirtualBox" but it's not in your PATH:
>> 
>> /usr/lib64/virtualbox/VirtualBox
>
>Not here.
>
>  # ls -l /usr/lib64/virtualbox/VirtualBox
>ls: cannot access '/usr/lib64/virtualbox/VirtualBox': No such file or
>directory
>
>Maybe the reason can be found here:
>
>  # equery u virtualbox | cat
>  +additions
>  +alsa
>  -doc
>  -extensions
>  -headless
>  -java
>  +opengl
>  +pam
>  -pulseaudio
>  -python
>  +python_targets_python2_7
>  -qt4
>  +sdk
>  +udev
>  -vboxwebsrv
>  -vnc
>
>> 
>> It's launched by the menu item
>> 
>
>I don't have a menu item (Xfce4).
>
>Bertram

Is your user in the correct group? 'vboxusers' or similar.

I had that same message recently when I forgot to add a user to a certain group.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Bertram Scharpf
On Friday, 09. Dec 2016, 00:46:43 +0200, Alan McKinnon wrote:
> On 08/12/2016 22:41, Bertram Scharpf wrote:
> > On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
> >> On 08/12/2016 14:36, Bertram Scharpf wrote:
> >>> On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
>  On 08/12/2016 00:01, Bertram Scharpf wrote:
> > arrgh! I just want to find a quick-start tutorial for
> > Virtualbox on Gentoo, but Google shows up loads of tutorials
> > for Gentoo in a Virtualbox.
> 
> VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
> option for GTK
> 
> USE="qt4"
> or in more recent versions ebuilds (or ~arch)
> USE="qt5"
> as appropriate

Arrrgh! Takes time for the next complaint.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Alan McKinnon
On 08/12/2016 22:41, Bertram Scharpf wrote:
> On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
>> On 08/12/2016 14:36, Bertram Scharpf wrote:
>>> On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
 On 08/12/2016 00:01, Bertram Scharpf wrote:
> arrgh! I just want to find a quick-start tutorial for
> Virtualbox on Gentoo, but Google shows up loads of tutorials
> for Gentoo in a Virtualbox.
>>>
>>> The official documentation 
>>> 
>>> says:
>>>
>>>   On a Linux or Solaris host, depending on your desktop
>>>   environment, a "VirtualBox" item may have been placed in
>>>   either the "System" or "System Tools" group of your
>>>   "Applications" menu. Alternatively, you can type
>>>   "VirtualBox" in a terminal.
>>
>> There is a command "VirtualBox" but it's not in your PATH:
>>
>> /usr/lib64/virtualbox/VirtualBox
> 
> Not here.
> 
>   # ls -l /usr/lib64/virtualbox/VirtualBox
>   ls: cannot access '/usr/lib64/virtualbox/VirtualBox': No such file or 
> directory
> 
> Maybe the reason can be found here:
> 
>   # equery u virtualbox | cat
>   +additions
>   +alsa
>   -doc
>   -extensions
>   -headless
>   -java
>   +opengl
>   +pam
>   -pulseaudio
>   -python
>   +python_targets_python2_7
>   -qt4
>   +sdk
>   +udev
>   -vboxwebsrv
>   -vnc



VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
option for GTK

USE="qt4"
or in more recent versions ebuilds (or ~arch)
USE="qt5"
as appropriate


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Bertram Scharpf
On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
> On 08/12/2016 14:36, Bertram Scharpf wrote:
> > On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
> >> On 08/12/2016 00:01, Bertram Scharpf wrote:
> >>> arrgh! I just want to find a quick-start tutorial for
> >>> Virtualbox on Gentoo, but Google shows up loads of tutorials
> >>> for Gentoo in a Virtualbox.
> > 
> > The official documentation 
> > 
> > says:
> > 
> >   On a Linux or Solaris host, depending on your desktop
> >   environment, a "VirtualBox" item may have been placed in
> >   either the "System" or "System Tools" group of your
> >   "Applications" menu. Alternatively, you can type
> >   "VirtualBox" in a terminal.
> 
> There is a command "VirtualBox" but it's not in your PATH:
> 
> /usr/lib64/virtualbox/VirtualBox

Not here.

  # ls -l /usr/lib64/virtualbox/VirtualBox
  ls: cannot access '/usr/lib64/virtualbox/VirtualBox': No such file or 
directory

Maybe the reason can be found here:

  # equery u virtualbox | cat
  +additions
  +alsa
  -doc
  -extensions
  -headless
  -java
  +opengl
  +pam
  -pulseaudio
  -python
  +python_targets_python2_7
  -qt4
  +sdk
  +udev
  -vboxwebsrv
  -vnc

> 
> It's launched by the menu item
> 

I don't have a menu item (Xfce4).

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Mick
On Thursday 08 Dec 2016 17:35:59 Alan McKinnon wrote:
> On 08/12/2016 14:36, Bertram Scharpf wrote:
> > On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
> >> On 08/12/2016 00:01, Bertram Scharpf wrote:
> >>> arrgh! I just want to find a quick-start tutorial for
> >>> Virtualbox on Gentoo, but Google shows up loads of tutorials
> >>> for Gentoo in a Virtualbox.
> >> 
> >> I have vbox on Gentoo here (many others do too) and it was
> >> a very smooth start - basically emerge virtualbox, the
> >> fancy oracle additions and modules, and I was off like a
> >> rocket. [...] The oracle docs are very good and quite
> >> complete
> >> 
> >> Do you have specific questions that you want a tutorial to
> >> answer?
> > 
> > The official documentation
> > > 
> > says:
> >   On a Linux or Solaris host, depending on your desktop
> >   environment, a "VirtualBox" item may have been placed in
> >   either the "System" or "System Tools" group of your
> >   "Applications" menu. Alternatively, you can type
> >   "VirtualBox" in a terminal.
> 
> There is a command "VirtualBox" but it's not in your PATH:
> 
> /usr/lib64/virtualbox/VirtualBox
> 
> It's launched by the menu item
> 
> > There is no command "VirtualBox" but only some commands
> > named VBox* like "VBoxManage" that are symlinks to
> > /usr/lib64/virtualbox/VBox. The command "VBoxManage" prints
> > 
> > out >10 pages of documentation:
> >   # VBoxManage | wc -l
> >   590
> > 
> > No window shows up as promised.
> 
> VBoxManage is a CLI app, there won't be a window. It has a very long
> list of syntaxes for every possible action it can do with a VM. 590
> lines is about right, and the command is fully explained in the
> virtualbox docs
> 
> > There is no man page.
> > 
> > Is there a _short_ documentation for which command to give
> > with wich parameters?
> 
> not really.
> 
> > Bertram

This is how I start my vbox guests:

VBoxHeadless --startvm "Mint-18.1-Cinnamon" --vrde on

I use the above syntax because I thereafter access the desktop remotely via 
xfree.  If you run whichever VBox* command with --help, you'll get some 
guidance for options you can use with it.  For more detailed information you 
can scan/search through the online help in the URL mentioned above.

HTH.
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Matthias Hanft
J. Roeleveld schrieb:
> 
> Virtualbox for a server?
> I only use it for a quick test on my laptop. On the server, I use more 
> reliable and robust virtualisation software.

For quick tests, I'm using VirtualBox on my desktop (Windows) PC in the
meantime - runs fast and reliably. But in the past, I sometimes had the
need to run some Windows-only software 24/7, and since I don't have any
real machine which runs Windows 24/7, I used to run a Windows VM on my
(old) Gentoo server (which has much RAM and CPU power - so it doesn't
affect normal server operation). Worked for years without any flaw.

I don't have the need to run a Windows VM 24/7 on my new Gentoo server
at the moment, but I'd appreciate to know that I *could* do it again
if needed.

> Did you check that the BIOS is fully uptodate and doesn't have any bugs in 
> the 
> virtualization support?

No. But I don't have any idea how to check this anyway.

-Matt




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Alan McKinnon
On 08/12/2016 14:36, Bertram Scharpf wrote:
> On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
>> On 08/12/2016 00:01, Bertram Scharpf wrote:
>>> arrgh! I just want to find a quick-start tutorial for
>>> Virtualbox on Gentoo, but Google shows up loads of tutorials
>>> for Gentoo in a Virtualbox.
>>
>> I have vbox on Gentoo here (many others do too) and it was
>> a very smooth start - basically emerge virtualbox, the
>> fancy oracle additions and modules, and I was off like a
>> rocket. [...] The oracle docs are very good and quite
>> complete
>>
>> Do you have specific questions that you want a tutorial to
>> answer?
> 
> The official documentation 
> 
> says:
> 
>   On a Linux or Solaris host, depending on your desktop
>   environment, a "VirtualBox" item may have been placed in
>   either the "System" or "System Tools" group of your
>   "Applications" menu. Alternatively, you can type
>   "VirtualBox" in a terminal.

There is a command "VirtualBox" but it's not in your PATH:

/usr/lib64/virtualbox/VirtualBox

It's launched by the menu item

> 
> There is no command "VirtualBox" but only some commands
> named VBox* like "VBoxManage" that are symlinks to
> /usr/lib64/virtualbox/VBox. The command "VBoxManage" prints
> out >10 pages of documentation:
> 
>   # VBoxManage | wc -l
>   590
> 
> No window shows up as promised.

VBoxManage is a CLI app, there won't be a window. It has a very long
list of syntaxes for every possible action it can do with a VM. 590
lines is about right, and the command is fully explained in the
virtualbox docs

> 
> There is no man page.
> 
> Is there a _short_ documentation for which command to give
> with wich parameters?

not really.

> 
> Bertram
> 
> 


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Helmut Jarausch

On 12/07/2016 11:01:16 PM, Bertram Scharpf wrote:

Hi,

arrgh! I just want to find a quick-start tutorial for
Virtualbox on Gentoo, but Google shows up loads of tutorials
for Gentoo in a Virtualbox. The Gentoo Wiki article's
"Usage" paragraph does not contain any usable information.

Does anybody have a hint for me?


I had similar problems when I used a version of Virtualbox which was  
"too old" for my kernel.
I'd recommend using the very latest release of Virtualbox, e.g. 5.1.10,  
although I had problems
with that on very recent kernels (4.9-rc*), so that I downgraded to  
version 5.1.8.
Both version don't build/run correctly for these kernels without a  
patch which I have posted on my bug report.


My patched version seems to be stable on my new kernel and Windows 10.




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread BOFH
On Thu 2016-12-08  01:36 PM, Bertram Scharpf wrote:
> The official documentation 
> 
> says:
> 
>   On a Linux or Solaris host, depending on your desktop
>   environment, a "VirtualBox" item may have been placed in
>   either the "System" or "System Tools" group of your
>   "Applications" menu. Alternatively, you can type
>   "VirtualBox" in a terminal.
> 
> There is no command "VirtualBox" but only some commands
> named VBox* like "VBoxManage" that are symlinks to
> /usr/lib64/virtualbox/VBox. The command "VBoxManage" prints
> out >10 pages of documentation:
> 
>   # VBoxManage | wc -l
>   590
> 
> No window shows up as promised.
> 
> There is no man page.
> 
> Is there a _short_ documentation for which command to give
> with wich parameters?
> 

Have you installed VirtualBox headless or something?

My system:

Installed versions:  4.3.38.106717^m(00:29:11 11/02/16)(additions chm
-debug -headless -python -rdesktop-vrdp -sdk -vboxwebsrv
PYTHON_TARGETS="python2_7")

$ 'ls' -l /opt/bin
total 0
lrwxrwxrwx 1 root root 23 Nov  2 00:29 VBoxHeadless ->
/opt/VirtualBox/VBox.sh
lrwxrwxrwx 1 root root 23 Nov  2 00:29 VBoxManage ->
/opt/VirtualBox/VBox.sh
lrwxrwxrwx 1 root root 23 Nov  2 00:29 VBoxSDL ->
/opt/VirtualBox/VBox.sh
lrwxrwxrwx 1 root root 26 Nov  2 00:29 VBoxTunctl ->
/opt/VirtualBox/VBoxTunctl
lrwxrwxrwx 1 root root 23 Nov  2 00:29 VBoxVRDP ->
/opt/VirtualBox/VBox.sh
lrwxrwxrwx 1 root root 23 Nov  2 00:29 VirtualBox ->
/opt/VirtualBox/VBox.sh

For most operations I just need to run VirtualBox, having had /opt/bin
added to my $PATH automatically:

$ grep \ PATH= /etc/profile.env 
export
PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/games/bin'

--
Vitor



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread J. Roeleveld
On Thursday, December 08, 2016 01:07:24 PM Matthias Hanft wrote:
> J. Roeleveld wrote:
> > Are your vbox modules loaded correctly?
> 
> I think they were. Will carefully check next time (cannot do now,
> it's a 24/7 server where I have few time slots for maintenance
> and cannot risk kernel panic during daytime).

Virtualbox for a server?
I only use it for a quick test on my laptop. On the server, I use more 
reliable and robust virtualisation software.

> I do have some VirtualBoxes running on other Gentoo machines. This
> one is a pretty new installation, and I just thought I had forgotten
> to enable something important in the virtualization sections of "make
> menuconfig".

If it's a new system.
Did you check that the BIOS is fully uptodate and doesn't have any bugs in the 
virtualization support?

--
Joost




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Bertram Scharpf
On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
> On 08/12/2016 00:01, Bertram Scharpf wrote:
> > arrgh! I just want to find a quick-start tutorial for
> > Virtualbox on Gentoo, but Google shows up loads of tutorials
> > for Gentoo in a Virtualbox.
> 
> I have vbox on Gentoo here (many others do too) and it was
> a very smooth start - basically emerge virtualbox, the
> fancy oracle additions and modules, and I was off like a
> rocket. [...] The oracle docs are very good and quite
> complete
> 
> Do you have specific questions that you want a tutorial to
> answer?

The official documentation 
says:

  On a Linux or Solaris host, depending on your desktop
  environment, a "VirtualBox" item may have been placed in
  either the "System" or "System Tools" group of your
  "Applications" menu. Alternatively, you can type
  "VirtualBox" in a terminal.

There is no command "VirtualBox" but only some commands
named VBox* like "VBoxManage" that are symlinks to
/usr/lib64/virtualbox/VBox. The command "VBoxManage" prints
out >10 pages of documentation:

  # VBoxManage | wc -l
  590

No window shows up as promised.

There is no man page.

Is there a _short_ documentation for which command to give
with wich parameters?

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Matthias Hanft
J. Roeleveld wrote:
> 
> Are your vbox modules loaded correctly?

I think they were. Will carefully check next time (cannot do now,
it's a 24/7 server where I have few time slots for maintenance
and cannot risk kernel panic during daytime).

I do have some VirtualBoxes running on other Gentoo machines. This
one is a pretty new installation, and I just thought I had forgotten
to enable something important in the virtualization sections of "make
menuconfig".

-Matt




Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread J. Roeleveld
On December 8, 2016 9:20:23 AM GMT+01:00, Matthias Hanft  wrote:
>Alan McKinnon wrote:
>> 
>> Do you have specific questions that you want a tutorial to answer?
>
>*I* do have a specific question: What have I forgotten to compile into
>the kernel when there is an immediate "kernel panic" as soon as I try
>to start a VirtualBox VM?
>
>-Matt

Are your vbox modules loaded correctly?
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Virtualbox documentation

2016-12-08 Thread Matthias Hanft
Alan McKinnon wrote:
> 
> Do you have specific questions that you want a tutorial to answer?

*I* do have a specific question: What have I forgotten to compile into
the kernel when there is an immediate "kernel panic" as soon as I try
to start a VirtualBox VM?

-Matt




Re: [gentoo-user] Virtualbox documentation

2016-12-07 Thread Alan McKinnon
On 08/12/2016 00:01, Bertram Scharpf wrote:
> Hi,
> 
> arrgh! I just want to find a quick-start tutorial for
> Virtualbox on Gentoo, but Google shows up loads of tutorials
> for Gentoo in a Virtualbox. The Gentoo Wiki article's
> "Usage" paragraph does not contain any usable information.
> 
> Does anybody have a hint for me?


I have vbox on Gentoo here (many others do too) and it was a very smooth
start - basically emerge virtualbox, the fancy oracle additions and
modules, and I was off like a rocket. I don't know of any
Gentoo-specific tutorial though. The oracle docs are very good and quite
complete

Do you have specific questions that you want a tutorial to answer?



-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Virtualbox documentation

2016-12-07 Thread Bertram Scharpf
Hi,

arrgh! I just want to find a quick-start tutorial for
Virtualbox on Gentoo, but Google shows up loads of tutorials
for Gentoo in a Virtualbox. The Gentoo Wiki article's
"Usage" paragraph does not contain any usable information.

Does anybody have a hint for me?

Thanks in advance.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de