Seite 1 von 2

OPSIclientd install problem (?)

Verfasst: 25 Feb 2010, 10:03
von inszekt_
Problem: If we install a Windows XP, not the opsiclientd the default OPSI client on the computers.

We got the modules file from you, to test the new OPSI client method. As you wrote, I copied it to /etc/opsi directory.

1.)
I queried the statuses of non-free modules:

opsi-admin -d method getOpsiInformation_hash

/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('P'))
{
"opsiVersion" : "3.4.0.2",
"modules" :
{
"customer" : "Peter Nevelos",
"vista" : true,
"license_management" : false,
"expires" : "never",
"valid" : true,
"signature" :
"vpn" : false
}
}

2.)
/opt/pcbin/install/preloginloader/files/opsi/cfg/config.ini file already contains the following lines:

[installation]
service_user=none
service_password=none
client_servicetype=prelogin
;client_servicetype=opsiclientd

3.)
the output of the 'opsi-admin -d method getProductProperties_hash preloginloader' command:

{
"loginblockerstart" : "on"
}

4.)
I tried the following:

opsi-admin -d method setProductProperty preloginloader "client_servicetype" "opsiclientd"

, but nothing changed - if I install a new WindowsXP, the active OPSI client is the preloginloader type. In the services there is an opsiclientd service, but it is disabled (I tried to activate, and I started the service - and it works like a charm!).

regards, np

Re: OPSIclientd install problem (?)

Verfasst: 25 Feb 2010, 11:21
von matth46
Please obscure your license information, especially the entries "customer" and "signature".

Re: OPSIclientd install problem (?)

Verfasst: 25 Feb 2010, 11:54
von minidump
OMG :o :o :o :o

You are a lucky guy that the opsiclientd will be open source in a few days... otherwise you would have made many users happy but uib very very very angry...

Re: OPSIclientd install problem (?)

Verfasst: 25 Feb 2010, 13:05
von inszekt_
careless data handling :(

it escaped my attention. forum administrators already deleted it.

Re: OPSIclientd install problem (?)

Verfasst: 26 Feb 2010, 12:38
von inszekt_
anybody can help me? or this topic is not a free support topic?

Re: OPSIclientd install problem (?)

Verfasst: 28 Feb 2010, 18:42
von d.oertel
Hi,


please set in /opt/pcbin/install/preloginloader/files/opsi/cfg/config.ini
[installation]
;client_servicetype=prelogin
client_servicetype=opsiclientd

if the problem is still there please come back

regards

d.oertel

Re: OPSIclientd install problem (?)

Verfasst: 01 Mär 2010, 11:06
von inszekt_
Hi

I already set this option on friday. The client installed with the opsiclientd method, but at the first boot it install the preloginloader. :o

regards, np

Re: OPSIclientd install problem (?)

Verfasst: 01 Mär 2010, 11:13
von j.schneider
Hi,

please reinstall the package using this commandline:

Code: Alles auswählen

opsi-package-manager -p ask -i preloginloader_xxxxx.opsi
Then select preloginloader as default.

Greetings,
Jan

Re: OPSIclientd install problem (?)

Verfasst: 01 Mär 2010, 21:51
von inszekt_
Hi

I tried this command, and it works!

Thanks for helping me!

np

Re: OPSIclientd install problem (?)

Verfasst: 05 Mär 2010, 15:15
von inszekt_
Hi

Well, we have working opsiclientd. But, if I trying to isntall something, it works in windows startup (prelogin) phase. I can't install when the user logged in to the windows. How can I enable event based control?

regards, np