Re: expat2 in the base system?

2002-10-04 Thread Ernst de Haan
On Friday 04 October 2002 04:22, Mike Barcroft wrote: Ernst de Haan [EMAIL PROTECTED] writes: If most file formats would be XML-based (yes I know XML should not replace all file formats, but it comes a great way) then these formats would be leveraged by the fact that there are a lot of XML

Re: PCI brokenness

2002-10-04 Thread Mark Murray
This works, thanks! :-) :-) Domo Arrigato! M I'm not sure, but my thought was something like following patches. Thanks Index: dev/acpica/acpi.c === RCS file: /home/ncvs/src/sys/dev/acpica/acpi.c,v retrieving revision

Re: Any users of matcd(4), mcd(4), or scd(4)?

2002-10-04 Thread Hellmuth Michaelis
On Thu, Oct 03, 2002 at 05:01:07PM -0400, John Baldwin wrote: Are there any users who use the matcd(4), mcd(4) or scd(4) drivers? These drivers are for rather old non-standard CD-ROM controllers most of which only support 1x speeds. :) There are several changes being made to the kernel API's

Re: Any users of matcd(4), mcd(4), or scd(4)?

2002-10-04 Thread Matthew N. Dodd
On Fri, 4 Oct 2002, Hellmuth Michaelis wrote: To repeat an offer made to a recent announce of phk to axe these drivers, i have at least two working drives/controllers/docs for the mcd(4) driver which i am willing to ship to anyone who wants to maintain this driver in -current to prevent it

GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread The Gupta Age
Hi. I was trying to compile GNOME 2.0 on a freebsd current machine on which the world was recently cvsuped, built and installed. CVSUP-ed on 09/22/2002 the gnome compilation breaks while trying to compile libgtop2. here is the error: cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death(signal 6))

2002-10-04 Thread Bruce Evans
On Thu, 3 Oct 2002, Daniel Eischen wrote: Can you try the patch at: http://people.freebsd.org/~deischen/sys.diffs I haven't had a chance to compile or test it, but it should be easy enough to fix if it doesn't (compile). It seems a bit fragile. As I understand it, it loads a clean FP

GEOM changes

2002-10-04 Thread n0g0013
looking for an overview of the GEOM changes coming into current -- most specifically how they will impact admin. are there updates in the handbook ? or another paper somewhere ? -- t t z To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Please read the message all the way through

2002-10-04 Thread The Gupta Age
Several months back when I first started playing with current sent a message on this mailing list to update the UPDATING file in /usr/src I just CVSUPED another stable machine with the current sources to run current on it and guess what no body updated that info. it is a vital piece of

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-04 Thread John Hay
Can you try the patch at: http://people.freebsd.org/~deischen/sys.diffs It works! Already 5 hours without a single signal 6. Thanks! Let me test it myself and I'll commit it as a (yet another) work around until mini gets a chance to make new syscalls to handle

sym disabling controller LED?

2002-10-04 Thread Michael Nottebrock
I have a Dawicontrol 2975U SCSI controller, which is handled by the sym driver: sym0: 875 port 0xac00-0xacff mem 0xe3201000-0xe3201fff,0xe3203000-0xe32030ff irq 10 at device 8.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking I have connected the controller's LED-connector to the

Re: Any users of matcd(4), mcd(4), or scd(4)?

2002-10-04 Thread Jamie Bowden
On Thu, 3 Oct 2002, John Baldwin wrote: :Are there any users who use the matcd(4), mcd(4) or scd(4) drivers? :These drivers are for rather old non-standard CD-ROM controllers :most of which only support 1x speeds. :) There are several changes :being made to the kernel API's used by device

Ready to connect libbsdxml (nee libexpat) to the build !

2002-10-04 Thread Poul-Henning Kamp
Ok, I am ready to connect our private brand libexpat to the build now, any final objections ? What was the concensus on the xmlwf program, did we want it in the tree or not ? Would it be useful to anybody or is it just a hackers-proof-of-concept thing ? Poul-Henning In message [EMAIL

Re: Journaled filesystem in CURRENT

2002-10-04 Thread Alexander Leidinger
On Fri, 27 Sep 2002 13:06:00 -0400 (EDT) Garrett Wollman [EMAIL PROTECTED] wrote: On Thu, Sep 26, 2002 at 09:13:41PM +0200, Alexander Leidinger wrote: Yes, bg-fsck isn't really usable at the moment. They work fine for me for quite a while. The last buildworld on my server was Sept

Re: Ready to connect libbsdxml (nee libexpat) to the build !

2002-10-04 Thread Marc Recht
What was the concensus on the xmlwf program, did we want it in the tree or not ? Would it be useful to anybody or is it just a hackers-proof-of-concept thing ? IMO we don't need it. It only checks if an XML document is well-formed. It even doesn't check if it's valid. I don't think we need a

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-04 Thread Giorgos Keramidas
John Hay [EMAIL PROTECTED] wrote: : John Polstra [EMAIL PROTECTED] wrote: : In article [EMAIL PROTECTED], : Andrey A. Chernov [EMAIL PROTECTED] wrote: : Additional details: it cause not only cvsupd death, but rarely cvsup : signal 6 death too with this diagnostic: : : *** : ***

[ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread n0go013
rebuilt kernel with GEOM and everything is ok but disklabel now dumps a warning message for each undefined partition. should these be manually initialised to valid entries or is this a bug ? more importantly vinum can no longer find the drives but i'm not sure thats related as cvsup was from

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], n0go013 writes: rebuilt kernel with GEOM and everything is ok but disklabel now dumps a warning message for each undefined partition. should these be manually initialised to valid entries or is this a bug ? more importantly vinum can no longer find the drives but

Re: Ready to connect libbsdxml (nee libexpat) to the build !

2002-10-04 Thread Sheldon Hearn
On (2002/10/04 13:26), Poul-Henning Kamp wrote: What was the concensus on the xmlwf program, did we want it in the tree or not ? Would it be useful to anybody or is it just a hackers-proof-of-concept thing ? I think it needs to stay out of the base system, so that 3rd party applications

Re: expat2 in the base system?

2002-10-04 Thread Giorgos Keramidas
On 2002-10-03 22:22, Mike Barcroft [EMAIL PROTECTED] wrote: Ernst de Haan [EMAIL PROTECTED] writes: If most file formats would be XML-based (yes I know XML should not replace all file formats, but it comes a great way) then these formats would be leveraged by the fact that there are a lot

Re: sym disabling controller LED?

2002-10-04 Thread Christian Weisgerber
Michael Nottebrock [EMAIL PROTECTED] wrote: I have a Dawicontrol 2975U SCSI controller, which is handled by the sym driver: sym0: 875 port 0xac00-0xacff mem 0xe3201000-0xe3201fff,0xe3203000-0xe32030ff irq 10 at device 8.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking I

Meaning of net.inet.tcp.inflight_debug output?

2002-10-04 Thread Alexander Leidinger
Hi, what does this mean? Is it important? ---snip--- kernel: 0xc27b4814 bw 4 rttbest 2735 srtt 2250 bwnd 2803 kernel: 0xc0ef235c bw 23101 rttbest 680 srtt 293056 bwnd 1063153 kernel: 0xc27b435c bw 54061 rttbest 1297 srtt 1756 bwnd 28636 kernel: 0xc27b435c bw 47663 rttbest 1297 srtt 1784 bwnd

Re: Junior Kernel Hacker page updated...

2002-10-04 Thread Stefan Farfeleder
On Thu, Oct 03, 2002 at 04:41:46PM +0200, Poul-Henning Kamp wrote: Hi Stefan, I tried this patch and it paniced my (almost-) current machine with a pagefault in the kqueue code: Bravo! I can see that there is some amount of #ifdef stuff in your patch, The #ifdefs are already in the

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death(signal 6))

2002-10-04 Thread Daniel Eischen
On Fri, 4 Oct 2002, Bruce Evans wrote: On Thu, 3 Oct 2002, Daniel Eischen wrote: Can you try the patch at: http://people.freebsd.org/~deischen/sys.diffs I haven't had a chance to compile or test it, but it should be easy enough to fix if it doesn't (compile). It seems a bit

Parsing route dump treceived by using sysctl

2002-10-04 Thread yatin chalke
Hi, I am currently trying to get a route dump in freebsd4.4 using sysctl with NET_RT_DUMP. I am running into problems while parsing the returned rt_msghdr structures. The sockaddr structures returned after the rt_msghdr are messed up and it is not giving correct gateway or netmask. For ex:

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread fergus
On 04.10-14:20, Poul-Henning Kamp wrote: I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I get you to try again making sure you have rev. 1.20 of src/sys/geom/geom_disk.c ? still in the middle of the build but i don't think so -- it looks like vinum is

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death(signal 6))

2002-10-04 Thread Daniel Eischen
On Fri, 4 Oct 2002, Andrey A. Chernov wrote: On Thu, Oct 03, 2002 at 16:37:21 -0400, Daniel Eischen wrote: Can you try the patch at: http://people.freebsd.org/~deischen/sys.diffs It works! Already 5 hours without a single signal 6. A slightly different version with bde

Vote: lib/libexpat - lib/libbsdxml

2002-10-04 Thread Ruslan Ermilov
Hi there! I'd like to rename src/lib/libexpat to src/lib/libbsdxml. The reason I think it should be done is the output of the following command (libpam not being an exception here): cd src/lib; for dir in lib*; do [ $dir != lib`cd $dir; make -V LIB` ] echo $dir; done Cheers, -- Ruslan

Re: expat2 in the base system?

2002-10-04 Thread Jeroen C . van Gelderen
On Friday, Oct 4, 2002, at 06:26 US/Eastern, Giorgos Keramidas wrote: On 2002-10-03 22:22, Mike Barcroft [EMAIL PROTECTED] wrote: Ernst de Haan [EMAIL PROTECTED] writes: If most file formats would be XML-based (yes I know XML should not replace all file formats, but it comes a great way)

Re: expat2 in the base system?

2002-10-04 Thread Hui
On Fri, Oct 04, 2002 at 10:24:03AM -0400, Jeroen C. van Gelderen wrote: Almost. It's indeed called Ant but has been developed under the umbrella of the Apache Jakarta project. I used it to build Tomcat tonight and it looks to be a very power package. bill To Unsubscribe: send mail to

Re: GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread Lars Eggert
The Gupta Age wrote: Hi. I was trying to compile GNOME 2.0 on a freebsd current machine on which the world was recently cvsuped, built and installed. CVSUP-ed on 09/22/2002 the gnome compilation breaks while trying to compile libgtop2. here is the error: I ran into the same problem

$B!y$?$^$2$?%K%e!<%9!y(J

2002-10-04 Thread watanabe@bb.knet.ne.jp
EBEKEBEKEBEKEBEKEBEKEBEKEBEKEB @@ @@@@@@@@@@@™@‚½‚Ü‚°‚½ƒjƒ…[ƒX@™ @@@@— ƒrƒfƒI”Ì”„E“ÁŽêƒ_ƒbƒ`ƒƒCƒtE‚r‚lƒNƒ‰ƒu @@‚`‚u’j—D•åWE‰‡•ŒðÛE‚Žû“üŠmŽÀuo’£ƒzƒXƒgv•åW @@@@@@@@¦¦¦@‚»‚Ì‘¼— î•ñ–žÚ@¦¦¦

Re: GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread Joe Marcus Clarke
On Fri, 2002-10-04 at 10:39, Lars Eggert wrote: The Gupta Age wrote: Hi. I was trying to compile GNOME 2.0 on a freebsd current machine on which the world was recently cvsuped, built and installed. CVSUP-ed on 09/22/2002 the gnome compilation breaks while trying to compile

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread n0go013
On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I get you to try again making sure you have rev. 1.20 of src/sys/geom/geom_disk.c ? [...] i'll let you know the test results

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], n0go013 writes : On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I get you to try again making sure you have rev. 1.20 of src/sys/geom/geom_disk.c

Re: GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread Julian Elischer
Joe, the libkvm changes should work all the way back to 4.x (I haven't tested this of course) but 'ps has been using it to get this info for years) that would simplify the conditionals. (i.e just remove the old code) On 4 Oct 2002, Joe Marcus Clarke wrote: On Fri, 2002-10-04 at 10:39, Lars

Re: expat2 in the base system?

2002-10-04 Thread Chris Doherty
On Fri, Oct 04, 2002 at 08:10:57AM -0700, Bill Huey said: On Fri, Oct 04, 2002 at 10:24:03AM -0400, Jeroen C. van Gelderen wrote: Almost. It's indeed called Ant but has been developed under the umbrella of the Apache Jakarta project. I used it to build Tomcat tonight and it looks to be

i386 tinderbox failure

2002-10-04 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread n0go013
On 04.10-18:27, Poul-Henning Kamp wrote: In message n0go013 writes : On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I get you to try again making sure you have

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], n0go013 writes : On 04.10-18:27, Poul-Henning Kamp wrote: In message n0go013 writes : On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I

Re: GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread Joe Marcus Clarke
On Fri, 2002-10-04 at 12:23, Julian Elischer wrote: Joe, the libkvm changes should work all the way back to 4.x (I haven't tested this of course) but 'ps has been using it to get this info for years) that would simplify the conditionals. (i.e just remove the old code) Yep, my patches

Re: Meaning of net.inet.tcp.inflight_debug output?

2002-10-04 Thread Matthew Dillon
:Hi, : :what does this mean? Is it important? :---snip--- :kernel: 0xc27b4814 bw 4 rttbest 2735 srtt 2250 bwnd 2803 :kernel: 0xc0ef235c bw 23101 rttbest 680 srtt 293056 bwnd 1063153 :kernel: 0xc27b435c bw 54061 rttbest 1297 srtt 1756 bwnd 28636 :kernel: 0xc27b435c bw 47663 rttbest 1297 srtt 1784

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Lars Eggert
Poul-Henning Kamp wrote: I would need to look at the code to be able to tell, I don't have time for that. I'd consider not having vinum work under geom a show-stopper... at least until geom can stripe. Lars -- Lars Eggert [EMAIL PROTECTED] USC Information Sciences Institute

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Lars Eggert writes: This is a cryptographically signed message in MIME format. --ms040706010906030302070807 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Poul-Henning Kamp wrote: I would need to look at the

Re: [Call for testers] acpica-unix-20020918

2002-10-04 Thread Frode Nordahl
Hello, It works fine here, and the battery status works now! No lid switch yet though :-/ Thanks! Mvh, Frode Nordahl On Tue, 2002-10-01 at 17:27, Mitsuru IWASAKI wrote: [forgot to announce] Please try the latest version acpica-unix-20020829, patches for FreeBSD at:

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Lars Eggert
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lars Eggert writes: I'd consider not having vinum work under geom a show-stopper... at least until geom can stripe. Well, the showstopper is in vinum. The fact that ccd(4) works seamlessly with GEOM is testament to this. For some

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Julian Elischer
On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lars Eggert writes: This is a cryptographically signed message in MIME format. --ms040706010906030302070807 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread John Baldwin
On 04-Oct-2002 Julian Elischer wrote: On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lars Eggert writes: This is a cryptographically signed message in MIME format. --ms040706010906030302070807 Content-Type: text/plain; charset=us-ascii;

RE: PCI problems with today's current

2002-10-04 Thread John Baldwin
On 03-Oct-2002 Kenneth D. Merry wrote: I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot with today's -current. -current from August 23rd sources boots fine. It looks like the PCI bus probe is failing somehow. I've seen other folks complaining about

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the responsibility to make older subsystems work. I'm _so_ glad to hear _you_ say that: When will you have made KSE work on sparc64 and ia64 ? -- Poul-Henning Kamp

ccd striping ?? [Was: vinum disks lost]

2002-10-04 Thread n0go013
On 04.10-12:45, Lars Eggert wrote: [...] For some reason I was under the (mis?)impression that ccd was no longer being maintained... If it works with geom, we can probably move our machines over to ccd. They're all no-frills stripes, so ccd functionality is good enough. [...] i'm not

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Daniel Holmes
Lars Eggert wrote: For some reason I was under the (mis?)impression that ccd was no longer being maintained... If it works with geom, we can probably move our machines over to ccd. They're all no-frills stripes, so ccd functionality is good enough. From the man page of ccd: ccd has an

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Daniel Holmes write s: As I understand vinum ccd (please correct me if I am wrong), this will keep ccd from ever achieving the performance and ease of use of vinum. I don't think anybody advocated ccd as a wholesale replacement for vinum. That being said, I have

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Julian Elischer
On Fri, 4 Oct 2002, John Baldwin wrote: On 04-Oct-2002 Julian Elischer wrote: On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lars Eggert writes: This is a cryptographically signed message in MIME format.

HEADSUP: acpica-unix-20021002 imported (Re: cvs commit:src/sys/contrib/dev/acpica - Imported sources)

2002-10-04 Thread Mitsuru IWASAKI
I've imported Intel acpica-unix-20021002 which is the latest version. It seems that some problems related with ACPI namespace parsing are solved from 20020815. Detailed info. about changes is available at: http://developer.intel.com/technology/iapc/acpi/downloads/CHANGES.txt If you have any

Re: Junior Kernel Hacker page updated...

2002-10-04 Thread Juli Mallett
* De: Stefan Farfeleder [EMAIL PROTECTED] [ Data: 2002-10-04 ] [ Subjecte: Re: Junior Kernel Hacker page updated... ] On Thu, Oct 03, 2002 at 04:41:46PM +0200, Poul-Henning Kamp wrote: Hi Stefan, I tried this patch and it paniced my (almost-) current machine with a pagefault

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Daniel Eischen
On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the responsibility to make older subsystems work. I'm _so_ glad to hear _you_ say that: When will you have made KSE

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread John Baldwin
On 04-Oct-2002 Julian Elischer wrote: On Fri, 4 Oct 2002, John Baldwin wrote: On 04-Oct-2002 Julian Elischer wrote: On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lars Eggert writes: This is a cryptographically signed message in MIME format.

Re: Junior Kernel Hacker page updated...

2002-10-04 Thread John Baldwin
On 04-Oct-2002 Juli Mallett wrote: * De: Stefan Farfeleder [EMAIL PROTECTED] [ Data: 2002-10-04 ] [ Subjecte: Re: Junior Kernel Hacker page updated... ] On Thu, Oct 03, 2002 at 04:41:46PM +0200, Poul-Henning Kamp wrote: Hi Stefan, I tried this patch and it paniced my (almost-)

Re: Junior Kernel Hacker page updated...

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Stefan Farfeleder writes: I have committed your patch, but left it #undef'ed until we get the kernel straightened out. On behalf of the FreeBSD project I have to warn you that if you persist in doing work of this kind over and over again, you will eventually be

Re: Junior Kernel Hacker page updated...

2002-10-04 Thread Juli Mallett
* De: Poul-Henning Kamp [EMAIL PROTECTED] [ Data: 2002-10-04 ] [ Subjecte: Re: Junior Kernel Hacker page updated... ] In message [EMAIL PROTECTED], Stefan Farfeleder writes: I have committed your patch, but left it #undef'ed until we get the kernel straightened out. On behalf of

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Julian Elischer
On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the responsibility to make older subsystems work. I'm _so_ glad to hear _you_ say that: When will you have made

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Daniel E ischen writes: On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the responsibility to make older subsystems work. I'm _so_ glad

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Julian Elischer
On Fri, 4 Oct 2002, John Baldwin wrote: Oh, you mean like KSE on Alpha? What existing functionality on the alpha does KSE stop? So you agree that requiring vinum users to turn off GEOM is ok? Part of adding a new feature is providing proof of concept that it works for more

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Terry Lambert
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the responsibility to make older subsystems work. I'm _so_ glad to hear _you_ say that: When will you have made KSE work on sparc64 and

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Daniel Eischen
On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Daniel E ischen writes: On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Ju lian Elischer writes: No, it is established principal tha the importer of new features has the

RC_NG for local rc scripts

2002-10-04 Thread Scot W. Hetzel
I was looking at how the RC_NG base scripts work, and decide to try changing a few ports rc scripts to RC_NG. The process was simple enough to convert the security/cyrus_sasl{,2} (pwcheck.sh, saslauthd{1,}.sh), mail/cyrus_imapd{,2} (imapd.sh), net/openldap{,2} (slapd.sh) and

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Peter Wemm
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], n0go013 writ es : On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the system, so can I get you to try again making sure you have

Re: Vote: lib/libexpat - lib/libbsdxml

2002-10-04 Thread Garance A Drosihn
At 5:56 PM +0300 10/4/02, Ruslan Ermilov wrote: Hi there! I'd like to rename src/lib/libexpat to src/lib/libbsdxml. The reason I think it should be done is the output of the following command (libpam not being an exception here): cd src/lib; for dir in lib*; do [ $dir != lib`cd $dir; make -V

Re: Vote: lib/libexpat - lib/libbsdxml

2002-10-04 Thread Poul-Henning Kamp
In message p0511171ab9c3b45a7bdf@[128.113.24.47], Garance A Drosihn writes: (renaming the directory seems like a fine idea to me, but I think you should check with PHK first, seeing that he is very actively working there) My initial thought was that leaving the directory called libexpat was a

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Emiel Kollof
* Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [Big ugly if/else fallthrough snipped] Ick... Which sick person wrote that? switch() and cpp macros usually do wonders in cases like these in terms of

(forw) CryptoGraphic Disk.

2002-10-04 Thread Emiel Kollof
Hi folks, Seems that the NetBSD-current people have a cool new toy. Any chance of getting this into FreeBSD CURRENT in the future? See forward. Cheers, Emiel - Forwarded message from Roland Dowdeswell [EMAIL PROTECTED] - Date: Fri, 04 Oct 2002 15:09:22 -0400 From: Roland Dowdeswell

Re: (forw) CryptoGraphic Disk.

2002-10-04 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Emiel Kollof writes: Hi folks, Seems that the NetBSD-current people have a cool new toy. Any chance of getting this into FreeBSD CURRENT in the future? See forward. We already have much the same in the GEOM_AES module, although the configuration is not as slick

Re: (forw) CryptoGraphic Disk.

