Re: Odd message during -current boot

1999-05-03 Thread Warner Losh
In message "Steven P. Donegan" writes: : And, it happens even if the bt device driver is not configured into the : kernel... Do you have the aha or adv driver in the kernel, or configured into the kernel? The last time I did a grep on sys for haveseen_isadev, it only showed up in adv. My tree

Re: Odd message during -current boot

1999-05-03 Thread Warner Losh
In message Doug Rabson writes: : Its fairly harmless. We don't really support the old haveseen_isadev() api : and its a reminder to convert any old drivers which use it. I might deal : with it this weekend since I have some time. I'm going to finish importing : gdb-4.18 first though. There are 3

Re: ep0 *UTP*

1999-05-03 Thread Mark Murray
Warner Losh wrote: > In message Dag-Erling Smorgrav writes: > : Anybody using a 3c509 and expecting it to work reliably should be > : taken out and shot in the back of the head. > > But what about a 3C589D? The ep driver supports them as well :-) Or a 3C589E (AKA a 3CCE589ET)? M -- Mark Murray

Re: Any action on PR 10570 ? getting closer to 65K :-(

1999-05-03 Thread Warner Losh
In message John Polstra writes: : Sheesh. Make it a bloody long then so you'll get 64 bits on the : Alpha. And then go fix all the printf format mismatches. : : Or, pull you head out of that dark fantasyland and realize that (a) a : 32-bit counter is not a problem in any realistic sense, and (b

Re: ep0 *UTP*

1999-05-03 Thread Warner Losh
In message Dag-Erling Smorgrav writes: : Anybody using a 3c509 and expecting it to work reliably should be : taken out and shot in the back of the head. But what about a 3C589D? The ep driver supports them as well :-) Warner To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe

pcm sound

1999-05-03 Thread Anthony Kimball
I poked at the pcm sound driver a bit, and it appears that sys/i386/isa/isa_dma.c:isa_dmastatus is returning 65280 (== snd_dmabuf bufsize == 0xff00) when there is no dma pending, which kinda blows the mind of sys/i386/isa/snd/dmabuf.c:dsp_wr_dmaupdate (which is easily confused). This breaks pcm a

Re: bridge+dummynet + "sysctl -a" panics in -current

1999-05-03 Thread Luigi Rizzo
> ok, egg in my face, that's not it i guess. What about patching rc.network > to allow early setup of bridge though? i have no objections, the thing is i dont run current or even stable so i can't completely check changes if i do the patch myself, and i'd rather not break things so close to a rel

Re: Silo overflows and MAME can someone else reproduce this problem??

1999-05-03 Thread Matthew Thyer
The sio driver seems to get into some kind of state where once it starts overflowing there is nothing you can do other than reboot. If you can determine exactly what triggers this on your system and give the list something they can reproduce that would be helpfull. vortexia wrote: > > Im getting

Re: make release & perl version failure

1999-05-03 Thread John W. DeBoskey
t; Mon May 3 20:05:57 EDT 1999 - Creating /pub/FreeBSD/4.0-19990503-SNAP ---> Mon May 3 20:18:21 EDT 1999 - build of 4.0-19990503-SNAP was a success. ---> make world/release ran 365 min 1 sec To keep the releases building this seems like a reasonable fix until a better solution is f

Re: IBM's Via Voice

1999-05-03 Thread Amancio Hasty
Apparently , some linux folks are having the same problem and I think that the issue is that ViaVoice was compiled with RedHat 6.0 so after trying out different linux libraries and having no success over here with ViaVoice sample applications except for audiog I am going to wait till IBM sorts the

Re: Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread Brian Feldman
On Tue, 4 May 1999, Matthew Thyer wrote: > My usermode ppp works fine normally as I can quite happily download > 4 things at once without a single silo overflow (as I did last night) > even when there is lots of disk activity or X11 activity. > > Note this problem is unrelated to newbus as it occ

Re: ppbus causes hangs?

1999-05-03 Thread Louis A. Mamakos
> On Apr 29, 7:41pm, Mike Smith wrote: > } Subject: Re: ppbus causes hangs? > } > } Try setting the flags on the 'ppc' device to 0x40 and _please_ report > } the results. > > I also ran into this problem with a 4/30/1999 version of 3.1-stable > on a Dell Dimension XPS R400. The 0x40 flag fixed

Re: IBM's Via Voice

1999-05-03 Thread Christopher Masto
On Mon, May 03, 1999 at 03:51:21PM -0700, Amancio Hasty wrote: > After playing a little more with ViaVoice, I can't seem to load the sample > binaries the come back with : > > ./hello > ./hello: error in loading shared libraries > /usr/lib/libsmapi.so: undefined symbol: __bzero > > > objdump --d

Re: IBM's Via Voice

1999-05-03 Thread Amancio Hasty
After playing a little more with ViaVoice, I can't seem to load the sample binaries the come back with : ./hello ./hello: error in loading shared libraries /usr/lib/libsmapi.so: undefined symbol: __bzero objdump --dynamic-syms /compat/linux/usr/lib/libsmapi.so | grep bzero DYNAMIC SYMBOL TABLE:

Re: Protocol analyzer

1999-05-03 Thread Jacques Vidrine
I've made a port, which I will commit as soon as I figure out how/if this thing works. Jacques Vidrine / n...@nectar.com / nec...@freebsd.org On 3 May 1999 at 22:33, Jeroen Ruigrok/Asmodai wrote: > On 03-May-99 Chuck Robey wrote: > > If you've EVER used tcpdump, go take a look at this site, I g

RE: Protocol analyzer

1999-05-03 Thread Jeroen Ruigrok/Asmodai
On 03-May-99 Chuck Robey wrote: > If you've EVER used tcpdump, go take a look at this site, I guarantee > it's worth your time: > > http://www.capmedia.fr/mgall/xip/ > > What a GREAT idea! A full graphical tcpdump! Also has some probs compiling... Looking at it... Might be nice to have in the

RE: Protocol analyzer

1999-05-03 Thread Jeroen Ruigrok/Asmodai
On 03-May-99 Chuck Robey wrote: > If you've EVER used tcpdump, go take a look at this site, I guarantee > it's worth your time: > > http://www.capmedia.fr/mgall/xip/ > > What a GREAT idea! A full graphical tcpdump! Damn, another project down the wastebasket =P --- Jeroen Ruigrok van der Werven

Re: make release & perl version failure

1999-05-03 Thread Mark Murray
> * +.if exists(/usr/bin/perl5.00502) > * PERL_VERSION= 5.00502 > * +.endif > * +.if exists(/usr/bin/perl5.00503) > * +PERL_VERSION= 5.00503 > * +.endif : > Eeek. I tought we were not going to do this. ;) Erm, that was before you made life so easy :-) > When are you planning to merge 5.

IBM's Via Voice

1999-05-03 Thread Amancio Hasty
I managed to spent a few more minutes with IBM's Via Voice for linux and it appears to work on my system. The draw back is that I don't have a high quality mic right now with me (will have to dig around in my boxes for one). Pertinent information about my system: 1 FreeBSD 4.0 current as of a

Re: make release & perl version failure

1999-05-03 Thread Satoshi - Ports Wraith - Asami
* From: Mark Murray * Here's a workaround (Satoshi - your comments, please?): * * Index: bsd.port.mk * === * RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v * retrieving revision 1.311 * diff -u -d -r1.311 bsd.port.mk * --- bsd

Re: make release & perl version failure

1999-05-03 Thread Mark Murray
"John W. DeBoskey" wrote: >I don't know if anyone has seen this yet, but from last nights > 'make release' I get the following failure > > touch release.2 > Making docs... > ===> Extracting for docproj-1.0 > >> No MD5 checksum file. > ===> Patching for docproj-1.0 > ===> Configuring fo

Re: Netgraph Was:(Re: traceroute patch)

1999-05-03 Thread Johan Granlund
On Mon, 3 May 1999, Archie Cobbs wrote: > Johan Granlund writes: > > How is it going with netgraph? > > I have looked at the -net archives on and off and it's very quit. > > Is it still going to be committed? > > Netgraph is doing well.. several people have tried it and/or are using it. > One g

Re: Netgraph Was:(Re: traceroute patch)

1999-05-03 Thread Archie Cobbs
Johan Granlund writes: > How is it going with netgraph? > I have looked at the -net archives on and off and it's very quit. > Is it still going to be committed? Netgraph is doing well.. several people have tried it and/or are using it. One guy in Finland has reimplemented the whole concept in Java

Protocol analyzer

1999-05-03 Thread Chuck Robey
If you've EVER used tcpdump, go take a look at this site, I guarantee it's worth your time: http://www.capmedia.fr/mgall/xip/ What a GREAT idea! A full graphical tcpdump! +--- Chuck Robey | Interests include

Netgraph Was:(Re: traceroute patch)

