hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.22k stars 4.43k forks source link

Double entries in /etc/exports #4666

Closed arp242 closed 7 years ago

arp242 commented 9 years ago

Sometimes Vagrant puts doubles entries in /etc/exports, causing nfsd to fail, for example:

$ cat /etc/exports
# VAGRANT-BEGIN: 1001 9e5c7f10-0b0e-4713-a87c-0638a78bdf62
"/home/martin/code/cust/dewoningbeheerder" 192.168.33.10(rw,no_subtree_check,all_squash,anonuid=1001,anongid=1001,fsid=2556391661)
# VAGRANT-END: 1001 9e5c7f10-0b0e-4713-a87c-0638a78bdf62
# VAGRANT-BEGIN: 1001 9e5c7f10-0b0e-4713-a87c-0638a78bdf62
"/home/martin/code/cust/dewoningbeheerder" 192.168.33.10(rw,no_subtree_check,all_squash,anonuid=1001,anongid=1001,fsid=2556391661)
# VAGRANT-END: 1001 9e5c7f10-0b0e-4713-a87c-0638a78bdf62

I have this maybe once every two weeks, for all projects (using Vagrant daily).

I've been getting in the habit of using vagrant up --debug, but for some reason the problem only seems to occur if I leave the --debug flag out (probably coincidence, since sometimes I forget), so I can't point you to the cause of these problems...

I'm using Vagrant 1.6.5 on Arch Linux. I also had this problem on Ubuntu 12.04, and has been around since at least March (since I've been using Vagrant).

arp242 commented 9 years ago

I experienced this problem again this morning, the relevant output of vagrant up --debug is below; unfortunately this is not the full log, but rescues from my tmux scrollback buffer.

I checked this against a vagrant up --debug that does work, and there are no differences ... (except that NFS works) :-/

accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2014-10-27T09:20:28.804463 #17092] DEBUG -- net.ssh.transport.session[9cd8bc]: establishing connection to 127.0.0.1:2222
D, [2014-10-27T09:20:28.805027 #17092] DEBUG -- net.ssh.transport.session[9cd8bc]: connection established
I, [2014-10-27T09:20:28.805263 #17092]  INFO -- net.ssh.transport.server_version[9d25d8]: negotiating protocol version

DEBUG ssh: == Net-SSH connection debug-level log END ==
 INFO ssh: SSH not ready: #<Vagrant::Errors::SSHConnectionTimeout: Vagrant timed out while attempting to connect via SSH. This usually
means that the VM booted, but there are issues with the SSH configuration
or network connectivity issues. Please try to `vagrant reload` or
`vagrant up` again.>
 INFO interface: detail: Warning: Connection timeout. Retrying...
 INFO interface: detail:     default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=9e5c7f10-0b0e-4713-a87c-0638a78bdf62 active_only=false
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG virtualbox_4_3:   - [1, "tcp3008", 3008, 3000]
DEBUG ssh: Checking key permissions: /home/martin/.vagrant.d/insecure_private_key
 INFO ssh: Attempting SSH connection...
 INFO ssh: Attempting to connect to SSH...
 INFO ssh:   - Host: 127.0.0.1
 INFO ssh:   - Port: 2222
 INFO ssh:   - Username: vagrant
 INFO ssh:   - Password? false
 INFO ssh:   - Key Path: ["/home/martin/.vagrant.d/insecure_private_key"]
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2014-10-27T09:20:43.934075 #17092] DEBUG -- net.ssh.transport.session[3fcb7809e63c]: establishing connection to 127.0.0.1:2222
D, [2014-10-27T09:20:43.934392 #17092] DEBUG -- net.ssh.transport.session[3fcb7809e63c]: connection established
I, [2014-10-27T09:20:43.934532 #17092]  INFO -- net.ssh.transport.server_version[3fcb780a9ca8]: negotiating protocol version
D, [2014-10-27T09:20:43.940001 #17092] DEBUG -- net.ssh.transport.server_version[3fcb780a9ca8]: remote is `SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1'
D, [2014-10-27T09:20:43.940078 #17092] DEBUG -- net.ssh.transport.server_version[3fcb780a9ca8]: local is `SSH-2.0-Ruby/Net::SSH_2.9.1 x86_64-linux'
D, [2014-10-27T09:20:43.941271 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 984 bytes
D, [2014-10-27T09:20:43.941390 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 0 type 20 len 980
I, [2014-10-27T09:20:43.941467 #17092]  INFO -- net.ssh.transport.algorithms[3fcb780a8d30]: got KEXINIT from server
I, [2014-10-27T09:20:43.941610 #17092]  INFO -- net.ssh.transport.algorithms[3fcb780a8d30]: sending KEXINIT
D, [2014-10-27T09:20:43.941803 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 0 type 20 len 2020
D, [2014-10-27T09:20:43.941864 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 2024 bytes
I, [2014-10-27T09:20:43.941916 #17092]  INFO -- net.ssh.transport.algorithms[3fcb780a8d30]: negotiating algorithms
D, [2014-10-27T09:20:43.942055 #17092] DEBUG -- net.ssh.transport.algorithms[3fcb780a8d30]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2014-10-27T09:20:43.942086 #17092] DEBUG -- net.ssh.transport.algorithms[3fcb780a8d30]: exchanging keys
D, [2014-10-27T09:20:43.942280 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 1 type 34 len 20
D, [2014-10-27T09:20:43.942320 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 24 bytes
D, [2014-10-27T09:20:43.980891 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 152 bytes
D, [2014-10-27T09:20:43.981032 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 1 type 31 len 148
D, [2014-10-27T09:20:43.982484 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 2 type 32 len 140
D, [2014-10-27T09:20:43.982547 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 144 bytes
D, [2014-10-27T09:20:43.989811 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 720 bytes
D, [2014-10-27T09:20:43.989909 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 2 type 33 len 700
D, [2014-10-27T09:20:43.990988 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 3 type 21 len 20
D, [2014-10-27T09:20:43.991047 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 24 bytes
D, [2014-10-27T09:20:43.991141 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 3 type 21 len 12
D, [2014-10-27T09:20:43.991435 #17092] DEBUG -- net.ssh.authentication.session[3fcb78264ca0]: beginning authentication of `vagrant'
D, [2014-10-27T09:20:43.991534 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 4 type 5 len 28
D, [2014-10-27T09:20:43.991574 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 52 bytes
D, [2014-10-27T09:20:44.029948 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 52 bytes
D, [2014-10-27T09:20:44.030104 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 4 type 6 len 28
D, [2014-10-27T09:20:44.030235 #17092] DEBUG -- net.ssh.authentication.session[3fcb78264ca0]: trying none
D, [2014-10-27T09:20:44.030371 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 5 type 50 len 44
D, [2014-10-27T09:20:44.030422 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 68 bytes
D, [2014-10-27T09:20:44.031158 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 68 bytes
D, [2014-10-27T09:20:44.031295 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 5 type 51 len 44
D, [2014-10-27T09:20:44.031398 #17092] DEBUG -- net.ssh.authentication.session[3fcb78264ca0]: allowed methods: publickey,password
D, [2014-10-27T09:20:44.031477 #17092] DEBUG -- net.ssh.authentication.methods.none[3fcb7826da08]: none failed
D, [2014-10-27T09:20:44.031563 #17092] DEBUG -- net.ssh.authentication.session[3fcb78264ca0]: trying publickey
D, [2014-10-27T09:20:44.034252 #17092] DEBUG -- net.ssh.authentication.agent[3fcb782743e4]: connecting to ssh-agent
D, [2014-10-27T09:20:44.034365 #17092] DEBUG -- net.ssh.authentication.agent[3fcb782743e4]: sending agent request 1 len 44
D, [2014-10-27T09:20:44.034449 #17092] DEBUG -- net.ssh.authentication.agent[3fcb782743e4]: received agent packet 2 len 5
D, [2014-10-27T09:20:44.034494 #17092] DEBUG -- net.ssh.authentication.agent[3fcb782743e4]: sending agent request 11 len 0
D, [2014-10-27T09:20:44.034544 #17092] DEBUG -- net.ssh.authentication.agent[3fcb782743e4]: received agent packet 12 len 5
D, [2014-10-27T09:20:44.034707 #17092] DEBUG -- net.ssh.authentication.methods.publickey[3fcb78275e24]: trying publickey (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
D, [2014-10-27T09:20:44.034835 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 6 type 50 len 348
D, [2014-10-27T09:20:44.034892 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 372 bytes
D, [2014-10-27T09:20:44.035579 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 324 bytes
D, [2014-10-27T09:20:44.035663 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 6 type 60 len 300
D, [2014-10-27T09:20:44.037691 #17092] DEBUG -- tcpsocket[3fcb7809e254]: queueing packet nr 7 type 50 len 620
D, [2014-10-27T09:20:44.037753 #17092] DEBUG -- tcpsocket[3fcb7809e254]: sent 644 bytes
D, [2014-10-27T09:20:44.039007 #17092] DEBUG -- tcpsocket[3fcb7809e254]: read 36 bytes
D, [2014-10-27T09:20:44.039106 #17092] DEBUG -- tcpsocket[3fcb7809e254]: received packet nr 7 type 52 len 12
D, [2014-10-27T09:20:44.039168 #17092] DEBUG -- net.ssh.authentication.methods.publickey[3fcb78275e24]: publickey succeeded (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)

DEBUG ssh: == Net-SSH connection debug-level log END ==
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=9e5c7f10-0b0e-4713-a87c-0638a78bdf62 active_only=false
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG virtualbox_4_3:   - [1, "tcp3008", 3008, 3000]
 INFO interface: output: Machine booted and ready!
 INFO interface: output: ==> default: Machine booted and ready!
==> default: Machine booted and ready!
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001dd2e70>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x00000001dd2e48>
 INFO interface: output: Checking for guest additions in VM...
 INFO interface: output: ==> default: Checking for guest additions in VM...
==> default: Checking for guest additions in VM...
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "guestproperty", "get", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "/VirtualBox/GuestAdd/Version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Value: 4.2.0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO interface: detail: The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
prevent things such as shared folders from working properly. If you see
shared folder errors, please make sure the guest additions within the
virtual machine match the version of VirtualBox you have installed on
your host and reload your VM.

Guest Additions Version: 4.2.0
VirtualBox Version: 4.3
 INFO interface: detail:     default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 4.2.0
    default: VirtualBox Version: 4.3
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 4.2.0
    default: VirtualBox Version: 4.3
 INFO warden: Calling IN action: #<Proc:0x00000001df58a8@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x00000001deccd0@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x00000001cadc20@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x00000001cadc20@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x00000001deccd0@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x00000001df58a8@/opt/vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x00000001dd2e48>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001dd2e70>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000001dd2e98>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001dd2ec0>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000001dd2ee8>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001dd2f10>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x00000001daaf10>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SetHostname:0x00000001daaf88>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x00000001daafb0>
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO interface: info: Configuring and enabling network interfaces...
 INFO interface: info: ==> default: Configuring and enabling network interfaces...
==> default: Configuring and enabling network interfaces...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
 INFO guest: Autodetecting host type for [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>]
DEBUG guest: Trying: mint
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: cat /etc/issue | grep 'Linux Mint' (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: pld
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: cat /etc/pld-release (sudo=false)
DEBUG ssh: stderr: cat: /etc/pld-release
DEBUG ssh: stderr: : No such file or directory

DEBUG ssh: Exit status: 1
DEBUG guest: Trying: fedora
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: grep 'Fedora release [12][67890]' /etc/redhat-release (sudo=false)
DEBUG ssh: stderr: grep: /etc/redhat-release
DEBUG ssh: stderr: : No such file or directory

DEBUG ssh: Exit status: 2
DEBUG guest: Trying: ubuntu
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: cat /etc/issue | grep 'Ubuntu' (sudo=false)
DEBUG ssh: stdout: Ubuntu 12.04 LTS \n \l

DEBUG ssh: Exit status: 0
 INFO guest: Detected: ubuntu!
DEBUG guest: Searching for cap: configure_networks
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Found cap: configure_networks in debian
 INFO guest: Execute capability: configure_networks [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, [{:type=>:static, :adapter_ip=>"192.168.33.1", :
ip=>"192.168.33.10", :netmask=>"255.255.255.0", :auto_config=>true, :interface=>1}]] (ubuntu)
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: sed -e '/^#VAGRANT-BEGIN/,/^#VAGRANT-END/ d' /etc/network/interfaces > /tmp/vagrant-network-interfaces (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: su -c 'cat /tmp/vagrant-network-interfaces > /etc/network/interfaces' (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: rm -f /tmp/vagrant-network-interfaces (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Uploading: /tmp/vagrant20141027-17092-1c0ajzg to /tmp/vagrant-network-entry
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: /sbin/ip addr flush dev eth1 2> /dev/null (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: cat /tmp/vagrant-network-entry >> /etc/network/interfaces (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: rm -f /tmp/vagrant-network-entry (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: /sbin/ifup eth1 (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty

DEBUG ssh: stdout: ssh stop/waiting

DEBUG ssh: stdout: ssh start/running, process 1571

DEBUG ssh: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x00000001d8edb0>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x00000001d8edd8>
 INFO nfs: Using NFS, preparing NFS settings by reading host IP and machine IP
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "showvminfo", "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dewoningbeheerder_default_1409690358366_89505"
groups="/"
ostype="Ubuntu (32 bit)"
UUID="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
CfgFile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.vbox"
SnapFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Snapshots"
LogFldr="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/Logs"
hardwareuuid="9e5c7f10-0b0e-4713-a87c-0638a78bdf62"
memory=2504
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-10-27T08:20:28.366000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="4d936828-e922-42b2-b66b-dd321b5ca863"
natnet1="nat"
macaddress1="080027129698"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp3008,tcp,,3008,,3000"
hostonlyadapter2="vboxnet0"
macaddress2="0800278C9499"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="tmp_vagrant-puppet_files"
SharedFolderPathMachineMapping1="/home/martin/code/cust/dewoningbeheerder/puppet/files"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/home/martin/code/cust/dewoningbeheerder/puppet/manifests"
SharedFolderNameMachineMapping3="tmp_vagrant-puppet-3_modules-0"
SharedFolderPathMachineMapping3="/home/martin/code/cust/dewoningbeheerder/puppet/modules"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/martin/.VirtualBox/vms/dewoningbeheerder_default_1409690358366_89505/dewoningbeheerder_default_1409690358366_89505.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.0 r80737"
GuestAdditionsFacility_VirtualBox Base Driver=50,1414398035385
GuestAdditionsFacility_VirtualBox System Service=50,1414398036923
GuestAdditionsFacility_Seamless Mode=0,1414398035384
GuestAdditionsFacility_Graphics Mode=0,1414398035384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "list", "dhcpservers"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: NetworkName:    HostInterfaceNetworking-vboxnet0
IP:             192.168.56.100
NetworkMask:    255.255.255.0
lowerIPAddress: 192.168.56.101
upperIPAddress: 192.168.56.254
Enabled:        Yes

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/sbin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.33.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80:0000:0000:0000:0800:27ff:fe00:0000
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000001d58ad0>
 INFO synced_folders: Invoking synced folder enable: nfs
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: nfs_client_installed
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: nfs_client_installed in linux
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: nfs_client_installed
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: nfs_client_installed in linux
 INFO guest: Execute capability: nfs_client_installed [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>] (ubuntu)
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: test -x /sbin/mount.nfs (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG environment: Attempting to acquire process-lock: nfs-export
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: nfs-export
 INFO interface: info: Exporting NFS shared folders...
 INFO interface: info: ==> default: Exporting NFS shared folders...
==> default: Exporting NFS shared folders...
DEBUG host: Searching for cap: nfs_export
DEBUG host: Checking in: arch
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_export in linux
 INFO host: Execute capability: nfs_export [#<Vagrant::Environment: /home/martin/code/cust/dewoningbeheerder>, #<Vagrant::UI::Prefixed:0x00000001295648 @logger=#<Log4r::Logger:0x
000000012955a8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000138f8a0 @fullname="vag
rant", @outputters=[#<Log4r::StderrOutputter:0x000000013731c8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000001373150>, @name="stderr", @level=0, @formatter=#<Log4r::De
faultFormatter:0x0000000136e678 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000138f738 @level=0, @outputters=[]
>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:default, @ui=#<Vagrant::UI::Colored:0x0000000138e680 @logger=#<Log4r::Logger:0x0000000138e608 @fullname="v
agrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000138f8a0 @fullname="vagrant", @outputters=[#<Log4r
::StderrOutputter:0x000000013731c8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000001373150>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x0000000136
e678 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000138f738 @level=0, @outputters=[]>, @level=1, @trace=false>,
 @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x000000013d7fb0>>>, "9e5c7f10-0b0e-4713-a87c-0638a78bdf62", ["192.168.33.10"], {"/vagrant"=>{:nfs=>true, :guest
path=>"/vagrant", :hostpath=>"/home/martin/code/cust/dewoningbeheerder", :disabled=>false, :type=>:nfs, :map_uid=>1001, :map_gid=>1001, :nfs_udp=>true, :nfs_version=>3, :uuid=>"2
556391661"}}] (arch)
DEBUG host: Searching for cap: nfs_apply_command
DEBUG host: Checking in: arch
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_apply_command in linux
 INFO host: Execute capability: nfs_apply_command [#<Vagrant::Environment: /home/martin/code/cust/dewoningbeheerder>] (arch)
DEBUG host: Searching for cap: nfs_check_command
DEBUG host: Checking in: arch
DEBUG host: Found cap: nfs_check_command in arch
 INFO host: Execute capability: nfs_check_command [#<Vagrant::Environment: /home/martin/code/cust/dewoningbeheerder>] (arch)
DEBUG host: Searching for cap: nfs_start_command
DEBUG host: Checking in: arch
DEBUG host: Found cap: nfs_start_command in arch
 INFO host: Execute capability: nfs_start_command [#<Vagrant::Environment: /home/martin/code/cust/dewoningbeheerder>] (arch)
 INFO interface: info: Preparing to edit /etc/exports. Administrator privileges will be required...
 INFO interface: info: ==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
[sudo] password for martin:
[sudo] password for martin:
Б≈▐ nfs-server.service - NFS server and services
   Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled)
   Active: inactive (dead)
Job for nfs-server.service failed. See 'systemctl status nfs-server.service' and 'journalctl -xn' for details.
 INFO environment: Released process lock: nfs-export
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO interface: info: Mounting NFS shared folders...
 INFO interface: info: ==> default: Mounting NFS shared folders...
==> default: Mounting NFS shared folders...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: mount_nfs_folder
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: mount_nfs_folder in linux
 INFO guest: Execute capability: mount_nfs_folder [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, "192.168.33.1", {"/vagrant"=>{:nfs=>true, :guestpa
th=>"/vagrant", :hostpath=>"/home/martin/code/cust/dewoningbeheerder", :disabled=>false, :type=>:nfs, :map_uid=>1001, :map_gid=>1001, :nfs_udp=>true, :nfs_version=>3, :uuid=>"255
6391661", :linux__nfs_options=>["rw", "no_subtree_check", "all_squash", "anonuid=1001", "anongid=1001", "fsid=2556391661"]}}] (ubuntu)
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: shell_expand_guest_path
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: shell_expand_guest_path in linux
 INFO guest: Execute capability: shell_expand_guest_path [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, "/vagrant"] (ubuntu)
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: echo; printf /vagrant (sudo=false)
DEBUG ssh: stdout:
/vagrant
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: mkdir -p /vagrant (sudo=true)
DEBUG ssh: stderr: stdin: is not a tty
thyandrecardoso commented 9 years ago

This also happens to me, on Gentoo. Every time vagrant duplicates the export entries

derek-adair commented 9 years ago

This has been an intermittent issue for me as well, was actually about to file this one yesterday. It's gone from 2x > normal behavior > 2x > 4x.

artjomsimon commented 9 years ago

This is most probably caused by #5957 - /etc/exports isn't being overwritten by the cleaned-up file, because "cp" lacks sudo permissions, causing the file being cluttered with the same entries.

michaelherold commented 9 years ago

I'm not sure @artjomsimon's diagnosis is 100% right. I'm running 1.7.4 -- which includes the fix for #5957 -- and still experiencing this issue.

brad commented 8 years ago

What the proper workaround? Manually remove vagrant entries from /etc/exports and run vagrant reload? Seems to be working for me

haggaie commented 8 years ago

This seems to be happening to me on a multi-machine setup. I'm sharing the same folder with both machines so I'm getting the same export twice (once per IP address).

calvez commented 8 years ago

Still the same problem. I have only one machine now, others already cleaned. but the problem started with mult-setup, right @haggaie

╰─ vagrant up 
Bringing machine 'drupalvm' up with 'virtualbox' provider...
==> drupalvm: Checking if box 'geerlingguy/ubuntu1604' is up to date...
==> drupalvm: Clearing any previously set network interfaces...
==> drupalvm: Preparing network interfaces based on configuration...
    drupalvm: Adapter 1: nat
    drupalvm: Adapter 2: hostonly
==> drupalvm: Forwarding ports...
    drupalvm: 22 (guest) => 2222 (host) (adapter 1)
==> drupalvm: Running 'pre-boot' VM customizations...
==> drupalvm: Booting VM...
==> drupalvm: Waiting for machine to boot. This may take a few minutes...
    drupalvm: SSH address: 127.0.0.1:2222
    drupalvm: SSH username: vagrant
    drupalvm: SSH auth method: private key
==> drupalvm: Machine booted and ready!
[drupalvm] GuestAdditions 5.0.24 running --- OK.
==> drupalvm: Checking for guest additions in VM...
==> drupalvm: [vagrant-hostsupdater] Checking for host entries
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 drupalvm.dev
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 www.drupalvm.dev
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 adminer.drupalvm.dev
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 xhprof.drupalvm.dev
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 pimpmylog.drupalvm.dev
==> drupalvm: [vagrant-hostsupdater]   found entry for: 192.168.88.88 dashboard.drupalvm.dev
==> drupalvm: Setting hostname...
==> drupalvm: Configuring and enabling network interfaces...
==> drupalvm: Exporting NFS shared folders...
==> drupalvm: Preparing to edit /etc/exports. Administrator privileges will be required...
● nfs-server.service - NFS server and services
   Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
   Active: active (exited) since k 2016-09-06 14:32:32 CEST; 28s ago
  Process: 6875 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)
  Process: 6872 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
 Main PID: 6875 (code=exited, status=0/SUCCESS)

szept 06 14:32:32 ThinkPad systemd[1]: Starting NFS server and services...
szept 06 14:32:32 ThinkPad exportfs[6872]: exportfs:         192.168.88.88:/home/clvz/workspace/vagrant/om-drupalvm
szept 06 14:32:32 ThinkPad exportfs[6872]: exportfs:         192.168.88.88:/home/clvz/workspace/vagrant/om-drupalvm
szept 06 14:32:32 ThinkPad systemd[1]: Started NFS server and services.
exportfs: duplicated export entries:
exportfs:   192.168.88.88:/home/clvz/workspace/vagrant/om-drupalvm
exportfs:   192.168.88.88:/home/clvz/workspace/vagrant/om-drupalvm
==> drupalvm: Mounting NFS shared folders...

and after --debug:

DEBUG ssh: Exit status: 32
 INFO retryable: Retryable exception raised: #<Vagrant::Errors::LinuxNFSMountFailed: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o 'vers=3,udp' 192.168.88.1:'/home/clvz/workspace/vagrant/om-drupalvm' /var/www/drupalvm
arturolinares commented 7 years ago

Any workaround? I tried manually editing /etc/exports with no luck. Might be a coincidence, but I'm also using geerlingguy/ubuntu1604 box.

michaelherold commented 7 years ago

FWIW, this problem usually happens to me when I have two vagrant up|halt running at the same time. In that case, I think it's a race condition between the two processes that causes the duplicated entries.

patrickocoffeyo commented 7 years ago

@arturolinares I'm having the same issue. Did you find a workaround?

arturolinares commented 7 years ago

Not really. I reinstalled vagrant and the error was still there, but the VM was functional.

De: Patrick Coffey notifications@github.com Responder a: mitchellh/vagrant reply@reply.github.com Fecha: martes, 13 de junio de 2017, 10:56 Para: mitchellh/vagrant vagrant@noreply.github.com CC: Arturo Linares Goenaga arturo.linares@gmail.com, Mention mention@noreply.github.com Asunto: Re: [mitchellh/vagrant] Double entries in /etc/exports (#4666)

@arturolinareshttps://github.com/arturolinares I'm having the same issue. Did you find a workaround?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/mitchellh/vagrant/issues/4666#issuecomment-308163440, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAMZRuDIhIoYBI1JYCsV8k8RGXKc5Glrks5sDrEcgaJpZM4CwitT.

fnocetti commented 7 years ago

Hello, I'm having this issue in Fedora. What's the status?

xtr3m3b00t3r commented 7 years ago

I believe I'm having the same issue when trying to "vagrant up".

nfs-server.service - NFS server and services
   Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2017-07-31 20:35:36 BST; 5min ago
  Process: 5125 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
  Process: 5124 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
  Process: 5123 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=1/FAILURE)

Jul 31 20:35:36 apollo systemd[1]: Starting NFS server and services...
Jul 31 20:35:36 apollo exportfs[5123]: exportfs: duplicated export entries:
Jul 31 20:35:36 apollo exportfs[5123]: exportfs:         192.168.88.88:/hom…l-vm
Jul 31 20:35:36 apollo exportfs[5123]: exportfs:         192.168.88.88:/hom…l-vm
Jul 31 20:35:36 apollo systemd[1]: nfs-server.service: Control process exit…us=1
Jul 31 20:35:36 apollo systemd[1]: Stopped NFS server and services.
Jul 31 20:35:36 apollo systemd[1]: nfs-server.service: Unit entered failed …ate.
Jul 31 20:35:36 apollo systemd[1]: nfs-server.service: Failed with result '…de'.
Hint: Some lines were ellipsized, use -l to show in full.
Job for nfs-server.service canceled.
==> drupalvm: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3,vers=3 192.168.88.1:/home/ben/Documents/sayidoo/Development/drupal-vm /var/www/drupalvm

Stdout from the command:
mount.nfs: requested NFS version or transport protocol is not supported>'

I can't run nfs-server.service manually either, it fails with the same

 nfs-server.service - NFS server and services
   Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor p
   Active: failed (Result: exit-code) since Mon 2017-07-31 20:41:22 BST; 7min ag
  Process: 8138 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCES
  Process: 8135 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCE
  Process: 8134 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=1/FAILUR

Jul 31 20:41:22 apollo systemd[1]: Starting NFS server and services...
Jul 31 20:41:22 apollo exportfs[8134]: exportfs: duplicated export entries:
Jul 31 20:41:22 apollo exportfs[8134]: exportfs:         192.168.88.88:/home/ben
Jul 31 20:41:22 apollo systemd[1]: nfs-server.service: Control process exited, c
Jul 31 20:41:22 apollo systemd[1]: Stopped NFS server and services.
Jul 31 20:41:22 apollo systemd[1]: nfs-server.service: Unit entered failed state
Jul 31 20:41:22 apollo systemd[1]: nfs-server.service: Failed with result exit

I've removed the duplicated lines from /etc/exports, destroyed the vagrant vm, to vagrant up again only to have it put more duplicates in. Not sure whats going on.. I'm at the end of my rope. Any help on this would be much appreciated!

I'm running Antegos Linux.

SchnWalter commented 7 years ago

For me, double entries appear in /etc/exports because I have 2 mount points for the current directory (where the Vagrantfile is located). I'm mounting it inside the VM at /vagrant and /var/www/example.com

NOTE: If I'm adding three mount points for the same directory, it appears three times in /etc/exports.

Looking at the issue description and comments, you guys might have the same problem as me. Could you please check if the path in /etc/exports is shared with the VM multiple times? And maybe add a 3rd mount point like this, clear /etc/exports restart the nfs-server and see what happens:

/vagrant
/var/www/project
/opt/project
SchnWalter commented 7 years ago

The code responsible for this issue is in plugins/hosts/linux/cap/nfs.rb. The nfs_opts_setup(folders) method should make sure that the directories (:hostpath keys) are unique, before they are passed to Vagrant::Util::TemplateRenderer.render() for the nfs/exports_linux template

EDIT: Actually, I believe that VagrantPlugins.SyncedFolderNFS.SyncedFolder.prepare_folder() should cleanup duplicate entries.

briancain commented 7 years ago

Thanks so much for bringing this up @SchnWalter . I was finally able to reproduce this bug based on your comments above. I've opened #8945 to fix this bug.

cristiroma commented 6 years ago

Here is the patch for vagrant-1.9.1 shipped with Fedora 26, to apply:

$>sudo su
# cd /usr/share/vagrant/gems/gems/vagrant-1.9.1/plugins/hosts/linux/cap
# wget https://gist.githubusercontent.com/cristiroma/687d50dd06ccf09c9c2d2d27d3c9cd4f/raw/848f6d6422586bcc1775be432737bec593f72ab5/vagrant-issue-8666-1.9.1.patch
# patch -p1 < vagrant-issue-8666-1.9.1.patch
ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.