Re: [uml-user] Local Devices question

2008-03-19 Thread Jeff Dike
On Tue, Mar 18, 2008 at 08:17:52PM +0100, Flavio wrote: > Ok, I applied your last patch. I've done the test, and this is the result: > ioctl(16, CDROMEJECT, 0)= -1 EIO (Input/output error) I want that 0 to be a 1. Are you sure you applied the patch? The relevant line in ubd_kern.

Re: [uml-user] Local Devices question

2008-03-19 Thread Flavio
On 19/03/2008, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Mar 18, 2008 at 08:17:52PM +0100, Flavio wrote: > > Ok, I applied your last patch. I've done the test, and this is the result: > > ioctl(16, CDROMEJECT, 0)= -1 EIO (Input/output error) > > > I want that 0 to be a 1. Ar