From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How do I eject an audio CD inside Gnome?
Date: Sun, 29 May 2011 23:34:33 +0200 [thread overview]
Message-ID: <201105292334.34020.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <20110529212050.GB5736@acm.acm>
Apparently, though unproven, at 23:20 on Sunday 29 May 2011, Alan Mackenzie
did opine thusly:
> Hi, Alan.
>
> On Sun, May 29, 2011 at 10:58:39PM +0200, Alan McKinnon wrote:
> > Apparently, though unproven, at 22:49 on Sunday 29 May 2011, Alan
> > Mackenzie
> >
> > did opine thusly:
> > > Hi, Gentoo.
> > >
> > > I've now managed to play CDs in Gnome, primarily by adding myself to
> > > the cdrom group. I do wish all these restrictions, enforced by group
> > > membership, could be switched off.
> > >
> > > Having played a CD, I discover there's no way to eject it; the physical
> > > button on the drive is inactive until I exit from Gnome, which is
> > > clearly suboptimal.
> > >
> > > However, if I start Gnome as root, I can eject a CD trouble freely.
> > > But running as root is also suboptimal.
> > >
> > > So, I thought, maybe this "feature" is another pesky group restriction.
> > > So I tried adding myself to group "disk", then to group "cdrw", all to
> > > no avail. I still couldn't eject the disk.
> >
> > With a CD in the drive and gnome running, please post the output of
> >
> > mount
Well that didn't work too well - they're not listed. Obviously gnome doesn't
use mount/mtab/fstab to do it's mounting thing. Time for Neil's plan B
eject -v
for comparison, do it as a user and then as root
>
> root@acm ~ # mount
> rootfs on / type rootfs (rw)
> /dev/root on / type ext2 (rw,noatime,errors=continue)
> proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
> rc-svcdir on /lib64/rc/init.d type tmpfs
> (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755) sysfs on /sys type
> sysfs (rw,nosuid,nodev,noexec,relatime)
> debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
> udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
> devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
> shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
> /dev/mapper/vg-usr on /usr type ext3 (rw,noatime,commit=0)
> /dev/mapper/vg-usrportage on /usr/portage type ext2 (rw,noatime)
> /dev/mapper/vg-usrportagedistfiles on /usr/portage/distfiles type ext2
> (rw,noatime) /dev/mapper/vg-usrsrc on /usr/src type ext3
> (rw,noatime,commit=0)
> /dev/mapper/vg-home on /home type ext3 (rw,noatime,commit=0)
> /dev/mapper/vg-opt on /opt type ext3 (rw,noatime,commit=0)
> /dev/mapper/vg-var on /var type ext3 (rw,noatime,commit=0)
> /dev/mapper/vg-varspoolmail on /var/spool/mail type ext3
> (rw,noatime,commit=0) /dev/mapper/vg-varspoolnews on /var/spool/news type
> reiserfs (rw,noatime) /dev/mapper/vg-iso on /iso type ext2 (rw,noatime)
> /dev/mapper/vg-old on /old type ext2 (rw,noatime)
> /dev/mapper/vg-vg--backup on /backup type ext2 (rw,noatime)
> usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
> binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
> (rw,noexec,nosuid,nodev)
>
> > cat /etc/mtab
>
> root@acm ~ # cat /etc/mtab
> rootfs / rootfs rw 0 0
> /dev/root / ext2 rw,noatime,errors=continue 0 0
> proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
> rc-svcdir /lib64/rc/init.d tmpfs
> rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755 0 0 sysfs /sys sysfs
> rw,nosuid,nodev,noexec,relatime 0 0
> debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
> udev /dev tmpfs rw,nosuid,relatime,size=10240k,mode=755 0 0
> devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
> shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
> /dev/mapper/vg-usr /usr ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-usrportage /usr/portage ext2 rw,noatime 0 0
> /dev/mapper/vg-usrportagedistfiles /usr/portage/distfiles ext2 rw,noatime 0
> 0 /dev/mapper/vg-usrsrc /usr/src ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-home /home ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-opt /opt ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-var /var ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-varspoolmail /var/spool/mail ext3 rw,noatime,commit=0 0 0
> /dev/mapper/vg-varspoolnews /var/spool/news reiserfs rw,noatime 0 0
> /dev/mapper/vg-iso /iso ext2 rw,noatime 0 0
> /dev/mapper/vg-old /old ext2 rw,noatime 0 0
> /dev/mapper/vg-vg--backup /backup ext2 rw,noatime 0 0
> usbfs /proc/bus/usb usbfs rw,noexec,nosuid,devmode=0664,devgid=85 0 0
> binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
--
alan dot mckinnon at gmail dot com
next prev parent reply other threads:[~2011-05-29 21:36 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-29 20:49 [gentoo-user] How do I eject an audio CD inside Gnome? Alan Mackenzie
2011-05-29 20:58 ` Alan McKinnon
2011-05-29 21:13 ` Neil Bothwick
2011-05-29 21:37 ` Alan Mackenzie
2011-05-29 21:56 ` Alan McKinnon
2011-05-30 0:32 ` Peter Humphrey
2011-05-30 10:10 ` Alan Mackenzie
2011-05-30 10:33 ` Alan McKinnon
2011-05-30 11:46 ` Mick
2011-05-31 13:45 ` Alan McKinnon
2011-06-01 22:05 ` Mick
2011-06-01 22:50 ` Alan McKinnon
2011-06-02 5:02 ` Mick
2011-05-30 23:38 ` Stroller
2011-05-31 2:26 ` daid kahl
2011-05-31 2:28 ` daid kahl
2011-05-30 23:26 ` Stroller
2011-05-30 23:44 ` Stroller
2011-06-01 21:38 ` Alan Mackenzie
2011-06-03 1:32 ` Volker Armin Hemmann
2011-06-04 2:56 ` Stroller
2011-06-04 3:18 ` Dale
2011-05-29 21:20 ` Alan Mackenzie
2011-05-29 21:34 ` Alan McKinnon [this message]
2011-05-30 7:56 ` Thanasis
2011-05-30 20:54 ` Jonathan
[not found] <gXVfA-3CX-11@gated-at.bofh.it>
[not found] ` <gXVyV-4kf-1@gated-at.bofh.it>
[not found] ` <gXW1Y-50l-21@gated-at.bofh.it>
[not found] ` <gXWlk-5IJ-11@gated-at.bofh.it>
2011-05-31 3:20 ` Indi
[not found] ` <gY7JL-8ed-7@gated-at.bofh.it>
[not found] ` <gYkdX-49P-1@gated-at.bofh.it>
[not found] ` <gZrwK-3qT-7@gated-at.bofh.it>
[not found] ` <gZPpn-26G-1@gated-at.bofh.it>
2011-06-04 11:35 ` Indi
2011-06-04 16:47 ` Alan McKinnon
2011-06-04 17:25 ` Indi
2011-06-04 19:31 ` Mick
2011-06-04 22:09 ` Stroller
2011-06-04 22:38 ` Neil Bothwick
2011-06-04 23:10 ` Mick
2011-06-04 23:37 ` Dale
2011-06-04 23:49 ` Indi
2011-06-04 22:54 ` Indi
2011-06-05 10:40 ` Alan McKinnon
2011-06-05 11:42 ` Indi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201105292334.34020.alan.mckinnon@gmail.com \
--to=alan.mckinnon@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox