Seite 1 von 1

opsi-deploy-preloginloader

Verfasst: 02 Sep 2010, 11:43
von bscholz
Moin,

ich hab das Problem, das ich mit opsi-deploy-preloginloader keinen
Preloginloader mehr auf Rechner installieren kann, aufgefallen ist das
Problem mit preloginloader_3.4-68/69

Folgende Meldung

Code: Alles auswählen

[notice] Pinging host 10.0.18.37 ...
[notice] Host 10.0.18.37 is up
[notice] Getting hardware ethernet address of host 'pc-qk-hplc.xxx'
[notice] Found hardware ethernet address 'xx:xx:xx:xx:xx:xx'
[notice] Creating client 'pc-qk-hplc.xxx'
[warning] No hardware info for host 'pc-qk-hplc.xxx' found: [Errno 2] No such file or directory: '/var/lib/opsi/audit/pc-qk-hplc.xxx.hw'
[warning] No software info for host 'pc-qk-hplc.xxx' found: [Errno 2] No such file or directory: '/var/lib/opsi/audit/pc-qk-hplc.xxx.sw'
[notice] Getting opsi-host-key for client 'pc-qk-hplc.xxx'
[notice] Getting network-config for client 'pc-qk-hplc.xxx'
[notice] Mounting client c$ share
[notice] Copying installation files
[notice] Patching config.ini file
[notice] Installing preloginloader
[error] ERROR: Failed to install preloginloader: Command './winexe -U 'WDT-BEBO\admin%*** confidential ***' //pc-qk-hplc 'c:\opsi_wtsFhpvKxP\files\opsi\opsi-winst\winst32.exe /batch c:\opsi_wtsFhpvKxP\files\opsi\preloginloader.ins c:\tmp\preloginloader.log /PARAMETER REMOTEDEPLOY'' failed (66):
dos charset 'CP850' unavailable - using ASCII

[error] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: '/etc/opsi/modules'

Re: opsi-deploy-preloginloader

Verfasst: 02 Sep 2010, 19:17
von d.oertel
Hi,

kann das Problem hier nicht nachvollziehen.

Vielleicht mal

Code: Alles auswählen

http://download.uib.de/opsi3.4/modules
installieren (obwohl das eigentlich nicht nötig sein sollte).
Von daher bitte bescheid sagen wenn es das war.

gruss
d.oertel

Re: opsi-deploy-preloginloader

Verfasst: 06 Sep 2010, 14:15
von bscholz
Hallo Herr Oertel,

nach der Installation der modules schlägt die Installation jetzt mit einer anderen Meldung fehl.

Code: Alles auswählen

[error] ERROR: Failed to install preloginloader: Command './winexe -U 'DOMAIN\admin%*** confidential ***' //pc-qk-hplc 'c:\opsi_HW6MzjOzCt\files\opsi\opsi-winst\winst32.exe /batch c:\opsi_HW6MzjOzCt\files\opsi\preloginloader.ins c:\tmp\preloginloader.log /PARAMETER REMOTEDEPLOY'' failed (66):
dos charset 'CP850' unavailable - using ASCII

/var/lib/python-support/python2.5/OPSI/Backend/BackendManager.py:1198: DeprecationWarning: getPublicKeyObject is deprecated since Twisted Conch 0.9.  Use Key.fromString().
  publicKey = keys.getPublicKeyObject(data = base64.decodestring('[Key gelöscht]'))

Re: opsi-deploy-preloginloader

Verfasst: 06 Sep 2010, 16:05
von d.oertel
Hi,

wie ist das ganze aufgerufen ?
Mit

Code: Alles auswählen

-u "<DOMAIN>\\<username>"
?

gruss
d.oertel

Re: opsi-deploy-preloginloader

Verfasst: 13 Sep 2010, 10:30
von bscholz
d.oertel hat geschrieben: wie ist das ganze aufgerufen ?
Mit

Code: Alles auswählen

-u "<DOMAIN>\\<username>"
?
so wie oben, aber ohne Anführungszeichen, gab aber auch einen
Versuch nur mit Username um den lokalen Administrator-Account
anzusprechen

Allerdings funktioniert es jetzt wieder, ich weiß aber nicht warum,
seit den letzten Versuchen gab es keine bekannten Änderung
auf dem System...

Danke für die Hilfe

Grüße

Bastian Scholz

Re: opsi-deploy-preloginloader

Verfasst: 14 Sep 2010, 10:48
von mhaegele
Bei mir hat es zuerst auch nicht funktioniert ...:

Code: Alles auswählen

./opsi-deploy-preloginloader -u "\\domain\administrator" -p supergeheimespasswort domainc00062
--------------------------------------------
   domainc00062.domain.tld
--------------------------------------------
[warning] No hardware info for host 'domainc00062.domain.tld' found: [Errno 2] No such file or directory: '/var/lib/opsi/audit/domainc00062.domain.tld.hw'
[warning] No software info for host 'domainc00062.domain.tld' found: [Errno 2] No such file or directory: '/var/lib/opsi/audit/domainc00062.domain.tld.sw'
[error] ERROR: Failed to mount clients c$ share: Command '***********************' failed (255):
null domain
mount error 22 = Invalid argument
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

Perhaps you have to disable the firewall or simple file sharing on the windows machine (folder options)?
[error] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: '/etc/opsi/modules'
Wenn ich es aber so mache:
./opsi-deploy-preloginloader -u "domain\adminaccount" clientname:

./opsi-deploy-preloginloader -u "\\domain\administrator" domainc00062

und das Passwort nach Aufforderung eingebe scheint es zu funktionieren ...
muß ich das passwort auch in "" setzen auch wenn es keine Sonderzeichen etc. enthält?
(Firewall gibt es nicht ist ein Windows 2000 Client)
Danke
MH