Install Failed
and Bootstrap failed with Timeout, but no error messages found on VM.
Bootstrap failed with Timeout, but no error messages found on VM.
/tmp/vmware-root_xxxx-xxxxxxxxxx/VMware-UCP_Bootstrap_Scriptsvmware10/uaf_bootstrap.log
Log file error in Linux VM: bash: /tmp/vmware-root_xxxx-xxxxxxxxxx/VMware-UCP_Bootstrap_Scriptsvmware10/uaf-bootstrap.sh: Permission denied
/tmp
directory (noexec
) prevented execution of the bootstrap script.Verify the permission of /tmp directory:
findmnt -n -o OPTIONS /tmp
or mount
command to verify current permissions of the /tmp
directory.
If /tmp
has noexec
permission then change /tmp
permission from noexec
to exec
:
mount -o remount,exec /tmp
command to update or change /tmp
permission from noexec
to exec
and use the findmnt
command to verify the changes.noexec
permission is not listed which means the /tmp
directory has exec
permission.systemctl daemon-reload
command.exec
permission in /etc/fstab
for /tmp
then Reboot the VM for changes to take effect.
OR
fstab
file using cp /etc/fstab /etc/fstab.bak
command and edit /etc/fstab
and remove the noexec
option and add exec
for the /tmp
mount point.systemctl daemon-reload
command./etc/fstab
for /tmp
then Reboot the VM for changes to take effect.
Reinstall Telegraf agent:
/tmp
and /opt
directories (if any) of the Linux VM where telegraf installation attempt was made.