Guten Morgen,
@d.oertel
wenn ich den Client per Netzlaufwerk mit dem Server verbinde und dann die service_setup.cmd aufrufe funktioniert es einwandfrei.
wenn ich allerdings am Server
/opt/pcbin/install/opsi-client-agent/opsi-deploy-client-agent -vv -u "DOMAIN\ADMINKONTO" RECHNERNAME
oder
/opt/pcbin/install/opsi-client-agent/opsi-deploy-client-agent -vv -u "DOMAIN\\ADMINKONTO" RECHNERNAME
oder
/opt/pcbin/install/opsi-client-agent/opsi-deploy-client-agent -vv -u "\\DOMAIN\ADMINKONTO" RECHNERNAME
bringt diesen Feher
Code: Alles auswählen
[info] * BackendManager is creating BackendDispatcher
[info] Loading dispatch config file '/etc/opsi/backendManager/dispatch.conf'
[info] Loading backend config '/etc/opsi/backends/file.conf'
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendDispatcher instance at 0xb7a5104c>
[info] Loading backend config '/etc/opsi/backends/opsipxeconfd.conf'
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendDispatcher instance at 0xb7a5104c>
[info] * BackendManager is creating ExtendedConfigDataBackend
[info] Setting context to backend <OPSI.Backend.Backend.ExtendedConfigDataBackend instance at 0xb7a5144c>
--------------------------------------------
RECHNERNAME.FQDN.de
--------------------------------------------
[notice] Querying for ip address of host 'RECHNERNAME.FQDN.de'
[info] Getting host 'RECHNERNAME.FQDN.de' by name
[notice] Got ip address 'RECHNERIP2' from syscall
[notice] Pinging host RECHNERIP2 ...
[info] Executing: ping -q -c2 RECHNERIP
[info] Using encoding 'UTF-8'
[notice] Host RECHNERIP is up
[notice] Getting hardware ethernet address of host 'RECHNERNAME.FQDN.de'
[notice] Found hardware ethernet address 'RECHNERMAC'
[notice] Mounting c$ share
[info] Executing: /bin/mount -t cifs -o'username=DOMAIN\ADMINKONTO,password=*** confidential ***' //RECHNERNAME/c$ /tmp/mnt_BngWCnkGLx
[info] Using encoding 'UTF-8'
[error] ERROR: Failed to mount c$ share: 'ascii' codec can't encode character u'\xfc' in position 169: ordinal not in range(128)
Perhaps you have to disable the firewall or simple file sharing on the windows machine (folder options)?