uuh, very strange...

to automate this test I then tried this script:

#!/bin/bash

set -x

cd /s/tmp
rm test.txt
rm test2.txt
echo abc >test.txt
cat test.txt
cp test.txt test2.txt
cat test2.txt
#sleep 1
cp test.txt test2.txt
cat test2.txt
ls -l test2.txt

and it worked!!!

but it fails when uncommenting the sleep.

sleep 0.2 works sometimes on my system.

-- 
nfs-user-server destroys files
https://bugs.launchpad.net/bugs/162508
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to