Re: Assembler capable of supporting 3dnow!

1999-07-31 Thread Doug Rabson
On Sun, 1 Aug 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote: > I'm messing around with the latest mesa and have discovered (suprise)that our > assembler doesn't support 3dnow instructions. Are there any plans to update to > a version of binutils that does? Linux's stuff appears

Assembler capable of supporting 3dnow!

1999-07-31 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I'm messing around with the latest mesa and have discovered (suprise)that our assembler doesn't support 3dnow instructions. Are there any plans to update to a version of binutils that does? Linux's stuff appears to support it. Stephen -- The views expressed above are not those of PG

Recent -CURRENT doesn't show process times on some hardware

1999-07-31 Thread Greg Lehey
For about a week now, I've been tracking -CURRENT on two machines, panic and mojave, building world almost daily. On mojave, a number of process timing functions have not been working at all during this time, though panic has no problems. For example: $ cat loop.c main () { while (1)

Sitting inside, looking out...

1999-07-31 Thread Poul-Henning Kamp
We have repeatedly heard that -core's communication with the developers leaves something to be desired, so I'll venture this attempt at improving it. This email is NOT a official statement from core, it is MY PERSONAL attempt, as a core member, at improving communication between core and the de

Re: RE: network got stuck during high nfs-load

1999-07-31 Thread Matthew Dillon
The way I usually handle pseudo users via sendmail is to route them via a dummy subdomain. So, for example, my main server is 'apollo.backplane.com'. I route mail destined for 'pop.apollo.backplane.com' to my special pop mail backend. My /etc/aliases and other forwarding

RE: network got stuck during high nfs-load

1999-07-31 Thread tcobb
I'm now getting a similar thing with the latest -STABLE build. NFS isn't involved, but this is on a heavily used webserver. NIC is a 3COM 3C905b. Ifconfig up and down works for about 5 packets, that's it. netstat was showing either errors inbound, or absolutely nothing. This happens about once

network got stuck during high nfs-load

1999-07-31 Thread Martin Blapp
Hi driver gurus, Today I had heavy NFS-load on my CURRENT-SMP machine while compiling world. Suddenly all NFS-Clients stopped working. I was't able to ping the server from inside my /29 subnet, same with ping the others from the server itself. I changed cables, plugged them in and out, did so

Re: kldload (module parameters ??)

1999-07-31 Thread Daniel C. Sobral
Nicolai Petri wrote: > > Would it be possible and wise to implement a way to pass parameters to > modules when they are loaded ?? Like "kldload if_olp -recv_debug" ? This message might be over two months old, but hey... :-) Modules can receive parameters when loaded through loader(8). It would

Re: Panic plus advice needed

1999-07-31 Thread Jeroen Ruigrok/Asmodai
* Greg Lehey ([EMAIL PROTECTED]) [990731 03:50]: > On Saturday, 31 July 1999 at 0:19:27 +0200, Jeroen Ruigrok/Asmodai wrote: > > * Greg Lehey ([EMAIL PROTECTED]) [990730 11:23]: > >> On Friday, 30 July 1999 at 8:45:32 +0200, Jeroen Ruigrok/Asmodai wrote: > >> The first thing you should do with

Re: Library question/challenge

1999-07-31 Thread Jeroen Ruigrok/Asmodai
* John Polstra ([EMAIL PROTECTED]) [990731 09:28]: > Jeroen Ruigrok/Asmodai wrote: > > * John Polstra ([EMAIL PROTECTED]) [990729 18:49]: > >> > >> Right. So the problem must be that you have LD_LIBRARY_PATH set. > > > > Yes I have, but this hasn't been a problem for the last 5-6 months. > > In