tl2020 pretest begin
Siep Kroonenberg
siepo at bitmuis.nl
Thu Mar 5 10:32:39 CET 2020
On Wed, Mar 04, 2020 at 09:06:59AM +0100, khzimmer at posteo.de wrote:
> Hi again,
>
> PROBLEM FOUND :)
>
> Hi again, found the error:
>
> If we have our user profiles mapped onto a server, then installation fails.
> If the profiles are local, all is fine.
>
> Usually people would have C:\Users\user-name\
> but
> we have mapped that, so the path is \\server-name\profile$\user-name\
>
> I tested like this:
>
> install-tl-20200303\tlpkg\tlperl\bin>perl.exe -e "if (! -d 'C:/') { print
> 'nicht gefunden' } else { print 'gefunden' }"
> gefunden
>
> install-tl-20200303\tlpkg\tlperl\bin>perl.exe -e "if (! -d
> '//our-server-name/') { print 'nicht gefunden' } else { print 'gefunden' }"
> nicht gefunden
This is as it should be: '//server/share' is at the highest level in
the file system, i.e. //server is not part of the file system.
--
Siep Kroonenberg
More information about the tex-live
mailing list.