1999-05-03 Thread Johan Granlund
On Mon, 3 May 1999, Archie Cobbs wrote: > I have this patch for traceroute that adds the ability to send [snip] How is it going with netgraph? I have looked at the -net archives on and off and it's very quit. Is it still going to be committed? /Johan > > -Archie > > _

Re: bridge+dummynet + "sysctl -a" panics in -current

1999-05-03 Thread Alfred Perlstein
On Mon, 3 May 1999, Luigi Rizzo wrote: > > a box with de and xl interfaces plus BRIDGE and DUMMYNET compiled in, > > doing a "sysctl -a" will panic the box. (currproc == sysctl) > > if you think the panic is bridge-related, can you try manually the > net.link.ether.bridge* sysctl -- if they do n

Make world failing in perl

1999-05-03 Thread FreeBSD mailing list
Due to a failed world build which rendered sendmail unable to bind to a socket, which resulted in my being apparently unsubscribed, and the fact that the mailing list indexes aren't updated for a period of days, I'm unable to to check the archives regarding this problem. Perl is failing due to so

traceroute patch

1999-05-03 Thread Archie Cobbs
I have this patch for traceroute that adds the ability to send packets with an arbitrary IP protocol number, instead of just TCP and UDP. This is mainly useful to see if some router between points A and B is blocking packets based on IP protocol number. I sent it to "tracero...@ee.lbl.gov" but got

make release & perl version failure

1999-05-03 Thread John W. DeBoskey
Hi, I don't know if anyone has seen this yet, but from last nights 'make release' I get the following failure touch release.2 Making docs... ===> Extracting for docproj-1.0 >> No MD5 checksum file. ===> Patching for docproj-1.0 ===> Configuring for docproj-1.0 ===> Installing for docp

Re: default route not set up??

1999-05-03 Thread Rodney W. Grimes
> Hi, > There are two things going on with the route setup. > > if [ "x$defaultrouter" != "xNO" ] ; then > static_routes="default ${static_routes}" > route_default="default ${defaultrouter}" > fi > > > 1) since route_default is never used, it should be del

Re[2]: Our routed - Vern says it's old and buggy.

1999-05-03 Thread Joe McGuckin
It's 'open' as in an "open specifiaction". The algorithm was openly published - unlike some other competing routing protocols. Joe Johan Granlund wrote: > > > On Wed, 28 Apr 1999, Chuck Robey wrote: > > > On Wed, 28 Apr 1999, Matthew Dillon wrote: > > > > > > > > :Matthew Dillon writes:

Re: Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread vortexia
Im getting continous overflows on sio0 after I shutdown X no matter what I do, even when there is NOTHING else running, the moment I shutdown X and I move my mouse I get tons of overflows. I have no pppd running at all and no moused, any ideas? Cheers Andrew On Tue, 4 May 1999, Matthew Thyer wr

Re: Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread Matthew Thyer
My usermode ppp works fine normally as I can quite happily download 4 things at once without a single silo overflow (as I did last night) even when there is lots of disk activity or X11 activity. Note this problem is unrelated to newbus as it occurs both before and after those commits. Matthew Th

Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread Matthew Thyer
This problem is easily reproducible. However to do so, you need a ROM image for an arcade game that the Multi Arcade Machine Emulator emulates as it wont do it without any roms in the directory "/usr/local/lib/mame/roms". I am using xmame installed from the ports collection (/usr/ports/emulators/

Re: Q3 test

1999-05-03 Thread Eric Hodel
Kenneth Wayne Culver wrote: > > As we probably all know, Q3 test is out for Linux. I tested it on FreeBSD, > with great results. I just downloaded the correct glide libraries from the > site suggested by Carmac (Q3 programmer) and installed those, and then I > added the appropriate resoulutions to

Re: Jail - any success?

1999-05-03 Thread Poul-Henning Kamp
In message <199905031339.paa20...@kazi.dcse.fee.vutbr.cz>, Rudolf Cejka writes: > >I'm trying to test the new jail feature. It looks it works. But I can't >find, how to setup the network communication. Is there anybody who >successfully took a run of jail virtual serverrs with networking? You need

Jail - any success?

1999-05-03 Thread Rudolf Cejka
I'm trying to test the new jail feature. It looks it works. But I can't find, how to setup the network communication. Is there anybody who successfully took a run of jail virtual serverrs with networking? Thanks for any suggestions. --=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=

Re: Q3 test

1999-05-03 Thread Doug Rabson
On Mon, 3 May 1999, Kenneth Wayne Culver wrote: > As we probably all know, Q3 test is out for Linux. I tested it on FreeBSD, > with great results. I just downloaded the correct glide libraries from the > site suggested by Carmac (Q3 programmer) and installed those, and then I > added the appropria

Re: ata and IRQ sharing (was: panic in nexus_setup_intr+0x13 with new ata driver)

1999-05-03 Thread Stefan Bethke
Soren Schmidt wrote: > It seems Stefan Bethke wrote: >> >> > I'm currently trying to get a Promise Ultra/33 to work with Sørens >> >> > new ata drivers. >> >> >> >> I've delved into the code a bit more. The panic results from >> >> ata_pciattach() not checking whether an IRQ resource could be >>

Re: ata and IRQ sharing (was: panic in nexus_setup_intr+0x13 with new ata driver)

1999-05-03 Thread Soren Schmidt
It seems Stefan Bethke wrote: > >> > I'm currently trying to get a Promise Ultra/33 to work with Sørens new > >> > ata drivers. > >> > >> I've delved into the code a bit more. The panic results from > >> ata_pciattach() not checking whether an IRQ resource could be allocated. > >> > >> Ths seems

Q3 test

1999-05-03 Thread Kenneth Wayne Culver
As we probably all know, Q3 test is out for Linux. I tested it on FreeBSD, with great results. I just downloaded the correct glide libraries from the site suggested by Carmac (Q3 programmer) and installed those, and then I added the appropriate resoulutions to my configuration. Kenneth Culver C

Re: ata and IRQ sharing (was: panic in nexus_setup_intr+0x13 with new ata driver)

1999-05-03 Thread Stefan Bethke
Doug Rabson wrote: > On Sun, 2 May 1999, Stefan Bethke wrote: > >> --On Son, 2. Mai 1999 19:32 Uhr +0200 Stefan Bethke >> wrote: >> >> > I'm currently trying to get a Promise Ultra/33 to work with Sørens new >> > ata drivers. >> >> I've delved into the code a bit more. The panic results from >>

Re: ata and IRQ sharing (was: panic in nexus_setup_intr+0x13 with new ata driver)

1999-05-03 Thread Doug Rabson
On Sun, 2 May 1999, Stefan Bethke wrote: > --On Son, 2. Mai 1999 19:32 Uhr +0200 Stefan Bethke > wrote: > > > I'm currently trying to get a Promise Ultra/33 to work with S?rens new ata > > drivers. > > I've delved into the code a bit more. The panic results from > ata_pciattach() not checking

Re: bridge+dummynet + "sysctl -a" panics in -current

1999-05-03 Thread Luigi Rizzo
> a box with de and xl interfaces plus BRIDGE and DUMMYNET compiled in, > doing a "sysctl -a" will panic the box. (currproc == sysctl) if you think the panic is bridge-related, can you try manually the net.link.ether.bridge* sysctl -- if they do not fail, then the problem could be with the sysctl

Re: Porting Greg Lehey's rawio.c from FreeBSD to Linux...

1999-05-03 Thread John Birrell
Brad Knowles wrote: > On Sat, May 1, 1999, Greg Lehey wrote: > > >I don't really understand why you ask a FreeBSD group about it; it's a > >Linux issue. > > BTW, I asked here in addition to many other places, including the > linux-kernel mailing list, comp.os.linux.misc, and at least one per

Re: Porting Greg Lehey's rawio.c from FreeBSD to Linux...

1999-05-03 Thread Brad Knowles
On Sat, May 1, 1999, Greg Lehey wrote: >I don't really understand why you ask a FreeBSD group about it; it's a >Linux issue. BTW, I asked here in addition to many other places, including the linux-kernel mailing list, comp.os.linux.misc, and at least one person who's got some other Linux ben

Re: ppbus causes hangs?

1999-05-03 Thread Don Lewis
On May 2, 11:58pm, Don Lewis wrote: } Subject: Re: ppbus causes hangs? } On Apr 29, 7:41pm, Mike Smith wrote: } } Subject: Re: ppbus causes hangs? } } } } Try setting the flags on the 'ppc' device to 0x40 and _please_ report } } the results. } } I also ran into this problem with a 4/30/1999 ver

Re: ppbus causes hangs?

1999-05-03 Thread Don Lewis
On Apr 29, 7:41pm, Mike Smith wrote: } Subject: Re: ppbus causes hangs? } } Try setting the flags on the 'ppc' device to 0x40 and _please_ report } the results. I also ran into this problem with a 4/30/1999 version of 3.1-stable on a Dell Dimension XPS R400. The 0x40 flag fixed the problem. B