Re: Linux sg driver bug

2002-03-13 Thread Bill Davidsen
On Mon, 11 Mar 2002, Joerg Schilling wrote: > ::: > /proc/scsi/sg/version > ::: > 30117 Version: 3.1.17 (20001002) Good gried! You are person who tells people they are running obsolete software when they aren't running unreleased stuff from your personal ALPHA directo

Re: Linux sg driver bug

2002-03-10 Thread Joerg Schilling
>From: Douglas Gilbert <[EMAIL PROTECTED]> >> It is a vanilla SuSe 7.2 with 2.4.4-4GB kernel. >> >> I am unsure why you ask for the writer interface, I already mentioned it: >> >> PCATA >Ah, I thought that was the brand. So _all_ ATAPI cdwriters >lock up on Sony VAIO notebooks? It

Re: Linux sg driver bug

2002-03-10 Thread Douglas Gilbert
Joerg Schilling wrote: > > > As I cannot see any progress with ATAPI within the last 3 years, > I susect that the version does not matter. > > It is a vanilla SuSe 7.2 with 2.4.4-4GB kernel. > > I am unsure why you ask for the writer interface, I already mentioned it: > > PCATA

Re: Linux sg driver bug

2002-03-10 Thread Joerg Schilling
>From: Douglas Gilbert <[EMAIL PROTECTED]> >> There is a fatal bug in the sg driver: >> >> it may hang infintely and unkillable in open("/dev/sg1", 2) >> >> >> Repeat: Insert a PCATA CD-Writer in a Sony VAIO notebook and run >> cdrecord -scanbus. >> >> I tried a workaround with alarm()/s

Re: Linux sg driver bug

2002-03-09 Thread Douglas Gilbert
Joerg Schilling wrote: > Hi, > > There is a fatal bug in the sg driver: > > it may hang infintely and unkillable in open("/dev/sg1", 2) > > > Repeat: Insert a PCATA CD-Writer in a Sony VAIO notebook and run > cdrecord -scanbus. > > I tried a workaround with alarm()/setjmp()/longjmp() bu

Re: Linux sg driver bug

2002-03-08 Thread Carsten Neumann
On Fri, 08 Mar 2002, Joerg Schilling wrote: > Hi, > > There is a fatal bug in the sg driver: > > it may hang infintely and unkillable in open("/dev/sg1", 2) > > > Repeat: Insert a PCATA CD-Writer in a Sony VAIO notebook and run > cdrecord -scanbus. > > I tried a workaround with alarm()/

Linux sg driver bug

2002-03-08 Thread Joerg Schilling
Hi, There is a fatal bug in the sg driver: it may hang infintely and unkillable in open("/dev/sg1", 2) Repeat: Insert a PCATA CD-Writer in a Sony VAIO notebook and run cdrecord -scanbus. I tried a workaround with alarm()/setjmp()/longjmp() but even signals are not processed. Jörg