You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows for the tool install to fall through to the next style when the
standard pti agent install method fails. Typical when there's a kernel
change in the guest OS.
ps-mattstuart
added a commit
to Petrosight/vagrant-parallels
that referenced
this issue
Nov 4, 2022
Issue:
Usually during an OS upgrade and kernels got rebuilt / installed the next time it comes up the ptiagent --install command fails with the message:
Symptom:
`The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ptiagent-cmd --install
Stdout from the command:
Stderr from the command:
modprobe: FATAL: Module prl_tg not found in directory /lib/modules/5.4.0-126-generic`
Proposed resolution:
If the ptiagent install fails cascade down to reinstalling the tools from the system ISO
The text was updated successfully, but these errors were encountered: