i386 tinderbox failure

2003-01-12 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Bruce Evans wrote: Is this an omission, or are the ports wrong? First answer: This is a bug in the ports. The non-i386 arches are apparently including machine/floatingpoint.h instead of the documented interface ieeefp.h. Wow, gotta disagree with that; the problem doesn't magically go away

Re: fpsetmask on sparc64

2003-01-12 Thread Jake Burkholder
Apparently, On Sun, Jan 12, 2003 at 12:25:20AM -0800, Terry Lambert said words to the effect of; Jake Burkholder wrote: Is this an omission, or are the ports wrong? FWIW, the alpha headers are basically identical to the sparc64 ones. There may be missing ifdefs in the ports or

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Kris Kennaway wrote: Here's another FP-related failure: http://bento.freebsd.org/errorlogs/sparc64-5-latest/xaos-3.0.log FP_X_DNML is defined on i386 in /usr/include/machine/ieeefp.h, but not on sparc64. Use of this manifest value requires a feature test. This is a bug in the ported

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Jake Burkholder wrote: Is this an omission, or are the ports wrong? FWIW, the alpha headers are basically identical to the sparc64 ones. There may be missing ifdefs in the ports or the makefiles. Isn't that really a lame excuse? Shouldn't #ifdef __FreeBSD__ be enough to make code

Re: fpsetmask on sparc64

2003-01-12 Thread Bruce Evans
On Sun, 12 Jan 2003, Terry Lambert wrote: Bruce Evans wrote: Is this an omission, or are the ports wrong? First answer: This is a bug in the ports. The non-i386 arches are apparently including machine/floatingpoint.h instead of the documented interface ieeefp.h. Wow, gotta disagree

ATA seems to lock up the system at boot (KT133A)

2003-01-12 Thread Alexander Leidinger
Hi, a dmesg from a working kernel (from Jan 5) shows: ---snip--- acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0% ad0: 58644MB IC35L060AVER07-0 [119150/16/63] at ata0-master tagged UDMA100 afd0: 96MB IOMEGA ZIP 100 ATAPI [32/64/96] at ata1-master PIO0 Waiting 6 seconds for SCSI

Re: VOP_SPECSTRATEGY on non-VCHR

2003-01-12 Thread phk
In message [EMAIL PROTECTED], Lars Eggert writes: just got this on today's -current, when accessing a mounted NTFS partition: VOP_SPECSTRATEGY on non-VCHR : 0xc6d73c34: tag ntfs, type VREG, usecount 3, writecount 0, refcount 0, flags (VV_OBJBUF), lock type ntfs: SHARED (count 1) Can you try

Re: 5.0 without swap

2003-01-12 Thread Geoffrey T. Falk
Further to my previous message on encrypting swap: In order for it to work, apparently, one must change the fstype within the disklabel, so that the swap partition (e.g. /dev/ad0s1b) is fstype 4.2BSD, not swap. At least, I had to do that before it would work. Geoffrey To Unsubscribe: send

Re: 5.0 without swap

2003-01-12 Thread phk
In message [EMAIL PROTECTED], Geof frey T. Falk writes: Further to my previous message on encrypting swap: In order for it to work, apparently, one must change the fstype within the disklabel, so that the swap partition (e.g. /dev/ad0s1b) is fstype 4.2BSD, not swap. This shouldn't be necessary

Re: GEOM prevents bootblocks writing

2003-01-12 Thread Sean Kelly
Since I haven't seen any response to this, I'll me too it in hopes that it will get some attention drawn to it. Not only do I have seem to somehow broken my bootblocks so boot0 beeps at me when I select F1 FreeBSD, I am now no longer able to write new bootblocks: edgemaster# disklabel -r ad1s1

Re: GEOM prevents bootblocks writing

2003-01-12 Thread phk
In message [EMAIL PROTECTED], Sean Kelly writes: Since I haven't seen any response to this, I'll me too it in hopes that it will get some attention drawn to it. boot0cfg and fdisk should work as advertised. There is an erratum on disklabel -B for 5.0-RELEASE. -- Poul-Henning Kamp | UNIX

Re: Serious issues with kqueue on sockets on CURRENT.

2003-01-12 Thread Kelly Yancey
On Sat, 11 Jan 2003, Trish Lynch wrote: On Sat, 11 Jan 2003, Daniel C. Sobral wrote: Peter, reverting the revisions below *does* fix the problem. Tim has an alternative patch, though. At any rate, it seems kbyanc's solution was overly simplistic. But things are broken either way, and I'm

alpha tinderbox failure

2003-01-12 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: Serious issues with kqueue on sockets on CURRENT.

