ACPI: working ACPI vs broken ACPI

2003-02-15 Thread Martin Blapp
Hi all, I see these differences here in acpidump: Working board: PM2_GPE0_BLK=0xe428-0xe42f Broken board: PM2_GPE0_BLK=0x428-0x42f PM2_GPE1_BLK=0x528-0x52f, GPE1_BASE=32 And the broken board shows errors like this: The errors like: Feb 13 17:41:05 ibm-01 kernel:

Re: call for testers: cd(4) changes

2003-02-15 Thread Thomas Quinot
Le 2003-02-15, Kenneth D. Merry écrivait : - Automatically detect CDROM drives that can't handle 6 byte mode sense and mode select, and adjust our command size accordingly. More information on that below. - MODE_SENSE and MODE_SELECT translation removed in ATAPICAM and in the

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Dag-Erling Smorgrav
Tom Rhodes [EMAIL PROTECTED] writes: Ruslan Ermilov [EMAIL PROTECTED] wrote: ACPI thermal panics my ThinkPad 600X, [...] ACPI gives me hell on my IBM Thinkpad A31, also. [...] This is just the last in a long series of Thinkpad f***ups. I concluded long ago that ThinkPads are nothing but

Wireless LAN

2003-02-15 Thread Gerald Mixa
Hi, does anybody know wether FreeBSD 5.0 supports Wirless Lan cards based on a TI chip. This standard is called 802.11b+ and is said to have 22MBit/s. Sincerley Gerald Mixa To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
On Fri, 14 Feb 2003, Nate Lawson wrote: Also, except for xl, all drivers have a common cleanup on error in attach that backs out allocated resources with no assumptions about the order they were allocated in. Please see if_pcn.c for the correct approach to freeing resources; its not necessary

Re: FTP and command-line multiple downloads

2003-02-15 Thread Yar Tikhiy
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: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Matthew N. Dodd
On Sat, 15 Feb 2003, Dag-Erling Smorgrav wrote: Unfortunately I can't afford a new laptop, so I'm stuck with my 600E. APM works fine on the 600E. The latest BIOS updates and new model main batteries seem to solve most of the battery complaints. My only outstanding issue is that I can't suspend

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Ruslan Ermilov
On Sat, Feb 15, 2003 at 09:48:32AM -0500, Matthew N. Dodd wrote: On Sat, 15 Feb 2003, Dag-Erling Smorgrav wrote: Unfortunately I can't afford a new laptop, so I'm stuck with my 600E. APM works fine on the 600E. The latest BIOS updates and new model main batteries seem to solve most of the

Re: USB kernel module broken ...

2003-02-15 Thread Martin Blapp
Sorry guys, take USB out of the GENERIC kernel. It should also not be enabled I had a bad days yesterday. Sorry for this mail ... If you have your birthday and a box refuses to work completly, it can really be frustrating. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with

A couple of 5.0-RELEASE bugs...

2003-02-15 Thread Paul A. Howes
I think I may have found a few bugs in 5.0 that need to be addressed. The first problem is with GCC, which means it may not be FreeBSD-specific. I build world and kernel with the CPUTYPE flag set to p4 in /etc/make.conf, then installed it. Everything seemed to work fine, except periodically

gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
I rebuilt and installed world on Friday and reinstalled ALL my ports with 'portupgrade -ra'. I have found the exact line that will trigger the ld undefined symbol error. /usr/X11R6/bin/uic -nounload -tr tr2i18n -i htmlpageinfo.h ./htmlpageinfo.ui htmlpageinfo.cc.temp ; ret=$?; sed -e

make depend broken in cpp0

2003-02-15 Thread Poul-Henning Kamp
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 [...] mkdep -f .depend -a-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr\ -I/usr/obj/usr /src/gnu/usr.bin/cc/cpp0/../cc_tools

Re: Wireless LAN

2003-02-15 Thread Brooks Davis
On Sat, Feb 15, 2003 at 01:23:51PM +0100, Gerald Mixa wrote: Hi, does anybody know wether FreeBSD 5.0 supports Wirless Lan cards based on a TI chip. This standard is called 802.11b+ and is said to have 22MBit/s. They are not supported. -- Brooks -- Any statement of the form X is the one,

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

2003-02-15 Thread Dag-Erling Smorgrav
Paul A. Howes [EMAIL PROTECTED] writes: The first problem is with GCC, which means it may not be FreeBSD-specific. I build world and kernel with the CPUTYPE flag set to p4 in /etc/make.conf, then installed it. Don't Do That [tm]. There seem to be bugs in gcc which cause it to produce broken

