Re: Some questions about the translator that helps open the device

2008-08-05 Thread Michael Casadevall
Maybe this falls under the "I'm an idiot" category, but isn't netio essentially the same as stream io? You open a socket, read in contents from the stream, it blocks if its too full, etc. The entropy kernel driver used the streamio API internally. It might be easier/cleaner to extend the streamio t

Re: Some questions about the translator that helps open the device

2008-08-05 Thread Samuel Thibault
Hello, Zheng Da, le Sat 02 Aug 2008 22:57:48 +0800, a écrit : > I'm going to write a translator that helps other programs open the underlying > device. Mmm, there are already two: storeio (for disks) and streamio (for character-based devices). > So other programs can open the device through a fi

Re: SSH/whatever issue

2008-08-05 Thread Samuel Thibault
Thomas Schwinge, le Mon 04 Aug 2008 11:03:11 +0200, a écrit : > Unfortunately I have to leave right now, so I can't investigate further. > Perhaps Samuel knows the obvious? I've tried to poke it. Just changing the IPs of the interfaces made it eventually work. After a host reboot it still works.