Displaying 1 result from an estimated 1 matches for "euro_prod".
2006 Mar 31
1
Linux -> Windows Server2003 Leaves Open Files...
...they are not.
The problem occurs when one or more linux servers using smbfs mounts
under FedoraCore4 opens the same file(s) at the same time.
This test script can exhibit the issue:
# CAREFUL to kill this after a few seconds!!!!
while true; do head -1
/mnt/windows-server/TestMount/euro_prod/a*/*/*.xml > /dev/null & done
Once these processes complete an 'lsof' shows that the linux machines
have no open files but an 'net file' on the windows server shows these
files are open.
The only way to fix this is to 'umount /mnt/windows-server' . After that
a...