LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread Mike Barcroft
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/work/src/sys -I/work/src/sys/dev -I/work/src/sys/contrib/dev/acpica -I/work/src/sys/contrib/ipfilter

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

2002-03-25 Thread Brooks Davis
On Mon, Mar 25, 2002 at 03:28:19AM -0500, Mike Barcroft wrote: I think I've narrowed down the problem: : revision 1.20 : date: 2002/03/23 15:47:08; author: nsouch; state: Exp; lines: +112 -192 : Major rework of the iicbus/smbus framework: : : - VIA chipset SMBus controllers

Re: Broken bktr(4) module

2002-03-25 Thread Emiel Kollof
* Crist J. Clark ([EMAIL PROTECTED]) wrote: I believe the recent changes to the bktr(4) module Makefile broke it, === bktr === bktr/bktr make: don't know how to make smbus.h. Stop *** Error code 2 Stop in /usr/src/sys/modules/bktr. *** Error code 1 Hmm, I am not alone I see here..

Re: if_dc broken in -current

2002-03-25 Thread Stephen McKay
On Friday, 22nd March 2002, Ilmar S. Habibulin wrote: On Sat, 23 Mar 2002, Stephen McKay wrote: It's been quite a while since I updated my -current box, but when I did, I was surprised to find that my DE500 network card (21143 chip) had stopped working. The switch showed no link. Ifconfig

BTX halted

2002-03-25 Thread Miguel Mendez
Hi, I've tried to install two snapshots (20th and 21st of March) on my Thinkpad laptop, and after the loader has finished reading mfsroot.flp I get a register dump and a message saying BTX halted. Any hints of what could be causing this? The problem didn't show last time I used a snapshost, last

Re: BTX halted

2002-03-25 Thread Hiten Pandya
--- Miguel Mendez [EMAIL PROTECTED] wrote: Hi, I've tried to install two snapshots (20th and 21st of March) on my Thinkpad laptop, and after the loader has finished reading mfsroot.flp I get a register dump and a message saying BTX halted. Any hints of what could be causing this? The

Re: BTX halted

2002-03-25 Thread Miguel Mendez
On Mon, Mar 25, 2002 at 06:05:14AM -0800, Hiten Pandya wrote: Could you please send us the register dump. Someone will analyse it and will get back to you. Or could you please file a Problem Report for this issue. :) Here's the dump, I want to open a PR too, what the category would be?

Re: Ports broken by OpenPAM

2002-03-25 Thread Dag-Erling Smorgrav
Kris Kennaway [EMAIL PROTECTED] writes: bftpd-1.0.22.log pam-pgsql-0.5.2_2.log Not tested. pam_ldap-1.4.0.log Not my problem; I sent the maintainer a patch ages ago. pam_mysql-0.4.7.log Not tested. pam_ssh-1.5.log This port should die, pam_ssh(8) is in the base system and the port is

Re: if_dc broken in -current

2002-03-25 Thread Ilmar S. Habibulin
On Mon, 25 Mar 2002, Stephen McKay wrote: What sort of card do you have? The output of dmesg would help. Have you tried 4.5 on this machine? I have some noname nic with Intel 21143 chip. dmesg attached. I'm using only trustedbsd_mac branch on my ws. Of course the dc driver should

Re: BTX halted

2002-03-25 Thread Anders Nor Berle
Well, here's a dump from me too, it's 5.0-CURRENT-20020313-JPSNAP, the first snap from snapshots.jp.freebsd.org which has the problem. int=0006 err= efl=0006 eip=c03069d7 eax=0081 ebx=0082fc00 ecx= edx=0102 esi=0082f000 edi=00837000 ebp=c0832d94

Re: Ports broken by OpenPAM