2002-10-04 Thread Emiel Kollof
* Poul-Henning Kamp ([EMAIL PROTECTED]) wrote: In message [EMAIL PROTECTED], Emiel Kollof writes: Seems that the NetBSD-current people have a cool new toy. Any chance of getting this into FreeBSD CURRENT in the future? See forward. We already have much the same in the GEOM_AES module,

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Terry Lambert
Emiel Kollof wrote: * Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [ ... ] This crud has *got* to be taken out and shot, then reworked to do it properly. Amen! (and no, I'm not volunteering. I don't

Re: [ GEOM tests ] vinum drives lost

2002-10-04 Thread Garance A Drosihn
At 9:02 PM +0200 10/4/02, Poul-Henning Kamp wrote: There are numerous architectural issues which have never been fixed in vinum, and one or more of these bits now. Whoever loves vinum will have to chase it/them down and fix it. If I receive patches or requests for changes to GEOM as result of

alpha tinderbox failure

2002-10-04 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Peter Wemm
Terry Lambert wrote: Emiel Kollof wrote: * Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [ ... ] This crud has *got* to be taken out and shot, then reworked to do it properly. Amen! (and

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Matthew N. Dodd
On Fri, 4 Oct 2002, Terry Lambert wrote: I think the major problem with the Vinum code is that it isn't very readable in an 80 column editor window with 8 column tabs, but that's pretty much the worst you can say about it, other than the code has not been maintained by the people changing

RE: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Long, Scott
Terry Lambert wrote: Emiel Kollof wrote: * Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [ ... ] This crud has *got* to be taken out and shot, then reworked to do it properly.

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Robert Watson
On Fri, 4 Oct 2002, Terry Lambert wrote: The assumption here is that the devfs will be available to the system before the root is mounted transparently over it. This is also doable with an unmounted instance of the backing devfs, not yet mounted on /dev, if a transparent mount of / over

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Greg 'groggy' Lehey
On Friday, 4 October 2002 at 14:11:57 -0700, Peter Wemm wrote: Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], n0go013 writ es : On 04.10-15:40, fergus wrote: On 04.10-14:20, Poul-Henning Kamp wrote: [...] I suspect vinum uses this sysctl to get an inventory of disks in the

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Greg 'groggy' Lehey
On Friday, 4 October 2002 at 16:03:24 -0700, Peter Wemm wrote: Terry Lambert wrote: Emiel Kollof wrote: * Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [ ... ] This crud has *got* to be taken out and

ACPI errors and then panic

2002-10-04 Thread Nate Lawson
My laptop appears to work ok without ACPI but of course I don't get suspend, resume, etc. I have never been able to get ACPI to work with it, including with a -current as of 2 hours ago. If ACPI is enabled, I get a spew of: ACPI-0412 *** Error: NsSearchAndEnter: Bad character in ACPI name and

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Robert Watson
On Fri, 4 Oct 2002, Robert Watson wrote: On Fri, 4 Oct 2002, Terry Lambert wrote: The assumption here is that the devfs will be available to the system before the root is mounted transparently over it. This is also doable with an unmounted instance of the backing devfs, not yet

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Greg 'groggy' Lehey
On Friday, 4 October 2002 at 20:07:11 -0400, Robert Watson wrote: On Fri, 4 Oct 2002, Terry Lambert wrote: The assumption here is that the devfs will be available to the system before the root is mounted transparently over it. This is also doable with an unmounted instance of the backing

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Peter Wemm
Greg 'groggy' Lehey wrote: On Friday, 4 October 2002 at 16:03:24 -0700, Peter Wemm wrote: Terry Lambert wrote: Emiel Kollof wrote: * Peter Wemm ([EMAIL PROTECTED]) wrote: vinum is so much unbelievable stuff in it. Consider this stuff: sys/dev/vinum/vinumio.c: [ ... ] This

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Greg 'groggy' Lehey
On Friday, 4 October 2002 at 20:21:29 -0400, Robert Watson wrote: On Fri, 4 Oct 2002, Robert Watson wrote: On Fri, 4 Oct 2002, Terry Lambert wrote: The assumption here is that the devfs will be available to the system before the root is mounted transparently over it. This is also doable

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Robert Watson
On Sat, 5 Oct 2002, Greg 'groggy' Lehey wrote: FWIW, I've never seen this code. The dates on the patch suggest that it was made in the last quarter of an hour: I didn't claim that this was his code. This was code I just wrote to address Vinum not finding the devices due to major/minor

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: On 03-Oct-2002 Kenneth D. Merry wrote: I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot with today's -current. -current from August 23rd sources boots fine. It looks like the PCI bus

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Julian Elischer
On Fri, 4 Oct 2002, Robert Watson wrote: On the general topic of access to devices before a root has been found, Maxime Henrion [EMAIL PROTECTED] has done some interesting work on 'rootfs', a pseudofs used to bootstrap support for devfs, etc. In such an environment, Vinum and other

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Greg 'groggy' Lehey
On Friday, 4 October 2002 at 20:29:51 -0400, Robert Watson wrote: On Sat, 5 Oct 2002, Greg 'groggy' Lehey wrote: FWIW, I've never seen this code. The dates on the patch suggest that it was made in the last quarter of an hour: I didn't claim that this was his code. This was code I just

Re: ACPI errors and then panic

2002-10-04 Thread Mitsuru IWASAKI
Hi, # ACPI CA related problem should be sent to [EMAIL PROTECTED] # so that Intel folks can be aware of the problem. From: Nate Lawson [EMAIL PROTECTED] Subject: ACPI errors and then panic Date: Fri, 4 Oct 2002 17:14:31 -0700 (PDT) Message-ID: [EMAIL PROTECTED] My laptop appears to work ok

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Juli Mallett
* De: Julian Elischer [EMAIL PROTECTED] [ Data: 2002-10-04 ] [ Subjecte: Re: [ GEOM tests ] disklabel warnings and vinum drives lost ] On Fri, 4 Oct 2002, Robert Watson wrote: On the general topic of access to devices before a root has been found, Maxime Henrion [EMAIL

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 18:39:08 -0600, Kenneth D. Merry wrote: On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: On 03-Oct-2002 Kenneth D. Merry wrote: I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot with today's -current.

Re: HEADSUP! GEOM as default in 5 days...

2002-10-04 Thread Eric Hodel
Poul-Henning Kamp ([EMAIL PROTECTED]) wrote: In message [EMAIL PROTECTED], Eric Hodel writes: the bit that I cant figure out is that my CD-ROM won't mount the CD I've got in it now, (an 80 minute CDR) but it has pre-geom. Yes, there is a problem with SCSI-CD devices. Can you please

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Ian Dowse
In message [EMAIL PROTECTED], Robe rt Watson writes: However, here's a patch that makes Vinum use namei() to rely on devfs to locate requested devices instead of parsing the device name and guessing the device number (incorrectly with GEOM). Unfortunately, I almost immediately run into a divide

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: On 03-Oct-2002 Kenneth D. Merry wrote: I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot with today's -current. -current from August 23rd sources boots fine. It looks like the PCI bus

Re: PCI problems with today's current

2002-10-04 Thread Mitsuru IWASAKI
Hi, From: John Baldwin [EMAIL PROTECTED] Subject: RE: PCI problems with today's current Date: Fri, 04 Oct 2002 16:03:08 -0400 (EDT) Message-ID: [EMAIL PROTECTED] On 03-Oct-2002 Kenneth D. Merry wrote: I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Sat, Oct 05, 2002 at 11:22:58 +0900, Mitsuru IWASAKI wrote: Hi, From: John Baldwin [EMAIL PROTECTED] Subject: RE: PCI problems with today's current Date: Fri, 04 Oct 2002 16:03:08 -0400 (EDT) Message-ID: [EMAIL PROTECTED] On 03-Oct-2002 Kenneth D. Merry wrote: I have a

Re: signal 6 to XFree86 (Re: cvs commit: src/tools/tools...)

2002-10-04 Thread Kris Kennaway
On Fri, Oct 04, 2002 at 06:30:09PM -0700, Lars Eggert wrote: Wesley Morgan wrote: I had one today, they have decreased significantly since removing the Type1 module from my server configuration. I've also found that disabling xscreensaver/xlockmore helps - or just set it to blank screen

  1   2   >