2003-01-12 Thread Maxim Konovalov
complain: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=889789+0+archive/2003/freebsd-current/20030112.freebsd-current Tim's test program and a patch: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=889789+0+archive/2003/freebsd-current/20030112.freebsd-current -- Maxim Konovalov, MAcomnet, Internet

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Jake Burkholder wrote: Isn't that really a lame excuse? Shouldn't #ifdef __FreeBSD__ be enough to make code compile on all FreeBSD platforms? I don't know, why don't you try it. I understand the snide reply. My point was that if FreeBSD had platform differences, it should

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Bruce Evans wrote: On Sun, 12 Jan 2003, Terry Lambert wrote: Bruce Evans wrote: Is this an omission, or are the ports wrong? First answer: This is a bug in the ports. The non-i386 arches are apparently including machine/floatingpoint.h instead of the documented interface

Re: IPFW2 skipto + logging

2003-01-12 Thread Maxim Konovalov
Hello, On 17:34+0100, Nov 10, 2002, Wiktor Niesiobedzki wrote: Hi, Rule of the format: ipfw add 100 skipto 400 log logamount 0 ip from 192.168.0.0/24 to 192.168.0.0/24 Will give this strange result: Nov 10 17:01:05 portal kernel: ipfw: 100 SkipTo 400 TCP 192.168.0.1:139 192.168.0.2:1170

Re: [PATCH] Fix man pages with iovec

2003-01-12 Thread Mike Barcroft
Craig Rodrigues [EMAIL PROTECTED] writes: Hi, This patch fixes the read(2) and write(2) man pages to accurately reflect the iovec structure defined in sys/_iovec.h and sys/uio.h. Committed, thanks. Best regards, Mike Barcroft To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: fpsetmask on sparc64

2003-01-12 Thread Jake Burkholder
Apparently, On Sun, Jan 12, 2003 at 05:09:37AM -0800, Terry Lambert said words to the effect of; Jake Burkholder wrote: Isn't that really a lame excuse? Shouldn't #ifdef __FreeBSD__ be enough to make code compile on all FreeBSD platforms? I don't know, why

[PATCH] minor spelling fix

2003-01-12 Thread Craig Rodrigues
Hi, A minor spelling correction for section 19.10 of the Handbook. -- Craig Rodrigues http://home.attbi.com/~rodrigc [EMAIL PROTECTED] Index: chapter.sgml === RCS file:

Re: [PATCH] minor spelling fix

2003-01-12 Thread Marc Fonvieille
Fixed, thanks. Marc To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-12 Thread Alexander Leidinger
On Sun, 12 Jan 2003 06:49:18 -0800 walt [EMAIL PROTECTED] wrote: Could your Zip disk be missing or bad? Usually I don't have a zip disk in the drive at boot time... I give it a try (tomorrow). Bye, Alexander. -- The computer revolution is over. The computers won.

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-12 Thread Soeren Schmidt
It seems Alexander Leidinger wrote: On Sun, 12 Jan 2003 06:49:18 -0800 walt [EMAIL PROTECTED] wrote: Could your Zip disk be missing or bad? Usually I don't have a zip disk in the drive at boot time... I give it a try (tomorrow). I've tried both here, works just fine on a newly compiled

RE: Sound playback problem with Maestro3.c (?) -- clock issue

2003-01-12 Thread Michael Ferguson
I can't comment on any problems the KDE folks were having, but I am pretty sure this was some kind of interrupt handling problem in the Linux kernel. This was reported by other users... it was clear it was probably some kind of kernel issue when 'date' would give you one date/time, and

Asus A7N8X Deluxe, nForce2 chipset, 3com MAC, Broadcom/Altima PHY

2003-01-12 Thread Mikko S. Hyvarinen
Hi, I recently acquired one of these motherboards and suitable CPU + memory for it. The on-board 3com MAC and Broadcom/Altima PHY are not being detected by the xl(4) driver in -current (cvsup done yesterday evening). In the Award BIOS there is only one setting for the 3com device, a supposed

Re: fpsetmask on sparc64

2003-01-12 Thread Bruce Evans
On Sun, 12 Jan 2003, Terry Lambert wrote: Bruce Evans wrote: On Sun, 12 Jan 2003, Terry Lambert wrote: Bruce Evans wrote: Is this an omission, or are the ports wrong? First answer: This is a bug in the ports. The non-i386 arches are apparently including

alpha tinderbox failure

2003-01-12 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

compile problem

2003-01-12 Thread Joe Laughlin
on Current cvsupped at 1:15 PST on 1/12/03, I get the following === lib/libkvm rm -f .depend mkdep -f .depend -a-DLIBC_SCCS -I/usr/src/lib/libkvm /usr/src/lib/libkvm/kvm.c /usr/src/lib/libkvm/kvm_i386.c /usr/src/lib/libkvm/kvm_file.c /usr/src/lib/libkvm/kvm_getloadavg.c

^^^^Cell Phone Belt Clips $1.95

2003-01-12 Thread Cody
Cellular Phone Accessories All At Below Wholesale Prices! http:[EMAIL PROTECTED]/search.php?id=cecozwi Hands Free Ear Buds 1.99! Phone Holsters 1.98! Booster Antennas Only $0.99 Phone Cases 1.98! Car Chargers 1.98! Face Plates As Low As 0.99! Lithium Ion Batteries As Low As 6.94!

Re: Asus A7N8X Deluxe, nForce2 chipset, 3com MAC, Broadcom/Altima PHY

2003-01-12 Thread David O'Brien
On Sun, Jan 12, 2003 at 09:07:31PM +0200, Mikko S. Hyvarinen wrote: The on-board 3com MAC and Broadcom/Altima PHY are not being detected by the xl(4) driver in -current (cvsup done yesterday evening). In the Award BIOS there is only one setting for the 3com device, a supposed on/off switch

Re: GEOM prevents bootblocks writing

2003-01-12 Thread Sean Kelly
On Sun, Jan 12, 2003 at 12:49:46PM +0100, [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Sean Kelly writes: Since I haven't seen any response to this, I'll me too it in hopes that it will get some attention drawn to it. boot0cfg and fdisk should work as advertised. edgemaster#

[PATCH] Asus A7N8X Deluxe, nForce2 chipset, integrated AC97 audio

2003-01-12 Thread Mikko S. Hyvarinen
Hi, This one was easier than getting the on-board LAN to work. Judging from the Asus online product specifications the same audio hardware seems to be present also on the non-Deluxe version; the other unknown PCI device id in audio class seems not to work with the AC97 drivers so I assume that it

Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Jake Burkholder wrote: Isn't that really a lame excuse? Shouldn't #ifdef __FreeBSD__ be enough to make code compile on all FreeBSD platforms? I don't know, why don't you try it. I understand the snide reply. My point was that if FreeBSD had My point is that

Still problems with PCCARD NICs

2003-01-12 Thread Greg 'groggy' Lehey
I haven't done much with PCCARD on -CURRENT lately. Last time I tried, a couple of months ago, I got repeated freezes on the two 100 Mb/s NICs I have. I've just built a kernel as of about 30 hours ago, and I find: 1. Xircom RealPort RE-100 (xe driver). Comes up with unidentified media.

world broken at libkvm

2003-01-12 Thread walt
cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named `ke_pctcpu' To Unsubscribe: send mail to [EMAIL

[PATCH] Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
This patch also affects the IA64 and Alpha, as well as just the SPARC. It took a lot of discussion, but it seems to me that the problem is that the prototypes in scope aren't in scope when the wrong include file is included. This is partially a problem with the FreeBSD code, because it's really

Re: fpsetmask on sparc64

2003-01-12 Thread Mark Linimon
Whereas excuses as to why things are the way they are, and people should just put up with it, DO help? Well, I don't know about that, but I know that this response does not, in and of itself, help do anthing -- except to raise the room temperature. Anyway, since we now seem to have left any

Re: [PATCH] Re: fpsetmask on sparc64

2003-01-12 Thread Marcel Moolenaar
On Sun, Jan 12, 2003 at 06:27:00PM -0800, Terry Lambert wrote: Therefore, it seems to me, that the correct place to put them is in the machine/floatingpoint.h header (the other alternative was the machine/ieeefp.h header; this seemed wrong to me, but I'm willing to reroll the patch, if

i386 tinderbox failure

2003-01-12 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

fdisk issues?

2003-01-12 Thread Sean Kelly
Hoping to be able to do a disklabel -B again, I just built a kernel with N O_GEOM. However, I ran into an interesting problem with 'fdisk' when trying to debug my other Boot error problems that boot1 is giving me. edgemaster# fdisk ad1 Floating exception (core dumped) In get_params, we have:

Re: world broken at libkvm

2003-01-12 Thread Joe Laughlin
walt wrote: cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named `ke_pctcpu' To Unsubscribe: send mail to

Re: GEOM prevents bootblocks writing

2003-01-12 Thread walt
Sean Kelly wrote: --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 12:49:46PM +0100, [EMAIL PROTECTED] wrote: There is an erratum on disklabel -B for 5.0-RELEASE. So how the hell do

Re: fdisk issues?

2003-01-12 Thread Nate Lawson
On Sun, 12 Jan 2003, Sean Kelly wrote: edgemaster# fdisk ad1 Floating exception (core dumped) In get_params, we have: ... 780 error = ioctl(fd, DIOCGFWSECTORS, u); 781 if (error == 0) 782 sectors = dos_sectors = u; 783 error =

Re: Still problems with PCCARD NICs

2003-01-12 Thread Craig Boston
On Sun, 2003-01-12 at 18:54, Greg 'groggy' Lehey wrote: I haven't done much with PCCARD on -CURRENT lately. Last time I tried, a couple of months ago, I got repeated freezes on the two 100 Mb/s NICs I have. I've just built a kernel as of about 30 hours ago, and I find: 2. 3Com 3c905.

Re: 5.0-RC2/if_awi.ko doesn't load

2003-01-12 Thread Jun Kuriyama
At Fri, 10 Jan 2003 00:33:47 + (UTC), Nicolas Christin wrote: I just tried to give a shot to 5.0-RC2 on an old box of mine that can only perform network installs (no CD drive). During the boot process, a module failed to load. DEBUG: Loading module if_awi.ko (BayStack 660 and others)

Re: [PATCH] Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Marcel Moolenaar wrote: On Sun, Jan 12, 2003 at 06:27:00PM -0800, Terry Lambert wrote: Therefore, it seems to me, that the correct place to put them is in the machine/floatingpoint.h header (the other alternative was the machine/ieeefp.h header; this seemed wrong to me, but I'm willing to

Re: [PATCH] Re: fpsetmask on sparc64

2003-01-12 Thread Terry Lambert
Marcel Moolenaar wrote: On Sun, Jan 12, 2003 at 06:27:00PM -0800, Terry Lambert wrote: Therefore, it seems to me, that the correct place to put them is in the machine/floatingpoint.h header (the other alternative was the machine/ieeefp.h header; this seemed wrong to me, but I'm willing to

Re: Cards that functioned with earlier Current

2003-01-12 Thread Greg 'groggy' Lehey
[adding current@ to the list; that's where my part of this thread started] On Sunday, 12 January 2003 at 23:16:14 -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Greg 'groggy' Lehey [EMAIL PROTECTED] writes: On Sunday, 12 January 2003 at 22:01:18 -0700, M. Warner Losh

FreeBSD 5.0 RC3 now available

2003-01-12 Thread Scott Long
All, Once again it's my pleasure to announce Release Cadidate 3 of FreeBSD 5.0. i386, pc98, alpha, ia64, and sparc64 releases are available on most mirrors now. Thanks to Marcel Moolenaar for providing the ia64 bits, Takahashi Yoshihiro for proving the pc98 bits, and David Obrien for the

ata timeouts until setting hw.ata.wc to zero

2003-01-12 Thread Fritz Heinrichmeyer
last week i was in fear of a complete data loss as my freebsd current system freezed with ata ad0 timeout like this. kernel: ad0: READ command timeout tag=0 serv=0 - resetting It was still living as it reacted on pings. Hardware: ad0: 76345MB MAXTOR 6L080J4 [155114/16/63] at ata0-master

Re: FreeBSD 5.0 RC3 now available

2003-01-12 Thread Joe Laughlin
(see below, my question got answered already) Joe Laughlin wrote: Scott Long wrote: All, Once again it's my pleasure to announce Release Cadidate 3 of FreeBSD 5.0. i386, pc98, alpha, ia64, and sparc64 releases are available on most mirrors now. Thanks to Marcel Moolenaar for

Re: ata timeouts until setting hw.ata.wc to zero

2003-01-12 Thread Fritz Heinrichmeyer
Sorry, forgot to mention it has the via 8233 ata100 controller Greetings -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED] FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Possible PCI/AGP error

2003-01-12 Thread David Holm
Hi, I get the following error when loading agp.ko in CURRENT (I did not get this in STABLE): Preloaded elf module /boot/kernel/agp.ko at 0xc0700154. agp0: VIA 82C694X (Apollo Pro 133A) host to PCI bridge mem 0xe000-0xefff at device 0.0 on pci0 pcib1: could not get PCI interrupt routing

Re: fdisk issues?

2003-01-12 Thread Bruce Evans
On Sun, 12 Jan 2003, Nate Lawson wrote: On Sun, 12 Jan 2003, Sean Kelly wrote: edgemaster# fdisk ad1 Floating exception (core dumped) In get_params, we have: ... 780 error = ioctl(fd, DIOCGFWSECTORS, u); 781 if (error == 0) 782 sectors