<div dir="ltr">Hi,<br>I'm probably hitting some bug in F11. I've created the lcktest directory, and "date > lcktest/date-file" to create a simple file inside. Repeated this on a ext3 and a ext4 file-system. Now, this works fine on ext3,  but fails on ext4. I tried the same setup on another F11 machine that was upgraded from F10 and hit the same locking bug.<br>
<br>The behaviour is below, and a full 'strace -f' in case of ext4 is at <a href="http://www.fpaste.org/sZXa/">http://www.fpaste.org/sZXa/</a><br><br><br>********** On a EXT3 file-system<br><br>[me@matrix ~]$ unison -ui text -batch unitest/ ssh://dev@cairo//tmp/unitest/<br>
Contacting server...<br>Connected [////tmp/unitest -> //matrix//home/me/unitest]<br>Looking for changes<br>  Waiting for changes from server<br>Reconciling changes<br>Nothing to do: replicas have not changed since last sync.<br>
[me@matrix ~]$<br><br>*********** Changing to EXT4 file-system<br><br>[me@matrix tmp]$ unison -ui text -batch unitest/ ssh://dev@cairo//tmp/unitest/<br>Contacting server...<br>Connected [////tmp/unitest -> //matrix//tmp/unitest]<br>
Looking for changes<br>Fatal error: Warning: the archives are locked.<br>If no other instance of unison is running, the locks should be removed.<br>The file /home/me/.unison/lk0548d63e56f1eba992c46c641772d4a0 on host matrix should be deleted<br>
Please delete lock files as appropriate and try again.<br>[me@matrix tmp]$ ls -la /home/me/.unison/lk0548d63e56f1eba992c46c641772d4a0<br>ls: cannot access /home/me/.unison/lk0548d63e56f1eba992c46c641772d4a0: No such file or directory<br>
</div>