Hi,
can somebody give me an idea, how I could troubleshoot this script execution problem?
I have Ubuntu Landscape on premise on an Ubuntu 24.04 server. And a second machine with Ubuntu 22.04 on which I want to excute a simple "echo 'Hello World'".
In Landscape, after the activity was executed, the status is changed to FAILED. When I click on FAILED, I see the message:
Upon execvpe /tmp/tmpsh_6rdsp ('/tmp/tmpsh_6rdsp',) in environment id 139639884798464
:Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/process.py", line 397, in _fork
self._execChild(path, uid, gid, executable, args, environment)
File "/usr/lib/python3/dist-packages/twisted/internet/process.py", line 468, in _execChild
os.execvpe(executable, args, environment)
File "/usr/lib/python3.10/os.py", line 584, in execvpe
_execvpe(file, args, env)
File "/usr/lib/python3.10/os.py", line 598, in _execvpe
exec_func(file, *argrest)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpsh_6rdsp'
The same script is working, when I connect the client to a Landscape hosted by Ubuntu. So my assumption is, that Landscape server is the problem not the Landscape client. But I couldn't find errors in the Landscape server logs, that would help me troubleshooting.
Also not working is the remote installation of packages.
And in the landscape webpage I get an error Message "Unable to reach secrets client". I couldn't find out what actually this means.
What is working: I receive all details from the client machine, e.g., hardware, license info, packages, etc..
Has somebody an idea?
Thanks
Bookmarks