I have an error and I don’t know how I can get around it. I can’t connect to Linux from a Windows 10 machine. Packer version v1.9.1 virtual box version 7.0 My json of configuration packer { “variables”: { “version”: “7” }, “provisioners”: [ { “type”: “shell”, ...
When I had a look in the VirtualBox VMs folder, I noticed "test-box" was still there, and a new folder "vm_1365034476" had been created. I opened "test-box" with the VirtualBox GUI app, restarted the machine and logged in with no errors. I managed to shut down and power off the...
since when VLC tries the drm one it overwrites the trace file, I modified VLC 4.0-dev to deliberately break the drm one to stop it doing so thus I could see what it contained (as you asked for one); unfortunately it only contains this: ...
Please read the output to determine what went wrong. here is configuration vagrantfile: target: local vm: box: puphpet/ubuntu1404-x64 box_url: puphpet/ubuntu1404-x64 hostname: miejsce2.puphpet memory: '1024' cpus: '2' chosen_provider: virtualbox network: private_network: 192.168.56.101 ...