echo foo > somenewfilename ; cat somenewfilename
gives the expected output "foo".
On FreeBSD is no strace available, but I did some truss'ing.
I created a patch with darcs send -O, copied it to the repo and run
truss darcs apply test_patch.dpatch
Output:
<snip>
mmap(0x0,4194304,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34556870656 (0x80bc00000)
clock_gettime(4,{344609.006372268 }) = 0 (0x0)
_umtx_op(0x800f91e90,0xf,0x0,0x0,0x0,0x0) = 0 (0x0)
_umtx_op(0x80b006e58,0x15,0x1,0x0,0x0,0x1) = 0 (0x0) SIGNAL 14 (SIGALRM)
_umtx_op(0x800b76038,0xf,0x0,0x0,0x0,0x0) ERR#4 'Interrupted
system callsigreturn(0x7fffffff8f40,0xd,0x800d83d60,0x0,0xffffffff0fffffff,0x7fffffff98b8)
sigreturn(0x7fffffff8f40,0xd,0x800d83d60,0x0,0xffffffff0fffffff,0x7fffffff98b8) ERR#87 'Attribute not found'
getcontext(0x7fffffff9450,0x800d7c65b,0x178bfbff,0x802009,0x0,0x7fffffff98b8) = 0 (0x0)
</snip>
It is a local UFS filesystem, no antivirus software running.
|