Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Kris Kennaway
On Wed, Jun 11, 2003 at 11:05:57PM -0700, Kris Kennaway wrote: It looks like gcc's inline alloca implementation allocates chunks in larger chunks than the alloca.S implementation does. This (untested) patch should make the alloca.S behaviour match that of gcc. I suspect that there's a buffer

Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Kris Kennaway
On Thu, Jun 12, 2003 at 07:18:12AM +0200, Wiktor Niesiobedzki wrote: On Wed, Jun 11, 2003 at 09:50:22PM -0700, Kris Kennaway wrote: On Wed, Jun 11, 2003 at 10:48:32PM -0600, Andrew Lankford wrote: Can you try backing out bsd.sys.mk to r1.26 and rebuild your world and kernel? Later

Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Kris Kennaway
On Thu, Jun 12, 2003 at 12:38:36AM -0700, Kris Kennaway wrote: Okay, it looks like alloca.S was broken. My previous patch that increased the size of allocations was just a gratuitous difference with the inline version, and is not necessary. Here's a fix that seems to get ppp to stop

Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Kris Kennaway
On Thu, Jun 12, 2003 at 12:44:51AM -0700, Kris Kennaway wrote: + leal24(%esp), %eax /* base of newly allocated space */ After I figured out what the 24(...) meant (add 24 to ...) it's clear that this isn't a fix (except in the special case of PPPoE support ;-). gcc's builtin inline

Re: CSTD=c99 breaks package creation

2003-06-12 Thread Kris Kennaway
On Thu, Jun 12, 2003 at 02:43:42PM -0700, David O'Brien wrote: On Wed, Jun 11, 2003 at 07:37:01PM -0700, Kris Kennaway wrote: On Tue, Jun 10, 2003 at 04:38:58AM -0700, Kris Kennaway wrote: A couple of ports are creating broken bzip2 archives since I updated the build environments to 5.1

CSTD=c99 breaks package creation

2003-06-11 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 04:38:58AM -0700, Kris Kennaway wrote: A couple of ports are creating broken bzip2 archives since I updated the build environments to 5.1-CURRENT: ports-i386%bzip2 -t ja-makejvf-fkr-1.0_1.tbz bzip2: ja-makejvf-fkr-1.0_1.tbz: file ends unexpectedly You can use

Re: adsl/pppoe no longer connecting on 5.1

2003-06-11 Thread Kris Kennaway
On Wed, Jun 11, 2003 at 10:34:39PM -0400, Andrew Lankford wrote: I'm having trouble with the latest build of -CURRENT as well. Same problem, slightly different symptoms: Portions of my config file: disable ipv6 deny pap set device PPPoE:xl0 ...produce this in the log (repeatedly):

Re: adsl/pppoe no longer connecting on 5.1

2003-06-11 Thread Kris Kennaway
On Wed, Jun 11, 2003 at 10:48:32PM -0600, Andrew Lankford wrote: Can you try backing out bsd.sys.mk to r1.26 and rebuild your world and kernel? Later versions of this file are causing strange problems with package builds. I was a little lazy and just backed out bsd.sys.mk to 1.26 as you

Re: adsl/pppoe no longer connecting on 5.1

2003-06-11 Thread Kris Kennaway
On Thu, Jun 12, 2003 at 07:18:12AM +0200, Wiktor Niesiobedzki wrote: On Wed, Jun 11, 2003 at 09:50:22PM -0700, Kris Kennaway wrote: On Wed, Jun 11, 2003 at 10:48:32PM -0600, Andrew Lankford wrote: Can you try backing out bsd.sys.mk to r1.26 and rebuild your world and kernel? Later

Re: Serious ppp failure on 5.1

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 08:50:03AM +0200, P. U. Kruppa wrote: Hi, after a cvsup to 5.1-CURRENT my ppp over ethernet doesn't connect anymore. Using ppp manually I receive: Unexpected node type socket (wanted ether) The connection works fine on my 4.8 with identical ppp.conf .

package creation broken on 5.1-CURRENT

2003-06-10 Thread Kris Kennaway
A couple of ports are creating broken bzip2 archives since I updated the build environments to 5.1-CURRENT: ports-i386%bzip2 -t ja-makejvf-fkr-1.0_1.tbz bzip2: ja-makejvf-fkr-1.0_1.tbz: file ends unexpectedly You can use the `bzip2recover' program to attempt to recover data from undamaged

Re: FTP and command-line multiple downloads

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 03:55:28PM +0400, Yar Tikhiy wrote: On Fri, Jun 06, 2003 at 03:28:02PM -0700, Kris Kennaway wrote: On Fri, Jun 06, 2003 at 05:10:21PM +0400, Yar Tikhiy wrote: I must admit that I overlooked this feature in lukemftp. In fact, lukemftp can download multiple files

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 09:42:08PM +0200, Gordon Bergling wrote: Hi all, On Mon Jun 09, 2003 at 11:09PM +0200, Gordon Bergling wrote: On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 10:57:19PM +0200, Gordon Bergling wrote: -From /etc/make.conf -- # BDECFLAGS are a set of gcc warning settings that Bruce Evans has # suggested # for use in developing FreeBSD and testing changes. They can be used # by

Re: chkrootkit w/ current

2003-06-08 Thread Kris Kennaway
On Sun, Jun 08, 2003 at 12:44:35AM -0700, Perry S. Glenn wrote: Is chkrootkit giving accurate info for FreeBSD-5 ? This is a FAQ. Please go and bother the authors of chkrootkit and have them update the signatures so this question stops getting asked. Kris pgp0.pgp Description: PGP

Re: Can't build -CURRENT on 4.7

2003-06-07 Thread Kris Kennaway
On Fri, Jun 06, 2003 at 11:57:00PM -0700, David O'Brien wrote: On Fri, Jun 06, 2003 at 09:46:07PM -0700, Tim Kientzle wrote: The compiler in 4.7 does not like this: -std=gnu99 As a result, buildworld of -CURRENT fails rather early. Committers are not required to support

Re: Can't build -CURRENT on 4.7

2003-06-07 Thread Kris Kennaway
On Sat, Jun 07, 2003 at 01:07:24AM -0700, David O'Brien wrote: I carefully worded the reply to specifically address build 5-CURRENT on 4.7. Can you try src/share/mk/bsd.sys.mk rev 1.29 to see if it fixes your problem? Have you tested it thoroughly? Didn't you back out -std=c99 in a previous

Re: FTP and command-line multiple downloads

2003-06-06 Thread Kris Kennaway
On Fri, Jun 06, 2003 at 05:10:21PM +0400, Yar Tikhiy wrote: As far as I can see, this is a client-side problem of CURRENT's ftp(1). FreeBSD ftp(1) was completely replaced with lukemftp, ftp client from NetBSD, in CURRENT a year ago. The commit message was promising: ...Lukemftp

Re: [help]-make buildworld failed

2003-06-06 Thread Kris Kennaway
On Fri, Jun 06, 2003 at 10:04:34PM +, Sujan Gautam wrote: Hi I cvsupped to the -current tree for FreeBSD 5.1. I am trying to 'make buildworld' but I keep getting these errors. #make -j4 buildworld -j4 obscures the error..try again without it. However, as you'd know by reading this

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 02:05:58PM -0300, Fred Souza wrote: Hello, I just noticed this (and I think it never happened to me before): torment:~! ftp x.y.z.w Connected to x.y.z.w. 220 h4w h4w h4w Name (x.y.z.w:fred): anonymous 530 Sorry, no ANONYMOUS access allowed. ftp:

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 11:46:36PM +0200, Morten Rodal wrote: On Wed, Jun 04, 2003 at 03:21:45PM -0300, Fred Souza wrote: Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? The ftpd? I don't have access to it, sorry. If you meant the ftp client, here's the output

Re: phoenix crash in libc_r on sparc64

2003-06-05 Thread Kris Kennaway
On Thu, Jun 05, 2003 at 01:56:08AM +0200, Thomas Moestl wrote: On Wed, 2003/06/04 at 00:30:36 -0700, Kris Kennaway wrote: On Mon, Jun 02, 2003 at 04:15:43PM -0700, Kris Kennaway wrote: phoenix on my sparc64 crashed while idle with the following: Fatal error '_waitq_insert: Already

Re: our compiler can't convert longlong to float? 5.1-RC1

2003-06-04 Thread Kris Kennaway
On Tue, Jun 03, 2003 at 11:40:40PM +0800, leafy wrote: I got this strange message and a core dump after installing 5.1-RC1 cdrom iso checking if c++ supports bool types... yes checking if conversion of longlong to float works... Segmentation fault (core du mped) no configure: error:

Re: phoenix crash in libc_r on sparc64

2003-06-04 Thread Kris Kennaway
On Mon, Jun 02, 2003 at 04:15:43PM -0700, Kris Kennaway wrote: phoenix on my sparc64 crashed while idle with the following: Fatal error '_waitq_insert: Already in queue' at line 321 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 2) Any ideas? Kris One

Re: our compiler can't convert longlong to float? 5.1-RC1

2003-06-04 Thread Kris Kennaway
On Thu, Jun 05, 2003 at 09:44:38AM +0800, leafy wrote: On Tue, Jun 03, 2003 at 03:55:47PM -0700, Kris Kennaway wrote: Post the code it's trying to run. It's possible it's buggy. Kris #include stdio.h typedef long long longlong; main() { longlong ll=1; float f; FILE *file

phoenix crash in libc_r on sparc64

2003-06-03 Thread Kris Kennaway
phoenix on my sparc64 crashed while idle with the following: Fatal error '_waitq_insert: Already in queue' at line 321 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 2) Any ideas? Kris pgp0.pgp Description: PGP signature

panic: pmap_release: pmap resident count 1 != 0

2003-05-31 Thread Kris Kennaway
bento was running 5.1-BETA from May 5, and it crashed overnight with: panic: pmap_release: pmap resident count 1 != 0 cpuid = 1; lapic.id = Dumping 1024 MB 16 32[CTRL-C to abort] [CTRL-C to abort] 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 336 352 368 384 400

Re: strange 'su' problem

2003-05-31 Thread Kris Kennaway
On Fri, May 30, 2003 at 07:03:29PM +0200, [EMAIL PROTECTED] wrote: - I still have: M ~/tmp [16096] su - toor [1]+ Stopped su - toor M ~/tmp [16097] fg su - toor -su-2.05b# M ~/tmp [16081] su - root

Re: 5.1-BETA2 pkg_info wierdness

2003-05-29 Thread Kris Kennaway
On Thu, May 29, 2003 at 12:15:20AM +, [EMAIL PROTECTED] wrote: Instead of simple text lines, pkg_info is returning what looks like escaped words after clean install of 5.1-BETA2: Already fixed, thanks. Kris pgp0.pgp Description: PGP signature

Re: LOR in vm_object/vm_kern

2003-05-27 Thread Kris Kennaway
On Wed, May 28, 2003 at 12:21:21AM +0200, Dennis Kristensen wrote: Hi! I just got the below LOR on: FreeBSD lap.snicki.dk 5.1-BETA FreeBSD 5.1-BETA #49: Tue May 27 22:28:31 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LAP i386 sources from about half an hour before the kernel

Re: kp_proc and kp_eproc

2003-04-05 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 11:26:14PM -0600, Glenn Johnson wrote: Thanks, I will give it a try, but probably not until Monday when I get back to work. Since you said you made this a while ago and it is untested, does that mean that you once used PBS and are using something else in its stead. I

Re: Building 5-CURRENT world under 4-STABLE?

2003-04-04 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 10:12:09AM -0600, Larry Rosenman wrote: Is it supported to be running under a 4-STABLE world and build a 5-CURRENT world? Yes. Kris pgp0.pgp Description: PGP signature

Re: CPUTYPE?

2003-04-04 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 12:50:45PM -0500, Barney Wolff wrote: I need to buildworld (current) and ports to run on both p3 and athlon-mp. What's a good value for CPUTYPE, or should I just leave it out? i686 is the lowest common divisor of those two. Kris pgp0.pgp Description: PGP signature

Re: imon on FreeBSD

2003-04-04 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 11:52:15AM +0200, Stephan M?ck wrote: I want to use imon inode monitor to watch file activity. Is it possible to do that with FreeBSD? I don't see imon in the ports collection. However there are other tools like l0pht-watch and fam in ports (I don't know if fam uses

Re: kp_proc and kp_eproc

2003-04-04 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 06:07:12PM -0600, Glenn Johnson wrote: On Fri, Apr 04, 2003 at 03:54:05PM -0800, Julian Elischer wrote: yes.. The entire process structure and it's surrounding enviroment has been through a blender. What do

Re: RELENG_5_0 v. HEAD

2003-04-01 Thread Kris Kennaway
On Tue, Apr 01, 2003 at 09:42:25AM -0800, Evan Dower wrote: I've been tracking RELENG_5_0 pretty much since it existed, but I am wondering now if it would be better to track -CURRENT via HEAD instead. After all, with the semi-frozen status of HEAD, all knew commits should be fairly

Re: isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-31 Thread Kris Kennaway
On Mon, Mar 31, 2003 at 02:46:05PM +0800, Ying-Chieh Liao wrote: what's wrong with my system ? or what can I do for it ? See Message-ID: [EMAIL PROTECTED] Kris pgp0.pgp Description: PGP signature

Re: sparc64 tinderbox failure

2003-03-29 Thread Kris Kennaway
On Sat, Mar 29, 2003 at 08:18:48PM +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Jos Backus writes: On Sat, Mar 29, 2003 at 11:02:53AM -0800, Peter Wemm wrote: Mike Barcroft wrote: stage 4: building everything..

Hard lockup after / became full

2003-03-29 Thread Kris Kennaway
Bento locked up hard overnight, such that I could not even break to the debugger. The timeline of events seems to be: Mar 29 05:10:02 kern.err bento kernel: pid 46625 (locate.code), uid 65534 inumber 16041 on /: filesystem full Some time between 5:15 and 5:20 the system locked up completely.

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-28 Thread Kris Kennaway
On Fri, Mar 28, 2003 at 10:28:07AM -0500, Mike Barcroft wrote: Kris Kennaway [EMAIL PROTECTED] writes: On Tue, Mar 18, 2003 at 09:31:48PM -0500, Mike Barcroft wrote: stat.h: $FreeBSD: src/sys/sys/stat.h,v 1.34 2003/03/14 16:09:48 mike Exp $ I think I see the problem

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-27 Thread Kris Kennaway
On Tue, Mar 18, 2003 at 09:31:48PM -0500, Mike Barcroft wrote: stat.h: $FreeBSD: src/sys/sys/stat.h,v 1.34 2003/03/14 16:09:48 mike Exp $ I think I see the problem. I'll try to get a fix committed by tonight. Still appears to be broken with r1.35:

Re: Port breakage (isnan undeclared)

2003-03-27 Thread Kris Kennaway
On Thu, Mar 20, 2003 at 08:27:06PM +1100, Tim Robbins wrote: On Thu, Mar 20, 2003 at 12:55:22AM -0800, Kris Kennaway wrote: Several ports have become broken recently with the following error: ../../../include/osg/Math:149: `isnan' undeclared (first use this function) http

