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

2001-07-05 Thread David Wolfskill
>Date: Thu, 5 Jul 2001 22:12:46 +0700 (NOVST) >From: [EMAIL PROTECTED] >>start_init: trying /sbin/init >>DEPENDENCY NOTE: portmap will be enabled to support NFS >>Entropy harvesting: interrupts ethernet point_to_point >> Leaving the system alone, it will apparently sit th

Re: broken world (kerberos5/lib/libasn1)

2001-06-21 Thread David Wolfskill
>Date: Fri, 22 Jun 2001 01:00:53 +0900 >From: Jun Kuriyama <[EMAIL PROTECTED]> >Today's nightly build reports breakage of the world... >/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/lex.l:65: `SEQUENCE' >undeclared (first use in this function) >/usr/src/kerberos5/lib/libasn1/.

Re: panic for today -- dsp_clone+0xee after moused started

2001-06-17 Thread David Wolfskill
>Date: Mon, 18 Jun 2001 00:33:18 +0200 >From: Philipp Mergenthaler <[EMAIL PROTECTED]> >Revision 1.39 of dsp.c doesn't fix this panic. 1.40 (along with associated changes to sndstat.c, sound.c, & sound.h) appears to work OK for me -- thanks! (Hmmm... I just noticed another round of changes

Re: panic for today -- dsp_clone+0xee after moused started

2001-06-17 Thread David Wolfskill
>Date: Sun, 17 Jun 2001 12:49:34 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> [Yes, I *do* talk (well, mumble) to myself dhw] >Now, back on 13 June, I had added another line to /etc/rc.devfs -- the >line symlinking /dev/dsp0 to /dev/dsp; here are the lines I&

panic for today -- dsp_clone+0xee after moused started

2001-06-17 Thread David Wolfskill
OK; this is a(nother) "page fault while in kernel mode," but I suspect it's one I hadn't seen mentioned yet. The "good news" is that it is eminently reproducible. :-} Also, I was able to boot kernel.old OK, so hat should decrease the probability that the problem is (strictly) somewhere in userl

Re: tcsh.cat

2001-06-15 Thread David Wolfskill
>Date: Fri, 15 Jun 2001 23:33:07 +1000 (EST) >From: Bruce Evans <[EMAIL PROTECTED]> >> I have heard on several occasions of peope using symlink(2) to >> atomically store some small piece of information for locking purposes. >> (Symlink was more reliably atomic over NFS than other methods.) So it

symlink(2) [Was: Re: tcsh.cat]

2001-06-15 Thread David Wolfskill
>Date: Fri, 15 Jun 2001 22:57:56 +1000 (EST) >From: Bruce Evans <[EMAIL PROTECTED]> >> Maybe we need to fix symlink(2) then ? >Maybe, but this doesn't seem to be permitted by POSIX.1-200x: >P>int symlink(const char *path1, const char *path2); >P>... >P>The string pointed to by path1

Re: panic in procfs code

2001-06-05 Thread David Wolfskill
>Date: Tue, 05 Jun 2001 21:39:59 +0900 >From: Seigo Tanimura <[EMAIL PROTECTED]> >Daniel> Hi, >Daniel> I just noticed: Doing a simple "cat /proc/$$/map" panics the system: >(snip) >Daniel> _mtx_unlock_sleep(c049c9c0,0,c03b01a0,f2) at _mtx_unlock_sleep+0xa3 >Daniel> lockmgr(c55fadb0,10001,c049c9c0

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread David Wolfskill
>Date: Mon, 4 Jun 2001 15:02:00 -0700 >From: Kris Kennaway <[EMAIL PROTECTED]> >Someone should test and commit Tor's patch. I didn't have time to >check whether it fixed the problems before I left (and I'm sure as >hell not going to update back to -current remotely to check myself :-) FWIW, I a

RE: panic (witness_destroy+0x237) after booting today's -CURRENT

2001-05-31 Thread David Wolfskill
>Date: Thu, 31 May 2001 13:46:01 -0700 (PDT) >From: John Baldwin <[EMAIL PROTECTED]> >Did you get any other messages, such as a faulting virtual address, etc.? I had been using vty1; when the panic ocurred, I was (forcibly) switched to vty0. There are no faulting virtual address-flavored messag

panic (witness_destroy+0x237) after booting today's -CURRENT

2001-05-31 Thread David Wolfskill
CVSup was finished shortly before 04:00 (AM) PDT. Noted ru's change to xinstall.c to permit -C & -d together, so I re-uncommented the line in /etc/make.conf, and the resulting buildworld/kernel/installworld/ mergemaster completed uneventfully (within an X environment) -- that was running on yeste

Re: Panic during -CURRENT buildworld

2001-05-28 Thread David Wolfskill
>Date: Mon, 28 May 2001 10:46:53 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >This is on a system (my laptop): >FreeBSD localhost 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Sun May 27 23:44:24 PDT 2001 > [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386

Panic during -CURRENT buildworld

2001-05-28 Thread David Wolfskill
This is on a system (my laptop): FreeBSD localhost 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Sun May 27 23:44:24 PDT 2001 [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 Mon May 28 07:27:59 PDT 2001 Recent CVSup activity: CVSup begin from cvsup14.freebsd.org at Sat May 26 03:47:01 P

installworld broken (includes fix) [was: Re: sbin/vinum broken]

2001-05-23 Thread David Wolfskill
>Date: Wed, 23 May 2001 09:08:31 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >The "make installworld" dies, however: >cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 dev/usb/*.h >/usr/include/dev/usb >cd /usr/src/include/../sys;

Re: sbin/vinum broken

2001-05-23 Thread David Wolfskill
>Date: Wed, 23 May 2001 16:56:39 +0300 >From: Ruslan Ermilov <[EMAIL PROTECTED]> >src/sbin/vinum is broken at the moment. >It doesn't build without -DVINUMDEBUG. >A quick workaround: [Workaround -- adding "CFLAGS+= -DVINUMDEBUG" to src/sbin/vinum/Makefile -- elided] OK; I verified that

Re: world broken

2001-05-22 Thread David Wolfskill
In answer to Greg's query "What happens if you try building in sys/modules/vinum?": dhcp-133[3] pushd sys/modules/vinum/ /usr/src/sys/modules/vinum /usr/src dhcp-133[4] make Warning: Object directory not changed from original /usr/src/sys/modules/vinum @ -> /usr/src/sys machine -> /usr/src/sys/i3

Re: world broken (vinum)

2001-05-22 Thread David Wolfskill
>Date: Tue, 22 May 2001 17:22:12 +0200 >From: Szilveszter Adam <[EMAIL PROTECTED]> >Well I cannot find that file (/usr/src/sys/dev/vinum/vinumutil.h) there, it >is not there in the cvsweb interface either. However, I can confirm that >/usr/src/sys/dev/vinum/vinumhdr.h >contains a reference to

Re: -STABLE kernel build broken?

2001-05-21 Thread David Wolfskill
>Date: Mon, 21 May 2001 17:15:32 +0300 >From: Ruslan Ermilov <[EMAIL PROTECTED]> [I note that I included -current by mistake; I had intended to include -stable. But since the thread has started dhw] >On Mon, May 21, 2001 at 07:01:19AM -0700, David Wolfskill wrote: >&g

-STABLE kernel build broken?

2001-05-21 Thread David Wolfskill
Seems that perhaps the MFC of some changes to mbuf.h also needed some corresponding changes elsewhere (such as netncp/ncp_rq.c). This is on a system running: FreeBSD dhcp-133.catwhisker.org 4.3-STABLE FreeBSD 4.3-STABLE #20: Sun May 20 06:23:46 PDT 2001 [EMAIL PROTECTED]:/common/S2/obj/usr/s

Re: Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
>Date: Fri, 18 May 2001 10:48:19 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >[Excruciatingly long narrative of panic during buildworld for today's -CURRENT elided; it's in the archives. dhw] Reporting back after getting today's -CURRENT built: FreeB

Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
[This is *really* long. Sorry. dhw] Running: FreeBSD dhcp-140.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu May 17 09:13:03 PDT 2001 [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 (The "#1" sequence number is probably misleading; I'll go into that below. It was aro

Re: background fsck

2001-05-17 Thread David Wolfskill
>Date: Thu, 17 May 2001 22:30:03 -0500 (CDT) >From: David Scheidt <[EMAIL PROTECTED]> >Does tunefs update the alternate superblocks when it enables soft updates? >It doesn't look it does, but I might be missing something. I could easily have overlooked something myself, but it doesn't appear to

Re: background fsck

2001-05-17 Thread David Wolfskill
>Date: Thu, 17 May 2001 14:31:55 -0700 (PDT) >From: John Baldwin <[EMAIL PROTECTED]> >Has anyone else been trying out the background fsck? A little; despite my desire to help debug things, getting to a point where doing this is appropriate isn't something I am all too eager to do. Thus, it wasn'

Re: Shouldn't wchar.h get copied somewhere during build?

2001-05-16 Thread David Wolfskill
[Yeah, I talk to myself, too dhw] Forgot to add: dhcp-133[7] cd /usr/obj dhcp-133[8] find . -name wchar.h -print dhcp-133[9] cd ../src dhcp-133[10] find . -name wchar.h -print ./include/wchar.h dhcp-133[11] After all, that's the part that inspired the Subject:. Cheers, david -- David H.

Shouldn't wchar.h get copied somewhere during build?

2001-05-16 Thread David Wolfskill
Looks as if /usr/src/include/wchar.h isn't getting copied to a place where it actually gets used during the build. From this morning's -CURRENT (CVSup trivia follows the log): >>> stage 4: populating /usr/obj/usr/src/i386/usr/include ... >>> stage 4: building libraries ... ===> libbind ... ===>

Re: Huh??!? xterm: Error 14, errno 2: No such file or directory

2001-05-15 Thread David Wolfskill
>Date: Tue, 15 May 2001 19:16:44 +0200 >From: Szilveszter Adam <[EMAIL PROTECTED]> >> > Built -CURRENT & rebooted after mergemaster as usual, and some X >> > applications (xbattbar; xlockmore; oclock) work OK, but no xterm. At >> > least, not from X (XF86-4.0.3). I tried using Ctl-Alt-F2 to get

Huh??!? xterm: Error 14, errno 2: No such file or directory

2001-05-14 Thread David Wolfskill
This is today's -CURRENT: FreeBSD m147.whistle.com 5.0-CURRENT FreeBSD 5.0-CURRENT #64: Mon May 14 09:06:50 PDT 2001 root@localhost:/common/C/obj/usr/src/sys/LAPTOP_30W i386 Earlier today, I built -STABLE: FreeBSD m147.whistle.com 4.3-STABLE FreeBSD 4.3-STABLE #49: Mon May 14 06:37:18 PD

Re: -CURRENT b0rked?

2001-05-13 Thread David Wolfskill
>From: John Hay <[EMAIL PROTECTED]> >Date: Sun, 13 May 2001 20:54:56 +0200 (SAT) >Well I must admit that I cheated. After the patch I did a "make all install" >in the kbdcontrol directory. The problem is that kdbcontrol is not in any of >the build-tools/bootstrap-tools targets, so the installed v

Re: -CURRENT b0rked?

2001-05-13 Thread David Wolfskill
I applied John's patch to usr.sbin/kbdcontrol/kbdcontrol.c, but it still dies for me; same way: -- >>> stage 4: make dependencies -- ... ===> usr.sbin/sysinstall rm -f makedevs

Re: ssh public key auth. incompatible between 2.3.0 vs. 2.9?

2001-05-13 Thread David Wolfskill
>Date: Sun, 13 May 2001 05:45:12 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >>Date: Sat, 12 May 2001 23:40:52 -0700 >>From: Alfred Perlstein <[EMAIL PROTECTED]> >>> So basically, I'm confused. ssh appears to work ok for passwor

Re: ssh public key auth. incompatible between 2.3.0 vs. 2.9?

2001-05-13 Thread David Wolfskill
[Replies to both responders to date: 2 replies for the cost of a single message. :-} dhw] >Date: Sat, 12 May 2001 23:40:52 -0700 >From: Alfred Perlstein <[EMAIL PROTECTED]> >> So basically, I'm confused. ssh appears to work ok for password >> authentication, but not for public key authentica

ssh public key auth. incompatible between 2.3.0 vs. 2.9?

2001-05-12 Thread David Wolfskill
OK; there's something about the (relatively) new ssh (2.9) in -CURRENT I'm not understanding. I have hunted around for some clues (via man pages & the like), but it could well be that I'm still failing to notice something -- quite possibly something that should be obvious to even me -- and I welc

Re: modules broken at nge

2001-05-12 Thread David Wolfskill
>Date: Sat, 12 May 2001 23:24:27 -0400 >From: Vladimir Savichev <[EMAIL PROTECTED]> >it's apparently fixed, check it in cvs-all >May 12 Bill Paul cvs commit: src/sys/modules/nge Makefile src/sys/dev Yes; applying that pair of patches allows today's -CURRENT to build -- and run: I'm running it

RE: Today's special: nessusd panics -CURRENT

2001-05-10 Thread David Wolfskill
>Date: Thu, 10 May 2001 09:52:03 -0700 (PDT) >From: John Baldwin <[EMAIL PROTECTED]> >> witness_get: witness exhausted >> exclusive(sleep mutex) Giant(0xc044a760) locked @ ../../i386/i386/trap.c:1169 >> panic: system call open returning with mutex(s) held >Ok, I see what's broken. I don't know

Re: world broken at pstat

2001-05-08 Thread David Wolfskill
>From: walt <[EMAIL PROTECTED]> >Date: 08 May 2001 19:58:05 -0700 >cvsup'd CURRENT 5-8-2001 around 1900 PST >make buildworld stopped here: >===> usr.sbin/pstat >cc -O -pipe -I/usr/src/usr.sbin/pstat/../../sys >-I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pstat/pstat.c >/usr/src/u

Re: using CVS to keep ports up to date.

2001-05-06 Thread David Wolfskill
>From: "John McGarrigle" <[EMAIL PROTECTED]> >Date: Mon, 7 May 2001 00:34:52 +0100 >I don't use CVS much (if at all) and I was wondering if anyone could give me >a sample command that would update /usr/ports to the -stable branch.. I'd >like a command that I can put in a cron and let it get on wi

-CURRENT buildworld broken....

2001-05-04 Thread David Wolfskill
In: >>> stage 4: make dependencies ... ===> secure/usr.bin/ssh-keyscan rm -f .depend mkdep -f .depend -a-DNO_IDEA -I/usr/obj/usr/src/i386/usr/include /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-keyscan.c cd /usr/src/secure/usr.bin/ssh-keyscan; make _EXTRADEPEND echo ssh-k

Re: lockup after resume

2001-05-04 Thread David Wolfskill
>Date: Fri, 4 May 2001 14:39:12 +0200 >From: "Georg-W. Koltermann" <[EMAIL PROTECTED]> >I CVSuped twice since my initial report, and the problem is still >there. On the other hand I have a report from David Wolfskill that >suspend/resume works fine for him. Right

Re: cvs commit: src/contrib/binutils/ld/emultempl elf32.em

2001-05-03 Thread David Wolfskill
[Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all] Just had a build of today's -CURRENT die during the "stage 3: cross tools" part: ===> ld ln -sf /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/emultempl/astring.sed stringify.sed sh /usr/src/gnu/usr.

Re: -CURRENT broken in gnu/usr.bin/perl/perl

2001-05-02 Thread David Wolfskill
>Date: Wed, 2 May 2001 18:28:18 +0200 >From: Anton Berezin <[EMAIL PROTECTED]> >> CVSup started from cvsup14.freebsd.org at Tue May 1 03:47:00 PDT 2001 >> CVSup ended from cvsup14.freebsd.org at Tue May 1 03:55:45 PDT 2001 >Did you do another buildworld between these CVSup's? >> CVSup started

-CURRENT broken in gnu/usr.bin/perl/perl

2001-05-02 Thread David Wolfskill
Just glanced through cvs-all; didn't see commits more recent than my last CVSup: CVSup started from cvsup14.freebsd.org at Tue May 1 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Tue May 1 03:55:45 PDT 2001 CVSup started from cvsup14.freebsd.org at Wed May 2 03:47:00 PDT 2001 CVSu

Re: dirpref: a new form of rm -rf * (was: World is broken...)

2001-04-29 Thread David Wolfskill
>Date: Sun, 29 Apr 2001 13:23:52 -0700 (PDT) >From: John Polstra <[EMAIL PROTECTED]> >In article <[EMAIL PROTECTED]>, >Mike Smith <[EMAIL PROTECTED]> wrote: >> > #defineisalnum(c) (isalpha(c) || isdigit(c)) Actually, following the lead of the definition of isalpha(), the version I used

Re: World is broken...

2001-04-29 Thread David Wolfskill
>From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Sun, 29 Apr 2001 19:10:36 +0200 > /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a >/usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a >/usr/obj/flat/src/sys/boot/ >i386/loader/../../../../lib/libstand/libstand.a >/usr/obj/

Re: ipfw: several equal rules under same number bug

2001-04-28 Thread David Wolfskill
>Date: Sun, 29 Apr 2001 08:42:20 +0400 >From: "Andrey A. Chernov" <[EMAIL PROTECTED]> >On Sat, Apr 28, 2001 at 21:22:59 -0700, David Wolfskill wrote: >> I have at least one application where I generate ipfw rules in a script, >> for a set of subnets which I r

Re: ipfw: several equal rules under same number bug

2001-04-28 Thread David Wolfskill
>Date: Sun, 29 Apr 2001 08:11:32 +0400 >From: "Andrey A. Chernov" <[EMAIL PROTECTED]> >I think it is very contr-intuitive way, better action will be "replace" if >number is the same. We have _enough_ numbers to not compact rules in such >bad manner. >For example "ipfw delete" takes number as an

Re: Post-FILE size change upgrade

2001-04-21 Thread David Wolfskill
>Date: Sat, 21 Apr 2001 16:49:24 +0200 >From: Sheldon Hearn <[EMAIL PROTECTED]> >After downgrading to RELENG_4 for a while to prove to my team mates >that 3 months of pain were the result of hardware instability and not >features of HEAD, I'm ready to get back on the wagon. >I didn't follow the

Re: nroff stopped working

2001-04-21 Thread David Wolfskill
>Date: Sat, 21 Apr 2001 14:12:59 +0200 (CEST) >From: Riccardo Torrini <[EMAIL PROTECTED]> >I'm using -current from 3.0 w/out big problems over last years. >But after last 3 make world man breaks: trying _ANY_ man give >me an empty page but under .../man/man*/*.gz sources are good. >Only formatted

Re: FW: Snapshot Log - current broke

2001-04-17 Thread David Wolfskill
>Date: Tue, 17 Apr 2001 12:34:39 -0700 (PDT) >From: John Baldwin <[EMAIL PROTECTED]> > >===> usr.sbin/pcvt/vttest >cc -O -pipe -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i386/usr/include -c >/usr/src/usr.sbin/pcvt/vttest/main.c >cc -O -pipe -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i

lock messages from today's -CURRENT

2001-04-16 Thread David Wolfskill
I saw that jhb committed some changes as of r1.307 of src/sys/i386/conf/GENERIC, so I replicated those changes (that I didn't already have) to my kernel config. Got -CURRENT built & running; the message below (bracketed by "normal" messages, to supply a little context) appear to be documenting we

readline.h 1.12 incompatible with gdb.291/gdb/top.c 1.2, I think

2001-04-13 Thread David Wolfskill
Others have mentioned that world appears broken on -current; happened to me as well, and it appears that r1.12 of libreadline/readline.h has exposed a definition of filename_completion_function() that conflicts with the one in gdb.291/gdb/top.c: src/contrib/libreadline/readline.h 2001/04/12 17:1

Re: world (still) having trouble (after gdb.291/gdb/defs.h)

2001-04-11 Thread David Wolfskill
>Date: Thu, 12 Apr 2001 04:40:03 +0700 (ALMST) >From: Boris Popov <[EMAIL PROTECTED]> >> In "stage 4: building everything...", it got well past that point, but >> blew up in usr.bin/kdump: > Sorry, delta was committed to smb_dev.h. It should be ok now. Yup -- built; I'm running: FreeBSD

world (still) having trouble (after gdb.291/gdb/defs.h)

2001-04-11 Thread David Wolfskill
OK; I ran into the earlier problem with tilde_expand, saw the commit, hand-patched my copy, & started the build again. In "stage 4: building everything...", it got well past that point, but blew up in usr.bin/kdump: ===> usr.bin/jot cc -O -pipe -Wall -W -I/usr/obj/usr/src/i386/usr/include -c

Re: fstab weirdness / UPDATING

2001-04-07 Thread David Wolfskill
>Date: Sat, 07 Apr 2001 09:08:41 +0200 >From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Yup, seems like i goofed that patch. Can you try this for me ? OK; it works much better with the patch: it seems to work correctly, from what I've tested so far. [Below is a sketch of what I did, so folks wil

Re: fstab weirdness / UPDATING

2001-04-06 Thread David Wolfskill
OK; I finally got a few consecutive minutes to look over fsck as of today's -CURRENT. In replying to different message, I had earlier reported what some others noted a couple of days ago: that not all of the filesystems are checked at boot (only 2 are), and experimentation demonstrated that in "

Re: problem building linux kernel module in current

2001-04-06 Thread David Wolfskill
>Date: Fri, 6 Apr 2001 17:56:55 +0300 (EET DST) >From: John Carlson <[EMAIL PROTECTED]> >I cvsupped today to -CURRENT, thinking to upgrade my -STABLE installation >(4.3-BETA). I followed the instructions in the UPDATING file, but ran into >a persistent problem when trying to compile the kernel a

Re: Call for review... PR 25577

2001-03-30 Thread David Wolfskill
>Date: Fri, 30 Mar 2001 16:35:30 -0800 >From: Brooks Davis <[EMAIL PROTECTED]> >> Or am I just being rather denser than usual? >No, you're entirely correct. However, this isn't my fault. ;-) OK; fair enough (and thanks for the reality check). :-} So far, it (the patchset) seems to not br

Re: Call for review... PR 25577

2001-03-30 Thread David Wolfskill
>From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Fri, 30 Mar 2001 23:07:08 +0200 >Any comments/reviews before we commit the patch to PR25577 ? OK; I've built today's -CURRENT (this time, after applying Brooks' patchset; I had built -CURRENT earlier today). Here's a (slightly sanitized) ifcon

Re: top output broked?

2001-03-27 Thread David Wolfskill
>Date: Tue, 27 Mar 2001 11:56:38 -0800 (PST) >From: John Baldwin <[EMAIL PROTECTED]> >> OK; that's a good & useful thing to keep in mind. And I did see some >> IRQ-related entries in top's output. >Are they getting %CPU though. When running top -S, the CPU %'s should always >add up to about 10

Re: top output broked?

2001-03-27 Thread David Wolfskill
Also, I happened to note that as I'm doing a "make buildworld" (for today's -STABLE, running in yesterday's -STABLE), my "top -S" output shows a large number of "0.00" entries for CPU (on the same laptop as my previously-reported results). So it may be odd, but at least -- in my case -- it appear

Re: top output broked?

2001-03-27 Thread David Wolfskill
>Date: Tue, 27 Mar 2001 10:21:46 -0800 (PST) >From: John Baldwin <[EMAIL PROTECTED]> >> Hmm... mine loks like that (modulo #CPUs), except when I'm actually >> making it do some work (re-building the kernel, in this case). What I >> see ("top -S") looks like: >> last pid: 9546; load averages:

RE: top output broked?

2001-03-27 Thread David Wolfskill
>Date: Tue, 27 Mar 2001 08:33:10 -0800 (PST) >From: John Baldwin <[EMAIL PROTECTED]> >Not one that I've seen: > PID USERNAME PRI NICE SIZERES STATE C TIME WCPUCPU COMMAND > 11 root -160 0K 0K CPU0 0 79.5H 49.37% 49.37% idle: cpu0 > 10 root -160

Re: top output broked?

2001-03-27 Thread David Wolfskill
>Date: Tue, 27 Mar 2001 03:18:10 -0800 >From: Alfred Perlstein <[EMAIL PROTECTED]> > PID USERNAME PRI NICE SIZERES STATE C TIME WCPUCPU COMMAND > 824 root -80 1048K 596K biord 0 0:38 0.00% 0.00% find > 385 root 40 32740K 31944K select 1 0:32 0.00%

Re: panic: resource_list_alloc

2001-03-24 Thread David Wolfskill
>From: "Cameron Grant" <[EMAIL PROTECTED]> >Date: Sun, 25 Mar 2001 05:58:53 +0100 >can you try http://people.freebsd.org/~cg/mssfix.diff.gz ? Yup. Works -- thanks! (Same kernel config that I had been using: I didn't disable sound.) Cheers, david -- David H. Wolfskill

Re: Kernel panic: resource_list_alloc: resource entry is busy

2001-03-24 Thread David Wolfskill
>Date: Sat, 24 Mar 2001 09:15:29 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >This from CVSup shortly before midnight (PST); I recall that I got >the update to sys/kern/kern_intr.c rev. 1.50 (to pin down the time a little >better). OK; I re-booted it under -STAB

Kernel panic: resource_list_alloc: resource entry is busy

2001-03-24 Thread David Wolfskill
This from CVSup shortly before midnight (PST); I recall that I got the update to sys/kern/kern_intr.c rev. 1.50 (to pin down the time a little better). I was able to re-boot with the kernel from /boot/kernel.old OK; once I did that, I re-built the kernel after adding "options DDB", and I then re-

yppasswdd_server.c:692: redefinition of `struct cmessage'

2001-03-22 Thread David Wolfskill
Got it 3 times; first after a CVSUP ended at Wed Mar 21 23:53:49 PST 2001, so I CVSUPed again (ended at Thu Mar 22 07:33:33 PST 2001); when it happened again, I blew away /usr/obj/usr/src (just in case there was something annoying there), but it's being rather consistent, so I thought the breakage

Re: "make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
>Date: Fri, 16 Mar 2001 16:22:35 -0800 >From: Dima Dorfman <[EMAIL PROTECTED]> >David Wolfskill <[EMAIL PROTECTED]> writes: >> ... >> ===> if_ef >> @ -> /usr/src/sys >> machine -> /usr/src/sys/i386/include >> echo "#define IPX 1&q

"make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
Since I first saw this, I've CVSupped a couple of times; most recent time ended at 11:32:39 hrs. PST (8 hrs. west of GMT/UTC) today. And I blew away /usr/obj completely (just in case anything was left lying about), and tried it with the GENERIC kernel (vs. my customized one); I'm not able to get

Re: -current broken, or am I?

2001-03-15 Thread David Wolfskill
>Date: Thu, 15 Mar 2001 15:52:45 -0500 >From: Michael Lucas <[EMAIL PROTECTED]> >Is it just me? >[breakage elided -- dhw] >Stop in /usr/src/usr.bin/kdump. >*** Error code 1 > Didn't happen for me; CVSup started at 23:47 yesterday, completed at Thu Mar 15 01:09:38 PST 2001. Built just fi

Re: sysinstall option for softupdates

2001-03-12 Thread David Wolfskill
>Date: Mon, 12 Mar 2001 20:33:59 +0100 >From: Poul-Henning Kamp <[EMAIL PROTECTED]> >In message <[EMAIL PROTECTED]>, "David O'Brien" writes: >>On Sat, Mar 10, 2001 at 10:32:23PM -0800, Dima Dorfman wrote: >>> Peter Wemm <[EMAIL PROTECTED]> writes: >>> > The version of the patch for -current uses

Re: swap-backed md-based /tmp to replace mfs-based one

2001-03-12 Thread David Wolfskill
>Date: Mon, 12 Mar 2001 11:29:50 -0800 (PST) >From: Matthew Jacob <[EMAIL PROTECTED]> >Speaking of md, and such, since MFS got nuked, and I died horribly every time >I tried to use md as a tmpfs, have the panics been fixed so I can use it now >as a replacement for MFS? Well, it appears to work O

Re: swap-backed md-based /tmp to replace mfs-based one

2001-03-11 Thread David Wolfskill
>Date: Sun, 11 Mar 2001 15:11:09 -0800 >From: Kris Kennaway <[EMAIL PROTECTED]> >To: Hajimu UMEMOTO <[EMAIL PROTECTED]> >We really need to provide a better rc.conf hook for doing this -- >expecting people to write their own script just to create a /tmp is >lame. I appreciate the validation that

swap-backed md-based /tmp to replace mfs-based one

2001-03-11 Thread David Wolfskill
During the past week, I've been tracking -STABLE (daily) & -CURRENT (about 2 days out of 3) on a new laptop. (More stuff about that in the recent -mobile archives, for folks who might have an interest.) Although I realize that there are significant differences between the FreeBSD mfs vs. the Sun

Re: 4.0-RC -- /etc/rc, NFS, & nis_client_enable="NO"

2000-02-17 Thread David Wolfskill
re accurately reflects the intended function would be in order. In addition, Boug Barton has suggested changes -- other than what I posted -- that would prevent the (rather misleading) startup message in the event that there were, in fact, no NFS mounts to do. Cheers, david -- David Wolfskill

4.0-RC -- /etc/rc, NFS, & nis_client_enable="NO"

2000-02-14 Thread David Wolfskill
need to get this system running ASAP; the above was based on a 4.0-RC filesystem that is accessible from another machine, and I actually did the equivalent patch to the 3.4-R system, which survived the experiment... though, as noted, it doesn't use NFS.) Cheers, david -- David Wolfskill

More on 4.0-20000208-CURRENT

2000-02-10 Thread David Wolfskill
t the name of the (SCSI) tape device is a bit different now) Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 pager: (888) 347-0197 FAX: (650) 372-5915 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread David Wolfskill
vented this previously by copying over the libdescrypt* entries from a 2.x system's /usr/lib, and manually changing the symlinks accordingly... but that's certainly not something I'd prefer to do. I'd offer patches if I had half a clue how to proceed :-( I hope this is actually o

Re: move portmap(8) from /usr/sbin to /sbin

2000-01-13 Thread David Wolfskill
;nfs"). This (type=link) simulates a symlink, as opposed to simulating an NFS mount. I've been using it for >1.5 years here to avoid loopback NFS mounts. Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 pager: (888)

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread David Wolfskill
ple. Shell built-ins, especially "echo", along with redirection (to fabricate a skeleton /etc/fstab enough to get boot-strapped) saved the day... and I learned a little. :-} Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 p

Re: removing enigma(1)

1999-12-01 Thread David Wolfskill
it provides rather weak encryption, >2. the crypto-distribution is available with stronger encryption, and >3. src/ports/security contains stronger encryption schemes. Maybe relocate it to games :-)/2, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator

Re: trigraph in IPV6?

1999-11-30 Thread David Wolfskill
>From: Martin Hopkins <[EMAIL PROTECTED]> >Date: Tue, 30 Nov 1999 16:31:30 + (GMT) >Why is the ??) not a trigraph? ie. (???) => (?] Right you are; my error. :-( Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650

Re: trigraph in IPV6?

1999-11-30 Thread David Wolfskill
ged. [Example & footnote elided -- dhw] K&R, 2nd ed., p. 229 appears to agree with the above. I suspect a bogus warning from gcc's lexical analyzer. Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 pager:

Re: "man" reads /etc/rc.conf?

1999-11-17 Thread David Wolfskill
some (otherwise bogus) login entry. Distribute this via NIS. The password will then be available to clients that are able to ask for the master.password.byname map -- in the FreeBSD implementation, that's euid 0 processes. I don't claim that this is elegant :-} Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 pager: (888) 347-0197 FAX: (650) 372-5915 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: freefall hangs w/ nfs

1999-10-25 Thread David Wolfskill
#x27;t fix the problem that plagues loopback NFS mounts; it avoids the issue instead. But sometimes it's appropriate to make things work, even if it's not the ideal solution. Making that judgement call is not something I'm prepared to do in this case; I'm presenting an alternative

Re: 4.0-19991012-CURRENT

1999-10-18 Thread David Wolfskill
oderately effective, at simulating the kind of load an active amanda server puts on ts "holding disk".) *"Broke" as in panic. Called Julian over to have a look; he suggested trying 3.3-R, then a recent CURRENT snap. Panic, as I recall, was whimpering about an attempt to f

Re: On hub.freebsd.org refusing to talk to dialups

1999-09-24 Thread David Wolfskill
ght now.I have had legitimate >important mail blocked at Freebsd.org due to the source being on the >RBL, but that is a price I am willing to pay. I'm far more comfortable with the use of the RBL than the DUL. Indeed, my externally-visible home SMTP server uses the RBL (but not the DUL).

Re: More benchmarking stuff...

1999-09-17 Thread David Wolfskill
t; aren't written to the NVRAM; it's fairly raw write requests that get written.) Cheers, david -- David Wolfskill [EMAIL PROTECTED] UNIX System Administrator voice: (650) 577-7158 pager: (888) 347-0197 FAX: (650) 372-5915 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: dots in usernames?

1999-05-12 Thread David Wolfskill
ntax for usernames. What's the problem you're trying to solve? Cheers, david -- David Wolfskill UNIX System Administrator d...@whistle.comvoice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Our routed - Vern says it's old and buggy.

1999-04-27 Thread David Wolfskill
new, >why isn't a router using OSPF installed with FreeBSD? Sorry; that's in the realms of psychology, sociology, and/or metaphysics, and as such, is outside any areas where I'm qualified to comment. :-) Cheers, david -- David Wolfskill UNIX System Administrator d...@

Re: showing full host names in output from who/finger/last

1999-04-12 Thread David Wolfskill
f those *now* doesn't mean that I necessarily know what the other was *then*. (And yes, this is more of a concern when investigating such things as dropped (but logged) ICMP redirects targeted at some of our perimeter hosts, for example. I'm rather less concerned within our internal nets.)

Re: disk quota overriding

1999-03-18 Thread David Wolfskill
is usenix.org; I expect y'all can take Web & majordomo queries from there.) Cheers, david -- David Wolfskill UNIX System Administrator d...@whistle.comvoice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majord...@freebsd.org with "uns

Re: ATAPI and ATAPI_STATIC with the new ATA* driver?

1999-03-03 Thread David Wolfskill
actions on my part, so I gave up.) And yes, I realize that neither my experiences nor perspective may be representative of anyone else. david -- David Wolfskill UNIX System Administrator d...@whistle.comvoice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send m

Re: Heads up! /etc/rc.conf.site is dead.

1999-02-09 Thread David Wolfskill
e >now updating your /etc from -current or -stable sources (not likely to >be all that many people). This change will also be in 3.1. OK; I gather that (by default) rc.conf will no longer be sourcing rc.conf.local either? Thanks, david (who is using a moderately recent SNAP for a growin

Re: some woes about rc.conf.site

1999-02-08 Thread David Wolfskill
that what sysinstall messes with should also be machine-specific, and the names should be of a similar pattern. At the same time, there is value in having a site-specific configuration file (just as there is value in having some site-wide files, some of which may well be executables

Re: Even more interesting NFS problems..

1999-02-01 Thread David Wolfskill
e Sun automounter "/hosts" map. Putting the "release-specific incantation" stuff in there managed to shut am-util's whining about "nfsv2" up. And using the rel. 1.2 of contrib/amd/libamu/mount_fs.c made it quit spitting out silly messages about "noconn". (Yes, I

Re: DEVFS, the time has come...

1999-01-28 Thread David Wolfskill
cular network, that level of detail is not always appropriate. It depends on your focus. Cheers, david -- David Wolfskill UNIX System Administrator d...@whistle.comvoice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majord...@freebsd.org with "u

Re: NIS with HPUX 10.20

1999-01-27 Thread David Wolfskill
I am finding, for example, that the NFS-mounted /usr/local that I inherited when I got here, though it has its expected advantages as in non-FreeBSD UNIX environments, is becoming a liability in this regard. david -- David Wolfskill UNIX System Administrator d...@whistle.com

Re: CALL FOR FEEDBACK: inetd

1999-01-26 Thread David Wolfskill
ps) has resolutely failed to exhibit them since the inetd patch was installed. We believe that the machine has been exercised enough that the symptoms would have recurred had the problem(s) still existed. Thanks, david -- David Wolfskill UNIX System Administrator d...@whistle.com

Re: NIS with HPUX 10.20

1999-01-26 Thread David Wolfskill
ut its lack (as they died), I thought this was probably A Good Thing. On the other hand, it seems that the /usr/libexec/ld-elf.so.1 was *not* modified by the "make world" process; I thought that odd. david -- David Wolfskill UNIX System Administrator d...@whistle.com

Re: NIS with HPUX 10.20

1999-01-26 Thread David Wolfskill
running 2.2.6-R. The 3.0-CURRENT was built from the RELENG_3 sources, and I had applied my patch to contrib/amd/libamu/mount_fs.c (which chould *not* have had anything at all to do with NIS), and did a "make world" (followed by rebuilding & installing the kernel). david -- David Wolf

<    4   5   6   7   8   9   10   >