pcic problem in CURRENT

2000-04-10 Thread vova
I've got pcic problem in CURRENT: On the same hardware 3.4 and 4.0 sees pcic0 on 0x3e2, but with CURRENT kernel don't see it and don't say anything about pcic when booted with -v But when I've changed ioaddr of pcic controler to 0x3e0 all begins work. what was changed in driver ? -- TSB

Re: SBlive driver

2000-04-10 Thread Otter
Doug Barton wrote: Cameron Grant wrote: cg 2000/04/01 23:41:21 PST Added files: sys/dev/sound/pciemu10k1.c emu10k1.h Log: unfinished sblive driver, playback/mixer only for now - not enabled in conf/files i don't seem to be clearing the cache right

Re: SBlive driver

2000-04-10 Thread Doug Barton
Otter wrote: Maybe you should try another audio app. I plan to do that when I have time to handle a system that might reboot spontaneously. However I figured Cameron (et al) would want to know about the rebooting problem with esound (at least for me). Doug -- Excess on occasion is

Re: Integrating QMAIL in the world

2000-04-10 Thread Brad Knowles
At 2:44 PM -0400 2000/4/9, Patrick Bihan-Faou wrote: The advantage would be that we can have a fairly decent qmail configuration using the standard make world feature. Is there any interest in that kind of work ? Considering the number of qmail-specific pieces that need to be

Re: Integrating QMAIL in the world

2000-04-10 Thread Brad Knowles
At 5:40 PM -0400 2000/4/9, Patrick Bihan-Faou wrote: Then people that are running a mail server could install either the Sendmail, Postfix, Qmail, Zmail, etc... MTA ports. Sounds like a great idea. The reason why I am doing this is because I DONT want sendmail. The solution that is

Re: SBlive driver

2000-04-10 Thread Kent Hauser
Doug, On my -CURRENT system (from last week), I also found that the SBlive driver caused spontaneous reset -- no panic, no dump, just reset. I was using "realaudio7" as my audio source. Kent To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

world build fails - somewhere in netgraph stuff

2000-04-10 Thread Christoph Kukulies
=== sys/modules/netgraph/mppc @ - /usr/src/sys machine - /usr/src/sys/i386/include touch opt_netgraph.h echo "#define NETGRAPH_MPPC_ENCRYPTION 1" opt_netgraph.h make: don't know how to make rc4.c. Stop *** Error code 2 Stop in /usr/src/sys/modules/netgraph. *** Error code 1 -- Chris Christoph

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Matthew Dillon
: (No, this fix alone isn't enough to do an oracle install, it's just too : grungy a beast). : :In 1999Q2 I did an install of Oracle8i, which failed due to an installer :problem, IIRC. I only modified 1 script to overcome the shell execution :problem. You are using Blackdown JDK, are you?

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Marcel Moolenaar
Matthew Dillon wrote: Basically I had to take the linux_base port, and then chroot into /usr/compat/linux and install the rpm's for most of redhat, including the compiler environment, and the ld.so and ldd piece from slackware (because redhat's is broken under emulation).

Re: Problems with 4.0 installworld (fwd)

2000-04-10 Thread Kris Kennaway
The minimal-action solution to this bug is to run 'make includes' prior to doing the "Installing everything" section of reinstall: in Makefile.inc1 - but there may be a better way. Can anyone think of one? Kris In God we Trust -- all others must submit an X.509 certificate. -- Charles

Re: pcic problem in CURRENT

2000-04-10 Thread Warner Losh
In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : On the same hardware : 3.4 and 4.0 sees pcic0 on 0x3e2, but with CURRENT kernel don't see it : and don't say anything about pcic when booted with -v : : But when I've changed ioaddr of pcic controler to 0x3e0 all begins work. : what was

Re: Overwhelming messages from /sys/netinet/if_ether.c

2000-04-10 Thread Stephan van Beerschoten
On Fri, 07 Apr 2000, Donn Miller wrote: Since I started using a cable modem and dhclient, my system has been literally overwhelmed with messages like: /kernel: arp: xx:xx:xx:xx:xx:xx is using my IP address 0.0.0.0! I have these same warnings all over my syslog in minute-wise intervals when

Netscape 6 Linux pre-release, got it going.

2000-04-10 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
It needed the libjpeg libgtk rpms from the RedHat 6.1 CD (perhaps these could be added to Linux_base?) and a whole lot of memory, but otherwise wasn't too bad. Rather slow in some circumstances, but I hope that's owing to a bunch of debug code being in place. Stephen -- The views

Re: SBlive driver

2000-04-10 Thread Martin Minkus
On Mon, 10 Apr 2000, Kent Hauser wrote: Doug, On my -CURRENT system (from last week), I also found that the SBlive driver caused spontaneous reset -- no panic, no dump, just reset. I was using "realaudio7" as my audio source. Kent I moved the SB Live driver from 5.0 into 4.0, and am

Re: cvs commit: src/sys/netgraph ng_parse.c ng_parse.h

2000-04-10 Thread Amancio Hasty
Curious, do you have a write up on netgraph? Tnks -- Amancio Hasty [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cvs commit: src/sys/netgraph ng_parse.c ng_parse.h

2000-04-10 Thread Julian Elischer
check the feb (or was it march?) daemonnews for a very good writeup. The only thing wrong is it doesn't mention the ppp node. Julian On Mon, 10 Apr 2000, Amancio Hasty wrote: Curious, do you have a write up on netgraph? Tnks -- Amancio Hasty [EMAIL PROTECTED] To

panic: vm_map_entry_create: kernel resources exhausted

2000-04-10 Thread Robert Watson
5.0-CURRENT -- was doing a make buildworld -j 2. Sadly, I don't know what exact date the source was from, as I had just cvsup'd and started building, but I expect in the last week and a half. I was running with capabilities patches going, but I wouldn't imagine that it would cause this