lightdm writes continously to stdout/stderr

Bug #884239 reported by James Hunt
34
This bug affects 5 people
Affects Status Importance Assigned to Milestone
lightdm (Ubuntu)
Fix Released
Low
Unassigned
Nominated for Oneiric by Steve Beattie

Bug Description

The soon-to-be introduced Upstart feature that allows job output to be logged has shown that lightdm is outputting a lot of data to stdout/stderr.

/etc/init/lightdm.conf currently just execs lightdm so a quick fix is to run instead:

  exec lightdm >/dev/null 2>&1

However, maybe lightdm should not be outputting such data by default?

Example of data:

[+23.49s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.896875 fps)
[+23.89s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.904717 fps)
[+24.70s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.941346 fps)
[+25.10s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.899814 fps)
[+25.90s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.936012 fps)
[+26.30s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.900500 fps)
[+27.10s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.881716 fps)
[+27.50s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.915323 fps)
[+28.30s] DEBUG: user-list.vala:1204: Drew 1 frames in 0.1 seconds (9.929698 fps)

Revision history for this message
Robert Ancell (robert-ancell) wrote :

This is a side-effect of the greeter output not being redirected to the correct log file. It should be fixed in the version going through SRU at the moment.

Changed in lightdm (Ubuntu):
status: New → Triaged
importance: Undecided → Low
Changed in lightdm (Ubuntu):
status: Triaged → Fix Committed
Changed in lightdm (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Steve Beattie (sbeattie) wrote :

Hi Robert,

I'm still seeing this in oneiric with the current version in oneiric-proposed, 1.0.6-0ubuntu1.3. What particular version were you thinking it would be fixed in?

Thanks.

Revision history for this message
Steve Beattie (sbeattie) wrote :

Actually, to clarify, I'm seeing this fill up the log file /var/log/lightdm/x-0-greeter.log.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.