public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
@ 2005-09-27 17:44 Mark Knecht
  2005-09-27 18:03 ` fire-eyes
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Knecht @ 2005-09-27 17:44 UTC (permalink / raw
  To: gentoo-user

Hi,
   It seems that on two of my machines, after recent updates, I no
longer have /dev/cdroms and therefore cannot mount CDs, etc. I can
mount them by hand using the old style /dev/hda. The hardware works.
It just seems that udev is now doing something different.

   Has anyone else seen this of late?

   I am set up as "auto" for the udev/devfs choice in /etc/conf.d/rc,
as well as not using a tarball. udev is up and running:

gigastudio ~ # ps aux | grep udev
root       854  0.0  0.0   1468   484 ?        S<s  10:30   0:00 udevd
gigastudio ~ #

gigastudio ~ # emerge -pv udev

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] sys-fs/udev-068-r1 [068] (-selinux) -static 0 kB

Total size of downloads: 0 kB
gigastudio ~ #

   Any ideas why this might happen and where I'd look to solve the problem?

   All machines have been rebooted, etc.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
  2005-09-27 17:44 [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines) Mark Knecht
@ 2005-09-27 18:03 ` fire-eyes
  2005-09-27 18:34   ` Mark Knecht
  0 siblings, 1 reply; 6+ messages in thread
From: fire-eyes @ 2005-09-27 18:03 UTC (permalink / raw
  To: gentoo-user

Mark Knecht wrote:
> Hi,
>    It seems that on two of my machines, after recent updates, I no
> longer have /dev/cdroms and therefore cannot mount CDs, etc. I can
> mount them by hand using the old style /dev/hda. The hardware works.
> It just seems that udev is now doing something different.
> 
>    Has anyone else seen this of late?
> 
>    I am set up as "auto" for the udev/devfs choice in /etc/conf.d/rc,
> as well as not using a tarball. udev is up and running:
> 
> gigastudio ~ # ps aux | grep udev
> root       854  0.0  0.0   1468   484 ?        S<s  10:30   0:00 udevd
> gigastudio ~ #
> 
> gigastudio ~ # emerge -pv udev
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild     U ] sys-fs/udev-068-r1 [068] (-selinux) -static 0 kB
> 
> Total size of downloads: 0 kB
> gigastudio ~ #
> 
>    Any ideas why this might happen and where I'd look to solve the problem?
> 
>    All machines have been rebooted, etc.
> 
> Thanks,
> Mark
> 

I saw this too, with udev-070. I tried everything I could to rule out it
being udev, but I was unable to do so. I filed a bug, it would help if
you could provide your details there.

http://bugs.gentoo.org/show_bug.cgi?id=107142
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
  2005-09-27 18:03 ` fire-eyes
@ 2005-09-27 18:34   ` Mark Knecht
  2005-09-27 19:10     ` fire-eyes
  2005-09-28 18:09     ` Richard Fish
  0 siblings, 2 replies; 6+ messages in thread
From: Mark Knecht @ 2005-09-27 18:34 UTC (permalink / raw
  To: gentoo-user

On 9/27/05, fire-eyes <sgtphou@fire-eyes.org> wrote:
> Mark Knecht wrote:
> > Hi,
> >    It seems that on two of my machines, after recent updates, I no
> > longer have /dev/cdroms and therefore cannot mount CDs, etc. I can
> > mount them by hand using the old style /dev/hda. The hardware works.
> > It just seems that udev is now doing something different.
> >
> >    Has anyone else seen this of late?
> >
> >    I am set up as "auto" for the udev/devfs choice in /etc/conf.d/rc,
> > as well as not using a tarball. udev is up and running:
> >
> > gigastudio ~ # ps aux | grep udev
> > root       854  0.0  0.0   1468   484 ?        S<s  10:30   0:00 udevd
> > gigastudio ~ #
> >
> > gigastudio ~ # emerge -pv udev
> >
> > These are the packages that I would merge, in order:
> >
> > Calculating dependencies ...done!
> > [ebuild     U ] sys-fs/udev-068-r1 [068] (-selinux) -static 0 kB
> >
> > Total size of downloads: 0 kB
> > gigastudio ~ #
> >
> >    Any ideas why this might happen and where I'd look to solve the problem?
> >
> >    All machines have been rebooted, etc.
> >
> > Thanks,
> > Mark
> >
>
> I saw this too, with udev-070. I tried everything I could to rule out it
> being udev, but I was unable to do so. I filed a bug, it would help if
> you could provide your details there.
>
> http://bugs.gentoo.org/show_bug.cgi?id=107142
> --
> gentoo-user@gentoo.org mailing list
>
>

Done.

In my case the drives are there and working, but the /dev/ names are
more old style.

mark@lightning ~ $ ls /dev/cdr
cdrom   cdrom1  cdrw    cdrw1
mark@lightning ~ $ ls /dev/cdrom
/dev/cdrom
mark@lightning ~ $ ls -al /dev/cdrom
lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom -> hda
mark@lightning ~ $ ls -al /dev/cdrom1
lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom1 -> hdb
mark@lightning ~ $ ls -al /dev/cdrw
lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw -> hda
mark@lightning ~ $ ls -al /dev/cdrw1
lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw1 -> hdb
mark@lightning ~ $

Everything is working except I'd have to change fstab to make it easy.
Thought I'd ask if there was a known change about udev naming that I
hadn't heard about.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
  2005-09-27 18:34   ` Mark Knecht
@ 2005-09-27 19:10     ` fire-eyes
  2005-09-28 18:09     ` Richard Fish
  1 sibling, 0 replies; 6+ messages in thread
From: fire-eyes @ 2005-09-27 19:10 UTC (permalink / raw
  To: gentoo-user

Mark Knecht wrote:

> Done.
> 
> In my case the drives are there and working, but the /dev/ names are
> more old style.

Wanna trade systems? :)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
  2005-09-27 18:34   ` Mark Knecht
  2005-09-27 19:10     ` fire-eyes
@ 2005-09-28 18:09     ` Richard Fish
  2005-09-28 18:52       ` Mark Knecht
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Fish @ 2005-09-28 18:09 UTC (permalink / raw
  To: gentoo-user

Mark Knecht wrote:

>In my case the drives are there and working, but the /dev/ names are
>more old style.
>
>mark@lightning ~ $ ls /dev/cdr
>cdrom   cdrom1  cdrw    cdrw1
>mark@lightning ~ $ ls /dev/cdrom
>/dev/cdrom
>mark@lightning ~ $ ls -al /dev/cdrom
>lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom -> hda
>mark@lightning ~ $ ls -al /dev/cdrom1
>lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom1 -> hdb
>mark@lightning ~ $ ls -al /dev/cdrw
>lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw -> hda
>mark@lightning ~ $ ls -al /dev/cdrw1
>lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw1 -> hdb
>mark@lightning ~ $
>
>Everything is working except I'd have to change fstab to make it easy.
>Thought I'd ask if there was a known change about udev naming that I
>hadn't heard about.
>  
>

I am pretty sure this is intentional.  The /dev/cdroms/XXX syntax was 
"devfs" style, which is now dead.

See the devel list thread starting at:
http://thread.gmane.org/gmane.linux.gentoo.devel/29504

Or the udev change log at:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-fs/udev/ChangeLog

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines)
  2005-09-28 18:09     ` Richard Fish
@ 2005-09-28 18:52       ` Mark Knecht
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Knecht @ 2005-09-28 18:52 UTC (permalink / raw
  To: gentoo-user

On 9/28/05, Richard Fish <bigfish@asmallpond.org> wrote:
> Mark Knecht wrote:
>
> >In my case the drives are there and working, but the /dev/ names are
> >more old style.
> >
> >mark@lightning ~ $ ls /dev/cdr
> >cdrom   cdrom1  cdrw    cdrw1
> >mark@lightning ~ $ ls /dev/cdrom
> >/dev/cdrom
> >mark@lightning ~ $ ls -al /dev/cdrom
> >lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom -> hda
> >mark@lightning ~ $ ls -al /dev/cdrom1
> >lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrom1 -> hdb
> >mark@lightning ~ $ ls -al /dev/cdrw
> >lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw -> hda
> >mark@lightning ~ $ ls -al /dev/cdrw1
> >lrwxrwxrwx  1 root root 3 Sep 27 00:52 /dev/cdrw1 -> hdb
> >mark@lightning ~ $
> >
> >Everything is working except I'd have to change fstab to make it easy.
> >Thought I'd ask if there was a known change about udev naming that I
> >hadn't heard about.
> >
> >
>
> I am pretty sure this is intentional.  The /dev/cdroms/XXX syntax was
> "devfs" style, which is now dead.
>
> See the devel list thread starting at:
> http://thread.gmane.org/gmane.linux.gentoo.devel/29504
>
> Or the udev change log at:
> http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-fs/udev/ChangeLog
>
> -Richard

Thanks for finding this Richard. It does look like it's an intentional
change. I guess it's time to start editing my fstab files.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-28 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 17:44 [gentoo-user] udev issue? (No /dev/cdroms/XXX on two machines) Mark Knecht
2005-09-27 18:03 ` fire-eyes
2005-09-27 18:34   ` Mark Knecht
2005-09-27 19:10     ` fire-eyes
2005-09-28 18:09     ` Richard Fish
2005-09-28 18:52       ` Mark Knecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox