[Bug 439268] Re: Logging is quite broken

2009-10-16 Thread Cody Russell
** Changed in: xsplash Status: Fix Committed => Fix Released -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 439268] Re: Logging is quite broken

2009-10-15 Thread Launchpad Bug Tracker
This bug was fixed in the package xsplash - 0.8.4-0ubuntu1 --- xsplash (0.8.4-0ubuntu1) karmic; urgency=low * New upstream version - Fix resolution setting to match desktop session after gdm (LP: #413348) - Fix top panel appearing above over xsplash (LP: #447084) - Fix b

[Bug 439268] Re: Logging is quite broken

2009-10-15 Thread Ken VanDine
Packaging is pushed to lp:~ubuntu-desktop/xsplash/ubuntu -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://

[Bug 439268] Re: Logging is quite broken

2009-10-15 Thread Ken VanDine
** Changed in: xsplash (Ubuntu) Status: Fix Released => In Progress ** Changed in: xsplash (Ubuntu) Assignee: Cody Russell (bratsche) => Ken VanDine (ken-vandine) -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a me

[Bug 439268] Re: Logging is quite broken

2009-10-13 Thread Cody Russell
I realized that wouldn't actually work since it always runs as user 'gdm'. :) Anyway, just pushed revno 85 to bzr. It will now create xsplash- user.log or xsplash-gdm.log -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a membe

[Bug 439268] Re: Logging is quite broken

2009-10-13 Thread Launchpad Bug Tracker
** Branch linked: lp:xsplash -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/lis

[Bug 439268] Re: Logging is quite broken

2009-10-12 Thread Cody Russell
** Branch linked: lp:~bratsche/xsplash/two-log-files-and-a-microphone -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Cody Russell
Actually, I could do it even before parsing command line parameters if I name it "xsplash-%s.log" with pwd->pw_name. -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

Re: [Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Robert Collins
On Sun, 2009-10-11 at 21:33 +, Cody Russell wrote: > I think I overlooked Loïc's original suggestion to append the log. That > would be easy enough to do as well. I don't have a preference, I'll > implement whichever solution you guys think is best. I've got no preference; as long as we can

[Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Loïc Minier
@Rob: I was suggesting keeping the truncation for the first xsplash and using append for the second, the log wouldn't grow very long since it would clear at each boot. @Cody: I like xsplash-gdm.log + xsplash-session.log and don't think it's a big deal if we don't have logging until parsing cmdline

[Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Cody Russell
I think I overlooked Loïc's original suggestion to append the log. That would be easy enough to do as well. I don't have a preference, I'll implement whichever solution you guys think is best. -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification b

[Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Cody Russell
I haven't actually merged that into master yet. I was thinking to instead write xsplash-gdm.log or xsplash-session.log, but doing it that way would require parsing command-line parameters before determining what the log filename is. -- Logging is quite broken https://bugs.launchpad.net/bugs/4392

Re: [Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Robert Collins
On Sun, 2009-10-11 at 20:42 +, Loïc Minier wrote: > How are the logs cleaned up? > > I only see a xsplash.log right now; my original suggestion was to have > the second xsplash append to the log and both xsplash log lines with > their pid in them. They aren't cleaned up at the moment; we prob

[Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Loïc Minier
How are the logs cleaned up? I only see a xsplash.log right now; my original suggestion was to have the second xsplash append to the log and both xsplash log lines with their pid in them. -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because

Re: [Bug 439268] Re: Logging is quite broken

2009-10-11 Thread Robert Collins
On Sat, 2009-10-10 at 13:39 +, Loïc Minier wrote: > I only see a single "Started" log in gdm/xsplash.log but I understand > two xsplash are started during boot; where's the other log? We changed the upstream code to log to xsplash-PID.log, IIRC. This makes it easy to cross reference bootchart

[Bug 439268] Re: Logging is quite broken

2009-10-10 Thread Loïc Minier
I only see a single "Started" log in gdm/xsplash.log but I understand two xsplash are started during boot; where's the other log? -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 439268] Re: Logging is quite broken

2009-10-10 Thread Cody Russell
Fair enough. I'm going to close this since it appears to be fixed. Thanks. ** Changed in: xsplash (Ubuntu) Status: Triaged => Fix Released -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 439268] Re: Logging is quite broken

2009-10-09 Thread Loïc Minier
I didn't checked whether fixed or not; I only reopened based on the erroneous closing in the changelog entry -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 439268] Re: Logging is quite broken

2009-10-09 Thread Cody Russell
It seems to be fixed though. Are you sure it's not? -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://list

[Bug 439268] Re: Logging is quite broken

2009-10-09 Thread Loïc Minier
This bug is about logging being broken, not setgid: - setgid fixes (LP: #439268) ** Changed in: xsplash (Ubuntu) Status: Fix Released => Triaged -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bug

[Bug 439268] Re: Logging is quite broken

2009-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package xsplash - 0.8.3-0ubuntu1 --- xsplash (0.8.3-0ubuntu1) karmic; urgency=low * New upstream version (LP: #446658) - watch for monitors-changed signal (LP: #413348) - set a blank cursor on the cow foreign window (LP: #432179) - setgid fixes

[Bug 439268] Re: Logging is quite broken

2009-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/xsplash/ubuntu -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists

[Bug 439268] Re: Logging is quite broken

2009-10-05 Thread Cody Russell
** Changed in: xsplash (Ubuntu) Status: In Progress => Fix Committed ** Also affects: xsplash Importance: Undecided Status: New ** Changed in: xsplash Importance: Undecided => Medium ** Changed in: xsplash Assignee: (unassigned) => Cody Russell (bratsche) ** Changed in:

[Bug 439268] Re: Logging is quite broken

2009-10-02 Thread Cody Russell
** Branch linked: lp:~bratsche/xsplash/setgid ** Changed in: xsplash (Ubuntu) Status: Triaged => In Progress -- Logging is quite broken https://bugs.launchpad.net/bugs/439268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 439268] Re: Logging is quite broken

2009-09-30 Thread David Barth
** Changed in: xsplash (Ubuntu) Assignee: (unassigned) => Cody Russell (bratsche) ** Changed in: xsplash (Ubuntu) Importance: Undecided => Medium ** Changed in: xsplash (Ubuntu) Status: New => Triaged ** Changed in: xsplash (Ubuntu) Milestone: None => ubuntu-9.10 -- Logging

[Bug 439268] Re: Logging is quite broken

2009-09-30 Thread Loïc Minier
** Attachment added: "strace from xsplash as run from gdm init script" http://launchpadlibrarian.net/32743312/gdm-xsplash.strace ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32743313/Dependencies.txt -- Logging is quite broken https://bugs.launchpad.net/bugs/43926