Re: fix: lock order reversal proc/filedesc.

2003-02-15 Thread David O'Brien
On Sat, Feb 15, 2003 at 11:30:09AM +1030, Greg 'groggy' Lehey wrote: It is becoming increasingly clear to me that the majority of FreeBSD developers don't really care if their code works, as long as they get the credit (and / or paycheck) for committing it. I think that's unnecessarily

NFS server vs YO

2003-02-15 Thread Erik Torres Serrano
Hi all, this is my first incursion on FreeBSD, I came from the Linux world. My question is: are any of you having problems with the NFS server? I follow all the instructions of the handbook packed with FreeBSD 5.0-RELEASE but I can't export anything. Both nfsd and rpcbind are running on my

Re: NFS server vs YO

2003-02-15 Thread Andre Guibert de Bruet
Erik, Place your filesystem export configuration in /etc/exports. Regards, Andre Guibert de Bruet | Enterprise Software Consultant Silicon Landmark, LLC. | http://siliconlandmark.com/ On Sat, 15 Feb 2003, Erik Torres Serrano wrote: Hi all, this is my first incursion on FreeBSD, I came

Re: NFS server vs YO

2003-02-15 Thread Andre Guibert de Bruet
On Sat, 15 Feb 2003, Erik Torres Serrano wrote: Hi all, this is my first incursion on FreeBSD, I came from the Linux world. My question is: are any of you having problems with the NFS server? I follow all the instructions of the handbook packed with FreeBSD 5.0-RELEASE but I can't export

RE: NFS server vs YO

2003-02-15 Thread Erik Torres Serrano
Yes, I reload the demon and also place my exports in /etc/exports. Erik Hi all, this is my first incursion on FreeBSD, I came from the Linux world. My question is: are any of you having problems with the NFS server? I follow all the instructions of the handbook packed with FreeBSD

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Ruslan Ermilov
On Sat, Feb 15, 2003 at 06:41:29PM +0200, Ruslan Ermilov wrote: On Sat, Feb 15, 2003 at 09:48:32AM -0500, Matthew N. Dodd wrote: On Sat, 15 Feb 2003, Dag-Erling Smorgrav wrote: Unfortunately I can't afford a new laptop, so I'm stuck with my 600E. APM works fine on the 600E. The latest

FTP wont connect

2003-02-15 Thread Mike
Using the same basic rules I use in 4.7 that work I cannot get pure-ftpd / port 21 to work. Is there another way to open port 21? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: NFS server vs YO

2003-02-15 Thread Mike Makonnen
There are several things we need: 1. The contents of: /etc/exports /etc/fstab /etc/rc.conf 2. The output of the following commands: rpcinfo -p hostname showmount -e hostname 3. Make sure you are mounting them as the root user Cheers. -- Mike Makonnen

FreeBSD/alpha make-release on FreeBSD/i386: dislabel problem

2003-02-15 Thread Makoto Matsushita
I've tried to do make release of FreeBSD/alpha on FreeBSD/i386 box last night, and found that follow error while generating drivers.flp: + export BLOCKSIZE=512 + [ /R/stage/floppies/drivers.flp = -s ] + do_size= + FSIMG=/R/stage/floppies/drivers.flp + shift + RD=/R/stage + shift + MNT=/mnt +

Re: FreeBSD/alpha make-release on FreeBSD/i386: dislabel problem

2003-02-15 Thread phk
In message [EMAIL PROTECTED], Makoto Matsushita writes: I've tried to do make release of FreeBSD/alpha on FreeBSD/i386 box last night, and found that follow error while generating drivers.flp: If my understandings are correct, this is because disklabel(8) kicked is FreeBSD/i386 native binary

Re: FreeBSD/alpha make-release on FreeBSD/i386: dislabel problem

