Hi,
some hints before you ran into the same problems....
The smbfs kernel module is deprecated. So we have switched to cifs and
had problems with the case sensitiv file names. The only solution I have
found is to disable the LinuxExtensions. The nocase option from cifs is
not working as expected so here is the workaround:

the master file should do it in the following way:

modprobe cifs
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled

before mounting /z. And the fileserver on samba should have:
unix extensions = no
in the install share.

The problem will hit you, because the perl scripts want to read the:
txtsetup.sif
and if its named:
TXTSETUP.SIF
you will get an error:
Can't call method "name" on an undefined value at ....

Hope this helps and spend some time for you.

greetings mario


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to