Re: ACPI using too much CPU on idle system

2003-03-27 Thread Kris Kennaway
On Mon, Mar 24, 2003 at 01:20:40PM -0800, Kris Kennaway wrote: top -S shows the following on my machine: CPU states: 0.8% user, 0.0% nice, 80.3% system, 12.9% interrupt, 6.1% idle PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 11 root -160 0K

Panic in wait4()

2003-03-25 Thread Kris Kennaway
I just got this on bento (running a kernel from Mar 17). It was under heavy disk load at the time, which may or may not be relevant. Kris panic: mtx_lock() of spin mutex %s @ %s:%d panic messages: --- Fatal trap 12: page fault while in kernel mode cpuid = 1; lapic.id = fault virtual

Re: Panic in wait4()

2003-03-25 Thread Kris Kennaway
On Wed, Mar 26, 2003 at 10:13:05AM +1100, Tim Robbins wrote: #12 0xc01b86b5 in panic (fmt=0xe35e9bbc Y\2179) at ../../../kern/kern_shutdown.c:509 #13 0xc01aeae3 in _mtx_lock_flags (m=0x0, opts=0, file=0xc03375e7 ../../../kern/kern_resource.c, line=989) at

ACPI using too much CPU on idle system

2003-03-24 Thread Kris Kennaway
top -S shows the following on my machine: CPU states: 0.8% user, 0.0% nice, 80.3% system, 12.9% interrupt, 6.1% idle PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 11 root -160 0K12K RUN563:23 32.23% 32.23% idle 7 root -840 0K

