Re: FreeBSD 4.3 RELEASE schedule

2001-03-21 Thread David O'Brien
On Tue, Feb 20, 2001 at 10:45:12PM -0800, Jordan Hubbard wrote: > March 20: FreeBSD 4.3-RC (RELEASE CANDIDATE) Jordan, I assume we are now offically in RC mode? And as such this now applies? > I will also categorically state, however, that when I release the RC > this time it will be a def

Re: 3ware problems

2001-03-21 Thread rand
Mike> Er. This is bad; tr_status == 2 means that the command has been Mike> completed; it shouldn't still be on the busy queue. Can you Mike> check to make sure you have the right queue here? Well, it looks like I had the wrong queue before. Blush. At least this time tr_status is 1. Not sure i

Re: 3ware problems

2001-03-21 Thread Mike Tancsa
At 05:20 PM 3/21/2001 -0800, Mike Smith wrote: >This is obviously a really weird case; possibly either an extremely >narrow race, or some very borderline PCI issue. One question I should >have asked, but don't recall whether you answered; are you using an AMD >K7 system by any chance? We've seen

Re: 3ware problems

2001-03-21 Thread rand
Mike> Sorry, the above code is totally bogus; I'm kinda delirious Mike> (feverish) right now. Mike> Try Mike> TAILQ_FOREACH(tr, &sc->twe_busy, tr_link) Yup, that is what I half figured out half guessed at. (Helps to have other code to look through!) Mike> [...] there's a pattern of some sor

Re: Problem with moused or XFree86-4.03

2001-03-21 Thread Peter Radcliffe
Joe Kelsey <[EMAIL PROTECTED]> probably said: > 4.02 of X *broke* the mouse, so I kind of doubt that your were actually > running 4.02. Or maybe sometime in the last month the port changed? I > know that when I upgraded from 4.01 to 4.02 the mouse stuff broke > completely. 4.0.2 is more fussy a

Problem with moused or XFree86-4.03

2001-03-21 Thread Joe Kelsey
John Merryweather Cooper writes: > After installing XFree86-4.03 (XFree86-4.02 had worked just fine), > I found myself with a mouse that would not function under X. The > pointer would appear, but it would be pinned at the top-most scan line > of the monitor--able to move laterally, but not v

Re: 3ware problems

2001-03-21 Thread rand
Mike> If you can add another function like twe_printstate that invokes Mike> twe_print_request on each of the requests on the busy queue and Mike> let me know what they look like, that might give me some clues. Doug> OK, I haven't written the twe_printstate function yet, but I Doug> think I have

Re: ahc - Invalidating pack

2001-03-21 Thread Justin T. Gibbs
>Here is the current output from dmesg, let me know if this is not enough. This looks like the bug I MFCed a fix for this morning. Please CVSup again and resend output if the problem persists. -- Justin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the bod

Re: 3ware problems

2001-03-21 Thread rand
Doug> Mike, thanks for all your help and the time you've invested in Doug> this! What we can do to assist? Mike> Do you have any coding experience? I can't reproduce this here, Mike> but what I want to do is see what the command that's stuck on Mike> the busy queue looks like. Sure, sounds like

Re: buildworld for alternate target

2001-03-21 Thread Chris Faulhaber
On Wed, Mar 21, 2001 at 09:14:00AM -0500, Robin P. Blanchard wrote: > how do i specify an alternate builddir (other than /usr/obj) > so that i might build a separate obj that is optimized for > my 486 (my current build is optimized for 686)? > $ grep "/usr/obj" /usr/src/Makefile.inc1 MAKEOBJDIR

Re: buildworld for alternate target

2001-03-21 Thread James Housley
"Robin P. Blanchard" wrote: > > how do i specify an alternate builddir (other than /usr/obj) > so that i might build a separate obj that is optimized for > my 486 (my current build is optimized for 686)? > One way, if you get no other responses, is this: cd /usr ln -s src src-486 cd /usr/src ;

buildworld for alternate target

