Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Donald J . Maddox
After last night's new kernel and 'make world', I find I am seeing some interesting new warnings at boot time: Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #0:

Re: Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Adam Strohl
I too get those exact messages with my bktr, and my sound drivers. pcib0: on motherboard pci0: on pcib0 WARNING: "bktr" is usurping "bktr"'s cdevsw[] - cut - snd0: WARNING: "snd" is usurping "snd"'s cdevsw[] sbmidi0 at port 0x330 on isa0 snd0: WARNING: "snd" is usurping "snd"'s cdevsw[] Th

Re: Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Poul-Henning Kamp
Non fatal, but should be fixed by the respective owners. cdevsw_add() is getting called multiple times. >WARNING: "streams" is usurping "streams"'s cdevsw[] >^^^ >WARNING: "snd" is usurping "snd"'s cdevsw[] >^^^

freebsd web based groupware

1999-07-04 Thread sams
Hi, We're looking for sites who may want to integrate customizable web based groupware (email, message board, calendar and address book)onto their sites. Joydesk 2.1 runs on NT, Linux and FreeBSD. When you have an opportunity, please visit http://joydesk.com, open free account and play with the

loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Wilko Bulte
Maybe this is a stupid question and/or FAQ but: I'm currently cvsupping updates on the CVS repository. Most of the times that is a couple of minutes, but today it is already 1 hour busy. Mainly with: SetAttr (loads and loads of these). What gives? -- | / o / / _ Arnhem, The N

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Amancio Hasty
Curious why are you cvsupping every couple of minutes ? -- Amancio Hasty [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread David Scheidt
On Sun, 4 Jul 1999, Amancio Hasty wrote: > > Curious why are you cvsupping every couple of minutes ? I think you have a language problem here. I think he meant it normally takes a couple of minutes, not that he cvsups every couple of minutes. David To Unsubscribe: send mail to [EMAIL

Re: IBM-DJNA drives on FreeBSD

1999-07-04 Thread Dag-Erling Smorgrav
Richard Tobin <[EMAIL PROTECTED]> writes: > Is that relevant for 3.2 as well as current? And by "disabling ultra > DMA" did you mean "disabling UDMA66" or "disabling UDMA completely"? > (You can permanently disable UDMA66 with a DOS utility available > from IBM, and it will then act as a plain UD

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Alex Zepeda
On Sun, 4 Jul 1999, Amancio Hasty wrote: > Curious why are you cvsupping every couple of minutes ? I think what was meant was that the CVSup process takes a few minutes usually, but has taken over an hour now. - alex I thought felt your touch In my car, on my clutch But I guess it's just someo

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
In article <[EMAIL PROTECTED]>, Wilko Bulte <[EMAIL PROTECTED]> wrote: > Maybe this is a stupid question and/or FAQ but: You probably should have written to [EMAIL PROTECTED] instead of the -current list. > I'm currently cvsupping updates on the CVS repository. Most of the > times that is a cou

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Amancio Hasty
Arghh... Yeap, upon reading the original message again it reads as you have stated . I need more sleep ... 8) Tnks > On Sun, 4 Jul 1999, Amancio Hasty wrote: > > > Curious why are you cvsupping every couple of minutes ? > > I think what was meant was that the CVSup process takes a

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Alex Zepeda
On Sun, 4 Jul 1999, Amancio Hasty wrote: > > Arghh... Yeap, upon reading the original message again it reads > as you have stated . > > I need more sleep ... 8) Nahh.. caffinated daemon candies OTOH... - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Nick Hibma
Maybe, your machine's date is wrong? Did you change cvsup server lately? Did it upgrade it's version of cvsup? I once changed from de to nl and saw similar results. Cheers, Nick On Sun, 4 Jul 1999, Wilko Bulte wrote: > Maybe this is a stupid question and/or FAQ but: > > I'm currently cvsuppi

Re: IBM-DJNA drives on FreeBSD

1999-07-04 Thread Soren Schmidt
It seems Dag-Erling Smorgrav wrote: > Richard Tobin <[EMAIL PROTECTED]> writes: > > Is that relevant for 3.2 as well as current? And by "disabling ultra > > DMA" did you mean "disabling UDMA66" or "disabling UDMA completely"? > > (You can permanently disable UDMA66 with a DOS utility available >

patch 4 UPDATING...

1999-07-04 Thread Osokin Sergey
Hello. Little patch for UPDATING: --- UPDATING.orig Sun Jul 4 23:21:21 1999 +++ UPDATINGSun Jul 4 23:21:34 1999 @@ -5,7 +5,7 @@ 19990704: src/contrib/sys/softupdates is moving to - src/sy/contrib/softupdates. Update your symbolic links/etc. + src/sys/contrib

LDAPed FreeBSD

1999-07-04 Thread Amancio Hasty
I am playing around with configuring the system and providing a CLI , programmatic interface and a html interface . Floating in my mind is to present a uniform configuration repository similar to windows registery however the information repository is implemented with LDAP. See http://www.ope

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Mike Pritchard
> In article <[EMAIL PROTECTED]>, > > - You are running cvsup with a different umask than usual. To guard > against this, you can add a "umask=022" setting in your supfile > (CVSup-16.0 and later). Speaking of CVSup-16.0, I can't get the port in /usr/ports/net/cvsup to link. I get the foll

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
Mike Pritchard wrote: >> In article <[EMAIL PROTECTED]>, >> >> - You are running cvsup with a different umask than usual. To guard >> against this, you can add a "umask=022" setting in your supfile >> (CVSup-16.0 and later). > > Speaking of CVSup-16.0, I can't get the port in /usr/ports/ne

Panic in vm_page_free_toq (Re: Panic in vm_page_zero_idle)

1999-07-04 Thread Andrzej Bialecki
On Wed, 30 Jun 1999, Peter Wemm wrote: > Andrzej Bialecki wrote: > > Hi, > > > > Sources are from yesterday, machine is Toshiba Portege 7020CT. During make > > -j24 buildworld machine dies with the following panic mesage (notice > > absence of register dump): > > > > kernel: type 12 trap, code=

Re: patch 4 UPDATING...

1999-07-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Osokin Sergey writes: : Little patch for UPDATING: Thanks! Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Ollivier Robert
According to Mike Pritchard: > -> linking cvspasswd > /usr/lib/crt0.o: file not recognize: File format not recognized Why is it trying to link the old a.out run-time code ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 4.0-CURRENT #71: Sun Ma

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Ben Smithurst
Amancio Hasty wrote: > Curious why are you cvsupping every couple of minutes ? He isn't. He's saying normally when he cvsups, it only takes a couple of minutes, not that he does it every couple of minutes. At least that's the way I read it. -- Ben Smithurst| PGP: 0x99392F7D [EMAIL

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Wilko Bulte
As Nick Hibma wrote ... > > Maybe, your machine's date is wrong? Did you change cvsup server lately? > Did it upgrade it's version of cvsup? I once changed from de to nl and > saw similar results. Date is OK: yedi#date Sun Jul 4 22:13:55 CEST 1999 yedi# cvsup version has not been changed. I

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Wilko Bulte
As John Polstra wrote ... > In article <[EMAIL PROTECTED]>, > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > Maybe this is a stupid question and/or FAQ but: > > You probably should have written to [EMAIL PROTECTED] instead > of the -current list. Well, I was not exactly claiming this is a cvsup bug

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Mark Huizer
> Sun Jul 4 22:13:55 CEST 1999 > yedi# > > cvsup version has not been changed. > > I did change the cvsup server some time ago, but I'm now back at > cvsup.nl.FreeBSD.org > hey! that's my queue! when did it start to happen? If it was last week, then there might have been some cause in the upg

RE: LDAPed FreeBSD

1999-07-04 Thread Mark J. Taylor
Are you trying to configure your entire system using LDAP as the database backend, or are you trying to serve current system info? If you are trying *configure* the system using LDAP as a database, then good luck. Our company, Cybernet Systems, has spent over ten man-years developing a HTML-bas

AMD K6-III CPU and Tyan S1590S at 450MHz

1999-07-04 Thread Louis A. Mamakos
FYI, I just upgraded from a Pentium/P54C at 133MHz on a Tyan Titan-III motherboard to an AMD K6-III CPU at 450Mhz (100MHz bus speed) on a Tyan S1590S "Trinity 100" AT-form factor motherboard. Runs really good! I previously built a machine with a K6-2 at 350MHz on an FIC VA-503+ motherboard for

Re: freebsd web based groupware

1999-07-04 Thread Jonathan M. Bresler
Sam, Your email sounds good. the web site looks fine. but sending this message to three different lists (so far, i hope there are not others) is very near to spamming us. i sincerely hope that you have not sent this message to additional lists. jmb -- Jonathan M. Bresler FreeBSD

Re: LDAPed FreeBSD

1999-07-04 Thread Amancio Hasty
Yes, I am trying to configure my entire system using LDAP as a backend. If there any bugs in the ldap server I will probably fix them or better yet the people working on openldap will fix them. I know about the issues that you are describing which is why I am targetting one daemon dhcpd

Re: IBM-DJNA drives on FreeBSD

1999-07-04 Thread Brian F. Feldman
On 4 Jul 1999, Dag-Erling Smorgrav wrote: > Richard Tobin <[EMAIL PROTECTED]> writes: > > Is that relevant for 3.2 as well as current? And by "disabling ultra > > DMA" did you mean "disabling UDMA66" or "disabling UDMA completely"? > > (You can permanently disable UDMA66 with a DOS utility avail

Perl stops make world

1999-07-04 Thread gene
For several months my cvsup/make world has ended with: ===> sys/modules/fxp @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define NFXP 1" > fxp.h echo "#define NBPFILTER 0" > bpfilter.h touch opt_bdg.h perl /usr/src/sys/modules/fxp/../../

Re: IBM-DJNA drives on FreeBSD

1999-07-04 Thread Richard Tobin
> Depends on your motherboard. Try to just disable UDMA66 first. Thanks, that's what I did. It works fine (I'm using a SOYO 5EHM motherboard with an AMD K6-2/200). Performance is excellent; bonnie gives: ---Sequential Output ---Sequential Input-- --Random--

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread John Polstra
Wilko Bulte wrote: >> Several things can cause this: >> >> - You are running cvsup with a different umask than usual. To guard >> against this, you can add a "umask=022" setting in your supfile >> (CVSup-16.0 and later). > > I ran cvsup as root, umask set to 022. OK, that must not have bee

Re: Perl stops make world

1999-07-04 Thread Doug
gene wrote: > > For several months my cvsup/make world has ended with: We have some problems in freebsd, but never problems with make world that last for months. :) Have you tried deleting /usr/obj/*, /usr/src/*, then starting with just a plain 'make -DNOCLEAN world'? Also, what are yo

alpha kernel build failure (w/patch)

1999-07-04 Thread Steve Price
Anyone object to me fixing the wb driver so kernel builds on the Alpha don't fall over anymore? The patch was gleened from the similar changes to the al driver. Thanks. -steve Index: if_wb.c === RCS file: /home/ncvs/src/sys/pci/if

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Jeroen Ruigrok/Asmodai
* Mark Huizer ([EMAIL PROTECTED]) [990705 02:47]: > > > > I did change the cvsup server some time ago, but I'm now back at > > cvsup.nl.FreeBSD.org > > > hey! that's my queue! when did it start to happen? > If it was last week, then there might have been some cause in the > upgrading of the mach

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Wilko Bulte
As Ben Smithurst wrote ... > Amancio Hasty wrote: > > > Curious why are you cvsupping every couple of minutes ? > > He isn't. He's saying normally when he cvsups, it only takes a couple of > minutes, not that he does it every couple of minutes. At least that's the > way I read it. Right, that i

Re: loads of SetAttrs in cvsup of cvs repo

1999-07-04 Thread Wilko Bulte
As Mark Huizer wrote ... > > Sun Jul 4 22:13:55 CEST 1999 > > yedi# > > > > cvsup version has not been changed. > > > > I did change the cvsup server some time ago, but I'm now back at > > cvsup.nl.FreeBSD.org > > > hey! that's my queue! when did it start to happen? > If it was last week, the

Re: cvs commit: src/sys/i386/i386 identcpu.c

1999-07-04 Thread Ilya Naumov
ÐÎ , 05 ÉÀÌ 1999, ÷Ù ÎÁÐÉÓÁÌÉ: > On Sun, 4 Jul 1999, Brian Feldman wrote: > > > CPU: AMD-K6(tm) 3D processor (350.81-MHz 586-class CPU) > > Origin = "AuthenticAMD" Id = 0x58c Stepping=12 > > Features=0x8021bf > >AMD Features=0x808029bf > > I thought the K6-* only did 3DNow, and n