panic: softdep_disk_io_initiation: read

2003-03-22 Thread Kris Kennaway
I've got 3 of these so far (2 on alpha, 1 on i386) since updating to current as of 17 March. panic: softdep_disk_io_initiation: read Debugger(panic) Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db trace Debugger(c041df8a,c04935e0,c0430d64,d7a50b20,1) at Debugger+0x54

Re: Q) XFree86-4-Server

2003-03-22 Thread Kris Kennaway
On Sun, Mar 23, 2003 at 11:57:18AM +0900, Yamada Ken Takeshi wrote: Is it only with me? XFree86-4-Server cannot be compiled on recent -current, FreeBSD 5.0-CURRENT #34: Sat Mar 22 13:21:34 JST 2003, with the following error (patch cannot be applied); I think it's you :) That patch

Port breakage (isnan undeclared)

2003-03-20 Thread Kris Kennaway
Several ports have become broken recently with the following error: ../../../include/osg/Math:149: `isnan' undeclared (first use this function) http://bento.freebsd.org/errorlogs/i386-5-latest/osg-0.9.3.log http://bento.freebsd.org/errorlogs/i386-5-latest/gnucap-0.31.log

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-19 Thread Kris Kennaway
On Wed, Mar 19, 2003 at 10:07:21AM -0500, Mike Barcroft wrote: I think I see the problem. I'll try to get a fix committed by tonight. Okay, try revision 1.35. Will do, thanks! Kris pgp0.pgp Description: PGP signature

Re: ports problem with 5.0-RELEASE - CURRENT

2003-03-18 Thread Kris Kennaway
On Tue, Mar 18, 2003 at 11:17:04AM +0300, Juriy Goloveshkin wrote: What can be wrong??? Perhaps you didn't upgrade your ports collection completely. A common mistake is to forget to cvsup the ports-base collection. Kris pgp0.pgp Description: PGP signature

kgdb on alpha does not work properly

2003-03-18 Thread Kris Kennaway
I've been having trouble getting gdb -k on alpha to give me sensible backtraces. For example, here is the backtrace of a softupdates panic that I dumped by calling doadump in ddb: (kgdb) bt #0 0xfc421828 in doadump () at

Re: kgdb on alpha does not work properly

2003-03-18 Thread Kris Kennaway
On Tue, Mar 18, 2003 at 05:59:00PM -0500, Andrew Gallatin wrote: Kris Kennaway writes: I've been having trouble getting gdb -k on alpha to give me sensible backtraces. For example, here is the backtrace of a softupdates panic that I dumped by calling doadump in ddb: .. #6

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-18 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 09:06:45AM -0800, Kris Kennaway wrote: On Fri, Mar 14, 2003 at 11:41:23AM -0500, Mike Barcroft wrote: Can someone please investigate? This was fixed in rev 1.33 of sys/stat.h. Great, thanks..I'll update the bindists. It still appears to be broken: http

Re: Debugger(panic) on reboot

2003-03-18 Thread Kris Kennaway
On Wed, Mar 19, 2003 at 05:38:30AM +0100, Andrew Mace wrote: Hello there, I recently installed the FreeBSD 5.0 CURRENT (dated 03/14/03) and today I got the following error after I rebooted the system: syncing disks,buffers remaining... 3 3 done Slab at 0xc2b84fcc,freei 11=191

Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-14 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 02:35:43AM -0800, Kris Kennaway wrote: A number of ports have become broken on ia64 for what appears to be a similar reason: In file included from nid3.c:50: /usr/include/sys/stat.h:127: syntax error before u_int /usr/include/sys/stat.h:158: syntax error before u_int

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-14 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 11:41:23AM -0500, Mike Barcroft wrote: Can someone please investigate? This was fixed in rev 1.33 of sys/stat.h. Great, thanks..I'll update the bindists. Kris pgp0.pgp Description: PGP signature

Re: CURRENT

2003-03-14 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 09:08:33AM +0100, CARTER Anthony wrote: Can you tell me where I can get a trace, or how to set a trace, so I can examine what is going wrong? As you can see, I am new to FBSD...but eager to learn... Read the handbook chapter on kernel debugging. If you're running

Re: Build error again.

2003-03-13 Thread Kris Kennaway
On Thu, Mar 13, 2003 at 05:12:32PM -0800, Wade Klaver wrote: That last error was generated running with -DNOCLEAN and -j 4. I get this error running a plain make buildworld. Thanx for any help/comments/suggestions in advance. This doesn't show the error because you are using -j4. However,

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Kris Kennaway
On Wed, Mar 12, 2003 at 03:43:52PM +0100, Hartmann, O. wrote: Possibly I should repeat in short terms what I did when 'migrating' from the working 4.X diskless system to the 5.0 system. I think some of the directory layout needed for diskless nfs booting was frobbed by dillon a few months ago

bad malloc flags: 4

2003-03-11 Thread Kris Kennaway
Got this when booting a fresh kernel: Bad malloc flags: 4 Stack backtrace: backtrace(c03953d4,4,1,c035e443,c1b6e500) at backtrace+0x17 malloc(3c,c03dfe80,4,c1b85d00,dcd7bc78) at malloc+0x5b m_tag_alloc(0,e,30,4,c5a5bcc0) at m_tag_alloc+0x2f ip6_addaux(c1b85d00,dcd7bcbc,c02af378,c1b85d00,c5bab800)

Re: NULL pointer problem in pid selection ?

2003-03-08 Thread Kris Kennaway
On Sat, Mar 08, 2003 at 11:46:34AM +0100, Poul-Henning Kamp wrote: Just got this crash on -current, and I belive I have seen similar before. addr2line(1) reports the faulting address to be ../../../kern/kern_fork.c:395 which is in the inner loop of pid collision avoidance. I've been

Re: SCHED_ULE ok again. feedback please?

2003-03-07 Thread Kris Kennaway
On Fri, Mar 07, 2003 at 09:41:07AM +0200, Vallo Kallaste wrote: All interactive tasks are very responsive. My nice -5'd looping process is getting 70% of the cpu and my compile is taking the rest. nice +20 may not behave as well as in sched_4bsd right now. I'm going to work on that.

failed to set signal flags properly for ast()

2003-03-07 Thread Kris Kennaway
I've been getting a few of these on 5.0 lately: Mar 7 21:31:07 kern.crit bento kernel: failed to set signal flags properly for ast() Is there any additional debugging information I can provide to help track this down? Kris pgp0.pgp Description: PGP signature

Re: -O2 broke ppp NAT

2003-03-05 Thread Kris Kennaway
On Wed, Mar 05, 2003 at 10:00:20PM +, Nuno Teixeira wrote: I rebuild everything with no CPUTYPE? and CFLAGS and ppp -nat is working again. I know that this isn't a important issue or bug because there are lots of warnings about gcc optimizations because the system may become unstable.

Re: Removal of netns

2003-03-04 Thread Kris Kennaway
On Tue, Mar 04, 2003 at 01:35:51PM -0800, Terry Lambert wrote: Things being removed constantly. If you will remember, there has been a rocky history with the removal of functionality in FreeBSD. If you don't remember, I will be happy to remind you of specific incidents that ended up

Re: Problems compiling KDE after mega-commit

2003-03-03 Thread Kris Kennaway
On Tue, Mar 04, 2003 at 01:57:46AM -0500, Andre Guibert de Bruet wrote: Hi, You need to upgrade your ports skeleton. There's a couple of fixes that were committed within the last 24 hours which fix these issues. Hmm..I've seen this on another port already (icewm, I think). It looks like phk

Re: distributed folding client panics -current

2003-03-02 Thread Kris Kennaway
This may already be fixed..can you try updating and see if the problem persists? Kris pgp0.pgp Description: PGP signature

Re: SCHED_ULE oddities

2003-02-28 Thread Kris Kennaway
On Fri, Feb 28, 2003 at 11:24:53AM -0800, James Satterfield wrote: First off, I found SCHED_ULE to be very slow. More importantly, the two times that I rebooted while running it, shutdown failed to sync the disks. On the second reboot, I had just installed a new kernel. The results of this

[bobb@fastmail.fm: Fatal trap 12: page fault while in kernel mode]

2003-02-25 Thread Kris Kennaway
- Forwarded message from Bobb Shires [EMAIL PROTECTED] - I'm trying to install 5.0-RELEASE on a Gateway Solo 5150 laptop (PII-366/128M), can't seem to get past this situation while booting from the CD: Fatal trap 12: page fault while in kernel mode fault virtual address =

Re: ports make index returns warnings/errors

2003-02-24 Thread Kris Kennaway
On Mon, Feb 24, 2003 at 12:35:37PM +0100, Christoph Kukulies wrote: I cvsupped a moment before including ports-all and - since I've learnt to 'make index' afterwards - making index returns Generating INDEX-5 - please wait../nonexistentlocal: not found Makefile, line 30: warning:

Re: INVARIANTS-related fs panic on alpha

2003-02-23 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 06:51:19PM -0800, Kris Kennaway wrote: On Fri, Feb 14, 2003 at 04:53:07PM -0800, Kirk McKusick wrote: I have tried running my test machine out of filesystem space (repeatedly) and have not been able to get this panic. I will keep running that test in the hopes

Re: INVARIANTS-related fs panic on alpha

2003-02-23 Thread Kris Kennaway
On Sun, Feb 23, 2003 at 01:37:24PM -0800, Kris Kennaway wrote: Hmm. The machines that have panicked are likely to have been under extreme disk load at the time they ran out of space (e.g. extracting several dozen large tarballs simultaneously) [1]. I'll have to see if I can trigger

Re: top-of-tree alpha kernel panics during boot

2003-02-19 Thread Kris Kennaway
On Wed, Feb 19, 2003 at 08:42:40PM +0100, Dag-Erling Smorgrav wrote: 3) a fresh kernel without pcm boots but exhibits the same symptoms kris reported, i.e. programs segfaulting for no apparent reason; if / when they produce a core file, it is corrupted and useless for debugging.

memset prototype changed?

2003-02-18 Thread Kris Kennaway
A number of ports have started failing due to an incompatible memset prototype. Did someone recently change this? e.g. http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log Kris msg52652/pgp0.pgp Description: PGP signature

Re: memset prototype changed?

2003-02-18 Thread Kris Kennaway
On Tue, Feb 18, 2003 at 12:47:35PM +0100, Richard Nyberg wrote: On Tue, Feb 18, 2003 at 12:01:29PM +0100, Dag-Erling Smorgrav wrote: Kris Kennaway [EMAIL PROTECTED] writes: http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log The code that fails to compile

sshd dying in libpam with signal 11

2003-02-16 Thread Kris Kennaway
I'm getting sshd dying a lot on the i386 and alpha package machines. After some work I managed to get the following traceback: #0 0x in ?? () #1 0x281fbfa2 in pam_vprompt (pamh=0xbfbfee28, style=-1077940696, resp=0xbfbfee28, fmt=0xbfbfee28 0n??, ap=0xbfbfee28 0n??) at

Clock disabled during DDB

2003-02-16 Thread Kris Kennaway
Is it an expected feature that the system clock is not updated when the system is sitting in DDB? I just had 8 machines sitting in DDB for about 20 minutes at boot (because of that ^@%^ sysctl LOR), and ntpd refused to time-sync them when I continued, because the clock had fallen too far behind:

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
On Sun, Feb 16, 2003 at 07:52:35PM -0800, Andrey A. Chernov wrote: So, monotonically increased seed-first value correlation problem remains... I think we should commit this patch (to -current) and fix all the problems that pop up. For example, it's used in awk (which started this set of

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
On Mon, Feb 17, 2003 at 04:40:48PM +1100, Tim Robbins wrote: I disagree. It's safe to use rand() in games and in certain kinds of simulations when you don't care that the distribution isn't quite uniform, or when you prefer speed over quality. I don't think rand() needs a warning message like

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
On Sun, Feb 16, 2003 at 10:31:25PM -0800, David Schultz wrote: Note that I was only suggesting this patch be committed to -current for purposes of finding out what these applications are, and fixing them as appropriate. Then how about wrapping the warning in an #ifdef, so people who

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 07:28:45PM +0100, Poul-Henning Kamp wrote: I installed 5.0-R on my new alpha (Thanks Wilko!) and tried to run a buildworld. It explodes in make depend in cpp0: #cd /usr/src/gnu/usr.bin/cc/cpp0 #make obj #make depend This looks like a symptom of an unclean

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 11:01:52PM +0100, [EMAIL PROTECTED] wrote: #cd /usr/src/gnu/usr.bin/cc/cpp0 #make obj #make depend This looks like a symptom of an unclean objdir..notice how 'make obj' doesn't report anything, indicating the objdir is already present (and probably populated

Re: A couple of 5.0-RELEASE bugs...

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 07:10:09PM +0100, Dag-Erling Smorgrav wrote: The second problem is related to the NOMANCOMPRESS flag in make.conf. When installing the XFree86-4 port, I found that the install and package targets would stop with an error saying that they couldn't find gzip'd

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 11:13:37PM +0100, [EMAIL PROTECTED] wrote: OK, does buildworld fail in the same way? Yes. I have no idea.. a fresh buildworld just succeeded for me. Kris msg52430/pgp0.pgp Description: PGP signature

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: OK, I suspected that. tjr was looking into this last night and proposed the following patch: http://people.freebsd.org/~tjr/kf.diff OK, I got another panic with this patch in place, so I guess that's not enough. Maybe I

FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line: e.g. /usr/bin/ftp -4a ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/alpha/5-LATEST/base/base.\?\? [...] 230 Guest login ok,

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 02:05:11PM -0800, Alfred Perlstein wrote: * Kris Kennaway [EMAIL PROTECTED] [030214 13:19] wrote: On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: OK, I suspected that. tjr was looking into this last night and proposed the following patch

Re: FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line: e.g. /usr/bin/ftp -4a ftp://snapshots.jp.freebsd.org/pub

Re: LukemFTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:37:49PM -0800, Kris Kennaway wrote: On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
On Sat, Jan 25, 2003 at 12:12:34AM -0800, Kris Kennaway wrote: One of the alpha package clients panicked with this. It was under very high load at the time (25 simultaneous package builds): fatal kernel trap: trap entry = 0x2 (memory management fault) faulting va

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 04:53:07PM -0800, Kirk McKusick wrote: I have tried running my test machine out of filesystem space (repeatedly) and have not been able to get this panic. I will keep running that test in the hopes that it will show up. In the meantime, if you can come up with an

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 12:23:48PM +0100, Dag-Erling Smorgrav wrote: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried 'call doadump': # Debugger(manual escape to

Re: GCC 3.2.2 import -- questions

2003-02-11 Thread Kris Kennaway
On Tue, Feb 11, 2003 at 09:03:28PM -0500, Wesley Morgan wrote: On Wed, 12 Feb 2003, leafy wrote: Anders Yes I noticed it this morning too. The funny thing is that. If you use a non-P4 optmized GCC to compile lcms with P4 opt, then it passes the test. But with a P4 opted GCC, it

Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
recursed on non-recursive lock (sleep mutex) needsbuffer lock @ /local0/src-client/sys/kern/vfs_bio.c:1159 first acquired @ /local0/src-client/sys/kern/vfs_bio.c:1151 panic: recurse Debugger(panic) Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db trace

Re: Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 09:52:11AM -0800, Kris Kennaway wrote: recursed on non-recursive lock (sleep mutex) needsbuffer lock @ /local0/src-client/sys/kern/vfs_bio.c:1159 first acquired @ /local0/src-client/sys/kern/vfs_bio.c:1151 /local0/src-client/sys/kern/kern_synch.c:152: sleeping

Re: Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 05:32:42PM -0500, Jeff Roberson wrote: On Mon, 10 Feb 2003, Kris Kennaway wrote: *Grump* I can't get my boxes to stay up more than a few minutes..evidently this code was not tested prior to commit. So much for getting work done on the package cluster today

Still problems with ULE

2003-02-10 Thread Kris Kennaway
I gave ULE another try just now, following your recent commits, and I'm seeing even worse problems: At boot time when the X server is loading, disk activity occurs briefly about once every 2 seconds; the mouse is active briefly at the same time, and nothing much else happens for about a minute

Re: Still problems with ULE

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 08:36:50PM -0500, Jeff Roberson wrote: Very weird. Is this on UP or SMP? This is on UP. I can still break into DDB, so let me know if you want me to run console tests (no serial console though). Kris msg52192/pgp0.pgp Description: PGP signature

Re: _fpathconf() and __semctl() prototypes

2003-02-09 Thread Kris Kennaway
On Sun, Feb 09, 2003 at 10:47:47PM +1100, Bruce Evans wrote: On Sat, 8 Feb 2003, Kris Kennaway wrote: On Sat, Feb 08, 2003 at 02:59:30PM -0800, Kris Kennaway wrote: Can someone take a look at lib/libc/gen/semctl.c and tell me where the __semctl() sysctl should be prototyped? Also

<    1   2   3   4   5   6   7   8   9   10   >