Windows 10 Pro unattended install

larsg
Beiträge: 283
Registriert: 16 Dez 2014, 18:06

Re: Windows 10 Pro unattended install

Beitrag von larsg »

n.wenselowski hat geschrieben:Hi,
What is the hash of your file?

Code: Alles auswählen

# cat /var/lib/opsi/repository/opsi-winst_4.12.0.25-1.opsi.md5 
1c94c50b52253ec12169a9767d1061ff
no difference, same hash in md5 file, and the package itself also has the correct hash.

i tried loading from all repositories, stable testing experimental and included parameter --force-checksum-calculation, didn't change anything.
larsg
Beiträge: 283
Registriert: 16 Dez 2014, 18:06

Re: Windows 10 Pro unattended install

Beitrag von larsg »

what i just noticed, under files64/opsi-winst actually is something called lib, its just listed as a file with 26 bytes, when i try to extract it i get a crc error.

how can it be, that a file has the correct hash value, but inconsistent content...
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Windows 10 Pro unattended install

Beitrag von d.oertel »

Hi,

have a look at your depot share:

Code: Alles auswählen

/var/lib/opsi/depot/opsi-winst/files64/opsi-winst# ls -l
insgesamt 8116
lrwxrwxrwx 1 opsiconfd pcpatch      26 Jul 17 19:49 lib -> ../../files/opsi-winst/lib
this is normally no problem because the link will be resolved if the lib directory is copied by smb.
But if your samba is configured to not follow symlinks this may result to the problems you have seen.

Does this help ?

cheers
detlef
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
larsg
Beiträge: 283
Registriert: 16 Dez 2014, 18:06

Re: Windows 10 Pro unattended install

Beitrag von larsg »

ahh ok so it's a link.
now that makes sense.

sadly i already fixed this problem, with just manually copying the folder over from files to files64 (which shouldn't work if a broken link at that position exists btw).

i will reproduce the initial state and report back here.
Antworten