Seite 2 von 2
Re: OpennSSL install
Verfasst: 19 Nov 2010, 13:31
von dixgrammes
Well, i think it's the good log file
also, in the registry i've got the entry
Code: Alles auswählen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\mydepotserver]
with this reg_dword value file=1
Thanks a lot for your help
dig
Re: OpennSSL install
Verfasst: 19 Nov 2010, 16:02
von d.oertel
Hi,
we got it:
Code: Alles auswählen
[5] [Nov 19 13:18:53] [event processing gui_startup] Mounting depot share smb://glaive-11-domu-servinst.ens-lyon.fr/opt_pcbin/install
As I told in my posting from 30 Okt Windows XP you have to mount the share with the netbioname and not with the full qualified DNS name.
If you using the File31-Backend, have look at:
/var/lib/opsi/config/depots/glaive-11-domu-servinst.ens-lyon.fr/depot.ini
Code: Alles auswählen
[depotshare]
remoteurl = smb://glaive-11-domu-servinst.ens-lyon.fr/opt_pcbin/install
and replace there 'glaive-11-domu-servinst.ens-lyon.fr' by the netbios name of the server.
regards
d.oertel
[SOLVED] Re: OpennSSL install
Verfasst: 23 Nov 2010, 14:28
von dixgrammes
OK thanks !
it works by replacing the full qualified DNS name by the netbiosname in the depot.ini file
dig