-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access denied copying guess additions #36
Comments
Hmm. Have not had that issue. Mind pasting in the error? |
Mine just errored there as well:
|
thats the one! |
Any update on this issue? |
@also getting same issue, Virtualbox-5.0.16, packer-0.10.0 running on ubuntu 14.04
|
also getting this error. OSX 10.10 Using latest commit on master from Feb 20th: eea6e05
The key line being
Others are reporting the same problem here: packer-community/winrmcp#8 |
Just to confirm I am having the same issue. Since it seems to be floating around the guest additions I will probably just exclude them from the build on my next attempt. OSX 10.11.14 Notice about guest additions periodically causing issues is noted in MWrock's blog after the initial creation of the repo so I will try that for a work around. |
Confirmed that removing Guest Additions from the upload fixes the problem. In vbox-2012r2.json made the changes to the variables section:
to:
This allowed the process to complete, albeit without guest additions |
It would also be possible to change the mode to "attach" which simply mounts the ISO in a virtual drive and install that way, though it wouldn't require the 7zip extract phase iirc and would need to look in a different location for the installer. There was a bug with the virtual drive not being removed post Packer build, but this may have only been with the VMware builder type. |
Not sure if anyone else is having this issue but it seems like winrm always throws an access denied error when trying to upload the guest additions to the virtual machine. Any help is appreciated!
The text was updated successfully, but these errors were encountered: