Yes. It's clumsy. issuing "Local plumber" starts it. you could try changing fsys.c:124: if(post9pservice(p[0], "acme", mtpt) < 0) to post acme.$pid instead of acme. it's fairly trivial, however might break something. i don't have time to check it right now. (there's a global var mainpid. i ithink it is set by the time of the post) 2012/11/7 Sergio Perticone > > > On Wed, Nov 7, 2012 at 4:53 PM, Bence Fábián wrote: > >> you can try this as a quick fix: >> >> $ mkdir /tmp/ns2.r >> $ NAMESPACE=/tmp/ns2.r acme >> >> maybe write a wrapper script for it >> >> > But probably you should also take care to run (another instance?) of > plumber(1) in the same namespace. > > s. >