2002-03-25 Thread Joe Clarke
On 25 Mar 2002, Dag-Erling Smorgrav wrote: Kris Kennaway [EMAIL PROTECTED] writes: bftpd-1.0.22.log pam-pgsql-0.5.2_2.log Not tested. pam_ldap-1.4.0.log Not my problem; I sent the maintainer a patch ages ago. Really? I never received it. Please send it again. Thanks. Joe

Re: Ports broken by OpenPAM

2002-03-25 Thread Dag-Erling Smorgrav
Joe Clarke [EMAIL PROTECTED] writes: Really? I never received it. Please send it again. Thanks. Here's an updated (but untested) version. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] --- pam_ldap.c.orig Mon Mar 25 15:54:28 2002 +++ pam_ldap.c Mon Mar 25 15:54:29 2002 @@ -126,12 +126,7

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

2002-03-25 Thread John Baldwin
On 23-Mar-2002 Jeff Roberson wrote: I saw some similar weirdness in my test machines last night where a dual processor DS20 (Alpha 21264 500x2) beat out a PII Xeon 450x4. Normally the quad xeon beats the DS20. The quad xeon was using -j16 but was about 74% idle. The DS20 had used -j8.

Re: BTX halted

2002-03-25 Thread John Baldwin
On 25-Mar-2002 Miguel Mendez wrote: On Mon, Mar 25, 2002 at 06:05:14AM -0800, Hiten Pandya wrote: Could you please send us the register dump. Someone will analyse it and will get back to you. Or could you please file a Problem Report for this issue. :) Here's the dump, I want to open

RE: witness panic on Alpha

2002-03-25 Thread John Baldwin
On 23-Mar-2002 Wilko Bulte wrote: Fri Mar 22 19:06:37 CET 2002 FreeBSD/alpha (ds10.wbnet) (ttyd0) login: syslogd: /var/log/auth.log: No such file or directory syslogd: /var/log/auth.log: No such file or directory Mar 22 21:55:23 ds10 kernel: pid 27885 (telnetd), uid 0: exited on

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,

Re: BTX halted

2002-03-25 Thread Miguel Mendez
On Mon, Mar 25, 2002 at 11:40:36AM -0500, John Baldwin wrote: int=0006 err= efl=00010092 eip=c0309927 eax=c082e000 ebx=0082cc00 ecx= edx=0002 esi=0082c000 edi=00834000 ebp=c082fd94 esp=c082fd78 cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 cs:eip=ff ff a1 a4 48

Re: if_dc broken in -current

2002-03-25 Thread Robert Watson
On Mon, 25 Mar 2002, Ilmar S. Habibulin wrote: On Mon, 25 Mar 2002, Stephen McKay wrote: What sort of card do you have? The output of dmesg would help. Have you tried 4.5 on this machine? I have some noname nic with Intel 21143 chip. dmesg attached. I'm using only trustedbsd_mac

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 to me like a declaration a reference, but no

Re: Ports broken by OpenPAM

2002-03-25 Thread Joe Marcus Clarke
On Mon, 2002-03-25 at 10:00, Dag-Erling Smorgrav wrote: Joe Clarke [EMAIL PROTECTED] writes: Really? I never received it. Please send it again. Thanks. Here's an updated (but untested) version. Thanks. As soon as I finish get my -current machine built, I'll test these out. Joe

ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
Has anyone seen mounting an NTFS drive casing a kernel panic? I'd love to give the output, but I'm not sure how to redirect the output into a file so I can post it here. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED]

Re: BTX halted

2002-03-25 Thread John Baldwin
On 25-Mar-2002 Miguel Mendez wrote: On Mon, Mar 25, 2002 at 11:40:36AM -0500, John Baldwin wrote: int=0006 err= efl=00010092 eip=c0309927 eax=c082e000 ebx=0082cc00 ecx= edx=0002 esi=0082c000 edi=00834000 ebp=c082fd94 esp=c082fd78 cs=0008 ds=0010 es=0010 fs=0010

Re: witness panic on Alpha

