[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Chad Miller
I can't seem to open/Confirm this for Natty only.

I suspect it's the same problem, for 2.32.0-0ubuntu1 in Natty.

** Changed in: gdm (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  gdm 2.26 criteria for which users shown in greeter list are bad

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Chad Miller
My /etc/gdm/custom.conf is empty, aside from section headers and EOF

[greeter]

DefaultFace=

GlobalFaceDir=/usr/share/pixmaps/
EOF


My gdm.conf.dpkg-bak has MinimalUID=1000 in it's [greeter] section, FWIW.

Daemon users showing up are rabbitmq (uid 133) and couchdb (uid 127).

** Attachment added: IMG_20101210_093904.jpg
   
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/395281/+attachment/1761844/+files/IMG_20101210_093904.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  gdm 2.26 criteria for which users shown in greeter list are bad

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Chad Miller
$ ck-history --frequent
cmiller  279
rabbitmq 60
nobody   55
maryelle 34
gdm  33
couchdb  27
guest3
root 1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  gdm 2.26 criteria for which users shown in greeter list are bad

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Martin Pitt
This is really a bug in the libpam-ck-connector PAM integration. It shouldn't 
be in common-session, but in /etc/pam.d/login only.
/usr/share/pam-configs/consolekit already says Session-Interactive-Only: yes, 
so pam-auth-update shoudln't put it in common-session in the first place (as 
this is also called for cron and the like)?

If pam-auth-update can't put stuff into /etc/pam.d/login, then we need
to work around this in consolekit itself and filter out system users.

** Package changed: kerneloops (Ubuntu) = consolekit (Ubuntu)

** Changed in: consolekit (Ubuntu)
   Status: Invalid = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  pam_ck_connector.so is called for non-login sessions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Martin Pitt
Let's not continue to hack around this in gdm any more, it's just wrong,
and a waste of IO, cycles, and power to always run consolekit on every
cron or at session.

** Changed in: consolekit (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: consolekit (Ubuntu)
   Status: Won't Fix = Triaged

** Changed in: gdm (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: consolekit (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: gdm (Ubuntu)
 Assignee: Martin Pitt (pitti) = (unassigned)

** Summary changed:

- gdm 2.26 criteria for which users shown in greeter list are bad
+ pam_ck_connector.so is called for non-login sessions

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  pam_ck_connector.so is called for non-login sessions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Steve Langasek
8On Fri, Dec 10, 2010 at 03:27:36PM -, Martin Pitt wrote:
 This is really a bug in the libpam-ck-connector PAM integration. It shouldn't 
 be in common-session, but in /etc/pam.d/login only.
 /usr/share/pam-configs/consolekit already says Session-Interactive-Only:
 yes, so pam-auth-update shoudln't put it in common-session in the first
 place (as this is also called for cron and the like)?

No, common-session is the file for interactive services; noninteractive
services need to include common-session-noninteractive instead of
common-session, and any noninteractive service that is including
common-session is buggy.

 If pam-auth-update can't put stuff into /etc/pam.d/login

It does not, no.  But that should be immaterial; if these extra entries are
coming from cron, that was fixed in karmic.

OTOH, if they're coming from an init script that's calling 'su', that's a
buggy init script; init scripts should use start-stop-daemon, not su.

Maybe login is the *only* service that pam_ck_connector should be applied
to for other reasons because the distinction between login and non-login
*interactive* sessions matters, but I don't think ck-history should be a
reason for that.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  pam_ck_connector.so is called for non-login sessions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-07 Thread Bug Watch Updater
** Changed in: gdm
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.
https://bugs.launchpad.net/bugs/395281

Title:
  gdm 2.26 criteria for which users shown in greeter list are bad

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-09-15 Thread Bug Watch Updater
** Changed in: gdm
   Importance: Unknown = Low

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gdm

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-10-31 Thread Id2ndR
I'm not sure to understand correctly of the information above so here is
my question : is it possible to customise the user that should not be
shown in karmic without changing their uid to a value lower than 1000 ?

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-10-31 Thread Id2ndR
I think I have the answer : this is the following debian bug
http://debathena.mit.edu/trac/ticket/429

** Bug watch added: debathena.mit.edu/trac/ #429
   http://debathena.mit.edu/trac/ticket/429

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-06 Thread Martin Pitt
** Changed in: gdm (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Martin Pitt (pitti)

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-06 Thread Martin Pitt
** Changed in: gdm (Ubuntu)
   Status: Triaged = Fix Committed

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gdm/ubuntu

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.26.1-0ubuntu3

---
gdm (2.26.1-0ubuntu3) karmic; urgency=low

  * Add 03_hide_system_users.patch: Do not show system users in the frequent
users list. (LP: #395281)
  * debian/rules: Call dh_installinit with --no-scripts, to avoid restarting
gdm (and killing your X session) during upgrade. The prerm/postinst
scripts already have code to reload gdm if appropriate. Unfortunately this
doesn't help to fix the upgrade from 0ubuntu2, its prerm already kills it.
(LP: #395302) This also fixes the locks session and spawns a second X
server issue on upgrades from Jaunty. (LP: #395313)
  * Drop 16_correct_customconf_naming.patch: Upstream uses
and installs /etc/gdm/custom.conf, so gdm also needs to read this. Add
debian/gdm.preinst to migrate the old name to the new name on upgrades.
(LP: #395861)
  * 02_dont_force_us_keyboard.patch: Don't return NULL in
get_default_layout(), but return an empty string and explicitly check this
when setting $GDM_KEYBOARD_LAYOUT. With NULL, gdm trips over an assertion
check. (LP: #395595)

 -- Martin Pitt martin.p...@ubuntu.com   Mon, 06 Jul 2009 16:04:25
+0200

** Changed in: gdm (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread Max Bowsher
** Summary changed:

- kernoops user is listed as real user in gdm 2.26.x
+ gdm 2.26 criteria for which users shown in greeter list are bad

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread James Westby
gdm uses ck-history to find recent users that had ck sessions. We currently
end up with ck sessions for some system users, so they can appear here, which
should probably be fixed independently.

gdm then parses this and removes some users based on a hard-coded exclude
list, which doesn't include a lot of system users.

It also filters users based on a minimum UID that is lower than the min UID
for non-system users, so if someone has a lot of system users they will show
up based on that.

Suggested fix:

  * Increase the min UID
  * As users from /etc/passwd are excluded by the checks before the exclude
 check, add them to the exclude hash so that they don't enter the list via
 ck.

Thanks,

James

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread James Westby
Also, the ck-history code could not add users, but just update the frequency of
existing users, avoiding this in that manner as well.

Thanks,

James

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread James Westby
** Bug watch added: GNOME Bug Tracker #587708
   http://bugzilla.gnome.org/show_bug.cgi?id=587708

** Also affects: gdm via
   http://bugzilla.gnome.org/show_bug.cgi?id=587708
   Importance: Unknown
   Status: Unknown

** Changed in: gdm (Ubuntu)
   Importance: Undecided = Low

** Changed in: gdm (Ubuntu)
   Status: New = Triaged

** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread Max Bowsher
It appears that the reason I saw no users was because some consolekit
related thing was taking lots of time to process, blocking the list
population. On a second boot, the list initially appeared unpopulated,
but was populated with relevant users after about 5 seconds. (Point of
interest: ck-history was still running and consuming lots of CPU for
several seconds *after* login.)

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2009-07-03 Thread Bug Watch Updater
** Changed in: gdm
   Status: Unknown = New

-- 
gdm 2.26 criteria for which users shown in greeter list are bad
https://bugs.launchpad.net/bugs/395281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs