Can't access DVD - CORRECTION -

Ed Greshko Ed.Greshko at greshko.com
Fri Mar 2 15:55:44 UTC 2012


On 03/02/2012 10:58 PM, Bob Goodwin wrote:
>            [[root at box6 bobg]# setfacl -m u:bobg:rw- /dev/dvd
>
>        Gets the movie running in VLC. 

Well, even though it works of course you really have another underlying
problem.

You should not have to "setfacl" and as I think you've found that
command has to be repeated after a reboot.  Also, you'd really want to
do it to the actual device file....

With no users logged into the system one would see something along these
lines....

[egreshko at f16-2 dev]$ getfacl sr0
# file: sr0
# owner: root
# group: cdrom
user::rw-
user:gdm:rw-
group::rw-
mask::rw-
other::---

Then, after login it will change....

[egreshko at f16-2 dev]$ getfacl sr0
# file: sr0
# owner: root
# group: cdrom
user::rw-
user:egreshko:rw-
group::rw-
mask::rw-
other::---

It is late, and I've forgotten what is responsible for making these
changes.  It seems whatever that is, isn't working correctly on your system.

-- 
Do not condemn the judgment of another because it differs from your own.
You may both be wrong. -- Dandemis


More information about the users mailing list