Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 1145)

Ticket Resolution Summary Owner Reporter
#165 wontfix HPET clock is broken on Dell 760 Hardware wdc

Reported by wdc, 15 years ago.

Description

When you boot from older Intrepid media, you see an spew of kernel oops messages. The apparent work-around for this is to power cycle the machine.

A one-line change to print the error message only once is incorporated into the Intrepid update kernel, so this symptom only affects systems lacking the update kernel.

The warning is reporting a fault in the HPET clock which *IS* real. It takes forever for the system to boot up, and logging in takes rather long. The work around is to boot with the option acpi=off.

When you boot Jaunty, even from media as recent as 3/24, you get a blank screen unless you use the boot option acpi=off.

We need to find out where the fault lies and get it fixed.

#167 wontfix debathena-lert-server binds only to localhost broder

Reported by broder, 15 years ago.

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:

  1. Change the code to use recvmsg instead of recvfrom, in which case you can get at the destination address of the incoming packets at the expense of substantially increased complexity. See  http://tinyurl.com/d79x9r for an example of how to do this.
  1. Tear out the krb4 code. The krb5 protocol was introduced in 2002, and it seems pretty unlikely that krb4 clients are still around. It's already nicely conditionalized out so that it'll build on squeeze.
#168 fixed busyd doesn't work rbasch jdreed

Reported by jdreed, 15 years ago.

Description

Debathena machines don't respond to udp/49154 packets correctly.

Querying an Athena 9 machine: $ nc -u w20-575-37 49154 <CR> 1w20-575-37.mit.edui686 C $

Querying an Athena 10 machine: $ nc -u w20-575-37 49154 <CR> (no output) C $

Note: See TracQuery for help on using queries.