2002-03-25 Thread Wilko Bulte
On Mon, Mar 25, 2002 at 11:40:30AM -0500, John Baldwin wrote: lstat() at lstat+0x50 syscall() at syscall+0x318 XentSys() at XentSys+0x64 --- syscall (190, FreeBSD ELF, lstat) --- --- user mode --- db Is this reproducible? If so, can you do a 'show locks'? Sofar it happened

Re: BTX halted

2002-03-25 Thread Michael Smith
Please don't file a PR against something like this in -current until you've established that it's not a transient problem. In this case, it looks like a possibly corrupt kernel; you're dying very early on after jumping into the kernel. On Mon, Mar 25, 2002 at 06:05:14AM -0800, Hiten Pandya

Re: What changed with the resolver such that it won't use /etc/hosts anymore?

2002-03-25 Thread Jens Schweikhardt
David et al, # So what broke this? # -- David ([EMAIL PROTECTED]) Has this been fixed? I observe the same on FreeBSD 5.0-CURRENT #4: Fri Mar 8 19:51:15 CET 2002 and am wondering if a make world would fix this. Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG --

Re: Broken bktr(4) module

2002-03-25 Thread David O'Brien
On Mon, Mar 25, 2002 at 12:14:26PM +0100, Emiel Kollof wrote: * Crist J. Clark ([EMAIL PROTECTED]) wrote: I believe the recent changes to the bktr(4) module Makefile broke it, === bktr === bktr/bktr make: don't know how to make smbus.h. Stop *** Error code 2 Stop in

Re: witness panic on Alpha

2002-03-25 Thread Wilko Bulte
On Mon, Mar 25, 2002 at 11:40:30AM -0500, John Baldwin wrote: Looks like a different one: db trace siointr1() at siointr1+0x17c siointr() at siointr+0x40 isa_handle_fast_intr() at isa_handle_fast_intr+0x28 alpha_dispatch_intr() at alpha_dispatch_intr+0xdc interrupt() at interrupt+0x108

Alpha Build

2002-03-25 Thread Scott Sipe
Hi, I have a chance to pick up an Alpha machine which I would use for FreeBSD testing. There are 4 AlphaStation 600's from which I could pick, 2 of them have 'TGA graphics cards', 2 have normal graphics cards and can run X. Seeing as right now I know next to nothing about Alpha's, would it

Re: Broken bktr(4) module

2002-03-25 Thread Emiel Kollof
* David O'Brien ([EMAIL PROTECTED]) wrote: Hmm, I am not alone I see here.. Already filed a PR about it. What was the PR number. I already fixed it. For build problem things like this, emailing the list is better as people will see it MUCH quicker. kern/36298, but it's already closed.

bktr breakage

2002-03-25 Thread Nicolas Souchu
Hi there, *Sorry* for the breakage. I'm currently fixing it. smbus.h is due to the missing rule, smbus.h removed from OBJS. bktr_i2c.c is due to its automatic inclusion in kernel by conf/files: conditional compilation inserted. pcf.c breakage is due to iicbus_alloc_bus() removed,

Re: witness panic on Alpha

2002-03-25 Thread John Baldwin
On 25-Mar-2002 Wilko Bulte wrote: On Mon, Mar 25, 2002 at 11:40:30AM -0500, John Baldwin wrote: Looks like a different one: db trace siointr1() at siointr1+0x17c siointr() at siointr+0x40 isa_handle_fast_intr() at isa_handle_fast_intr+0x28 alpha_dispatch_intr() at

Re: bktr breakage

2002-03-25 Thread Nicolas Souchu
On Mon, Mar 25, 2002 at 10:21:49PM +0100, Nicolas Souchu wrote: Hi there, *Sorry* for the breakage. I'm currently fixing it. smbus.h is due to the missing rule, smbus.h removed from OBJS. bktr_i2c.c is due to its automatic inclusion in kernel by conf/files: conditional compilation

Re: witness panic on Alpha

