Skip to content

Instantly share code, notes, and snippets.

@bugyt
Last active January 28, 2016 14:02
Show Gist options
  • Save bugyt/fb49e2f792a9939d559e to your computer and use it in GitHub Desktop.
Save bugyt/fb49e2f792a9939d559e to your computer and use it in GitHub Desktop.
pacman -Syu

pacman -S virtualbox-guest-utils

Fichier: /etc/modules-load.d/virtualbox.conf

vboxguest
vboxsf
vboxvideo

# useradd -m -G users -s /bin/bash <username>

# password vagrant

vagrant ALL=(ALL) NOPASSWD: ALL


Check module is being loaded

lsmod | grep i2c_piix4 If so, blacklist it in the file /etc/modprobe.d/blacklist.conf, by adding the following to the end of the file:

blacklist i2c_piix4 Update the initramfsCheck module is being loaded

lsmod | grep i2c_piix4 If so, blacklist it in the file /etc/modprobe.d/blacklist.conf, by adding the following to the end of the file:

blacklist i2c_piix4

reboot

pacman -S openssh nano /etc/ssh/sshd_config

Bringing machine 'default' up with 'libvirt' provider... /root/.vagrant.d/gems/gems/fog-libvirt-0.0.3/lib/fog/libvirt/requests/compute/list_volumes.rb:32:in `info': Call to virStorageVolGetInfo failed: Storage volume not found: no storage vol with matching path '/var/lib/libvirt/images/bugyt-VAGRANTSLASH-archlinux_vagrant_box_image_1.0.0.img' (Libvirt::RetrieveError)

$  sudo virsh pool-list
 Name                 State      Autostart 
-------------------------------------------
 default              active     yes       
 tmp                  active     yes 
Then refreshing each pool manually.




$  sudo virsh pool-refresh tmp
Pool tmp refreshed
$  sudo virsh pool-refresh default
Pool default refreshed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment