> On Wed, Feb 16, 2011 at 8:42 AM, Stanley Lieber > <[email protected]> wrote: >> Well, it builds, but it doesn't run. >> >> % ./9vx -r /n/plan9 -u glenda >> % 9vx panic: vxproc_run: Function not implemented > > I feel we've been here before. Can you do an strace?
OpenBSD has ktrace[1]. Here's the output for 'ktrace -t c ./9vx -r /n/plan9 -u glenda':: http://openbsd.stanleylieber.com/9vx/ktrace -sl [1] http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace
