Milo source?

2007-02-11 Thread Harmon Seaver
Does anyone know of a milo src package that can be compiled against the 2.6.x kernels? -- Harmon Seaver -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: floor() broken on EV4?

2007-02-11 Thread prescott
On Feb 11 2007, Falk Hueffner wrote: > [EMAIL PROTECTED] writes: > > > In tracking down issues with ganglia/rrdtool, I found that floor() > > is not working properly in testing on my Avanti - it always seems to > > return zero: > > The EV4 FPU cannot round to minus infinity, as glibc's floor wan

Re: [continuing support for] EV4?

2007-02-11 Thread Bill Ricker
--- Marc Zyngier <[EMAIL PROTECTED]> wrote: > As a desktop system, you're probably right. > As a server/appliance, EV4 is powerful enough for > lots of current > tasks. [...] > EV4 is old and slow, yes. It's just not quite dead > yet. So please > don't kill support for EV4. Indeed! What he said.

Re: floor() broken on EV4?

2007-02-11 Thread Marc Zyngier
> "Falk" == Falk Hueffner <[EMAIL PROTECTED]> writes: Falk> BTW, are you really still working with these machines? I was Falk> planning on suggesting to drop EV4 support for lenny, because I Falk> couldn't really imagine anybody still using them with a current Falk> Debian system... As a desk

Re: floor() broken on EV4?

2007-02-11 Thread Tyson Whitehead
On Sun February 11 2007 05:30, Falk Hueffner wrote: > The EV4 FPU cannot round to minus infinity, as glibc's floor wants to > do, so the kernel emulates this. So it's almost certainly a kernel > bug. Can you show the output of this program: As mentioned before on this list, the kernel support for

Re: DHCP doesn't work with 3.1 installation on Alpha

2007-02-11 Thread Steve Langasek
On Fri, Feb 09, 2007 at 07:44:01PM -0800, Josh Meyer wrote: > Everything is fine with etch on a DS10. With sarge on that DS10 and on > another DS10L, the ewa0 interface just turns off as soon as aboot > loads. It's active when running the console. I didn't notice this at > first because I wa

Re: floor() broken on EV4?

2007-02-11 Thread Falk Hueffner
[EMAIL PROTECTED] writes: > In tracking down issues with ganglia/rrdtool, I found that floor() > is not working properly in testing on my Avanti - it always seems to > return zero: > > [EMAIL PROTECTED]:~$ cat junk.c > #include > #include > > int main() > { > double x = 1.1; > > printf("floo