On Fri, Mar 11, 2011 at 04:53:04PM -0700, Jonathan Corbet wrote:
> On Fri, 11 Mar 2011 18:02:52 -0500
> Dave Jones wrote:
>
> > > Nope, I do have ACLs built into my kernel.
> >
> > You need the XATTR options, as well as ACL ones.
>
> I have that too, the problem would appear to be e
On Fri, 11 Mar 2011 18:02:52 -0500
Dave Jones wrote:
> > Nope, I do have ACLs built into my kernel.
>
> You need the XATTR options, as well as ACL ones.
I have that too, the problem would appear to be elsewhere.
Thanks,
jon
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe
On Fri, Mar 11, 2011 at 03:37:34PM -0700, Jonathan Corbet wrote:
> Guess I need to start figuring out how all this consolekit stuff works...
>
> > Maybe you're missing ACL's support, generally?
>
> Nope, I do have ACLs built into my kernel.
You need the XATTR options, as well as ACL ones
On Fri, 11 Mar 2011 16:25:24 -0600
"Jason D. Clinton" wrote:
> Actually, it's probably somehow related to ACL's which are supposed to
> automatically be append to the device node in question on ConsoleKit
> activation of the user session:
>
> [jclinton@jclinton-laptop ~]$ getfacl /dev/dri/card0
On Fri, Mar 11, 2011 at 04:25:24PM -0600, Jason D. Clinton wrote:
> Maybe you're missing ACL's support, generally?
Linus complained last release when his sound stopped working for
pretty much the same reason. CONFIG_*_FS_XATTR is a *must* in Fedora
for the last few releases.
Dave
--
t
On Fri, Mar 11, 2011 at 16:05, Jonathan Corbet wrote:
> Found it. The root cause is that I was unable to open /dev/dri/card0. In
> the end, every system management problem in existence can be diagnosed with
> strace... I added myself to the "video" group and everything is happy now.
>
> I have
On Fri, 11 Mar 2011 14:45:29 -0700
Jonathan Corbet wrote:
> Something tells me that this difference probably has some bearing on my
> little problem.
Found it. The root cause is that I was unable to open /dev/dri/card0. In
the end, every system management problem in existence can be diagnosed