2001-03-21 Thread Robin P. Blanchard
how do i specify an alternate builddir (other than /usr/obj) so that i might build a separate obj that is optimized for my 486 (my current build is optimized for 686)? -- Robin P. Blanchard IT Program Specialist Georgia Center for Continuing Ed. fon: 706.542

Buildworld Fails

2001-03-21 Thread Odhiambo Washington
I have failure at the point below after a cvsup today: cc -pg -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../c rypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libssl -DNO_IDEA -DL_ENDIAN - DSHA1_ASM -DBN_ASM -DMD5_ASM -DRMD160_ASM -DNO_IDEA -I/usr/obj/usr/src/i386/usr/

Re: cputype=486

2001-03-21 Thread Larry Rosenman
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010321 07:42]: > > > Well I'm sure the problem has been sorted by now but make world has > finished on my 486 and everything is fine...strip works as expected. > Yes, the problem was the fact that the host system was running CPUTYPE=p3 code. Some places

Re: NFS performance

2001-03-21 Thread Jan Conrad
ok - to sum up a bit.. - for a good LAN, use UDP - use v3 (this is what I thought) - use standard data sizes but still... Our network connection between client and server is going directly over a BaySwitch 450 24T, all interfaces set to 100baseTX, half-duplex. So the LAN is good. We run 4 nfsd'

Re: cputype=486

2001-03-21 Thread andrew
Well I'm sure the problem has been sorted by now but make world has finished on my 486 and everything is fine...strip works as expected. Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: /usr/ports/apache13 & sig11

2001-03-21 Thread andrew
On Tue, 20 Mar 2001, Andrew Tulloch wrote: > I built apache from the ports updated this morning using cvsup and for > some reason everytime I run `apachectl start` httpd Sig 11 core dumps. The What does hostname produce? apache13 seems to require hostname to return a FQHN. To Unsubscribe: s

Re: 4.3-BETA makeworld of current STABLE Fails

2001-03-21 Thread Kris Kennaway
On Tue, Mar 20, 2001 at 10:42:02PM -0800, Dave Tweten wrote: > /usr/src/lib/libmenu/../../contrib/ncurses/menu/m_post.c:218: syntax error > before character 05 > > [lots of warnings and syntax errors deleted for the sake of e-mail bandwidth] Sounds like your source code got corrupted somehow.

Re: ARCH in /etc/make.conf

2001-03-21 Thread Roman Shterenzon
Quoting Kris Kennaway <[EMAIL PROTECTED]>: > On Wed, Mar 21, 2001 at 01:46:41AM +0300, Roman Shterenzon wrote: > > Quoting Kris Kennaway <[EMAIL PROTECTED]>: > > > > > On Sun, Mar 18, 2001 at 12:44:38PM +0200, Roman Shterenzon wrote: > > > > Hi, > > > > I've noticed that for K6-2 -march=k6 is im

Routing/2 Nic Help-please and thanks

2001-03-21 Thread Jeffrey Sewell
My issue; have 2 NICs set with 'External' IPs on different wires(diff hubs), and only one responds to external pings (xl0). xl0 = 161.184.39.164 (works) xl1 = 24.68.217.232 (doesn't respond) I setup DHCP for both interfaces and ifconfig shows that they both get their ips. xl0 listens properly

CTM down since Mar 13

2001-03-21 Thread Thomas Seck
Hi all, it seems that CTM is down since Mar 13. Does anyone know why? -- Regards, Thomas Seck Please excuse the freemail ad below. ___ Alles unter einem Dach: Informationen, Fun, E-Mails. Bei WEB.DE: http://web.de Die

Re: dmesg output

2001-03-21 Thread Noel Koethe
On Tue, 20 Mar 2001, Thomas Moestl wrote: Hello Thomas, > > Why it is here normal on one machine and cutted on the other? > > And why does it work before ( I'm sure in December it doesn't work like > > now )? > > OK, I'll go into details a little more. Not too long ago, a patch was > MFCed that