Die Suche ergab 6 Treffer

von cj82
09 Nov 2015, 19:50
Forum: Free Support
Thema: multithread opsi-client-agent-deploy bug?
Antworten: 1
Zugriffe: 1524

multithread opsi-client-agent-deploy bug?

I think this code

Code: Alles auswählen

while len(runningThreads) > maxThreads
is wrong. In this way I can have maxThreads +1 process active.
The correct code wuold be

Code: Alles auswählen

while len(runningThreads) >= maxThreads
von cj82
29 Okt 2015, 22:47
Forum: Free Support
Thema: Installation on shutdown
Antworten: 8
Zugriffe: 3927

Re: Installation on shutdown

yeah. It is testing system. I don't have dns then I can't use fqdn name ( dns lookup would fail ). With this configuration startup install works fine
von cj82
29 Okt 2015, 19:54
Forum: Free Support
Thema: Installation on shutdown
Antworten: 8
Zugriffe: 3927

Re: Installation on shutdown

I installed the agent in this way [root@opsi opsi-client-agent]# ./opsi-deploy-client-agent -u peppe -p peppe -o -v --use-ip-address 192.168.1.222 Starting deployment to host 'win-6inc8himqc0.local.domain' Pinging host 192.168.1.222 ... Host 192.168.1.222 is up Getting hardware ethernet address of h...
von cj82
28 Okt 2015, 22:22
Forum: Free Support
Thema: Installation on shutdown
Antworten: 8
Zugriffe: 3927

Re: Installation on shutdown

this is values you required

Code: Alles auswählen

# Client id.
host_id = win-6inc8himqc0.local.domain

# Opsi host key.
opsi_host_key = 385f3c7cf03ac5e0b1de1741813e1933
von cj82
23 Okt 2015, 18:37
Forum: Free Support
Thema: Installation on shutdown
Antworten: 8
Zugriffe: 3927

Re: Installation on shutdown

I'm using 4.0.6.10-7.1 versione on Centos 7 and opsi client 4.0.6.3-5 on W7 here opsiclientd log of a sequence of 2 reboot: in the first the host checked if there was something to do, in the second it did not do nothing here the opsiclientd log: http://pastebin.com/jNqNzQQh and this is my opsiclient...
von cj82
17 Okt 2015, 12:25
Forum: Free Support
Thema: Installation on shutdown
Antworten: 8
Zugriffe: 3927

Installation on shutdown

Hi everybody,
I habe a problem with this feature of OPSI. I set it like default behaviour but it works only the first time ( after client installation ).
why?what's the problem? What I can check?
I'm using the latesta versione of opsi server and client on windows 7