Re: sparc64 tinderbox failure

2003-03-30 Thread Dag-Erling Smørgrav
Peter Wemm [EMAIL PROTECTED] writes: Mike Barcroft wrote: stage 4: building everything.. -- === share/man/man9 make: don't know how to make bus_Activate_resource.9. Stop *** Error code 2 This looks like a single bit memory

Re: Unclean sync in current

2003-03-30 Thread David Schultz
Thus spake Kevin Oberman [EMAIL PROTECTED]: I've been seeing this for a couple of weeks since I updated my laptop to CURRENT. I do a normal shutdown (-p or -r) and reboot. The shutdown looked normal, with no problems reported with the sync, but, when the system is rebooted, the partitions are

Re: several background fsck panics

2003-03-30 Thread David Schultz
Thus spake Alexander Langer [EMAIL PROTECTED]: I had several panics related to background fsck now. Once I disabled background fsck, all went ok. It began when I pressed the reset buttons on several boots while the system was still doing fscks. [...] Mar 24 21:48:59 fump kernel: panic:

Re: [Re: several background fsck panics

2003-03-30 Thread David Schultz
Thus spake Terry Lambert [EMAIL PROTECTED]: o Put a counter in the first superblock; it would be incremented when the BG fsck is started, and reset to zero when it completes. If the counter reaches 3 (or some command line specified number), then the BG flagging is

ATA broken on alpha?

2003-03-30 Thread Peter Wemm
beast.freebsd.org is panicing at bootup with this: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #81: Sun Mar 30 07:48:29 PST 2003

Re: ATA broken on alpha?

2003-03-30 Thread Soeren Schmidt
It seems Peter Wemm wrote: Do you need more details or is that enough of a clue? I can see what the problem is, I'll have to look to find the reason... -Søren ___ [EMAIL PROTECTED] mailing list

Re: Do we want to let cpp(1) hide warnings in system headers?

2003-03-30 Thread David O'Brien
On Sun, Mar 30, 2003 at 09:09:18AM +0300, Ruslan Ermilov wrote: On Sat, Mar 29, 2003 at 03:19:05PM -0800, David O'Brien wrote: On Thu, Mar 13, 2003 at 08:08:54PM +0200, Ruslan Ermilov wrote: Sigh. It's been a while since I've fixed the feature of gcc(1) that makes it hide warnings in

Newbie build problem

2003-03-30 Thread Gordon Zaft
Hi, I've been R-ing the FWP but haven't had any luck so far: Specifically, when I try to make buildworld I get: === usr.bin/yacc /shared/FreeBSD-current/shared/FreeBSD-current/usr/src/usr.bin/yacc created for /shared/FreeBSD-current/usr/src/usr.bin/yacc sh

Re: Problems with clock (fwd)

2003-03-30 Thread Friedemann Becker
-- Forwarded message -- Date: Fri, 28 Mar 2003 23:18:35 +0100 (CET) From: Friedemann Becker [EMAIL PROTECTED] To: Andris [EMAIL PROTECTED] Subject: Re: Problems with clock Try this one. I had the same problem, and de fix described put the clock back to normal operation.

Re: ypserv and sshd not getting along in -current

2003-03-30 Thread Rob B
At 02:55 PM 29/03/03, Terry Lambert sent this up the stick: Glenn Johnson wrote: I can not login to a box with FreeBSD 5 -current via ssh because I get the following error from ypserv: Mar 28 12:48:15 node1 ypserv[317]: access to master.passwd.byuid denied -- client 192.168.1.1:49344 not

Re: ypserv and sshd not getting along in -current

2003-03-30 Thread Glenn Johnson
On Mon, Mar 31, 2003 at 10:46:07AM +1000, Rob B wrote: At 02:55 PM 29/03/03, Terry Lambert sent this up the stick: Glenn Johnson wrote: I can not login to a box with FreeBSD 5 -current via ssh because I get the following error from ypserv: Mar 28 12:48:15 node1 ypserv[317]: access to

Re: Do we want to let cpp(1) hide warnings in system headers?

2003-03-30 Thread Ruslan Ermilov
On Sun, Mar 30, 2003 at 02:07:20PM -0800, David O'Brien wrote: On Sun, Mar 30, 2003 at 09:09:18AM +0300, Ruslan Ermilov wrote: On Sat, Mar 29, 2003 at 03:19:05PM -0800, David O'Brien wrote: On Thu, Mar 13, 2003 at 08:08:54PM +0200, Ruslan Ermilov wrote: Sigh. It's been a while since

Re: unrecognized Prism III card

2003-03-30 Thread Mark Huizer
: I picked up a couple of no-name Prism III cards, and found that : FreeBSD-current doesn't recognize them. Is there anything I can do to : make these work? (Up to and including shipping a card to a : committer?) Ship me a dozen :-) At least tell me their name so I can do the support

isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-30 Thread Ying-Chieh Liao
the following code snippet works fine with gcc 2.95.4 on RELENG_4 but failed on my -current code #include iostream #include cmath using namespace std; int main(void) { cout isnan(1.0) endl; return 0; } /code err test.cpp: In function `int main()': test.cpp:8: `isnan' undeclared