* Re: 2.6.12-rc3-mm2 - /proc/ide/sr0/model: No such file or directory [not found] ` <20050502201823.0ab02e96.akpm@osdl.org> @ 2005-05-03 4:48 ` Greg KH 2005-05-03 7:11 ` Bartlomiej Zolnierkiewicz 0 siblings, 1 reply; 3+ messages in thread From: Greg KH @ 2005-05-03 4:48 UTC (permalink / raw) To: Andrew Morton, B.Zolnierkiewicz; +Cc: juhl-lkml, linux-kernel, linux-ide On Mon, May 02, 2005 at 08:18:23PM -0700, Andrew Morton wrote: > Greg KH <greg@kroah.com> wrote: > > > > On Sun, May 01, 2005 at 04:32:45AM +0200, Jesper Juhl wrote: > > > On Sat, 30 Apr 2005, Andrew Morton wrote: > > > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc3/2.6.12-rc3-mm2/ > > > > > > > > > > I see one small change in behaviour with this kernel. > > > > > > During boot when initializing udev I see > > > > > > Initializing udev dynamic device directory. > > > grep: /proc/ide/sr0/model: No such file or directory > > > grep: /proc/ide/sr1/model: No such file or directory > > > > > > With previous kernels I only see > > > > > > Initializing udev dynamic device directory. > > > > That is because you have a udev script that is expecting to see ide > > stuff in proc. That has now been moved to sysfs, so you should not need > > to run external scripts to detect ide devices now. I suggest you go bug > > your distro, or whoever set up those rules about it. > > err, we don't want to break existing userspace setups, please. I agree. Bart, want to put the /proc stuff back, mark it depreciated in the Documentation/feature-removal-schedule.txt as going away in 6 months or so, and then remove it after that time has gone by? thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.12-rc3-mm2 - /proc/ide/sr0/model: No such file or directory 2005-05-03 4:48 ` 2.6.12-rc3-mm2 - /proc/ide/sr0/model: No such file or directory Greg KH @ 2005-05-03 7:11 ` Bartlomiej Zolnierkiewicz 2005-05-03 18:27 ` Greg KH 0 siblings, 1 reply; 3+ messages in thread From: Bartlomiej Zolnierkiewicz @ 2005-05-03 7:11 UTC (permalink / raw) To: Greg KH; +Cc: Andrew Morton, B.Zolnierkiewicz, juhl-lkml, linux-kernel, linux-ide On 5/3/05, Greg KH <greg@kroah.com> wrote: > On Mon, May 02, 2005 at 08:18:23PM -0700, Andrew Morton wrote: > > Greg KH <greg@kroah.com> wrote: > > > > > > On Sun, May 01, 2005 at 04:32:45AM +0200, Jesper Juhl wrote: > > > > On Sat, 30 Apr 2005, Andrew Morton wrote: > > > > > > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc3/2.6.12-rc3-mm2/ > > > > > > > > > > > > > I see one small change in behaviour with this kernel. > > > > > > > > During boot when initializing udev I see > > > > > > > > Initializing udev dynamic device directory. > > > > grep: /proc/ide/sr0/model: No such file or directory > > > > grep: /proc/ide/sr1/model: No such file or directory > > > > > > > > With previous kernels I only see > > > > > > > > Initializing udev dynamic device directory. > > > > > > That is because you have a udev script that is expecting to see ide > > > stuff in proc. That has now been moved to sysfs, so you should not need > > > to run external scripts to detect ide devices now. I suggest you go bug > > > your distro, or whoever set up those rules about it. > > > > err, we don't want to break existing userspace setups, please. > > I agree. Bart, want to put the /proc stuff back, mark it depreciated in > the Documentation/feature-removal-schedule.txt as going away in 6 months > or so, and then remove it after that time has gone by? /proc/ide stuff was _not_ removed, please see original mail: On 5/1/05, Jesper Juhl <juhl-lkml@dif.dk> wrote: > This machine has no IDE device at all, only SCSI, and the kernel config > has no IDE support either. The config I'm using has not changed in any Thanks, Bartlomiej ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.12-rc3-mm2 - /proc/ide/sr0/model: No such file or directory 2005-05-03 7:11 ` Bartlomiej Zolnierkiewicz @ 2005-05-03 18:27 ` Greg KH 0 siblings, 0 replies; 3+ messages in thread From: Greg KH @ 2005-05-03 18:27 UTC (permalink / raw) To: Bartlomiej Zolnierkiewicz Cc: Andrew Morton, B.Zolnierkiewicz, juhl-lkml, linux-kernel, linux-ide On Tue, May 03, 2005 at 09:11:08AM +0200, Bartlomiej Zolnierkiewicz wrote: > On 5/3/05, Greg KH <greg@kroah.com> wrote: > > On Mon, May 02, 2005 at 08:18:23PM -0700, Andrew Morton wrote: > > > Greg KH <greg@kroah.com> wrote: > > > > > > > > On Sun, May 01, 2005 at 04:32:45AM +0200, Jesper Juhl wrote: > > > > > On Sat, 30 Apr 2005, Andrew Morton wrote: > > > > > > > > > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc3/2.6.12-rc3-mm2/ > > > > > > > > > > > > > > > > I see one small change in behaviour with this kernel. > > > > > > > > > > During boot when initializing udev I see > > > > > > > > > > Initializing udev dynamic device directory. > > > > > grep: /proc/ide/sr0/model: No such file or directory > > > > > grep: /proc/ide/sr1/model: No such file or directory > > > > > > > > > > With previous kernels I only see > > > > > > > > > > Initializing udev dynamic device directory. > > > > > > > > That is because you have a udev script that is expecting to see ide > > > > stuff in proc. That has now been moved to sysfs, so you should not need > > > > to run external scripts to detect ide devices now. I suggest you go bug > > > > your distro, or whoever set up those rules about it. > > > > > > err, we don't want to break existing userspace setups, please. > > > > I agree. Bart, want to put the /proc stuff back, mark it depreciated in > > the Documentation/feature-removal-schedule.txt as going away in 6 months > > or so, and then remove it after that time has gone by? > > /proc/ide stuff was _not_ removed, please see original mail: > > On 5/1/05, Jesper Juhl <juhl-lkml@dif.dk> wrote: > > > This machine has no IDE device at all, only SCSI, and the kernel config > > has no IDE support either. The config I'm using has not changed in any Doh, sorry about that. Must be a pretty dumb udev script that is failing there, please report this to your distro. thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-03 18:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20050430164303.6538f47c.akpm@osdl.org>
[not found] ` <Pine.LNX.4.62.0505010429050.2491@dragon.hyggekrogen.localhost>
[not found] ` <20050503031158.GA6917@kroah.com>
[not found] ` <20050502201823.0ab02e96.akpm@osdl.org>
2005-05-03 4:48 ` 2.6.12-rc3-mm2 - /proc/ide/sr0/model: No such file or directory Greg KH
2005-05-03 7:11 ` Bartlomiej Zolnierkiewicz
2005-05-03 18:27 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).