Gentoo Archives: gentoo-user

From: Alan Mackenzie <acm@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do I eject an audio CD inside Gnome?
Date: Sun, 29 May 2011 21:23:12
Message-Id: 20110529212050.GB5736@acm.acm
In Reply to: Re: [gentoo-user] How do I eject an audio CD inside Gnome? by Alan McKinnon
1 Hi, Alan.
2
3 On Sun, May 29, 2011 at 10:58:39PM +0200, Alan McKinnon wrote:
4 > Apparently, though unproven, at 22:49 on Sunday 29 May 2011, Alan Mackenzie
5 > did opine thusly:
6
7 > > Hi, Gentoo.
8
9 > > I've now managed to play CDs in Gnome, primarily by adding myself to the
10 > > cdrom group. I do wish all these restrictions, enforced by group
11 > > membership, could be switched off.
12
13 > > Having played a CD, I discover there's no way to eject it; the physical
14 > > button on the drive is inactive until I exit from Gnome, which is
15 > > clearly suboptimal.
16
17 > > However, if I start Gnome as root, I can eject a CD trouble freely.
18 > > But running as root is also suboptimal.
19
20 > > So, I thought, maybe this "feature" is another pesky group restriction.
21 > > So I tried adding myself to group "disk", then to group "cdrw", all to
22 > > no avail. I still couldn't eject the disk.
23
24 > With a CD in the drive and gnome running, please post the output of
25
26 > mount
27
28 root@acm ~ # mount
29 rootfs on / type rootfs (rw)
30 /dev/root on / type ext2 (rw,noatime,errors=continue)
31 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
32 rc-svcdir on /lib64/rc/init.d type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
33 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
34 debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
35 udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
36 devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
37 shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
38 /dev/mapper/vg-usr on /usr type ext3 (rw,noatime,commit=0)
39 /dev/mapper/vg-usrportage on /usr/portage type ext2 (rw,noatime)
40 /dev/mapper/vg-usrportagedistfiles on /usr/portage/distfiles type ext2 (rw,noatime)
41 /dev/mapper/vg-usrsrc on /usr/src type ext3 (rw,noatime,commit=0)
42 /dev/mapper/vg-home on /home type ext3 (rw,noatime,commit=0)
43 /dev/mapper/vg-opt on /opt type ext3 (rw,noatime,commit=0)
44 /dev/mapper/vg-var on /var type ext3 (rw,noatime,commit=0)
45 /dev/mapper/vg-varspoolmail on /var/spool/mail type ext3 (rw,noatime,commit=0)
46 /dev/mapper/vg-varspoolnews on /var/spool/news type reiserfs (rw,noatime)
47 /dev/mapper/vg-iso on /iso type ext2 (rw,noatime)
48 /dev/mapper/vg-old on /old type ext2 (rw,noatime)
49 /dev/mapper/vg-vg--backup on /backup type ext2 (rw,noatime)
50 usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
51 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
52
53
54 > cat /etc/mtab
55
56 root@acm ~ # cat /etc/mtab
57 rootfs / rootfs rw 0 0
58 /dev/root / ext2 rw,noatime,errors=continue 0 0
59 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
60 rc-svcdir /lib64/rc/init.d tmpfs rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755 0 0
61 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
62 debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
63 udev /dev tmpfs rw,nosuid,relatime,size=10240k,mode=755 0 0
64 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
65 shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
66 /dev/mapper/vg-usr /usr ext3 rw,noatime,commit=0 0 0
67 /dev/mapper/vg-usrportage /usr/portage ext2 rw,noatime 0 0
68 /dev/mapper/vg-usrportagedistfiles /usr/portage/distfiles ext2 rw,noatime 0 0
69 /dev/mapper/vg-usrsrc /usr/src ext3 rw,noatime,commit=0 0 0
70 /dev/mapper/vg-home /home ext3 rw,noatime,commit=0 0 0
71 /dev/mapper/vg-opt /opt ext3 rw,noatime,commit=0 0 0
72 /dev/mapper/vg-var /var ext3 rw,noatime,commit=0 0 0
73 /dev/mapper/vg-varspoolmail /var/spool/mail ext3 rw,noatime,commit=0 0 0
74 /dev/mapper/vg-varspoolnews /var/spool/news reiserfs rw,noatime 0 0
75 /dev/mapper/vg-iso /iso ext2 rw,noatime 0 0
76 /dev/mapper/vg-old /old ext2 rw,noatime 0 0
77 /dev/mapper/vg-vg--backup /backup ext2 rw,noatime 0 0
78 usbfs /proc/bus/usb usbfs rw,noexec,nosuid,devmode=0664,devgid=85 0 0
79 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
80
81
82 > --
83 > alan dot mckinnon at gmail dot com
84
85 --
86 Alan Mackenzie (Nuremberg, Germany).

Replies

Subject Author
Re: [gentoo-user] How do I eject an audio CD inside Gnome? Alan McKinnon <alan.mckinnon@×××××.com>