Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 03:07:01PM -0400, John Baldwin wrote: Are you eliminating the mfsroot? Yes. Ugh. How does sysinstall work with this change? You do realize that we mount the MFS as /, then mount the disk under /mnt, chroot to /mnt, then mount the CD in /dist in the chroot

Floppyless release build of sparc64

2003-07-23 Thread Ruslan Ermilov
A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge CPU times in release.9 and do not create the useless boot.flp floppy image (the sparc64/mkisoimages.sh script doesn't need it). On Tue, Jul 22, 2003 at 10:53:53PM -0700, Ruslan

Re: where is kern.ca.da.no_6_byte?

2003-07-23 Thread Terry Lambert
Kenneth D. Merry wrote: On Sun, Jul 20, 2003 at 19:40:58 +0200, Harald Schmalzbauer wrote: Why has this tunable by default a value which makes the machine unstable by every umass I plug in which has no qirk entry? And if I look how many quirks there are I assume that almost every device

Re: sockstat -6

2003-07-23 Thread Terry Lambert
David Hill wrote: (david wind:/home/david)% sockstat -6 sockstat: struct xtcpcb size mismatch USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS The most common cause for this problem is stale headers files in /usr/include/*. This can happen when you install a new

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 07:42:33PM +0300, Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make release to go on with my task on floppy-less make release (for AMD64, etc.), I had to just fix it. Attached is the

Re: where is kern.ca.da.no_6_byte?

2003-07-23 Thread Josef Karthauser
On Tue, Jul 22, 2003 at 11:31:21PM -0700, Terry Lambert wrote: As far as I'm concerned, USB is a Very Black Art(tm), and has been since day one. 8-(. You have to wonder how Windows manages... Windows manages because it is in the vendor's interest for it to work and as such their install

Re: su and suspend problems with -CURRENT

2003-07-23 Thread Terry Lambert
Anish Mistry wrote: I've been using -CURRENT for while now and have finally gotten some time to come up with a list of problems I'm getting: When I su to change to the root user I get a Bus Error from su. This have been around for about a month, still happens after multiple build and install

Re: where is kern.ca.da.no_6_byte?

2003-07-23 Thread Terry Lambert
Josef Karthauser wrote: On Tue, Jul 22, 2003 at 11:31:21PM -0700, Terry Lambert wrote: As far as I'm concerned, USB is a Very Black Art(tm), and has been since day one. 8-(. You have to wonder how Windows manages... Windows manages because it is in the vendor's interest for it to work

Re: should new-gcc kernels with -CURRENT still be panic()'ing rightat boot?

2003-07-23 Thread John Reynolds
[ On Tuesday, July 22, Steve Kargl wrote: ] I've built several kernels without a problem. You need to (1) post the exact panic message, (2) read the section of the Handbook on debugging kernel panics, and (3) provide a backtrace. Well, I went through the process anyway, just to learn

Re: where is kern.ca.da.no_6_byte?

2003-07-23 Thread Josef Karthauser
On Wed, Jul 23, 2003 at 12:00:00AM -0700, Terry Lambert wrote: Josef Karthauser wrote: On Tue, Jul 22, 2003 at 11:31:21PM -0700, Terry Lambert wrote: As far as I'm concerned, USB is a Very Black Art(tm), and has been since day one. 8-(. You have to wonder how Windows manages...

Re: src/bin/ed/re.c: warning: declaration of `exp' shadows a globaldeclaration

2003-07-23 Thread Harti Brandt
On Mon, 21 Jul 2003, David O'Brien wrote: DOOn Tue, Jul 15, 2003 at 07:59:43AM +0200, Harti Brandt wrote: DO On Tue, 15 Jul 2003, Jun Kuriyama wrote: DO JKWith new gcc and -Wshadow, src/bin/ed/re.c shows this warning: DO JK DO JKcc -Wshadow -c re.c DO JKre.c: In function `get_compiled_pattern':

[-CURRENT tinderbox] failure on i386/pc98

2003-07-23 Thread Tinderbox
TB --- 2003-07-23 08:17:02 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-07-23 08:17:02 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-23 08:19:30 - building world TB --- cd

Buildworld Faild on 5.1-Release

2003-07-23 Thread Gerhard Schmidt
Hi There, I have installed FreeBSD 5.1-Release and try to update to 5-CURRENT. Here is the errormessage i`ve get. mkdep -f .depend -a-I/usr/src/kerberos5/lib/libhdb/../../../crypto/heimdal/include -I/usr/src/kerberos5/lib/libhdb/../../include

maildir with softupdates

2003-07-23 Thread Attila Nagy
Hello, Is this statement still valid? ext3 is unsafe for maildir, and with softupdates, so is ffs. http://www.irbs.net/internet/postfix/0202/0358.html Thanks, -- Attila Nagy e-mail: [EMAIL PROTECTED] Free Software Network (FSN.HU) phone @work: +361 210

Re: make release broken [FIX]

2003-07-23 Thread Mark Murray
Hi Please do not commit this. M Ruslan Ermilov writes: --A9z/3b/E4MkkD+7G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 22, 2003 at 07:42:33PM +0300, Ruslan Ermilov wrote: Hi! =20 As many of you

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:33:50AM +0100, Mark Murray wrote: Hi Please do not commit this. Please stop repeating this endlessly. This patch is only for those who need a working make release urgently, like me. You made it clear that you're working on a better fix. -- Ruslan Ermilov

Re: Buildworld Faild on 5.1-Release

2003-07-23 Thread Michael.Reifenberger
On Wed, 23 Jul 2003, Gerhard Schmidt wrote: Hi There, I have installed FreeBSD 5.1-Release and try to update to 5-CURRENT. Here is the errormessage i`ve get. ... You get this because you have in your /etc/make.conf: ... WITH_OPENLDAP=yes ... but have not installed the openldap port. Bye/2

How to provide useful debug info

2003-07-23 Thread Harald Schmalzbauer
Hi all, I have currently at least 4 scenarios when my 5.1-release crashes on different hardware. So I built a kernel (GENERIC) with debugging symbols and DDB option. Now I'd like to provide usefull info about the following crashes: 1. booting from degraded RAID1 with HPT372 (machine crashes and

Re: Fixing gcc 3.3 compile failures -- fix for audio/xmixer

2003-07-23 Thread Simon Barner
--- Xw/Base.c.orig Wed Jul 23 03:56:03 2003 +++ Xw/Base.c Wed Jul 23 03:56:43 2003 @@ -89,8 +89,8 @@ * default translation table */ static char defaultTranslations [] = \ -FocusIn: focus(in) -FocusOut: focus(out) +FocusIn: focus(in)\n\ +FocusOut: focus(out)\n\ KeyTab: tab();

Re: Fixing gcc 3.3 compile failures -- fix for audio/xmms-tfmx

2003-07-23 Thread Simon Barner
--- src/xmms_about.c.orig Wed Jul 23 04:53:36 2003 +++ src/xmms_about.cWed Jul 23 04:54:43 2003 @@ -20,11 +20,11 @@ gtk_container_border_width(GTK_CONTAINER(hbox1), 5); label = gtk_label_new( - -TFMX plugin adapted to xmms by David Le Corfec -[EMAIL PROTECTED]

Re: Fixing gcc 3.3 compile failures -- fix for games/xjumpjump

2003-07-23 Thread Simon Barner
--- texts.h.origWed Jul 23 03:48:19 2003 +++ texts.h Wed Jul 23 03:48:56 2003 @@ -1,6 +1,6 @@ #define E_MY_PRGNAME xjumpjump -#define E_VERSIONJumpJump-0.12 for X, Feb 26th 1997 by +#define E_VERSIONJumpJump-0.12 for X, Feb 26th 1997 by \ nihil ([EMAIL

Re: Fixing gcc 3.3 compile failures -- fix for graphics/xmms-gforce

2003-07-23 Thread Simon Barner
--- _Unix-X/libxpce/xvhandler.c.origWed Jul 23 04:43:19 2003 +++ _Unix-X/libxpce/xvhandler.c Wed Jul 23 04:44:31 2003 @@ -342,7 +342,7 @@ /* x_DCTCEDoComp() - Do one component for DCTCE */ int x_DCTCEDoComp(int mask, int color) { - static const char cnames[] = { red, green, blue }; +

Re: Fixing gcc 3.3 compile failures -- fix for math/surf

2003-07-23 Thread Simon Barner
--- Makefile.orig Tue Jul 22 17:13:04 2003 +++ MakefileTue Jul 22 17:13:15 2003 @@ -7,7 +7,7 @@ # PORTNAME= surf -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES=math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -27,9 +27,5 @@

Re: Fixing gcc 3.3 compile failures -- fix for math/topaz

2003-07-23 Thread Simon Barner
--- Makefile.orig Wed Jul 23 15:02:46 2003 +++ MakefileWed Jul 23 15:03:08 2003 @@ -6,7 +6,7 @@ # PORTNAME= topaz -PORTVERSION= 3.38 +PORTVERSION= 3.39 CATEGORIES=math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME=

Re: Fixing gcc 3.3 compile failures -- fix for net/tp5250

2003-07-23 Thread Simon Barner
--- src/tn5250.c.orig Tue Jul 22 18:25:06 2003 +++ src/tn5250.cTue Jul 22 18:25:31 2003 @@ -179,7 +179,7 @@ tn5250 [options] HOST[:PORT]\n); #ifdef HAVE_LIBSSL printf(\ - To connect using ssl prefix HOST with 'ssl:'. Example: + To connect using ssl prefix HOST with 'ssl:'.

Re: Fixing gcc 3.3 compile failures -- fix for print/unrtf

2003-07-23 Thread Simon Barner
--- ps.c.orig Tue Jul 22 18:56:13 2003 +++ ps.cTue Jul 22 19:02:44 2003 @@ -187,7 +187,7 @@ /didShowPage false def \n\ %%--\n\ %% Set up the ISO fonts \n\ - +\n\ %% Times \n\ %% - \n\ /Times-Roman findfont dup length dict

Re: Fixing gcc 3.3 compile failures -- fix for textproc/xmlpp

2003-07-23 Thread Simon Barner
--- Makefile.orig Wed Jul 23 04:08:36 2003 +++ MakefileWed Jul 23 04:09:11 2003 @@ -21,12 +21,9 @@ .include bsd.port.pre.mk -.if ${OSVERSION} = 500113 -BROKEN= Does not compile (bad C++ code) -.endif - pre-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS}

Re: Fixing gcc 3.3 compile failures -fix for textproc/xmlppm

2003-07-23 Thread Simon Barner
--- IFile.cpp.orig Wed Jul 23 04:32:54 2003 +++ IFile.cpp Wed Jul 23 04:35:43 2003 @@ -100,7 +100,7 @@ while(insz 0) { size_t result; outsz = BUFFSIZE; -result = iconv(ifile-iconv, (char*)inptr, insz, outptr, outsz); +result = iconv(ifile-iconv, inptr, insz, outptr,

Re: Fixing gcc 3.3 compile failures -- fix for x11-toolkits/wmapp

2003-07-23 Thread Simon Barner
--- wmapp.cc.orig Wed Jul 23 03:26:58 2003 +++ wmapp.ccWed Jul 23 03:28:59 2003 @@ -4,11 +4,9 @@ using std::string; -namespace Unix { - extern C { -# include unistd.h // for usleep() - } -}; +extern C { +# include unistd.h // for usleep() +} // All the xpms we need:

Re: Fixing gcc 3.3 compile failures -- fix for x11toolkits/viewklass

2003-07-23 Thread Simon Barner
These are quite a lot of files, so I put them into a tar archive http://www.leo.org/~barner/freebsd/x11-toolkits-viewklass_port_patch.tar.gz signature.asc Description: Digital signature

Re: How to provide useful debug info

2003-07-23 Thread Bob Bishop
Hi, Generally the minimum required information is /var/run/dmesg.boot and a stack backtrace at the crash. See http://www.uk.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html, particularly 17.4 and 17.5 At 13:13 23/7/03, Harald Schmalzbauer wrote: Hi all, I have

Re: Compaq Evo N610c

2003-07-23 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
Hi, It seems some things are getting some where... pcmcia cards work only (at least one) if you put more than one card in the pcmcia slots. So inserting a Lucent orinoco wireless fails but the second ASUS wireless card gets working ... And also the reverse can be done.. It's strange but it

Re: Compaq Evo N610c

2003-07-23 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
Hi, It seems some things are getting some where... pcmcia cards work only (at least one) if you put more than one card in the pcmcia slots. So inserting a Lucent orinoco wireless fails but the second ASUS wireless card gets working ... And also the reverse can be done.. It's strange but it

RE: How to provide useful debug info

2003-07-23 Thread Harald Schmalzbauer
Bob Bishop wrote: Hi, Generally the minimum required information is /var/run/dmesg.boot and a stack backtrace at the crash. See http://www.uk.freebsd.org/doc/en_US.ISO8859-1/books/developers-han dbook/kerneldebug.html, particularly 17.4 and 17.5 Thank you for that link, but that's far

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Stephane Raimbault
panic: kmem_malloc(4096): kmem_map too small: 275251200 total allocated cpuid = 2; lapic.id = 0100 boot() called on cpu#2 syncing disks, buffers remaining... 7149 7148 7148 7148 7143 7151 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143 7143

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Bosko Milekic
On Wed, Jul 23, 2003 at 09:08:18AM -0600, Stephane Raimbault wrote: ... I was looking at uping the kern.vm.kmem.size as suggested to do as well, but I cannot find that value in sysctl -a, so I'm not sure where to set that specifically. I have found the value for nmbclusters and it is set to

Re: Compaq Evo N610c

2003-07-23 Thread Barney Wolff
On Wed, Jul 23, 2003 at 03:45:48PM +0200, Robert Blacquière wrote: pcmcia cards work only (at least one) if you put more than one card in the pcmcia slots. So inserting a Lucent orinoco wireless fails but the second ASUS wireless card gets working ... And also the reverse can be done..

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Stephane Raimbault
Thanks Bosko, I've changed my /boot/loader.conf to reflect the kern.vm.kmem.size option. kern.vm.kmem.size=35 As far as changing the nmbclusters, I'm not sure how many I use now. Do you know where I could get some values as what the total vs. how much is being used for the above values?

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Bosko Milekic
On Wed, Jul 23, 2003 at 09:24:24AM -0600, Stephane Raimbault wrote: Thanks Bosko, I've changed my /boot/loader.conf to reflect the kern.vm.kmem.size option. kern.vm.kmem.size=35 As far as changing the nmbclusters, I'm not sure how many I use now. Do you know where I could get some

Re: maildir with softupdates

2003-07-23 Thread Bill Moran
Attila Nagy wrote: Hello, Is this statement still valid? ext3 is unsafe for maildir, and with softupdates, so is ffs. http://www.irbs.net/internet/postfix/0202/0358.html Yes, It's also true that any form of write-caching is unsafe, so disable the caches on your SCSI and ATA hard drives. Simply

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Stephane Raimbault
Hi Bosko, Looking at netstat -m, the value I'd probably be interested in is the following: 3% of cluster map consumed knowing that the Maximum possible is 25600 I can deduce that ~768 are being used? Is that correct. I'm not much of a programmer, but I did recognize the printf(); statements

Re: Floppyless release build of sparc64

2003-07-23 Thread Jake Burkholder
Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, Ruslan Ermilov said words to the effect of; A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge CPU times in release.9 and do not create the useless boot.flp

Re: Floppyless release build of sparc64

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:57:58AM -0400, Jake Burkholder wrote: Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, Ruslan Ermilov said words to the effect of; A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Bosko Milekic
On Wed, Jul 23, 2003 at 09:56:32AM -0600, Stephane Raimbault wrote: Hi Bosko, Looking at netstat -m, the value I'd probably be interested in is the following: 3% of cluster map consumed knowing that the Maximum possible is 25600 I can deduce that ~768 are being used? Is that correct.

Portable USB hard drive regression

2003-07-23 Thread Mike Makonnen
I have a Storix Fusion USB 60GB hard drive. It used to work on 5.0-CURRENT. I tried using it again after I noticed the USB crapiness thread, and it's now giving the following errors when I plug it into 5.1-CURRENT umass0: NewAge International STORIX Fusion25, rev 2.00/11.00, addr 3 umass0: BBB

[-CURRENT tinderbox] failure on alpha/alpha

2003-07-23 Thread Tinderbox
TB --- 2003-07-23 16:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-23 16:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-23 16:02:15 - building world TB --- cd

Re: possible unionfs bug

2003-07-23 Thread David Schultz
On Sun, Jul 20, 2003, Divacky Roman wrote: Hi, I might be wrong but this: free(mp-mnt_data, M_UNIONFSMNT); /* XXX */ mp-mnt_data = 0; seems to me wrong and might cause crashes etc. am I correct or wrong? its from union_vfsops.c:384 What's wrong with

Re: maildir with softupdates

2003-07-23 Thread David Schultz
On Wed, Jul 23, 2003, Attila Nagy wrote: Hello, Is this statement still valid? ext3 is unsafe for maildir, and with softupdates, so is ffs. http://www.irbs.net/internet/postfix/0202/0358.html The statement is FUD; this is a topic that mailer people love to complain about. It's only true

Re: Portable USB hard drive regression

2003-07-23 Thread John-Mark Gurney
Mike Makonnen wrote this message on Wed, Jul 23, 2003 at 12:43 -0400: I have a Storix Fusion USB 60GB hard drive. It used to work on 5.0-CURRENT. I tried using it again after I noticed the USB crapiness thread, and it's now giving the following errors when I plug it into 5.1-CURRENT

Last inline offenders...

2003-07-23 Thread Poul-Henning Kamp
The following patch are my suggestion (already sent to maintainers) for inlines to remove so we can get under the 2000 limit in GCC on i386. Index: dev/aic7xxx/aic79xx_inline.h === RCS file:

Re: FreeBSD 5.1-R kernel panic

2003-07-23 Thread Scott Long
Stephane Raimbault wrote: Hi Thanks for your response, I do not have PAE enabled... I've been hesitant of turning it on, I'm not sure if it's too stable, I noticed that the asr driver is in the nodriver list in the PAE kernel config file and I use the asr driver for my Adaptec 2015S raid card.

SMPng status?

2003-07-23 Thread Scott M. Likens
Out of curiosity I was wondering what the SMPng status was? I have heard it's not fully implemented due to KSE/libthr not fully implemented. I was wondering if this was incorrect information or what? The reason i'm asking is there is a Dual P2-450 here that i'm trying to decide what to install

Fun with 'fdisk -B -b /boot/boot0 ad0'

2003-07-23 Thread Ryan T. Dean
Greetings- I've got a laptop which I dualboot between -CURRENT and W2k. I recently had to reinstall W2k, and in the process it eliminated my MBR. I can successfully boot into FBSD by using a boot floppy and telling it to boot the kernel from the hard drive, but this is, well, kludgy.

We have ath, now what about Broadcom?

2003-07-23 Thread Brad Knowles
Folks, Okay, so now I just figured out what the ath driver is. Sigh... Of course, I find this out through searching for open source drivers for the Broadcom chipset as used in the Linksys WPC54G cardbus device, which I happen to have just bought. I've already done quite a bit of Googling

fuword(), suword(), etc.

2003-07-23 Thread Julian Elischer
I'd like to have a suptr and fuptr to be able to save and read user pointers in a machine independent manner.. at the moment ia need to know the size of a pointer and select the appropriate 32 or 64 version.. It would jus tbe another ENTRY files in support.[sS] alongside teh appropriate sized

still data corruption with 5.1-R on Intel Pentium 4

2003-07-23 Thread Georg-W. Koltermann
There have been threads about data corruption in RAM on P4 and other i386 machines on this list. I also observed the problem, on my laptop with 5.0-R. It seemed to go away with 5.1-R, on the laptop. Recently I upgraded my home PC which is a P4 2.0A from 4.8-R to 5.1-R. No problems at first.

Re: We have ath, now what about Broadcom?

2003-07-23 Thread Kevin Oberman
Date: Wed, 23 Jul 2003 23:32:13 +0200 From: Brad Knowles [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Folks, Okay, so now I just figured out what the ath driver is. Sigh... Of course, I find this out through searching for open source drivers for the Broadcom chipset as

Re: fuword(), suword(), etc.

2003-07-23 Thread Marcel Moolenaar
On Wed, Jul 23, 2003 at 02:48:41PM -0700, Julian Elischer wrote: I'd like to have a suptr and fuptr to be able to save and read user pointers in a machine independent manner.. Sounds good to me. for i386 it would be an alternate name for fuword32() and suword32() I'm not sure what it would

Re: We have ath, now what about Broadcom?

2003-07-23 Thread Matthew Emmerton
Folks, Okay, so now I just figured out what the ath driver is. Sigh... Of course, I find this out through searching for open source drivers for the Broadcom chipset as used in the Linksys WPC54G cardbus device, which I happen to have just bought. I've already done quite a bit

Re: We have ath, now what about Broadcom?

2003-07-23 Thread Kevin Oberman
From: Matthew Emmerton [EMAIL PROTECTED] Date: Wed, 23 Jul 2003 18:21:23 -0400 The folks at Broadcom have not been willing to release any information on their 800.11g chips for fear of violating FCC regs. The required NDA would prohibit the release of the source. You can program both

Re: We have ath, now what about Broadcom?

2003-07-23 Thread Wilko Bulte
On Wed, Jul 23, 2003 at 06:21:23PM -0400, Matthew Emmerton wrote: Folks, ... Can anyone provide some pointers or links that would bring me up-to-date on the current state of affairs on this subject, especially as it related to FreeBSD or *BSD in general? The folks at Broadcom

Re: We have ath, now what about Broadcom?

2003-07-23 Thread Brooks Davis
On Wed, Jul 23, 2003 at 06:21:23PM -0400, Matthew Emmerton wrote: Why would Broadcom be scared? Obviously it's the _driver_ that controls the power/freq output of the chip, so the responsibility of staying within FCC regs is that of the driver authors. Of course, the no warranty aspects of

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Garance A Drosihn
I am not much of a makefile expert, but I have been trying various changes to see if I could fix the problem with building /rescue. On my system, a buildworld will always fail if I specify '-j'. It is time-consuming to try things, because it takes a while to do a whole buildworld. Today it

Remove options HW_WDOG?

2003-07-23 Thread Sean Kelly
While working on my software watchdog, it has come to my attention that the options HW_WDOG in FreeBSD does absolutely nothing. does anybody actually use this code, or can I purge it in favor of the software watchdog? /usr/src/sys$ find . -type f |xargs grep HW_WDOG ./conf/NOTES:options

Re: still data corruption with 5.1-R on Intel Pentium 4

2003-07-23 Thread Anthony Ginepro
There have been threads about data corruption in RAM on P4 and other i386 machines on this list. I also observed the problem, on my laptop with 5.0-R. It seemed to go away with 5.1-R, on the laptop. Recently I upgraded my home PC which is a P4 2.0A from 4.8-R to 5.1-R. No problems at

Re: still data corruption with 5.1-R on Intel Pentium 4

2003-07-23 Thread Andre Guibert de Bruet
On Wed, 24 Jul 2003, Georg-W. Koltermann wrote: There have been threads about data corruption in RAM on P4 and other i386 machines on this list. I also observed the problem, on my laptop with 5.0-R. It seemed to go away with 5.1-R, on the laptop. Recently I upgraded my home PC which is a

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Garance A Drosihn
At 6:41 PM -0400 7/23/03, Garance A Drosihn wrote: Where that error is: make: don't know how to make /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/client/clparse.o. Stop *** Error code 2 1 error *** Error code 2 1 error Well, that isn't always the error message, but it's always

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-07-23 Thread Tinderbox
TB --- 2003-07-23 22:16:58 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-07-23 22:16:58 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-23 22:18:51 - building world TB

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Gordon Tetlow
On Wed, Jul 23, 2003 at 07:41:18PM -0400, Garance A Drosihn wrote: So it is easy to image that this .depend file is crucial to successfully making addext.o. The .depend file is apparently created by /usr/obj/usr/src/rescue/rescue/rescue.mk and that in turn says it is generated from

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Garance A Drosihn
At 4:44 PM -0700 7/23/03, Gordon Tetlow wrote: On Wed, Jul 23, 2003, Garance A Drosihn wrote: The .depend file is apparently created by /usr/obj/usr/src/rescue/rescue/rescue.mk and that in turn says it is generated from rescue.conf by crunchgen 0.2. The rescue.mk file includes the

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Garance A Drosihn
At 4:44 PM -0700 7/23/03, Gordon Tetlow wrote: I don't see how this construct cannot be parallel make safe. The requires that the third line check the result of the second before continuing. It doesn't make sense. Oops, my last reply got away from me before I was done... Anyway, I added some

Re: Remove options HW_WDOG?

2003-07-23 Thread Julian Elischer
this code WAS used in the interjet. We had modules that linked in and just needed somewhere to hook into.. the hardware watchdog was held off by our software, but we needed to add code to the core-dump routines to routinely call the watchdog hold-off or we could never get a coredump because the

psmintr: discard a byte (1) [moused issues]

2003-07-23 Thread Wilkinson,Alex
Hi all, I have a relatively current repository (CTM delta cvs-cur 9444), and have just built world/kernel. I am switching between several OS's with a Cybex KVW switch. I now seem to have a problem with my mouse (after build world/kernel) I am getting these messages on the console when I move

Re: Buildworld /rescue failures in 5.1

2003-07-23 Thread Garance A Drosihn
At 8:14 PM -0400 7/23/03, Garance A Drosihn wrote: So indeed, that 'make depend' had not finished before the 'make' for the object had started. I was going to do some debugging of what 'make' is doing, but it looks like crunchgen gets confused if make has any kind of debugging flags turned on.

Re: still data corruption with 5.1-R on Intel Pentium 4

2003-07-23 Thread Kris Kennaway
On Wed, Jul 23, 2003 at 07:32:34PM -0400, Andre Guibert de Bruet wrote: DISABLE_PSE and DISABLE_PG_G fixes all of the machines that I've seen with random segvs (And for the record, they've all been Pentium 4s). Not for me. I mostly get NFS corruption though. Kris pgp0.pgp Description:

Re: SMPng status?

2003-07-23 Thread Kris Kennaway
On Wed, Jul 23, 2003 at 02:06:24PM -0700, Scott M. Likens wrote: Out of curiosity I was wondering what the SMPng status was? I have heard it's not fully implemented due to KSE/libthr not fully implemented. I was wondering if this was incorrect information or what? That's not really

Re: psmintr: discard a byte (1) [moused issues]

2003-07-23 Thread Mike Heffner
On 24-Jul-2003 Wilkinson,Alex wrote: | Hi all, | | I have a relatively current repository (CTM delta cvs-cur 9444), and | have just built | world/kernel. | | snip | ... | | moused is running with the following: | | moused -p /dev/psm0 -t microsoft | | The mouse is a Microsoft IntelliMouse.

ums panic

2003-07-23 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a fresh cvsup today, I was playing around with my mouse and managed to get a panic from ums. I loaded usb/ums from a kernel module, started usbd, (mouse is working), unload ums, load ums - panic so: kldload ums usbd kldunload ums kldload ums

3Com 3C9340 (3C200) support

2003-07-23 Thread Damian
I own an Abit IS7-G which includes an intergrated 3Com 3C940 card currently not supported in any FreeBSD branch to my knowledge. Some people said that the nic could world with the Tigon III driver but I haven't been able to get it to work with it during install. Are there any plans or projects

Re: Fatal trap 12: page fault while in kernel mode

2003-07-23 Thread Noriyoshi Kawano
At Wed, 23 Jul 2003 13:31:31 -0700 (PDT), Doug White wrote: On Mon, 21 Jul 2003, Bjoern A. Zeeb wrote: Thanks. This works fine. Is there any global solution to the problem so that I won't need to patch again the time 5.2R comes out ? Smells like a good candiate for a TUNABLE. Are they

Re: ums panic

2003-07-23 Thread John-Mark Gurney
Anish Mistry wrote this message on Wed, Jul 23, 2003 at 22:18 -0400: After a fresh cvsup today, I was playing around with my mouse and managed to get a panic from ums. I loaded usb/ums from a kernel module, started usbd, (mouse is working), unload ums, load ums - panic so: There are known

OT: X aperture

2003-07-23 Thread root
Hello again! Sorry for trolling. I have just found one more way to have X and seculevel coexisting. It's applicable for desktops mostly.Here's the trick: Start the system with seculevel -1, run startx and then type '/sbin/sysctl -w kern.securelevel=1' in a terminal. The last requires as all know

Re: Remove options HW_WDOG?

2003-07-23 Thread Bruce Evans
On Wed, 23 Jul 2003, Sean Kelly wrote: While working on my software watchdog, it has come to my attention that the options HW_WDOG in FreeBSD does absolutely nothing. does anybody actually use this code, or can I purge it in favor of the software watchdog? /usr/src/sys$ find . -type f |xargs