Custom Query (1145 matches)
Results (181 - 183 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#654 | wontfix | New users logging into Lucid don't get "Athena Mail" in panel | jdreed | |
Description |
When I log into a Lucid machine with a clean account, I don't get "Athena Mail" in the panel. I do get a "Set Up Mail..." menu item in the mail icon next to the date. When I select it, it just launches Evolution (presumably because we pre-configure it). When I view the menu a subsequent time, it now says "Mail" in its place. This sometimes appears to persist across login sessions, and sometimes it doesn't. This is minor, but we should figure out what triggers this and how to make it not suck. |
|||
#655 | wontfix | remote syslog includes hostname twice | jweiss | |
Description |
remote syslogs collected from some machines (such as cvp and zulu) include the hostname twice in the message. I've just taught our syslog parsing code to work around it, but can't guarantee that other reports won't be affected. |
|||
#670 | wontfix | CUPS 1.3 clients can't get queue state from CUPS 1.4 servers | geofft | |
Description |
This is a continuation of ticket #652, which we worked around locally by detecting pre-1.4 clients and falling back to an implementation of RFC-1179 lpq in five lines of Python. We've opened ticket #3619 in CUPS' bugtracker about this issue. They recommended trying a newer version of the 1.3.x branch, but that did not work for me. We should track down what's different between the lpq implementations in 1.3 and 1.4. I'll note that although lpstat seemed to work for Jon, it does not for me (on Linerva, with cups-bsd 1.3.8-1+lenny8). Perhaps something is wrong with my syntax, but... dr-wily:~ geofft$ lpstat -h get-print acantha lpstat: No printer-uri in request! dr-wily:~ geofft$ lpstat -h get-print -p acantha printer acantha now printing acantha-0. enabled since Sat 14 Aug 2010 04:01:44 PM EDT Connecting to printer... contents-vnder-pressvre:~ geofft$ lpstat -h get-print acantha w84prt-451473 [...] 12972032 Fri 13 Aug 2010 04:27:50 PM EDT w84prt-451474 [...] 12958720 Fri 13 Aug 2010 04:27:58 PM EDT w84prt-451475 [...] 17232896 Fri 13 Aug 2010 04:28:05 PM EDT acantha-451500 [...] 997376 Fri 13 Aug 2010 05:31:04 PM EDT contents-vnder-pressvre:~ geofft$ lpstat -h get-print -p acantha printer acantha now printing acantha-0. enabled since Sat 14 Aug 2010 04:01:44 PM EDT Connecting to printer... (cvp has cups-bsd 1.4.3-1ubuntu1.2.) Should I expect something after "Connecting to printer..."? |