Seite 1 von 2

driver scripts fails

Verfasst: 04 Aug 2020, 12:29
von bobzbobz
Hello

Something has happened to our win10-x64-package.
The scripts "create_driver_links.py" and "show_drivers.py" dont seem to work.

show_drivers.py returns this:
root@opsi: /opt/pcbin/install/win10-x64 # ./show_drivers.py sys-204
Traceback (most recent call last):
File "./show_drivers.py", line 39, in <module>
from OPSI.Backend.BackendManager import BackendManager
ModuleNotFoundError: No module named 'OPSI'

Re: driver scripts fails

Verfasst: 04 Aug 2020, 13:53
von SisterOfMercy
/opt/pcbin/install/?

Uhm, this begs the question: what kind of opsi packages are installed and which version of win10-x64 have you installed?

Re: driver scripts fails

Verfasst: 06 Aug 2020, 10:50
von bobzbobz
/opt/pcbin/install/win10-x64

win10-x64_4.1.0.1-14

Re: driver scripts fails

Verfasst: 06 Aug 2020, 17:13
von SisterOfMercy
That one is up to date, but is the rest of your installation up to date? What opsi packages are there according to the package manager of your distro?

Re: driver scripts fails

Verfasst: 22 Sep 2020, 10:14
von bobzbobz
Hello

Sorry for the delay in reply.
Which command should I execute to find the info you are requesting?

opsi-package-manager -V returns:

Code: Alles auswählen

opsi-package-manager/4.1.1.33

Re: driver scripts fails

Verfasst: 24 Sep 2020, 11:21
von SisterOfMercy
On RHEL or CentOS:

Code: Alles auswählen

yum list installed
So for Debian, Ubuntu it's an apt command.

Re: driver scripts fails

Verfasst: 24 Sep 2020, 11:45
von bobzbobz
You can download the list of installed apps from this link: https://cloud.eucl.dk/s/s4XdiMHwxEFe9kR

The download is password-protected - I will send you the code via Personal Message in this forum.

Re: driver scripts fails

Verfasst: 24 Sep 2020, 11:50
von bobzbobz
Apparantly I am unable to send a message..
Password: Lo5977st

Re: driver scripts fails

Verfasst: 25 Sep 2020, 19:14
von SisterOfMercy
Try updating the opsi packages via the opsi-package-updater. The newer version of opsi-utils might solve your problem.

Re: driver scripts fails

Verfasst: 28 Sep 2020, 11:16
von bobzbobz
All new packages are now installed.
The problem still persists.