gdm monitors for $HOME/.face even when IncludeAll is false
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdm |
Fix Released
|
High
|
|||
gdm (Ubuntu) |
Fix Released
|
Low
|
Martin Pitt | ||
Lucid |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: gdm
I'm using kerberized NFS mounts, and the gdm user has no business poking them. Still I get a lot of log spam because gdm can't get a krb5 context. The reason for this is that it adds a monitor for $HOME/.face, but can't get to it:
Feb 8 14:48:46 nexus6 gdm-simple-
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: handling gssd upcall (/var/lib/
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: handle_gssd_upcall: 'mech=krb5 uid=113 '
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: handling krb5 upcall (/var/lib/
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: process_
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: getting credentials for client with uid 113 for server foo.hut.fi
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: CC file '/tmp/krb5cc_0' being considered, with preferred realm 'REALM'
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: CC file '/tmp/krb5cc_0' owned by 0, not 113
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: WARNING: Failed to create krb5 context for user with uid 113 for server foo.hut.fi
Feb 8 14:48:46 nexus6 rpc.gssd[3602]: doing error downcall
I don't think it should do that when IncludeAll is false, ie. it shouldn't list previous users at all in that case (note that it doesn't help even if I remove /var/cache/gdm/ contents..).
Changed in gdm (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in gdm: | |
status: | Unknown → Fix Released |
Changed in gdm (Ubuntu Lucid): | |
assignee: | Martin Pitt (pitti) → Sebastien Bacher (seb128) |
Changed in gdm: | |
importance: | Unknown → High |
Changed in gdm (Ubuntu Lucid): | |
assignee: | Sebastien Bacher (seb128) → nobody |
the bug has been fixed upstream now