From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 4 Oct 2009 11:22:44 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <<13426df10910032308j1c9aac90k51dd2400db23f79f@mail.gmail.com>> References: <<13426df10910032308j1c9aac90k51dd2400db23f79f@mail.gmail.com>> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] replica under 9vx Topicbox-Message-UUID: 7d483f22-ead5-11e9-9d60-3106f5b1d025 > 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