Seite 1 von 1

[SOLVED] ubuntu focal fail if install_opsi-client-agent true

Verfasst: 01 Feb 2022, 13:41
von nicolaslebrun
Hi,

A small bug on ubuntu 4.2.0.1-4 and opsi-linux-client-agent 4.2.0.8-1, ubuntu focal deployment fails if install_opsi-client-agent is True.

The problem seems to be this line in ubuntu.py

Code: Alles auswählen

execute('cat %s/var/log/opsi-client-agent/opsi-script/opsi-client-agent.log' % (target))
It fails claiming /mnt/hd/var/log/opsi-client-agent/opsi-script doesn't exist.

If i comment this line

Code: Alles auswählen

#execute('cat %s/var/log/opsi-client-agent/opsi-script/opsi-client-agent.log' % (target))
the problem is solved, but no log...

Regards,
NIco

Re: ubuntu focal fail if install_opsi-client-agent true

Verfasst: 01 Feb 2022, 14:16
von m.radtke
Hi Nicolas,

this issue has been addressed and is fixed in ubuntu 4.2.0.2-1, which is currently in testing.

Regards
Mathias

Re: [SOLVED] ubuntu focal fail if install_opsi-client-agent true

Verfasst: 01 Feb 2022, 20:05
von nicolaslebrun
Thanks,

I have seen the change.

Fixed in 4.2.0.2

Regards,
Nico