I have been using the runCommandInGuest module from PSCoE for a while now. However, since the update to version 8.18.1 this no longer works.
My workflow now fails with the following message:
Error in (Dynamic Script Module name : runFunctionWithRetry#12) Could not create folder under guest at '/tmp'
In the vmware-vmsvc-root.log of the guest system (no matter what, I've tested several Ubuntu and Debian systems) I always see the message:
[2024-12-05T09:48:27.472Z] [ message] [vix] [3149] VixTools_ProcessVixCommand: command 178
[2024-12-05T09:48:27.472Z] [ debug] [vmsvc] [3149] VMTools_ConfigGetBoolean: Returning default value for '[guestoperations] disabled'=FALSE (Not found err=4).
[2024-12-05T09:48:27.472Z] [ debug] [vmsvc] [3149] VMTools_ConfigGetBoolean: Returning default value for '[guestoperations] MakeDirectoryInGuest.disabled'=FALSE (Not found err=4).
[2024-12-05T09:48:27.517Z] [ debug] [VCGA] [3149] VGAuth_CreateHandleForUsername: Created handle 0x62a7bef9b420
[2024-12-05T09:48:27.518Z] [ debug] [vix] [3149] VixToolsImpersonateUser: successfully impersonated user root
[2024-12-05T09:48:27.518Z] [ debug] [vix] [3149] VixToolsCreateDirectory: User: root dirPathName: /tmp createParent: 1
[2024-12-05T09:48:27.518Z] [ debug] [VCGA] [3149] VGAuth_UserHandleFree: Freeing handle 0x62a7bef9b420
[2024-12-05T09:48:27.519Z] [ message] [vix] [3149] VixToolsCreateDirectory: opcode 178 returning 12
[2024-12-05T09:48:27.519Z] [ debug] [vix] [3149] ToolsDaemonTcloReceiveVixCommand: command 178, additionalError = 0
[2024-12-05T09:48:27.519Z] [ debug] [vmsvc] [3149] RpcIn: sending 9 bytes
[2024-12-05T09:48:31.279Z] [ debug] [vmsvc] [3149] RpcIn: received 0 bytes, empty TCLO poll
Does anyone have an idea what the problem could be? In older Orchestrator versions (8.17 and 8.18.0) it works with the same guest operating system without any problems.