Custom Query (1145 matches)
Results (121 - 123 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#167 | wontfix | debathena-lert-server binds only to localhost | broder | |
Description |
debathena-lert-server uses gethostbyname(uname().nodename) as the address to bind to. Unfortunately, on most Ubuntu systems, this works out to being 127.0.1.1 instead of the actual IP address, thanks to Ubuntu's /etc/hosts hacks. More fun, the krb4 code needs the destination address of incoming packets for the encryption of the reply, so we can't simply switch to listening on INADDR_ANY with no other changes. I see two options:
|
|||
#187 | wontfix | daupload errors if you tell it to go on in spite of files missing | broder | |
Description |
daupload tests for missing files, and prompts you for if you want to continue the upload. If you say yes, though, it will error when it hits the first missing files. In my particular case, this resulted in the new source package being uploaded to all releases, but the binary packages for Gutsy, Hardy, and Intrepid weren't uploaded. |
|||
#189 | wontfix | greeter design improvements | geofft | |
Description |
One of the things we keep talking about doing (and recently have started talking about doing later) is improving the background image of the greeter. One big issue is that it's a raster image that stretches to the size of the screen and has artifacts when stretched. It'll probably look a little prettier if we either make a huge image that scales down, and a lot prettier if we replace it with an SVG which will scale nicely. Another concept we've discussed is photographs of MIT. Lots of people have volunteered to take pretty pictures. We should ask them to take pretty pictures. |