On Mon Jun 28 02:37:21 EDT 2010, pietr...@mac.com wrote: > Actually, on further investigation it turns out while dircp /n/sources/ > plan9/sys/lib/postscript dir works fine, diff -r dir /n/sources/plan9/ > sys/lib/postscript gives me the same diff log, and diff -r dir olddir > tells me they're identical. So what's going on here...
the difference that i can think of is #Z. #Z doesn't do locks, exclusive access, etc. why don't you try binding a ramfs /tmp on lp's temp directory, /sys/lib/lp/tmp. if that's not it, the bind/mount list you used to get things working from sources should give you more directories to investigate. - erik