driver scripts fails

Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: driver scripts fails

Beitrag von SisterOfMercy »

bobzbobz hat geschrieben:All new packages are now installed.
The problem still persists.
Sorry, I am a moron. Opsi-utils is of course a package that is not updated via opsi-package-manager, but via the package manager of your distro. Could you please update those too?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: driver scripts fails

Beitrag von bobzbobz »

Newest OPSI-utils is installed. We also tried a reinstall.
The problem still persists.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: driver scripts fails

Beitrag von wolfbardo »

What is the Output of

Code: Alles auswählen

python -V
regards,
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: driver scripts fails

Beitrag von bobzbobz »

Python 2.7.17
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: driver scripts fails

Beitrag von SisterOfMercy »

I haven't gotten a clue :(
Can you run this:

Code: Alles auswählen

opsi-setup --init-current-config
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: driver scripts fails

Beitrag von bobzbobz »

That command gave me this output:
[5] [Oct 01 11:47:08] Creating opsi base (SQL.py|498)
[5] [Oct 01 11:47:08] Setting up default values. (ConfigurationData.py|81)
[5] [Oct 01 11:47:09] Finished setting up default values. (ConfigurationData.py|89)

[4] [Oct 01 11:47:09] You have an old depot directory present. Using /opt/pcbin/install is depracted, please use /var/lib/opsi/depot instead. (InitializeBackend.py|185)
[5] [Oct 01 11:47:09] Configuring client user pcpatch (opsi-setup|146)
[5] [Oct 01 11:47:09] Creating RSA private key for user pcpatch in '/var/lib/opsi/.ssh/id_rsa' (opsi-setup|160)
[5] [Oct 01 11:47:09] Setting rights on directory '/var/lib/opsi/.ssh' (Rights.py|117)
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: driver scripts fails

Beitrag von SisterOfMercy »

bobzbobz hat geschrieben:That command gave me this output:
[5] [Oct 01 11:47:08] Creating opsi base (SQL.py|498)
[5] [Oct 01 11:47:08] Setting up default values. (ConfigurationData.py|81)
[5] [Oct 01 11:47:09] Finished setting up default values. (ConfigurationData.py|89)

[4] [Oct 01 11:47:09] You have an old depot directory present. Using /opt/pcbin/install is depracted, please use /var/lib/opsi/depot instead. (InitializeBackend.py|185)
[5] [Oct 01 11:47:09] Configuring client user pcpatch (opsi-setup|146)
[5] [Oct 01 11:47:09] Creating RSA private key for user pcpatch in '/var/lib/opsi/.ssh/id_rsa' (opsi-setup|160)
[5] [Oct 01 11:47:09] Setting rights on directory '/var/lib/opsi/.ssh' (Rights.py|117)
I noticed you were using /opt/pcbin/install, that is why I asked for the package versions. I was wondering if you were on an old version. After this command the driver script still doesn't work, right?
Does the directory /usr/lib/python2.7/site-packages/OPSI exist and does it have files?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: driver scripts fails

Beitrag von bobzbobz »

Yeah the scripts still dont work after the init-command.

The folder "site-packages" does'nt exist in the path /usr/lib/python2.7
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: driver scripts fails

Beitrag von SisterOfMercy »

bobzbobz hat geschrieben:The folder "site-packages" does'nt exist in the path /usr/lib/python2.7
Either it is in a different location, because you're on ubuntu and I was looking at my own CentOS installation, or your python environment is buggered. Have you already tried reinstalling all python packages?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: driver scripts fails

Beitrag von bobzbobz »

We think the problem is finally solved..
The scripts were calling python 3.x in the first line.
This was changed and now it seems to work.

Thank you for your help.
Antworten