2002-03-25 Thread Wilko Bulte
On Mon, Mar 25, 2002 at 04:21:23PM -0500, John Baldwin wrote: On 25-Mar-2002 Wilko Bulte wrote: On Mon, Mar 25, 2002 at 11:40:30AM -0500, John Baldwin wrote: Looks like a different one: db trace siointr1() at siointr1+0x17c siointr() at siointr+0x40 isa_handle_fast_intr() at

Re: ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
On Tue, Mar 26, 2002 at 10:08:20AM +1030, Greg 'groggy' Lehey wrote: On Monday, 25 March 2002 at 9:41:09 -0600, David W. Chapman Jr. wrote: Has anyone seen mounting an NTFS drive casing a kernel panic? I'd love to give the output, but I'm not sure how to redirect the output into a file

Re: ntfs causing kernel panic

2002-03-25 Thread Greg 'groggy' Lehey
On Monday, 25 March 2002 at 9:41:09 -0600, David W. Chapman Jr. wrote: Has anyone seen mounting an NTFS drive casing a kernel panic? I'd love to give the output, but I'm not sure how to redirect the output into a file so I can post it here. You need to take a dump and analyse it. There's

Re: ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
It could be this problem is a result of the loadable VFS module bug hacked/fixed in the tree this morning. Was the NTFS driver being loaded as a module, or compiled into the kernel? If a loadable module, could you try compiling it into the kernel, or updating past the fix? If already

Subscribe

2002-03-25 Thread Jim Durham
subscribe freebsd-current To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: stdout changes break some ports

2002-03-25 Thread Doug Barton
On Sun, 24 Mar 2002, Kris Kennaway wrote: OK. Someone needs to go and fix those 84 ports then. http://bento.freebsd.org/errorlogs/5-latest-4-latest.html Has anyone contacted the maintainers? I'm sure that not all of them are on this list. It may be a good way to get a slightly

Re: VMWare2 seems broken in recent -current

2002-03-25 Thread Mark Santcroos
Currently rebuilding with latest sources, will look into it after that. Mark On Sat, Mar 23, 2002 at 07:04:02PM -0500, Garance A Drosihn wrote: I've just upgraded my i386-current box from about March 13 to a snapshot from late last night. Now when I run vmware, the vmware program dies with:

Re: stdout changes break some ports

2002-03-25 Thread Kris Kennaway
On Mon, Mar 25, 2002 at 09:30:39PM -0800, Doug Barton wrote: On Sun, 24 Mar 2002, Kris Kennaway wrote: OK. Someone needs to go and fix those 84 ports then. http://bento.freebsd.org/errorlogs/5-latest-4-latest.html Has anyone contacted the maintainers? I'm sure that not all of

D-link 660+ PCMCIA + FreeBSD4.5

2002-03-25 Thread Maciej abd
I have problem with D-link 660+ in FreeBSD. Pccardd say that: "driver not configured, loading driver failed" What should I do?

Re: BTX halted

2002-03-25 Thread Ilmar S. Habibulin
On Mon, 25 Mar 2002, Michael Smith wrote: Please don't file a PR against something like this in -current until you've established that it's not a transient problem. In this case, it looks like a possibly corrupt kernel; you're dying very early on after jumping into the kernel. Someone

Re: is 'device ether' mandatory now?

2002-03-25 Thread Maxim Konovalov
Hello Luigi, On 05:20-0800, Mar 24, 2002, Luigi Rizzo wrote: Do you have a suggestion for an #ifdef /#endif to remove the problem you mention ? Frankly speaking, I have no solution atm. But IMHO we should fix LINT and warn our -stable users at least. Something like that: Index:

For review: Revised sendmail startup settings

2002-03-25 Thread Gregory Neil Shapiro
An issue came up on freebsd-stable today regarding the boot-time startup of sendmail for users who are using other MTAs. The end result was that users needed a way to completely prevent sendmail from trying to start at boot time. The current order of operations at boot time is: # MTA if