> 13293 mkdir("/mnt/sdb1/tc/plan9/9vx-0.12/sys/lib/texmf/bibtex/bst", 0)
> = -1 EACCES (Permission denied)
>
perhaps replica is expecting specific error messages
and they're not getting translated
; cd /n/sources/plan9/`{pwd}
; g strstr
applylog.c:161: if(strstr(buf, "entry not found") || strstr(buf, "not
exist"))
applylog.c:1036: if(strstr(err, "permission") == nil)
updatedb.c:107: p = strstr(msg, ": ");
updatedb.c:123: if(cistrstr(p, "hungup") || cistrstr(p,
"Hangup")
updatedb.c:124: || cistrstr(p, "rpc error")
updatedb.c:125: || cistrstr(p, "shut down")
updatedb.c:126: || cistrstr(p, "i/o")
updatedb.c:127: || cistrstr(p, "connection"))
- erik