jimmy <[EMAIL PROTECTED]> writes:

> I don't use Fedora, so you may have to see this info
> is appropriate in your case.  I use a variation of
> Debian.
> 
> crw-rw----  1 root audio    14,   3 2008-04-29 09:38 dsp

This is what you get in F8:

  crw-rw----+ 1 root root 14, 3 2008-04-03 13:18 /dev/dsp

Note the '+' following the dashes. This indicates that ACLs are
involved. These are dynamically maintained by the Consolekit.

  % getfacl /dev/dsp
  # file: dev/dsp
  # owner: root
  # group: root
  user::rw-
  user:gdm:rw-
  user:jv:rw-         <--- dynamically added by consolekit
  group::rw-
  mask::rw-
  other::---

ck-list-sessions shows the sessions:

  Session1:
        uid = '501'
        realname = 'Johan Vromans'
        ...
        active = FALSE
        x11-display = ''
        x11-display-device = ''
        display-device = '/dev/tty1'
        ...
  Session3:
        uid = '501'
        realname = 'Johan Vromans'
        ...
        active = TRUE
        x11-display = ':0'
        x11-display-device = '/dev/tty7'
        display-device = ''
        ...

Session1 is the console login (which is no longer active since it is
superceded by:) Session3 is the X11 login. 

-- Johan

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Timidity-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Reply via email to