Solved -- was Re: buildworld seems broken (very early in process)

2002-05-11 Thread David Wolfskill
Well, the reason no one else encountered the problem I had was that no one else did something quite so stupid :-( I had managed to botch the sources for /bin/cp during yesterday's build (in a misdirected effort to avoid the warnings) in such a way that the resulting program executed with a r

buildworld seems broken (very early in process)

2002-05-11 Thread David Wolfskill
OK; I managed to get -CURRENT built yesterday, but the breakage I'm now seeing is ... different. It's not a matter of warnings, anyway: cc -O -pipe -D__FBSDID=__RCSID -static -o yacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o s

Re: 5.0-CURRENT dhcp configuration failure

2002-05-06 Thread David Wolfskill
>Date: Mon, 06 May 2002 23:29:36 -0400 >From: Forrest Aldrich <[EMAIL PROTECTED]> >The 5.0-CURRENT installation and configuration (cvsup/buildworld this >evening) does not correctly support dhcp configuration, even when manually >placed in rc.conf. >The system comes up with the default name "A

src/sys/kern/kern_malloc.c (rev. 1.104) seems OK so far....

2002-04-30 Thread David Wolfskill
I don't normally post when things appear to work, but since I had mentioned that I had seen some problems with rev. 1.99 of src/sys/kern/kern_malloc.c, I thought it only fair to point out that I noted the small flurry of recent commits to that file, re-synced it with the CVS repository, built -CUR

Re: Panic (swp_pager_meta_ctl+0x67) in today's -CURRENT

2002-04-15 Thread David Wolfskill
>Date: Mon, 15 Apr 2002 15:47:32 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >Have had a touch more turbulence than usual in -CURRENT-land today. >Finally got it built; re-booted, and got the following panic while >setting up an md-resident file system (for

Panic (swp_pager_meta_ctl+0x67) in today's -CURRENT

2002-04-15 Thread David Wolfskill
Have had a touch more turbulence than usual in -CURRENT-land today. Finally got it built; re-booted, and got the following panic while setting up an md-resident file system (for /tmp): ... add net default: gateway 172.16.8.1 Additional routing options:. Routing daemons:. Additional daemons: sysl

panic "sleeping without a mutex" in usb_task_thread

2002-04-08 Thread David Wolfskill
On my laptop (but not the build machine; the latter may not have any USB devices) I get the following panic after builing, installing, & trying to boot -CURRENT from today. (CVSup log below panic trace.) an0: Ethernet address 00:40:96:32:19:a9 bpf: an0 attached panic: sleeping without a mutex De

Patch for -CURRENT (share/dict/tech -> freebsd repo-copy)

2002-04-01 Thread David Wolfskill
Untested as yet; just fired up the "make -DNOCLEAN buildworld after the breakage ("Don't know how to make tech" in /usr/src/share/dict): Index: share/dict/Makefile === RCS file: /cvs/freebsd/src/share/dict/Makefile,v retrieving revis

Re: LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread David Wolfskill
>Date: Mon, 25 Mar 2002 08:43:30 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >linking kernel.debug >pcf.o: In function `pcf_attach': >/usr/src/sys/i386/isa/pcf.c(.text+0x1f1): undefined reference to `iicbus_alloc_bus' >*** Error code 1 >Looks t

Re: LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread David Wolfskill
>Date: Mon, 25 Mar 2002 00:59:37 -0800 >From: Brooks Davis <[EMAIL PROTECTED]> >FWIW, if you uncomment "option BKTR_USE_FREEBSD_SMBUS" in NOTES, the >resulting LINT will compile. Unfortunatly, it won't link due to a >different error related to this commit that I haven't tracked down. Would that

PCcard whine issued during "halt -p" processing

2002-03-23 Thread David Wolfskill
Afetr building, booting, and doing some reality checks with today's -CURRENT on my laptop, I issued the command sequence sudo boot0cfg -s 1 ad0 && sudo halt -p in order to prepare it to (default to) boot from slice 1 (which has today's -STABLE on it) and power the machine off (the latter

Re: Peculiar(?) slowdown with -CURRENT as of 21 March

2002-03-22 Thread David Wolfskill
>Date: Fri, 22 Mar 2002 20:43:03 -0500 (EST) >From: Jeff Roberson <[EMAIL PROTECTED]> >Are you both running with WITNESS and INVARIANTS? UMA is slightly slower >with these options on than the original malloc & vm_zone code. I'm not >sure why it would be even worse for SMP machines though. So m

Peculiar(?) slowdown with -CURRENT as of 21 March

2002-03-22 Thread David Wolfskill
On a 0 - 10 "weirdness" scale, this ranks about a 4, perhaps, so it's hardly earth-shattering. But it's odd enough that I thought that a small reality check might be in order, in case the effect(s) in question were not expected. (And yes, I understand that a degree of uncertainty with respect to

nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-03-19 Thread David Wolfskill
About a week ago, src/lib/libc/locale/nl_langinfo.c in RELENG_4 received an update from 1.13.2.2 to 1.13.2.3, which added nl_langinfo to RELENG_4's libc. I have no problem with that at all. :-) However, the symbol in question does not appear to exist in the version of libc.so.4 in -CURRENT's /u

Re: HEADS UP: OpenSSH 3.1 imported

2002-03-18 Thread David Wolfskill
>From: Dag-Erling Smorgrav <[EMAIL PROTECTED]> >Date: 18 Mar 2002 12:12:34 +0100 >I just imported OpenSSH 3.1. It seems to build and work right, but it >was a bitch to merge, and I'm bound to have botched something royally >somewhere. Drop me a note if something breaks. I generally try to avoi

Re: cardbux.c:186: too many arguments to function `pci_read_device'

2002-03-13 Thread David Wolfskill
>Date: Wed, 13 Mar 2002 10:33:41 -0800 >From: Edwin Culp <[EMAIL PROTECTED]> >Only my laptop didn't compile the kernel with this morning's cvsup. It stops >with the following error. >... >-ffreestanding -include opt_global.h -fno-common -elf -mpreferred-stack-boundar >y=2 -Werror /usr/src/sys

Keyboard (quasi-)lockup running script

2002-03-08 Thread David Wolfskill
Is anyone else seeing this? Running -CURRENT (been tracking it daily for a while, now), I find that if I run script(1), things basically run as expected... until I try to close script's stdin (normally, by entering EOT (^D)). At that point, I can use the mouse (if I'm in an environment where tha

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread David Wolfskill
>Date: Thu, 07 Mar 2002 17:43:26 +0200 >From: Maxim Sobolev <[EMAIL PROTECTED]> >"Michael D. Harnois" wrote: >> On Thu, 7 Mar 2002 13:30:44 +0200 (EET), Maxim Sobolev <[EMAIL PROTECTED]> said: >> Maxim> Hi, Looks like source upgrade path is broken due to PAM. My >> Maxim> system is -CUR

Re: -current broken in lukemftpd

2002-03-01 Thread David Wolfskill
>From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Fri, 01 Mar 2002 15:07:48 +0100 >/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:324: size of ar >ray `remotehost' has non-integer type >/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:327: syntax err >or before

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread David Wolfskill
>Date: Fri, 01 Mar 2002 10:47:09 +0900 >From: Jun Kuriyama <[EMAIL PROTECTED]> >At Fri, 1 Mar 2002 01:34:17 + (UTC), >John Baldwin wrote: >> That's bad juju panic. :) Are you using witness? If so, did you get a printf >> about sleeping with a lock held? >I think I did not get lock warning

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread David Wolfskill
>Date: Thu, 28 Feb 2002 22:51:02 +0900 >From: Jun Kuriyama <[EMAIL PROTECTED]> >Sorry, I forgot to get kernel core for this (today's -current)... >panic: Assertion td->td_proc->p_stat == SRUN || td->td_proc->p_stat == SZOMB || >td->td_proc->p_stat == SSTOP failed at ../../../kern/kern_mutex.c:1

Re: -Current is stable enough for use again

2002-02-27 Thread David Wolfskill
>Date: Wed, 27 Feb 2002 10:52:38 + (GMT) >From: Mike Silbersack <[EMAIL PROTECTED]> >FWIW, now that Peter has temporarily backed out his pmap-related changes, >-current has stabilized again. Those who were having trouble with panics >on boot (or within a few minutes after) with kernels built

Re: this morning's kernel hangs

2002-02-26 Thread David Wolfskill
>From: "Michael D. Harnois" <[EMAIL PROTECTED]> >Date: 26 Feb 2002 08:38:22 -0600 >I cvsuped and built world and kernel this morning, and the kernel hangs >at atkbd0: flags 0x1 irq 1 on atkbdc0. I didn't see that problem. Indeed, my (desktop) build machine built and ran today's -CURRENT just f

Re: HEADS UP: ACPI CA updated

2002-02-23 Thread David Wolfskill
>Date: Fri, 22 Feb 2002 21:56:47 -0800 >From: Mike Smith <[EMAIL PROTECTED]> >I've finally updated the ACPI CA codebase with Intel's 20020214 drop Yay...! >There aren't many changes in the FreeBSD-specific code, this is just >catching up with major improvements in the interpreter. >As usual, p

Problem with buildworld: what is "major" really supposed to be?

2002-02-23 Thread David Wolfskill
Trying to "make buildworld" for today's -CURRENT, I get: >>> stage 4: building libraries -- ... ===> doc cc -fpic -DPIC -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_file.c -o kvm_file.So In file included from

Re: Build Failure (libkvm)

2002-02-22 Thread David Wolfskill
>From: Beech Rintoul <[EMAIL PROTECTED]> >Date: Fri, 22 Feb 2002 08:09:28 -0900 >Last night's build for -current failed with the following: I got -CURRENT built today without problem. Recent CVSup history: freebeast(5.0-C)[1] tail /var/log/cvsup-history.log CVSup begin from cvsup14.freebsd.org

Re: Install World fails in -Current

2002-02-22 Thread David Wolfskill
>Date: Fri, 22 Feb 2002 08:33:01 -0500 >From: Glenn Gombert <[EMAIL PROTECTED]> >I have tried to re-cvsup and a clean rebuild the alst couple of days, and I >keep getting this error when I try and do an 'installworld' ..after a clean >build...does anyone know what might be causing this?? >... >.

Re: compile errors after yesterdays cvsup and makeworld.

2002-02-21 Thread David Wolfskill
>Date: Thu, 21 Feb 2002 09:48:10 -0800 >From: [EMAIL PROTECTED] >I sure missed something, I'm sorry. I still have the problem with >buildworld. What should I do to fix it? ># /usr/bin/cc -print-search-dirs >install: /usr/libexec/(null) >programs: /usr/libexec/elf/ >libraries: /usr/lib/ Well

Sorry, false alarm (was: Panic with today's -CURRENT at runq_choose+0x83)

2002-02-20 Thread David Wolfskill
>Date: Wed, 20 Feb 2002 07:49:19 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >Just built & installed today's -CURRENT (CVSup around 0347 hrs. PST): >... >Stopped at runq_choose+0x83: movl0(%edx),%eax >db> trace >runq_choose(c035

Panic with today's -CURRENT at runq_choose+0x83

2002-02-20 Thread David Wolfskill
Just built & installed today's -CURRENT (CVSup around 0347 hrs. PST): Wed Feb 20 05:48:23 PST 2002 FreeBSD/i386 (freebeast.catwhisker.org) (cuaa0) login: Fboot() called on cpu#0 Waiting (max 60 seconds) for system process `vnlru' to stop...stopped lock order reversal 1st 0xc0337420 sched lock

Hangs with today's -CURRENT

2002-02-18 Thread David Wolfskill
Not entirely sure whether these hangs are related. First one (which I have been able to reproduce, and from which I invoked the debugger) is on my build machine, which is an SMP box: Mounting root from ufs:/dev/ad0s4a ad0s1: type 0xa5, start 63, end = 4192964, size 4192902 : OK ad0s2: type 0xa5,

Re: A quick, dumb, question...

2002-02-17 Thread David Wolfskill
>Date: Sun, 17 Feb 2002 17:43:55 -0800 >From: "George V. Neville-Neil" <[EMAIL PROTECTED]> >Is there a single document, or small set of documents, that describes getting >started kernel hacking on FreeBSD? How about a set of URLs? >I would like something that tells me about (in no particular or

Panic at schedcpu+0x13d with today's -CURRENT

2002-02-13 Thread David Wolfskill
So... I'm at BSDCon; got today's -STABLE & -CURRENT built & running (serially) on the build machine. I then "cloned" the slice for today's -CURRENT from slice 4 to slice 3, cleaned up the source tree a bit, then went through the process Greg Shapiro posted for setting up sendmail 8.12.2 for testi

Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread David Wolfskill
OK; I got today's -CURRENT built & running on each of my build machine (freebeast) & my laptop. (Got today's -STABLE built earlier; I mention this as a reference point/comparison. I similarly note that I've been tracking each daily on each machine for several months, and that today is the first

Re: Current World stops at rcp.yppasswdd

2002-02-11 Thread David Wolfskill
>Date: Tue, 5 Feb 2002 06:21:34 -0800 >From: Edwin Culp <[EMAIL PROTECTED]> >World is breaking for me at: >===> usr.sbin/rpc.yppasswdd >... Following patch got through it for me: Index: usr.sbin/rpc.yppasswdd/pw_util.c === RCS fi

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread David Wolfskill
>Date: Fri, 8 Feb 2002 17:34:45 -0800 (PST) >From: Julian Elischer <[EMAIL PROTECTED]> >Thats it for sure! >committing now.. >On Sat, 9 Feb 2002 [EMAIL PROTECTED] wrote: >> It looks like a call to setrunqueue() was incorrectly dropped in >> the latest version of kern_shutdown.c. Applying tha

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread David Wolfskill
>Date: Fri, 8 Feb 2002 10:54:55 -0800 (PST) >From: Julian Elischer <[EMAIL PROTECTED]> >can you try a kernel from JUST BEFORE I did the KSE commit yesterday? OK; results below >I heard someone else complain of thisyesterday afternoon. At that time I >wascertain it was too soon after my comm

Re: Panic (runq_choose()) in today's -CURRENT

2002-02-10 Thread David Wolfskill
>Date: Sun, 10 Feb 2002 08:31:57 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >db> trace >runq_choose(c0358880,d683dd0c,c02b01ce,c01a7857,34948) at runq_choose+0x83 >choosethread(c01a7857,34948,c0194f10,d682d500,77) at choosethread+0xd >sw1(d682d604,d683dd34,

Panic (runq_choose()) in today's -CURRENT

2002-02-10 Thread David Wolfskill
Built today's -CURRENT as usual; booted & ran a few things without incident. Issued: freebeast(5.0-C)[2] sudo boot0cfg -s 1 ad0 && sudo reboot and this showed up on the serial console: FreeBSD/i386 (freebeast.catwhisker.org) (cuaa0) login: Fboot() called on cpu#1 Waiting (max 60 secon

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread David Wolfskill
>Date: Fri, 8 Feb 2002 17:34:45 -0800 (PST) >From: Julian Elischer <[EMAIL PROTECTED]> >Thats it for sure! >committing now.. >On Sat, 9 Feb 2002 [EMAIL PROTECTED] wrote: >> It looks like a call to setrunqueue() was incorrectly dropped in >> the latest version of kern_shutdown.c. Applying tha

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread David Wolfskill
>Date: Fri, 8 Feb 2002 10:54:55 -0800 (PST) >From: Julian Elischer <[EMAIL PROTECTED]> >can you try a kernel from JUST BEFORE I did the KSE commit yesterday? OK; results below >I heard someone else complain of thisyesterday afternoon. At that time I >wascertain it was too soon after my comm

Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread David Wolfskill
OK; I got today's -CURRENT built & running on each of my build machine (freebeast) & my laptop. (Got today's -STABLE built earlier; I mention this as a reference point/comparison. I similarly note that I've been tracking each daily on each machine for several months, and that today is the first

Re: Current World stops at rcp.yppasswdd

2002-02-05 Thread David Wolfskill
>Date: Tue, 5 Feb 2002 06:21:34 -0800 >From: Edwin Culp <[EMAIL PROTECTED]> >World is breaking for me at: >===> usr.sbin/rpc.yppasswdd >... Following patch got through it for me: Index: usr.sbin/rpc.yppasswdd/pw_util.c === RCS fi

Re: buildworld broken

2002-02-04 Thread David Wolfskill
>From: [EMAIL PROTECTED] >Date: Tue, 5 Feb 2002 11:45:32 +1100 >Hi All, >I've been battling with building current for a few days now, I've noticed >that some of the errors I've been seeing have been fixed, but today in desperation I >deleted my /usr/src tree and cvs'd it up again f

Re: Weirdness in building -CURRENT today

2002-01-30 Thread David Wolfskill
>Date: Wed, 30 Jan 2002 18:31:14 +0200 >From: Ruslan Ermilov <[EMAIL PROTECTED]> > stage 2: cleaning up the object tree >>-- >>... >>===> lib/libc >>"/usr/src/share/mk/bsd.lib.mk", line 184: Inconsistent operator for libc.a >>"/usr/

Re: Weirdness in building -CURRENT today

2002-01-30 Thread David Wolfskill
>Date: Wed, 30 Jan 2002 17:02:07 +0200 >From: Ruslan Ermilov <[EMAIL PROTECTED]> >> stage 2: cleaning up the object tree >> >-- >> >... >> >===> lib/libc >> >"/usr/src/share/mk/bsd.lib.mk", line 184: Inconsistent operator for libc.

Re: Weirdness in building -CURRENT today

2002-01-30 Thread David Wolfskill
>Date: Wed, 30 Jan 2002 05:58:24 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >cvs [update aborted]: could not find desired version 1.294 in /cvs/freebsd/src/e >tc/rc,v >freebeast(4.5-STA)[2] That, at least, did not occur on my laptop. >>>> sta

Weirdness in building -CURRENT today

2002-01-30 Thread David Wolfskill
I think today is going to be "one of those days" :-( The first hint was after I built today's -STABLE, I then fired up a "cvs update" against my -CURRENT sources, and got: Script started on Wed Jan 30 05:12:16 2002 freebeast(4.5-STA)[1] cd /S4/usr/src && cvs update^M cvs update: Updating .

sudo gets "sudo: pam_authenticate: Module is unknown"

2002-01-22 Thread David Wolfskill
OK; I saw the discussion about OPIE-related PAM things yesterday, but I didn't recall seeing anything about sudo. And I'm using a recent sudo (I run "portupgrade -a" daily, under -STABLE); until today, I don't recall this approach being a problem. But after booting today's -CURRENT, I see: free

RE: -CURRENT as of 14 Jan seems slow

2002-01-15 Thread David Wolfskill
>Date: Tue, 15 Jan 2002 16:46:17 -0800 (PST) >From: John Baldwin <[EMAIL PROTECTED]> >On 16-Jan-02 David Wolfskill wrote: >> So... is this worth pursuing a bit more? >Two questions: >1) Do you have WITNESS on in your kernel config? Yes, in both the build machine &am

-CURRENT as of 14 Jan seems slow

2002-01-15 Thread David Wolfskill
I've been tracking -CURRENT daily, both on a dual-833 MhZ "build machine" and on my laptop. I still do the bulk of my "real work" while running -STABLE, so the main workout I give -CURRENT is in building the following day's -CURRENT. I mention this in order to provide a bit of perspective in wha

Re: Panic "mutex filedesc structure not owned at /usr/src/sys/ke

2002-01-14 Thread David Wolfskill
>Date: Mon, 14 Jan 2002 12:01:12 -0800 (PST) >From: John Baldwin <[EMAIL PROTECTED]> >> Seigo Tanimura has a patch for this, just remove the extranious >> FILEDESC_UNLOCK from the bottom of the unp_externalize function. >You could commit it then if it fixes a bug. :) That fix seems to do the t

Panic "mutex filedesc structure not owned at /usr/src/sys/kern/kern_mutex.c:223"

2002-01-14 Thread David Wolfskill
Once more, with feeling (sorry, gang... :-(). CVSupped this morning (just before 4 AM, US/Pacific (8 hrs. west of GMT) from cvsup14. Booting yielded: Routing daemons:. Additional daemons: syslogdJan 14 08:47:51 freebeast syslogd: kernel boot file is /boot/kernel/kernel . Doing additional netw

panic "mutex filedesc structure not owned at /usr/src/sys/kern/kern_mutex.c:223"

2002-01-14 Thread David Wolfskill
CVSup done just before 4 AM (US/Pacific) form cvsup14. Got this during attempted multi-user boot: Routing daemons:. Additional daemons: syslogdJan 14 08:47:51 freebeast syslogd: kernel boot file is /boot/kernel/kernel To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

Re: Fix for broken "burncd msinfo" PR#27593

2001-12-26 Thread David Wolfskill
>Date: Wed, 26 Dec 2001 00:02:23 +1000 >From: Stephen McKay <[EMAIL PROTECTED]> >A number of people have complained that "burncd msinfo" returns the wrong >value when there are already multiple sessions on a CD. This is true, >and is bug bin/27593. >Since I burn a lot of multisession CDs, and h

Re: multiple audio devices and /dev/dsp*

2001-12-25 Thread David Wolfskill
>From: "Pascal G. Hofstee" <[EMAIL PROTECTED]> >Date: 25 Dec 2001 15:37:58 +0100 >on -CURRENT though /dev/dsp seems to be conjured up by the devfs system >and i have simply been unable to find a way to make it point my prefered >device node ... in my case /dev/dsp1. >Am i missing something obvio

Minimal patch for -CURRENT to build

2001-12-23 Thread David Wolfskill
Please note that I am taking no position regarding whether Matt's sio changes should remain or be backed out. That said, the following was the minimal change I found necessary to get today's -CURRENT to build: Index: sio.c === RCS f

Re: __stdoutp causing hassle ;)

2001-12-20 Thread David Wolfskill
>Date: Thu, 20 Dec 2001 06:14:14 -0800 (PST) >From: north star <[EMAIL PROTECTED]> >After upgrading directly to CURRENT from 4.3- >RELEASE I've been presented with a rather loud and >whiney bug (I thought it at first to be my ex- >girlfriend somehow manifested via `festival` but >thk god it

Re: New mail dumps core on current

2001-12-19 Thread David Wolfskill
>Date: Wed, 19 Dec 2001 14:07:28 -0800 >From: Manfred Antar <[EMAIL PROTECTED]> >mail dumps core on current with latest /usr/src/usr.bin/mail updates: Yeah; I was able to reproduce that result. I then re-made mail, this time with the -g flag, and tried again; problem is detected in fixhead() (s

Re: dhclient

2001-12-13 Thread David Wolfskill
>Date: Thu, 13 Dec 2001 06:15:32 -0800 >From: Edwin Culp <[EMAIL PROTECTED]> >Is anyone using dhclient successfully with Current of the last week or so? Sure; hadn't noticed any problems with it. >I don't use it all the time but I have been trying for the last couple of >days without success.

Re: buildworld broken on globaldata.h

2001-12-12 Thread David Wolfskill
>Date: Wed, 12 Dec 2001 13:50:48 +0100 (CET) >From: Harti Brandt <[EMAIL PROTECTED]> >PK>My buildworld breaks: >PK>[...] >This was broken by jhb's large commit yesterday to break globaldata in MI >and MD parts. The following patch to >gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c let's you compile gd

Re: panic: blockable sleep lock (sleep mutex) with today's -CURRENT

2001-12-10 Thread David Wolfskill
>Date: Mon, 10 Dec 2001 10:02:24 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >I managed to get a panic on my (SMP) "build machine" on the first reboot >after building -CURRENT Well, the laptop finshed building & booting from (nearly) the same sourc

panic: blockable sleep lock (sleep mutex) with today's -CURRENT

2001-12-10 Thread David Wolfskill
I managed to get a panic on my (SMP) "build machine" on the first reboot after building -CURRENT with sources updated from cvsup13 at around 4:22 AM US/Pacific (8 hrs. west of GMT/UTC) today. (My laptop is still working on the build from the same sources; it is nearing the end of the "buildworld"

Re: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/i386/conf NOTES

2001-11-28 Thread David Wolfskill
>From: Michael Harnois <[EMAIL PROTECTED]> >Date: Wed, 28 Nov 2001 08:25:00 -0600 >On Wed, 28 Nov 2001 12:57:04 +0600 (NOVT), [EMAIL PROTECTED] (Nickolay Dudorov) said: >> And I can buildkernel only after the next patch: >I don't reach that: >/usr/src/sys/modules/ciss/../../dev/ciss/ciss.

rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT

2001-11-27 Thread David Wolfskill
Found this to be helpful after seeing: >>> stage 2: cleaning up the object tree ... ===> usr.bin/tip ".depend", line 886: Inconsistent operator for tip make: fatal errors encountered -- cannot continue and the tail end of /usr/obj/usr/src/usr.bin/tip/.depend (which was 886 lines long) was: /u

Re: df -l broken

2001-11-25 Thread David Wolfskill
>Date: Sun, 25 Nov 2001 22:41:01 +0100 >From: Paul van der Zwan <[EMAIL PROTECTED]> >I noticed the -l option of the df command is broken That differs from my experience: d141[1] df -l Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/ad0s3a158783939195216264%

Re: Panic on boot of today's -CURRENT

2001-11-21 Thread David Wolfskill
>Date: Wed, 21 Nov 2001 08:05:18 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >Anyway, I now have my first panic on boot from -CURRENT since setting >up the serial console; modulo cut/paste damage, the following ought to >be fairly accurate. :-} Eh, well... my la

Panic on boot of today's -CURRENT

2001-11-21 Thread David Wolfskill
A couple of weeks ago, I finally(!) got around to setting up a serial console for my build machine, and it only took me another week or so to figure out that while the default behavior works admirably under -STABLE (if the keyboard is removed prior to boot), -CURRENT needs a /boot.config file crea

lock order reversal for today's -CURRENT

2001-11-14 Thread David Wolfskill
Built & booted today's -CURRENT; saw the following on the console & in /var/log/messages: Nov 14 08:59:25 localhost /boot/kernel/kernel: lock order reversal Nov 14 08:59:25 localhost /boot/kernel/kernel: 1st 0xc0427980 dev_pager create @ /usr/src/sys/vm/device_pager.c:143 Nov 14 08:59:25 localho

Re: bootloader / assert() failed

2001-11-14 Thread David Wolfskill
>Date: Wed, 14 Nov 2001 16:26:00 +0100 >From: Stephan van Beerschoten <[EMAIL PROTECTED]> >I just recently did a `make world` with the cvs source as of 8:00 CET and I tried to >boot from it. > .. unfortunately this update rendered my machine unbootable. >I have a multiboot machine with Windows9

Re: HEADS UP: cvs repository surgery

2001-11-09 Thread David Wolfskill
>Date: Fri, 09 Nov 2001 15:23:12 -0800 >From: Peter Wemm <[EMAIL PROTECTED]> >This is certainly unrelated.. gdb (and gdb.291) was not touched. >Secondly, I only did src/contrib/gcc, not gcc.295.. The -current compiler >is unchanged at this stage. If this started happening on 4.x then I'd >be w

Re: HEADS UP: cvs repository surgery

2001-11-09 Thread David Wolfskill
>Date: Thu, 08 Nov 2001 16:16:25 -0800 >From: Peter Wemm <[EMAIL PROTECTED]> >Some history revisionism has taken place in the src/contrib area as part >of making way for the next gcc update. >Do not be alarmed when you see your next cvsup output (in cvs mode, not >-checkout mode). :-} >I am aw

Re: awk has gone nuts!

2001-11-03 Thread David Wolfskill
>Date: Sun, 4 Nov 2001 09:43:32 +0800 >From: "Vanilla I. Shu" <[EMAIL PROTECTED]> >On Sat, Nov 03, 2001 at 10:07:21AM -0800, Steve Kargl wrote: >> strip -R .comment -R .note loader.bin >> cat /usr/src/sys/boot/i386/loader/../../common/help.common >/usr/src/sys/boot/i386/loader/help.i386 | awk -f

Re: latest -current broke netscape's name lookup?

2001-11-02 Thread David Wolfskill
>From: Dag-Erling Smorgrav <[EMAIL PROTECTED]> >Date: 03 Nov 2001 03:34:01 +0100 >> course, one of the other interesting issues with the above patch is that >> awk was whining about the empty regex ("//"). Since the idea was >> apparently to do nothing for such a record, it seemed simpler to jus

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David Wolfskill
This is a quick heads-up. If you have built -CURRENT within the last couple of days, and if you try to use that (recently-built -CURRENT) as the host system for building -CURRENT, the 3 patches I posted last night do appear to get through the build process, but the result is a system that does no

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-10-31 Thread David Wolfskill
>Date: Wed, 31 Oct 2001 08:34:16 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/jot/jot.c >cd /usr/src/usr.bin/jot; make _EXTRADEPEND >echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >

buildworld breakage during "make depend" at usr.bin/kdump

2001-10-31 Thread David Wolfskill
===> usr.bin/jot rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/jot/jot.c cd /usr/src/usr.bin/jot; make _EXTRADEPEND echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.bin/kdump sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/us

Re: panic: vrele: missed vn_close

2001-10-24 Thread David Wolfskill
>Date: Wed, 24 Oct 2001 15:12:52 -0500 >From: Jonathan Lemon <[EMAIL PROTECTED]> >> I suspect that this is the problem with the devfs/console code. >Ugh. Probably. The console code tries to remember what flag was >used from the open, but doesn't use that flag during close. >Here's an (unt

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread David Wolfskill
>Date: Tue, 23 Oct 2001 20:43:29 +0100 >From: Mark Murray <[EMAIL PROTECTED]> >Actually, it is possible for there to be no copies: target in >src/share/examples/. The copies: (actually copies::) >target is built up in a .for loop that may be empty. >The fix is a dummy copies:: target. In the me

It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread David Wolfskill
Found this in my typescript after a "make installworld" on today's -CURRENT: ... ===> share/dict install -c -o root -g wheel -m 444 README propernames web2 web2a /usr/share/dict /usr/share/dict/words -> web2 ===> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/s

Re: Current makeworld seems broken.

2001-10-21 Thread David Wolfskill
>Date: Sun, 21 Oct 2001 14:11:02 -0700 >From: "Glenn Gombert" <[EMAIL PROTECTED]> >Has anyone addressed a fix for this problem yet ?? [The "make: don't know how to make copies. Stop" message during installworld since yesterday.] Not (by any stretch of the imagination) a "solution", but this mor

Today's -CURRENT buildworld breaks: libedit/Makefile wants histedit.h

2001-10-01 Thread David Wolfskill
Today's -CURRENT build breaks: >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -- ... cd /usr/src/lib/libcam; make beforeinstall cd /usr/src/lib/libcam && sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 camli

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread David Wolfskill
>Date: Wed, 29 Aug 2001 19:58:59 -0700 >From: Mike Smith <[EMAIL PROTECTED]> >The loader now detects ACPI in your system, and loads the ACPI >module if it is present. This has major ramifications for the >device probe and attach phases of system initialisation. Flushed with the success of getti

Re: exec issue in tcsh?

2001-08-26 Thread David Wolfskill
>Date: Sun, 26 Aug 2001 02:43:56 -0400 (EDT) >From: "Brandon D. Valentine" <[EMAIL PROTECTED]> >On Sat, 25 Aug 2001, Jim Bryant wrote: >>> Wow. Why not use xdm? 8) >>Too lazy? >Heh. You just uncomment one line in /etc/ttys and HUP init. It's not >compilicated. Indeed. However, there are

Re: sharing disk between current and stable?

2001-08-20 Thread David Wolfskill
>From: Andrew Gallatin <[EMAIL PROTECTED]> >Date: Mon, 20 Aug 2001 13:09:12 -0400 (EDT) >Is it safe to share a disk between -current and -stable these days? I've ben doing in since about the 2nd week of March, tracking -STABLE & -CURRENT daily (with a few exceptions; sometimes I couldn't build -

Re: Current & XFree86

2001-08-19 Thread David Wolfskill
>Date: Sun, 19 Aug 2001 17:58:44 +0200 (CEST) >From: Alexander Leidinger <[EMAIL PROTECTED]> >> I'm running XFree86 4.1.0_4 on my laptop (tracking both -STABLE and >> -CURRENT daily), and I use moused just fine. However, the Device (in >> /etc/XF86Config) is listed as /dev/mouse, and in (-CURREN

-CURRENT buildworld broken; gdb/i386/kvm-fbsd.c

2001-08-16 Thread David Wolfskill
... cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/gdb/i386 -I/usr/src/gnu/usr.bin/binutils/gdb -I/usr/src/gnu/usr.bin/binutils/gdb/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include -Dprint_insn_i386=print_insn_i386_att -I/usr/src/gnu/us

Re: named -u bind

2001-08-03 Thread David Wolfskill
>Date: Fri, 03 Aug 2001 19:50:24 -0700 >From: Dima Dorfman <[EMAIL PROTECTED]> >> Are there any reasons not to use "-u bind" flag for named by default? >IIRC the last time this came up somebody said something about it not >being able to read zonefiles in some odd places where they like to put >t

Re: Current & XFree86

2001-07-31 Thread David Wolfskill
>Date: Tue, 31 Jul 2001 08:45:41 -0400 >From: Pete Fritchman <[EMAIL PROTECTED]> >++ 31/07/01 14:06 +0200 - Gunnar Flygt: >| (EE) xf86OpenSerial: Cannot open device /dev/psm0 >| Device busy. >| And then it's over :) >Sounds like you're running moused. I don't think XFree86 4.1 can use >/d

Re: X in free(): error: recursive call.

2001-07-29 Thread David Wolfskill
>From: Sheldon Hearn <[EMAIL PROTECTED]> >Date: Sun, 29 Jul 2001 16:38:06 +0200 >On Sun, 29 Jul 2001 22:29:40 +0800, Michael Robinson wrote: >> I'd like to get advice on which of the following courses of action to take: >> 1. Isolate and fix the problem. I would need some help here. >Try a

Minor breakage installing /usr/share/examples/isdn/i4brunppp

2001-07-21 Thread David Wolfskill
OK; the buildworld & build/install of the kernel went OK, but the installworld said: install -C -c -o root -g wheel -m 644 isdn/i4brunppp/Makefile /usr/share/examples/isdn/i4brunppp/Makefile install: /usr/share/examples/isdn/i4brunppp/Makefile: No such file or directory *** Error code 71 Stop i

Re: HEADS UP: ACPI core code updated

2001-07-21 Thread David Wolfskill
Looks as if there was an oversight associated with some of this, which breaks the buildworld: >>> stage 4: building everything.. ... ===> usr.sbin/acpi ===> usr.sbin/acpi/acpiconf cc -O -pipe -I/usr/src/usr.sbin/acpi/acpiconf/../../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.s

Re: -current kernel hangs?

2001-07-20 Thread David Wolfskill
>Date: Fri, 20 Jul 2001 10:57:02 +0700 (NOVST) >From: [EMAIL PROTECTED] >>> > With a July 18, 2001 sources, it seems like the kernel hands at >>> >the entropy harvesting stage ctrl-t shows: >>> Also (again, for me) "sysctl -N -a" outputs a (non-terminating) stream of >>> ... > I h

Re: -current kernel hangs?

2001-07-19 Thread David Wolfskill
>Date: Thu, 19 Jul 2001 02:48:10 -1000 (HST) >From: Vincent Poy <[EMAIL PROTECTED]> > With a July 18, 2001 sources, it seems like the kernel hands at >the entropy harvesting stage ctrl-t shows: >load : 098 cmd : sycctl 51 [running] 4.51u 210.37s 0% 172k >It will just sit ther

Re: Make world hosed ?

2001-07-17 Thread David Wolfskill
>Date: Tue, 17 Jul 2001 19:55:18 +0100 >From: David Malone <[EMAIL PROTECTED]> >On Tue, Jul 17, 2001 at 08:38:13PM +0200, Poul-Henning Kamp wrote: >> Am I the only one who sees this ? >I suspect that this is my fault for not doing a buildworld after >turning on WARNS stuff in inetd. I think the

Re: operation not supported

2001-07-09 Thread David Wolfskill
>From: "Ilya" <[EMAIL PROTECTED]> >Date: Mon, 9 Jul 2001 19:05:30 -0400 >I just compiled world and kenrel for current on my laptop >ran mergemaster >but it seems that /dev doesnt get updated.there is no MAKEDEV there and when >i try to copy it form my cvs to /dev i get : >Operation not supported

Re: Interruptable hang starting init in today's -CURRENT

2001-07-06 Thread David Wolfskill
>Date: Fri, 06 Jul 2001 00:35:46 -0600 >From: Warner Losh <[EMAIL PROTECTED]> >I saw something similar at usenix with my old, hacked kernel config >file, but not with GENERIC that I just booted. Well, I appreciate that hint... so I looked for differences between GENERIC and my kernel config (LAP

Re: conficting cvs version numbers?

2001-07-06 Thread David Wolfskill
>Date: Fri, 6 Jul 2001 23:52:05 +0100 >From: j mckitrick <[EMAIL PROTECTED]> >I'm *sure* I'm doing something wrong here, but I can't figure it out. >I am using cvsup to keep a -current cvs tree on my system. According to >the web access cvs tree, a file I am looking at should be version 1.16. >

Re: softupdates on /

2001-07-05 Thread David Wolfskill
>From: "Benjamin P. Grubin" <[EMAIL PROTECTED]> >Date: Thu, 5 Jul 2001 19:46:54 -0400 >As of a month ago or so, there was some discussion that concluded it was >unsafe to enable softupdates on a root partition. Is it safe to go back in >the water there, now? Well, despite the warnings, I've bee

Re: Interruptable hang starting init in today's -CURRENT

2001-07-05 Thread David Wolfskill
>Date: Thu, 5 Jul 2001 10:44:39 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >OK; I got today's -CURRENT built and running: >FreeBSD m147.whistle.com 5.0-CURRENT FreeBSD 5.0-CURRENT #60: Thu Jul 5 09:27:49 PDT >2001 [EMAIL PROTECTED]:/common/C/obj/us

<    3   4   5   6   7   8   9   10   >