> > 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