VirtualBox: amministrazione da terminale: differenze tra le versioni

(Nuova pagina: =Introduzione= Virtualbox è un software di virtualizzazione sviluppato da Sun; normalmente viene utilizzato come un normale programma dotato di interfaccia grafica, ma con qualche acc...)
 
Riga 34: Riga 34:
     * con <tt>virtualbox-2.1</tt> per installare VirtualBox 2.1.4
     * con <tt>virtualbox-2.1</tt> per installare VirtualBox 2.1.4
     * con <tt>virtualbox-2.2</tt> per installare VirtualBox 2.2.4
     * con <tt>virtualbox-2.2</tt> per installare VirtualBox 2.2.4
Vi verranno poste alcune domande:
<pre>
Creating group 'vboxusers'
Users of VirtualBox must be member of that group in order to have
write permissions to /dev/vboxdrv. Otherwise starting of VMs will not be possible. '''<-- Ok'''
Unable to find a precompiled module for the current kernel! [...]
Should the vboxdrv kernel module be compiled now? '''<-- Yes'''
</pre>
Per poter utilizzare VirtualBox come normale utente, occorre infine aggiungerlo al gruppo <tt>vboxusers</tt>:
<pre>
adduser nome_utente vboxusers
</pre>
=Utilizzare VirtualBox da linea di comando=