-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updating Tools takes forever #281
Comments
Hi @tolmasky,
|
Since upgrading to Parallels 12.1.1 I'm having the same problem. Here's the install log:
We're both running the parallels/ubuntu-16.04 box, version 2.0.3. |
For the record, Ubunto-14.04 on Parallels 12 seems to work, just not
Ubuntuu-16.04
…On Fri, Dec 2, 2016 at 6:03 AM, Ross Boucher ***@***.***> wrote:
Since upgrading to Parallels 12.1.1 I'm having the same problem. Here's
the install log:
***@***.***:~$ tail /var/log/parallels-tools-install.log
Installation of Parallels Guest Tools version '12.1.0.41489' was found.
Created previous version backup in '/tmp/prltools-backup-RtKv6b.tar.gz'
Fri Dec 2 15:59:11 EET 2016
Start installation or upgrade of Guest Tools
new version of parallels tools
Found Guest Tools directory: /usr/lib/parallels-tools
Start removal of user space modules
Umounting Shared Folders: done
Shutting down Parallels tools daemon: done
We're both running the parallels/ubuntu-16.04 box, version 2.0.3.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#281 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABcyc2-mAJz2FlKR1SXzipfxtVD83sqks5rECUxgaJpZM4K-ZOL>
.
--
Francisco Tolmasky
www.tolmasky.com
tolmasky@gmail.com
|
I am also hitting this problem on multiple boxes. For the sake of this issue, I've replicated @tolmasky problem using both 'parallels/centos-7.2' and 'parallels/ubuntu-16.04'. FWIW the behavior is also showing up with 'boxcutter/centos72' and 'boxcutter/centos68' vagrant sits in it's ssh keepalive loop after issuing if i ssh into the box and run it myself, it dumps the following logs and possibly a helpful error message
The above snippet is while using 'parallels/ubuntu-16.04' if i reboot the box it comes up and passes version check just fine so the tools are successfully installing. Perhaps the agent failing to eject the media is whats hanging the vagrant plugin? version info:
|
@tolmasky @boucher @killglance The bad thing here is that such "built-in" auto-update happens in the background right after the VM boot. It works fine for regular VMs, but not for Vagrant (it even may break the provisioning: chef/bento#695 (comment)). Hopefully, this internal auto-update could be disabled via config.vm.provider "parallels" do |prl|
prl.customize ["set", :id, "--tools-autoupdate", "no"]
end I'd appreciate if you verify your cases with this block added in Vagrantfile. Does it help? I'd like to disable it via default settings in our provider (link). So I hope this issue will be fixed in the next version of |
Ah, that explains why the logs looked like multiple instances of ptiagent-cmd were running concurrently. my initial tests are looking promising i'll update the threat tomorrow morning once this server-spec run is finished. but I think this did the the trick for me |
Yeah this worked for me across all my boxes @legal90 thanks so much for the workaround! |
I am having a similar problem with questions:
Currently I am having
But box
Thanks |
@killglance @ovr , thanks for the feedback! |
This issue should be fixed in v1.7.1 P.s. New boxes |
box.update_guest_tools = true
Now takes forever. Seems like nothing is being downloaded.
The text was updated successfully, but these errors were encountered: