Provisioning Troubleshooting
Check the VM log:
Check the service manually:
Rerun provisioning:
Common causes:
- package name is wrong for the guest distribution
- file source path does not exist on the host
- shell command is not idempotent
- command needs
sudo
Check File Provisioning
If a file did not appear in the guest, confirm the host source path exists from the project folder:
Then check the guest destination:
Debug Shell Commands
Run the failing command manually:
If the manual command fails, fix the command before rerunning provisioning.