> On all other ttys login works but bash dies because of of -EIO. > After vhangup() the tty returns -EIO upon read()/write().
You can't re-open the tty because a process is holding on to it, not closing it and not killable. Fedora shouldn't be holding these devices open this way. The behaviour we have of refusing to reopen them why this is the case is both a) what the spec seems to say b) good security. We can half ignore it on console for the simple reason that you don't "dial in" to the console. I suspect it may be abusable but I've not found a way to do so. > I have no idea what's the root cause of this, there seems to be a lot of > black magic > involved. > Alan, do you think the issues are caused by Fedora's broken user space? See what fuser says about open file handles and if that is what is going on. Alan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel