Missing ithreads

2000-11-25 Thread Bernd Walter
I'm missing the ithread processes for irq10 and irq15. As you can see in the dmesg output there are de devices that are using the irqs in question. I asume that they are only missing in the list as the devices are working fine. PID TT STAT TIME COMMAND 0 ?? DLs0:00.16

-current dies in kerberosIV

2000-11-25 Thread Michael Harnois
cc -O -pipe -march=i686 -I/usr/src/kerberosIV/libexec/kipd/../../../crypto/kerberosIV/include -I/usr/src/kerberosIV/libexec/kipd/../../../crypto/kerberosIV/lib/roken -I/usr/src/kerberosIV/libexec/kipd/../../../crypto/kerberosIV/lib/krb

Patch for current on LCA based alphas

2000-11-25 Thread Bernd Walter
LCA systems doesn't like probing after PCI slot 19. Probing slot 20 panics the system. The following patch made it into single user mode on my AXPpci33. I asume it will also work on multias. I can't tell more as the tested system is a 4.1-RELEASE and I need to update the world before further

world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Steve Kargl
=== usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/if.c In file included from /usr/obj/usr/src/i386/usr/include/net/if_var.h:78, from /usr/src/usr.bin/netstat/if.c:49:

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Bosko Milekic
No biggie guys... jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. Sorry, Steve, for this inconvenience, but this stuff does occasionally happen in -CURRENT. :-) On Sat, 25

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Michael Harnois
On Sat, 25 Nov 2000 18:01:33 -0500 (EST), Bosko Milekic [EMAIL PROTECTED] said: jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. I tried your suggestion and it got me past

libc.so.4 not found

2000-11-25 Thread Derek Schene'
On a fresh hard drive I installed 5.0 20001123 Current and got the following after installation: Local package initialization:/usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found I tried again from scratch with 5.0 20001124 Current and have the same problem. This affects emacs, apache,

Re: libc.so.4 not found

2000-11-25 Thread Bill Fumerola
On Sat, Nov 25, 2000 at 12:18:43AM -0800, Derek Schene' wrote: On a fresh hard drive I installed 5.0 20001123 Current and got the following after installation: Local package initialization:/usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found we bumped the libc version to 5, but we

Re: libc.so.4 not found

2000-11-25 Thread David O'Brien
On Sat, Nov 25, 2000 at 02:44:08AM -0600, Bill Fumerola wrote: On Sat, Nov 25, 2000 at 12:18:43AM -0800, Derek Schene' wrote: On a fresh hard drive I installed 5.0 20001123 Current and got the following after installation: Local package initialization:/usr/libexec/ld-elf.so.1: Shared

Re: INVARIANTS and -current

2000-11-25 Thread Cyrille Lefevre
Steve Kargl [EMAIL PROTECTED] writes: Eivind Eklund wrote: (Based on suggestion from Robert Watson.) I want to enable INVARIANTS by default in -current. This result in some slowdown, but it also makes it more likely that we'll find bugs quickly. People that want to run -current

Re: RFC: /dev/console - /var/log/messages idea/patch

2000-11-25 Thread Cy Schubert - ITSD Open Systems Group
In message 1050.974925641@critter, Poul-Henning Kamp writes: The attached patch is a "proof-of-concept" on which I would like to get some comments: It bugs me big time that the output from /etc/rc and all other output to /dev/console is volatile and lost once it scrolls of your console.

Re: Kernel panic with ipfw pipes

2000-11-25 Thread Clive Lin
Hi, This works ! I was the dummynet victim due to dummynet, but now I'm saved :-) Hopes this to be committed soon. On Thu, Nov 23, 2000 at 11:40:19AM +0800, Bosko Milekic wrote: Please try this patch and report: http://people.freebsd.org/~bmilekic/ip_pipe.diff -- CirX - This site

Re: libc.so.4 not found

2000-11-25 Thread Leif Neland
Could this be the reason why Avp (virusscanner) for FreeBSD 4X just dumps core on Fbsd current? It works on a Fbsd stable. Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: RFC: /dev/console - /var/log/messages idea/patch

2000-11-25 Thread David O'Brien
On Fri, Nov 24, 2000 at 01:08:37AM +0100, Cyrille Lefevre wrote: Its in the scrollback buffer. and how do you access the scroll-back buffer if you are not front to the console (read remote) ? Do you mean remotely loged in across the network, or a serial [remote] console? If you mean the

Re: libc.so.4 not found

2000-11-25 Thread David O'Brien
On Sat, Nov 25, 2000 at 12:44:34PM -0600, Bill Fumerola wrote: Huh? Why the worst of both worlds?? Incompatible changes AND no way to differentiate between the two. (plus we don't even know what changed it, so we have no way of telling people "your libc before X won't work with binarys

Re: libc.so.4 not found

2000-11-25 Thread janb
I am not sure, if anybody care for this fix, but I just copied libc.so.5 to libc.so.4 when kde was complaining about not finding it. I am not sure if this should work, but it does work just fine... JAn On Sat, 25 Nov 2000, David O'Brien wrote: On Sat, Nov 25, 2000 at 12:44:34PM -0600, Bill

Re: Kernel panic with ipfw pipes

2000-11-25 Thread Bosko Milekic
Gentlemen, I'm holding up on committing this as we speak as I believe the counter manipulations become illegal following the ifq locking commits. This is good as it will give us an opportunity/bigger reason to review this code further before making a commit. Feel free to

lpd panic

2000-11-25 Thread Chuck Robey
I'm finally having enough time again to look at FreeBSD again, so I went back and I'm looking at my port complaints. In looking at a2ps, after I reinstalled it fresh (so if it'd been changed I would see those) I see it seems to be going ok, but I pick up a kernel panic whilst printing. The

Re: libc.so.4 not found

2000-11-25 Thread Derek Schene'
Thanks for everyone's input, I feel I'm getting closer and see where my previous thinking had gone wrong. I tried this- I'd suggest just symlinking libc.so.4 to libc.so.5, nothing terrible should happen. and now when booting get- Local package initialization:fopen: No such file or

Re: libc.so.4 not found

2000-11-25 Thread David O'Brien
On Sat, Nov 25, 2000 at 03:34:49PM -0800, Derek Schene' wrote: I tried this- I'd suggest just symlinking libc.so.4 to libc.so.5, nothing terrible should happen. Since nothing has changed in the -CURRENT libc yet, this will work. BTW, you'd want to do the same for libc_r.so.4.

Re: RFC: /dev/console - /var/log/messages idea/patch

2000-11-25 Thread Cyrille Lefevre
Alexander Leidinger [EMAIL PROTECTED] writes: On 24 Nov, Cyrille Lefevre wrote: The attached patch is a "proof-of-concept" on which I would like to get some comments: I'm only a moronic user, but this would make my life easier. My machine switches into 132x43 on startup, and

Re: RFC: /dev/console - /var/log/messages idea/patch

2000-11-25 Thread Cyrille Lefevre
"David O'Brien" [EMAIL PROTECTED] writes: On Fri, Nov 24, 2000 at 01:08:37AM +0100, Cyrille Lefevre wrote: Its in the scrollback buffer. and how do you access the scroll-back buffer if you are not front to the console (read remote) ? Do you mean remotely loged in across the

Re: -current on ibm tp a20p?

2000-11-25 Thread Peter Wemm
Christian Carstensen wrote: On Fri, 24 Nov 2000, Rogier R. Mulhuijzen wrote: 1) is this a CardBus card maybe? It happens with a) Lucent WaveLAN (silver) b) 3com 3c589d 2) What does 'pccardc dumpcis' return? Code 85 not found Code 85 not found code Unknown ignored

Re: libc.so.4 not found

2000-11-25 Thread Kris Kennaway
On Sat, Nov 25, 2000 at 10:28:53PM +0100, Leif Neland wrote: Could this be the reason why Avp (virusscanner) for FreeBSD 4X just dumps core on Fbsd current? It works on a Fbsd stable. Could be malloc.conf defaults. i.e. a bug in avp triggered by the debugging /etc/malloc.conf settings in

wall/rwall cleanups

2000-11-25 Thread Kris Kennaway
Please review. This syncs up our code with some NetBSD changes, as well as attempting to sync rwall up with wall. Kris Index: wall/wall.c === RCS file: /mnt/ncvs/src/usr.bin/wall/wall.c,v retrieving revision 1.15 diff -u -r1.15

Re: lpd panic

2000-11-25 Thread Mark Murray
seems to be going ok, but I pick up a kernel panic whilst printing. Ditto. Also on a dual-cpu machine, also a really recent CURRENT. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send

kde2 upgrade fails in wierd fashion

2000-11-25 Thread janb
This is strange. I deinstalled all kde11 type ports and then made installed the kde2 port. However, each time I got and startx, I stay with kde 1.1.2. I am using Xfree86 4.01 and a reasonably recent version of CURRENT. Has anybody got an explanation for this behavior? To Unsubscribe: send