2003-02-15 Thread Wilko Bulte
On Sat, Feb 15, 2003 at 10:37:26PM +0100, [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Makoto Matsushita writes: I've tried to do make release of FreeBSD/alpha on FreeBSD/i386 box last night, and found that follow error while generating drivers.flp: If my understandings are

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 phk
In message [EMAIL PROTECTED], Kris Kennaway writes: --mJm6k4Vb/yFcL9ZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 15, 2003 at 07:28:45PM +0100, Poul-Henning Kamp wrote: =20 I installed 5.0-R on my new alpha

Re: NFS server vs YO

2003-02-15 Thread Andre Guibert de Bruet
On Sat, 15 Feb 2003, Mike Makonnen wrote: There are several things we need: 1. The contents of: /etc/exports /etc/fstab /etc/rc.conf 2. The output of the following commands: rpcinfo -p hostname showmount -e hostname 3. Make sure you are mounting them as

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: make depend broken in cpp0

2003-02-15 Thread phk
In message [EMAIL PROTECTED], Kris Kennaway writes: --5UGlQXeG3ziZS81+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 15, 2003 at 11:01:52PM +0100, [EMAIL PROTECTED] wrote: #cd /usr/src/gnu/usr.bin/cc/cpp0 #make

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

Is scsi device wiring broken?

2003-02-15 Thread John Polstra
I can't seem to get config on a Jan. 15 -current system to accept wired down SCSI devices. I tried this: device ahc options AHC_ALLOW_MEMIO device scbus0 at ahc0 device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1

Re: Do we still have a FIFO / named pipe problem?

2003-02-15 Thread Simon 'corecode' Schubert
Lately Bruce Evans wrote: This change makes such opens bogusly time out after 1 second (unless there is already a writer). There seems to be a race in fifo_open(): opens for read don't terminate the wait if the reader goes away before the opener looks. It is not clear if sendmail is

UDP connect() behavior in 5.0-CURRENT

2003-02-15 Thread Giorgos Keramidas
The second volume of ``TCP/IP Illustrated'' by Stevens says that already connected UDP sockets return EISCONN on any following connect() attempts. Exercise 23.8 of the same book mentions that an interesting exception are connect() calls to address 0.0.0.0, which still return an EISCONN error, but

Re: Is scsi device wiring broken?

2003-02-15 Thread marius
On Sat, Feb 15, 2003 at 02:55:34PM -0800, John Polstra wrote: What's the magic incantation to make it work? see SCSI DEVICE CONFIGURATION in /sys/conf/NOTES, you have to use a hints-file. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: Is scsi device wiring broken?

2003-02-15 Thread Juli Mallett
* De: [EMAIL PROTECTED] [ Data: 2003-02-15 ] [ Subjecte: Re: Is scsi device wiring broken? ] On Sat, Feb 15, 2003 at 02:55:34PM -0800, John Polstra wrote: What's the magic incantation to make it work? see SCSI DEVICE CONFIGURATION in /sys/conf/NOTES, you have to use a

Re: Is scsi device wiring broken?

2003-02-15 Thread John Polstra
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: see SCSI DEVICE CONFIGURATION in /sys/conf/NOTES, you have to use a hints-file. Many thanks to both you and Juli. I was misled by some seriously stale information in SCSI(4). John -- John Polstra John D. Polstra Co., Inc.

couple trivial todo's

2003-02-15 Thread Andy Farkas
- In src/share/examples/etc/make.conf NO_BIND=true should be moved up - the man page for splash(4) is missing descriptions for apm_saver.ko, dragon_saver.ko and fire_saver.ko -- :{ [EMAIL PROTECTED] Andy Farkas System Administrator Speednet Communications

LOR when halt(8)ing

2003-02-15 Thread Andy Farkas
I get this everytime I halt(8) my box: # sync # sync # sync # halt boot() called on cpu#0 Waiting (max 60 seconds) for system process `vnlru' to stop...stopped Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to

Re: named chroot rcNG devfs

2003-02-15 Thread Doug Barton
On Tue, 11 Feb 2003 [EMAIL PROTECTED] wrote: /etc/rc.d/named is quite bogus, especially when it comes to running bind chrooted. Correct. I'm working on an improved method of dealing with this. E.g. /dev/null isn't needed by bind8 at all Incorrect. /dev/null is needed for bind 8. /dev/null

OPIE breakage: backout patch for review

2003-02-15 Thread Andrey A. Chernov
Background: recently des tries to fight problem that OPIE not sense localhost when called from PAM, but does it incorrectly. Moreover, he tries to fix OPIE config instead of fixing PAM bug: PAM not follows OPIE API. In non-PAM environment OPIE always sense localhost because its host variable

Re: named chroot rcNG devfs

2003-02-15 Thread marius
On Sat, Feb 15, 2003 at 05:09:19PM -0800, Doug Barton wrote: On Tue, 11 Feb 2003 [EMAIL PROTECTED] wrote: /etc/rc.d/named is quite bogus, especially when it comes to running bind chrooted. Correct. I'm working on an improved method of dealing with this. great! E.g. /dev/null isn't

Re: ACPI: working ACPI vs broken ACPI

2003-02-15 Thread Mike Silbersack
On Sat, 15 Feb 2003, Martin Blapp wrote: Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE31 Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block1 defined as GPE32 to GPE63 I see similar errors on my Presario 2100US... Wild guess: Seem to

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: OPIE breakage: backout patch for review

2003-02-15 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 04:41:58 +0300, Andrey A. Chernov wrote: des tries to fix OPIE config to add additional things here not needed by standard OPIE setup at all. To be more specific, exact breakage after des is: Old non-PAMified OPIE variant: localhost allowed even there is no

sh broken on sparc64 (Re: cvs commit: src/bin/sh machdep.h memalloc.c nodes.c.pat)

2003-02-15 Thread Tim Robbins
On Sat, Feb 15, 2003 at 07:28:11PM -0800, Tim J. Robbins wrote: tjr 2003/02/15 19:28:11 PST Modified files: bin/sh memalloc.c nodes.c.pat Added files: bin/sh machdep.h Log: Temporarily back out machdep.h/ALIGN changes. It seems that

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
On Sun, Feb 16, 2003 at 02:09:24AM +0800, leafy wrote: Grepping the corresponding library: leafy@leafy:/usr/X11R6/plugins/designer$ nm libwizards.so |grep Z22 000256f0 T _Z22qCleanupImages_wizardsv So ld is not finding a symbol which is in the correct library. Jiawei Ye 1. no CPU

Re: gcc3.2.2 import might have trashed ld-elf.so.1-DAY3

2003-02-15 Thread leafy
Built world on Sun Feb 16 04:56:37 GMT, It still fails with the same message /usr/libexec/ld-elf.so.1: /usr/X11R6/plugins/designer/libwizards.so: Undefined symbol _Z22qCleanupImages_wizardsv -- Without the userland, the kernel is useless. --inspired by The

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Alexander Kabaev
On Sun, 16 Feb 2003 02:09:24 +0800 leafy [EMAIL PROTECTED] wrote: I rebuilt and installed world on Friday and reinstalled ALL my ports with 'portupgrade -ra'. I have found the exact line that will trigger the ld undefined symbol error. /usr/X11R6/bin/uic -nounload -tr tr2i18n -i

Re: sys/pci/if* fixes

2003-02-15 Thread Nate Lawson
On Sat, 15 Feb 2003, Matthew N. Dodd wrote: On Fri, 14 Feb 2003, Nate Lawson wrote: Also, except for xl, all drivers have a common cleanup on error in attach that backs out allocated resources with no assumptions about the order they were allocated in. Please see if_pcn.c for the correct

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
On Sat, 15 Feb 2003, Nate Lawson wrote: The 'if' is a matter of coding style. Which is preferred: multiple returns from the same function (one which is only reachable from a goto) or one linear path with an 'if' to see if this is an error exit? In this case a single return is harder to read.

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Peter Kostouros
Hi The problem I have is with designer, Qt's IDE. It was working well until a cvsup a few days ago. I hope the attached can help. Alexander Kabaev wrote: On Sun, 16 Feb 2003 02:09:24 +0800 leafy [EMAIL PROTECTED] wrote: I rebuilt and installed world on Friday and reinstalled ALL my ports

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
On Sun, Feb 16, 2003 at 12:20:18AM -0500, Alexander Kabaev wrote: QT's uic binary does not use libwizards.so. Please take time to dig a little deeper and figure what binary exactly is failing. It is doubtful someone will be able to help you otherwise. -- Alexander Kabaev yes, ldd'ing uic

Re: sys/pci/if* fixes

2003-02-15 Thread Nate Lawson
On Sun, 16 Feb 2003, Matthew N. Dodd wrote: On Sat, 15 Feb 2003, Nate Lawson wrote: The 'if' is a matter of coding style. Which is preferred: multiple returns from the same function (one which is only reachable from a goto) or one linear path with an 'if' to see if this is an error exit?

CURRENT reboots frequently

2003-02-15 Thread Akinori MUSHA
I have frequent reboots on my CURRENT box and each time it boots up and falls onto the debugger with the following stack trace after local package initialization: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xfc09423 fault code = supervisor read, page not