9fans archive / 2008 / 09 / 191 / prev next From: erik quanstrom <quanstro@cor...> Subject: Re: [9fans] Running 9vx.OSX on full plan 9 distribution Date: Tue, 23 Sep 2008 23:20:28 -0400 > > I do: upas/fs </dev/null > > Haven't investigated why it's reading stdin. > > Yep, that fixes it for me too. Tx. > > I'll try to find some time towards the end of the week to investigate > why it is doing that. upas/fs does not read from fd 0. the reason it hangs must be that upas/fs doesn't close fd 0. this would likely also work upas/fs <[0=] what i don't understand right now is why this would hang under 9vx. - erik