Re: About that Alpha kernel bug mentioned in beta3 errata

2004-04-09 Thread Herbert Xu
tags 237884 pending quit On Mon, Apr 05, 2004 at 06:41:07PM +0200, Bjoern Brill wrote: > > Result: CD drive is properly detected, symlink in /dev/cdroms looks alright. > (Should it matter: this is on a EV5 machine.) Thank you very much. The following patch from glibc should fix the problem. --

Re: About that Alpha kernel bug mentioned in beta3 errata

2004-04-05 Thread Bjoern Brill
On Sun, 4 Apr 2004, Herbert Xu wrote: > Bjoern Brill <[EMAIL PROTECTED]> wrote: > > > > The symlink gets created in drivers/cdrom/cdrom.c:register_cdrom(): > > > >if (pos >= 0) { > >char vname[16]; > >sprintf (vname, "cdrom%d", cdi->

Re: About that Alpha kernel bug mentioned in beta3 errata

2004-04-04 Thread Herbert Xu
Bjoern Brill <[EMAIL PROTECTED]> wrote: > > The symlink gets created in drivers/cdrom/cdrom.c:register_cdrom(): > >if (pos >= 0) { >char vname[16]; >sprintf (vname, "cdrom%d", cdi->number); >strncpy (rname + p

Re: About that Alpha kernel bug mentioned in beta3 errata

2004-04-01 Thread Bjoern Brill
On Wed, 31 Mar 2004, Steve Langasek wrote: > Hi Bjoern, > > On Tue, Mar 30, 2004 at 12:44:48AM +0200, Bjoern Brill wrote: > > if that bug (alpha cannot install from SCSI cdrom) is the one mentioned in > > , > > then I've r

Re: About that Alpha kernel bug mentioned in beta3 errata

2004-03-31 Thread Steve Langasek
Hi Bjoern, On Tue, Mar 30, 2004 at 12:44:48AM +0200, Bjoern Brill wrote: > if that bug (alpha cannot install from SCSI cdrom) is the one mentioned in > , > then I've run into it as well with a daily build shortly before d-i

About that Alpha kernel bug mentioned in beta3 errata

2004-03-29 Thread Bjoern Brill
Hello, if that bug (alpha cannot install from SCSI cdrom) is the one mentioned in , then I've run into it as well with a daily build shortly before d-i beta3. Is this fixed now? If not here is some additional info: On my sy