Re: Something weird happening w/ SMP -current

1999-07-02 Thread Soren Schmidt
It seems Matthew Dillon wrote: Here's some more info. If the dd is stuck and systat -vm 1 is showing no interrupts occuring on, for example, ahc2 (irq17), and I then do something that causes an interrupt to occur on mux (irq19), which I guess is ahc1, ahc2 then starts

Re: fetch(1) and realms with whitespace...

1999-07-02 Thread Brian F. Feldman
On Thu, 1 Jul 1999, Dominic Mitchell wrote: Is there any way to specify a realm with whitespace to fetch? I've just had a fun time trying to do: % export HTTP_AUTH="basic:SunSolve Online:x:y" % fetch -v http://online.sunsolve.sun.co.uk/whatever senddoc: cannot authenticate with server

Re: this of interest to anyone?

1999-07-02 Thread Nick Hibma
If you are still running current, please cvsup the newest sources. This problem has been solved in the past few days. It showed up on saturday evening after a commit on McKusick and most of the problem area's have been identified and tracked down. There might still be one or two remaining, but

Re: this of interest to anyone?

1999-07-02 Thread Jim Bryant
interesting. i thought this was a netscape issue. In reply: If you are still running current, please cvsup the newest sources. This problem has been solved in the past few days. It showed up on saturday evening after a commit on McKusick and most of the problem area's have been identified

Stuck in objtrm

1999-07-02 Thread Stephen McKay
I have an old 486 here that I thrash to death occasionally. Well, at least I try to get it to page to death. I started a make world last week and forgot about it. Today I noticed that it's been stuck for most of the week. Almost everything is fine, but one cc1 process is stuck in "objtrm".

Re: this of interest to anyone?

1999-07-02 Thread Alexander Langer
Thus spake Nick Hibma ([EMAIL PROTECTED]): Hello again! If you are still running current, please cvsup the newest sources. This problem has been solved in the past few days. It showed up on saturday evening after a commit on McKusick and most of the problem area's have been identified and

Re: this of interest to anyone?

1999-07-02 Thread Werner Griessl
On 02-Jul-99 Alexander Langer wrote: Thus spake Nick Hibma ([EMAIL PROTECTED]): Hello again! If you are still running current, please cvsup the newest sources. This problem has been solved in the past few days. It showed up on saturday evening after a commit on McKusick and most of the

Re: this of interest to anyone?

1999-07-02 Thread Mike Smith
The kernel that made the problem is 2 days old. (From Wednesday). Actually, I even can´t compile a new kernel/world, cause it reboots and hangs all the time. Welcome to -current. Time to learn about keeping a working kernel around at all times. -- \\ The mind's the standard \\

Re: this of interest to anyone?

1999-07-02 Thread Peter Wemm
Mike Smith wrote: The kernel that made the problem is 2 days old. (From Wednesday). Actually, I even can´t compile a new kernel/world, cause it reboots and hangs all the time. Welcome to -current. Time to learn about keeping a working kernel around at all times. I'll reiterate

Re: this of interest to anyone?

1999-07-02 Thread Tamiji Homma
There might still be one or two remaining, but these should be very infrequent. The panice happened during make world with two setiathome clients. Is this a new one or one known to be fixed? Thanks PS: June 30 kernel does not have this problem so far. Tammy Stack trace and dmesg follows:

Re: this of interest to anyone?

1999-07-02 Thread Peter Wemm
Matthew Dillon wrote: :This doesn't mean it's OK for committers to screw things up for fun, but :we're only human. We do try and keep it in fairly good condition :(remember, the developers depend on it working for development), but :mistakes happen.. : :Cheers, :-Peter Hey, I just

Re: this of interest to anyone?

1999-07-02 Thread Nick Hibma
What makes you think that? interesting. i thought this was a netscape issue. In reply: If you are still running current, please cvsup the newest sources. This problem has been solved in the past few days. It showed up on saturday evening after a commit on McKusick and most of the

buildworld fails in sbin/vinum

1999-07-02 Thread Johan Karlsson
Hi When trying to build a newly updated world I get the following error, which I belive was introduced in the latest commit by grog. The case may be that vext.h did not get commited. (eg. I think "extern int stats" should be "extern int sflag" now) /K === sbin/vinum cc -O -pipe

Re: buildworld fails in sbin/vinum

1999-07-02 Thread Greg Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] On Friday, 2 July 1999 at 20:04:49 +0200, Johan Karlsson wrote: Hi When trying to build a newly updated world I get the following error, which I belive was introduced in the latest commit by grog. The case may be that

Re: Fixing other people's code (was: world broken in vinum (PATCH))

1999-07-02 Thread Matthew Jacob
Let me add to this: opinion: If it's really blocking folks because things don't compile, it is always acceptable to do what you need to do- the tree should always compile even if -current. If the system doesn't boot because of change, then that's an obvious one too. If things work

Re: Fixing other people's code (was: world broken in vinum (PATCH))

1999-07-02 Thread Brian F. Feldman
On Fri, 2 Jul 1999, Matthew Jacob wrote: Let me add to this: opinion: If it's really blocking folks because things don't compile, it is always acceptable to do what you need to do- the tree should always compile even if -current. If the system doesn't boot because of change, then

Just for the record (was: Re: Fixing other people's code (was: worldbroken in vinum (PATCH)))

1999-07-02 Thread Brian F. Feldman
For the record, I was correct in the code. Hey, I do have a reputation, albeit not yet much of one! Brian Fundakowski Feldman _ __ ___ ___ ___ ___ [EMAIL PROTECTED] _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve!_ __ | _ \._ \ |) |

Re: Just for the record (was: Re: Fixing other people's code (was:world broken in vinum (PATCH)))

1999-07-02 Thread Brian F. Feldman
Sorry about that, Greg; I didn't realize it was a personal message I forwarded. Sorry, everyone else, for that faux pas in public :( Brian Fundakowski Feldman _ __ ___ ___ ___ ___ [EMAIL PROTECTED] _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve!

Re: Just for the record (was: Re: Fixing other people's code (was: world broken in vinum (PATCH)))

1999-07-02 Thread Greg Lehey
On Friday, 2 July 1999 at 23:19:26 -0400, Brian F. Feldman wrote: Sorry about that, Greg; I didn't realize it was a personal message I forwarded. Sorry, everyone else, for that faux pas in public :( I'm not upset. Greg -- See complete headers for address, home page and phone numbers finger

Soft-updates feedback

1999-07-02 Thread Alex Povolotsky
About a week ago, I've posted a message here and didn't got positive replies. The problem is: when I use soft-updates on IDE disks (disk on primary master, disk on secondary master, CD on primary slave), any active disk-using program (starting Netscape, starting EXMH) causes all other

Re: Fixing other people's code (was: world broken in vinum (PATCH))

1999-07-02 Thread Matthew Jacob
If it's really blocking folks because things don't compile, it is always acceptable to do what you need to do- the tree should always compile even if -current. If the system doesn't boot because of change, then that's an obvious one too. If things work differently or not as well,

Re: Soft-updates feedback

1999-07-02 Thread Matthew Jacob
while this is happening, what does 'iostat 1' and 'vmstat 1' tell you? On Sat, 3 Jul 1999, Alex Povolotsky wrote: About a week ago, I've posted a message here and didn't got positive replies. The problem is: when I use soft-updates on IDE disks (disk on primary master, disk on