Re: Panic (TCP)

2000-02-22 Thread Garrett Wollman
On Tue, 22 Feb 2000 13:23:27 +0900, Yoshinobu Inoue [EMAIL PROTECTED] said: If persist timer is working, and if it happen to timeout between callout_reset(tp-tt_rexmt, tp-t_rxtcur, tcp_timer_rexmt, tp); and

Re: Upgrade to 4.0 current

2000-02-22 Thread Ruslan Ermilov
Hi! The set of correct instructions is provided in the latest src/UPDATING. There is a bootstrapping problem with texinfo, and you should use -DNOINFO on the first installworld for it to complete. Anyway, just follow the instructions from the src/UPDATING and you should be OK. On Tue, Feb 22,

Re: status of 'device awe' ?

2000-02-22 Thread Kenneth D. Merry
On Tue, Feb 22, 2000 at 23:33:26 +0100, Jeroen Ruigrok van der Werven wrote: -On [2222 23:25], Daniel O'Connor ([EMAIL PROTECTED]) wrote: On 22-Feb-00 Jeroen Ruigrok van der Werven wrote: Should be used instead. I am so in favor of just declaring voxware dead... But the armchair

Re: status of 'device awe' ?

2000-02-22 Thread Seigo Tanimura
On Tue, 22 Feb 2000 16:10:02 -0800, Andy Sparrow [EMAIL PROTECTED] said: Andy Unfortunately for those of us who used to use 'pnp' commands in Andy userconfig to probe/init the AWE registers, the AWE wavetable is Andy already useless in -current. Andy AFAIK, the AWE cannot work without this,

Re: BIOS and PERC 2/SC (was Re: Perc 2/SC problems (aka MegaRAID 466) )

2000-02-22 Thread Mike Tancsa
On 18 Feb 2000 17:39:19 -0500, in sentex.lists.freebsd.current you wrote: Hmm. I did some testing, and I can lock both the G6HC and G6HD firmware up within a few minutes. The Dell 3.00 firmware remains stable under the same load (20 simultaneous 'bonnie -s 100's). I'm fairly sure it's a

Re: BIOS and PERC 2/SC (was Re: Perc 2/SC problems (aka MegaRAID 466) )

2000-02-22 Thread Mike Smith
On 18 Feb 2000 17:39:19 -0500, in sentex.lists.freebsd.current you wrote: Hmm. I did some testing, and I can lock both the G6HC and G6HD firmware up within a few minutes. The Dell 3.00 firmware remains stable under the same load (20 simultaneous 'bonnie -s 100's). I'm fairly sure it's

Re: XFree 3.3.6 authentication failed?

2000-02-22 Thread Will Andrews
On Wed, Feb 23, 2000 at 02:10:00AM -0300, [EMAIL PROTECTED] wrote: Dear guys, I am running monday's current, Mesa-glx for Riva, XFree 3.3.6 and KDE 1.1.2. All from monday's ports tree. Well, I think I can't say I am running this system, for I am getting the following message

Re: IP tunnel

2000-02-22 Thread Archie Cobbs
Cob writes: What about ${subj} in current? Or maybe someone know how to make ip tunnel on current using patches, tools, etc.? One way is exhibited in /usr/share/examples/netgraph/udp.tunnel. -Archie ___ Archie Cobbs

Re: Interesting failure mode for static linking with shared libs.

2000-02-22 Thread Vladimir Kushnir
Actually, this is a (minor) bug in binutils (see patch below): ELF interpreteu is defined as /usr/lib/libc.so.1 rather than (here) /usr/libexec/ld-elf.so.1 On Tue, 22 Feb 2000, Martin Cracauer wrote: In [EMAIL PROTECTED], Jordan K. Hubbard wrote: root@zippy- cc -fPIC -c stub.c

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
Well, I guess what confused me is the order I would assume that the last entry, being the newest, would have all the steps listed that are currently needed. Maby its just me and, I am really not tyring to cause a hassle, maby I am reading it wrong. It seems to me that you need to piece

Re: After last ATAPI update system doesn't boot if modules loaded by /boot/loader.

2000-02-22 Thread Thierry Herbelot
Mike Smith wrote: I've yesterday sent a post on this list (from my work email) about the impossibility of loading the if_xl and miibus modules with the loader (it works well with kldload, afterwards) This is a known problem with modules that have dependancies; if you load

Re: Interesting failure mode for static linking with shared libs.

2000-02-22 Thread Martin Cracauer
In [EMAIL PROTECTED], Jordan K. Hubbard wrote: root@zippy- cc -fPIC -c stub.c root@zippy- ld -shared -o stub.so stub.o root@zippy- cc -static test.c -o test stub.so root@zippy- ./test ELF interpreter /usr/lib/libc.so.1 not found Abort trap root@zippy- cc -static test.c -o test stub.o

Re: After last ATAPI update system doesn't boot if modules loaded by /boot/loader.

2000-02-22 Thread Mike Smith
I've yesterday sent a post on this list (from my work email) about the impossibility of loading the if_xl and miibus modules with the loader (it works well with kldload, afterwards) This is a known problem with modules that have dependancies; if you load the miibus

Re: Crashing netscape?

2000-02-22 Thread Martin Cracauer
In [EMAIL PROTECTED], Alex Le Heux wrote: Hi, Am I the only one who's experiencing an amzing amount of crashes on Netscape? This made a real difference in stability for me: Before installing a new Netscape, rm -rf /usr/local/lib/netscape rm -rf /home/*/.netscape Seriously, when I had old

Re: Crashing netscape?

2000-02-22 Thread Donn Miller
Martin Cracauer wrote: BTW, does anyone know if its possible to write a plugin for the BSDI version of Navigator 3.04 so that it display *.png files as it displays *.gif files now? As I understand, a plugin doesn't have fine enough access to the display code to do this, right? You could

Re: Panic (TCP)

2000-02-22 Thread Jeroen Ruigrok/Asmodai
-On [2221 12:01], Luigi Rizzo ([EMAIL PROTECTED]) wrote: this is fun... Just caught panic #3 on my Diablo newstransit box running 4.0 from the 7th of February. This box pushes around 360-380 GB in a weekend on network IO. this is the right kind of app for -current isn't it :) Hey

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Soren Schmidt
It seems Andreas Klemm wrote: Hi ! I have hangs and timeouts using the EIDE disk in my computer. The controller is a Abit Hot Rod 66 and Maxtor Diamond Max 54098U8. I use the 80 pin cable from the Abit EIDE controller special for UDMA. Messages are: ad4: READ command timeout - resetting

extern variables in shared libraries broken (ld.so or mmap bug)

2000-02-22 Thread Martin Cracauer
I am trying to hunt the strptime(..., "%+", ...) bug down. It looks like a showstopper dynamic linker bug in 4.0 now. I suspect that extern variables located in shared variables are broken, either by a ld.so or a mmap bug. In a dynamically linked program, it looks like the address of the symbol

Re: Big ATA problems

2000-02-22 Thread Nick Hibma
Maybe this is a silly suggestion, but could someone with a card like that boot it in a Windows environment and tell us what that hardware manager tells us about hardware requirements the card would have if it is configured for the '0x160' address (whatever that configuration is on the card I

Re: ATA errors

2000-02-22 Thread Nick Hibma
I cvsupped this morning and I just had a chance to build a new kernel, and now I get a "cannot mount root" and it drops into some kind of commandline where I can enter a root for it to mount. This is the error it gives me now: ata0-slave: WARNING: WAIT_INTR active=ATA_WAIT_READY

Re: Crashing netscape?

2000-02-22 Thread Alex
I will try this and see if it helps. Cheers, Alex On Mon, Feb 21, 2000 at 06:56:41PM -0500, Bryan Liesner wrote: On Mon, 21 Feb 2000, Alex Le Heux wrote: Hi, Am I the only one who's experiencing an amzing amount of crashes on Netscape? It's been going on for quite some time now

Re: Panic (TCP)

2000-02-22 Thread Jeroen Ruigrok van der Werven
It looks fine to me. Perhaps Garrett has something to say about it? -- Jeroen Ruigrok van der Werven Network- and systemadministrator [EMAIL PROTECTED] bART Internet Services / BSD: Technical excellence at its best VIA NET.WORKS Netherlands Tel: +31 - (0) 10 -

Re: 0208-CURRENT and CD-Changer

2000-02-22 Thread Soren Schmidt
It seems Morten Seeberg wrote: I have a Teac 6 CD changer (acd0: CDROM with 6 CD changer CD-C68E at ata1-master using PIO4), which works just fine in 3.x except for the usual error message when the CD-ROM drive is empty and I start up /stand/sysinstall), but in subj. when starting

Re: Interesting failure mode for static linking with shared libs.

2000-02-22 Thread Jordan K. Hubbard
As a workaround for a static binary, you should be able to use -Xlinker -Bstatic instead of -static Actually, it appears that just -Xlinker is necessary; it works fine in conjunction with -static. Thanks for this most helpful tip! I can see a *lot* of scenarios where I'll be using

ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Arun Sharma
I have the above hardware combination and here's the dmesg from 4.0-current: atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on pci0 atapci1: HighPoint HPT366 ATA66 controller port 0xb400-0xb4ff,0xb000-0xb003,0xac00-0xac07 irq 11 at device 19.0 on pci0 ata2: at 0xac00

Re: Crypto progress! (And a Biiiig TODO list)

2000-02-22 Thread Mark Murray
Paul Richards [EMAIL PROTECTED] writes: The daemon approach actually has benfits that I'm keen on that aren't related to security. A single point of access to the data means that the backend can be changed so that passwords can be in a different file or a database, without having to

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Soren Schmidt
It seems Arun Sharma wrote: I have the above hardware combination and here's the dmesg from 4.0-current: atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on pci0 atapci1: HighPoint HPT366 ATA66 controller port 0xb400-0xb4ff,0xb000-0xb003,0xac00-0xac07 irq 11 at

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread nnd
In [EMAIL PROTECTED] Arun Sharma [EMAIL PROTECTED] wrote: What kind of cable do yuo use ? Is it 80-wire one ? N.Dudorov I have the above hardware combination and here's the dmesg from 4.0-current: atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Andreas Klemm
On Tue, Feb 22, 2000 at 09:32:43AM +0100, Soren Schmidt wrote: You have a config problem Oh ... Now where did this come form: ata4: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x ata4: mask=00 status0=ff status1=ff ata4: probe allocation failed ata2-master: success setting up

kdelibs port broken?

2000-02-22 Thread Daniel O'Connor
I am trying to build the kdelibs port on a -current that is 2 days old.. It fails like so... gmake[2]: Entering directory `/usr/tmp/work/usr/ports/x11/kdelibs11/work/kdelibs-1.1.2/kdecore' /usr/X11R6/bin/moc ./kconfig.h -o kconfig.moc /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined

Re: status of 'device awe' ?

2000-02-22 Thread Jeroen Ruigrok van der Werven
-On [2221 21:15], Lyndon Nerenberg ([EMAIL PROTECTED]) wrote: LINT has an entry for an 'awe' device, however there doesn't appear to be any corresponding source code in the tree. Is this device dead? If so, the entry should be removed from LINT, or an appropriate comment added. device pcm

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Andreas Klemm
Hi Soren, make that: deviceata deviceatadisk options ATA_STATIC_ID did that: after kernel re-compilation I created a new disklabel on the device I used the whole disk /dev/ad4c /data ufs rw 1 2 just for

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Soren Schmidt
It seems Andreas Klemm wrote: Newfs'ing and mounting the filesystem went fine. I enabled softupdates prior mounting. But when I tried fire up bonnie -s 100 I soon get after nearly writing the 100 MB characterwise... ad4: READ command timeout - resetting ata2: resetting

Re: Interesting failure mode for static linking with shared libs.

2000-02-22 Thread Bruce Evans
On Tue, 22 Feb 2000, Jordan K. Hubbard wrote: As a workaround for a static binary, you should be able to use -Xlinker -Bstatic instead of -static Actually, it appears that just -Xlinker is necessary; it works fine in conjunction with -static. Thanks for this most helpful tip!

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Andreas Klemm
On Tue, Feb 22, 2000 at 01:39:46PM +0100, Soren Schmidt wrote: Hmm, this looks very wierd, Oh yes ;-) BTW no problem with win98 or Win2000 installation. how is your BIOS setup wrt to onboard ATA channels ?? Try to use a "normal" ie 40pin cable, that will limit the disk to UDMA33 mode, if

Re: Panic (TCP)

2000-02-22 Thread Yoshinobu Inoue
If persist timer is working, and if it happen to timeout between callout_reset(tp-tt_rexmt, tp-t_rxtcur, tcp_timer_rexmt, tp); and callout_stop(tp-tt_persist); then the panic might happen at

Re: kdelibs port broken?

2000-02-22 Thread Maxim Sobolev
Daniel O'Connor wrote: I am trying to build the kdelibs port on a -current that is 2 days old.. It fails like so... gmake[2]: Entering directory `/usr/tmp/work/usr/ports/x11/kdelibs11/work/kdelibs-1.1.2/kdecore' /usr/X11R6/bin/moc ./kconfig.h -o kconfig.moc /usr/libexec/ld-elf.so.1:

Re: kdelibs port broken?

2000-02-22 Thread William Woods
ON that subject, has anyone tried compiling the KDE port with the new QT145 port? On 22-Feb-00 Maxim Sobolev wrote: Daniel O'Connor wrote: I am trying to build the kdelibs port on a -current that is 2 days old.. It fails like so... gmake[2]: Entering directory

Re: kdelibs port broken?

2000-02-22 Thread Ilmar S. Habibulin
On Tue, 22 Feb 2000, Daniel O'Connor wrote: I am trying to build the kdelibs port on a -current that is 2 days old.. It fails like so... [...] Now, I'd look this up in the mailing lists, but the search is still down :( I do remember something about C++ stuff needing to be recompiled (which

Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Akinori -Aki- MUSHA
Hi, I'm running recent 4.0-CURRENT and my Seagate Barracuda ST320430A 20GB hard drive connected with Promise Ultra66 card isn't recognized as an Ultra ATA/66 drive but only /33. I'm sure I'm using a correct cable for the /66 drive and I confirmed it works successfully in /66 on WinNT 4.0.

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Soren Schmidt
It seems Akinori -Aki- MUSHA wrote: Hi, I'm running recent 4.0-CURRENT and my Seagate Barracuda ST320430A 20GB hard drive connected with Promise Ultra66 card isn't recognized as an Ultra ATA/66 drive but only /33. Could I have a verbote boot log please, that would give some hints...

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Arun Sharma
On Tue, Feb 22, 2000 at 11:54:40AM +0100, Soren Schmidt wrote: It seems Arun Sharma wrote: I have the above hardware combination and here's the dmesg from 4.0-current: atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on pci0 atapci1: HighPoint HPT366 ATA66

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Soren Schmidt
It seems Arun Sharma wrote: Do you have the prober 80pin cable ?? if so please provide a verbose boot... Thanks, that fixed the problem. Has anyone benchmarked the driver ? A very unscientific benchmark that I ran didn't seem to produce much of a difference between UDMA33 and UDMA66. In

Re: Crashing netscape?

2000-02-22 Thread Steve Hocking
There was some discussion of this over on the XFree mailing lists, and it transpired that netscape was using a pointer to some memory that had been freed some time back. This showed up in cases where you open up a stack of windows and then close them at random. There was a patch to work around

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Joseph Thomas
It seems Arun Sharma wrote: Do you have the prober 80pin cable ?? if so please provide a verbose boot... Thanks, that fixed the problem. Has anyone benchmarked the driver ? A very unscientific benchmark that I ran didn't seem to produce much of a difference between UDMA33 and

Hardware for 4.0

2000-02-22 Thread mwlucas
Hello, I'm purchasing a server to run 4.0 on. It won't be in production immediately, but I need to get a quote ASAP. What SCSI card would people recommend? It doesn't need RAID. Any particular SCSI tape drive? I'll probably buy a midrange Asus motherboard and a nice Intel fxp NIC to go on

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Akinori -Aki- MUSHA
At Tue, 22 Feb 2000 18:14:23 +0100 (CET), Soren Schmidt [EMAIL PROTECTED] wrote: Could I have a verbote boot log please, that would give some hints... Sorry but could you tell me how to increase verbosity? ata-pci1: Promise ATA-66 controller port

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Andreas Klemm
On Wed, Feb 23, 2000 at 02:55:27AM +0900, Akinori -Aki- MUSHA wrote: At Tue, 22 Feb 2000 18:14:23 +0100 (CET), Soren Schmidt [EMAIL PROTECTED] wrote: Could I have a verbote boot log please, that would give some hints... Sorry but could you tell me how to increase verbosity? set

Re: Hardware for 4.0

2000-02-22 Thread Dan Moschuk
| What SCSI card would people recommend? It doesn't need RAID. | Any particular SCSI tape drive? I like the Adapdec 2940 cards for low-medium end servers. | I'll probably buy a midrange Asus motherboard and a nice Intel fxp | NIC to go on it. Any other recommendations? The fxp cards are

Upgrade to 4.0 current

2000-02-22 Thread Christopher T. Griffiths
Hello, I was trying to upgrade from 3.4 -stable to 4.0 Current to test it out for the coming release of 4.0. I cvsup'd as of this morning at 10:00am and did a make buildworld. Then followed by a shutdown now then make installworld. I then got the following error: === lib/csu/i386-elf

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Akinori -Aki- MUSHA
Alright, I booted the system with boot_verbose=1, and the dmesg output was as follows. I wish this would help your investigation. Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved.

Re: Hardware for 4.0

2000-02-22 Thread Garrett Wollman
On Tue, 22 Feb 2000 11:06:07 -0800 (PST), "Rodney W. Grimes" [EMAIL PROTECTED] said: IBM Hard drives... If you can actually get them Last time I bought a drive we weren't able to get IBM in any reasonable timeframe and ended up with a Seagate instead. (And that Cheetah 18LP's not a bad

Re: Hardware for 4.0

2000-02-22 Thread Rodney W. Grimes
On Tue, 22 Feb 2000 11:06:07 -0800 (PST), "Rodney W. Grimes" [EMAIL PROTECTED] said: IBM Hard drives... If you can actually get them Last time I bought a drive we weren't able to get IBM in any reasonable timeframe and ended up with a Seagate instead. (And that Cheetah 18LP's not

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Soren Schmidt
It seems Akinori -Aki- MUSHA wrote: Alright, I booted the system with boot_verbose=1, and the dmesg output was as follows. I wish this would help your investigation. It does: ata2-master: success setting up UDMA2 mode on Promise chip ad4: ST320430A/3.11 ATA-4 disk at ata2 as master ad4:

Panic (ffs) #2

2000-02-22 Thread Jeroen Ruigrok van der Werven
And here we are again. This time on another disk: dev = #amrd/0x20004, block = 2048, fs = /news/spool panic: ffs_blkfree: freeing free block Debugger("panic") Stopped at Debugger+0x35: movb$0,in_Debugger.372 db trace Debugger(c01e7ee3) at Debugger+0x35

Re: Hardware for 4.0

2000-02-22 Thread Kenneth D. Merry
On Tue, Feb 22, 2000 at 14:25:45 -0500, Garrett Wollman wrote: On Tue, 22 Feb 2000 11:06:07 -0800 (PST), "Rodney W. Grimes" [EMAIL PROTECTED] said: IBM Hard drives... If you can actually get them Last time I bought a drive we weren't able to get IBM in any reasonable timeframe and

Re: Panic (ffs) #2

2000-02-22 Thread Thomas David Rivers
And here we are again. This time on another disk: dev = #amrd/0x20004, block = 2048, fs = /news/spool panic: ffs_blkfree: freeing free block Debugger("panic") Stopped at Debugger+0x35: movb$0,in_Debugger.372 db trace Debugger(c01e7ee3) at Debugger+0x35

Re: timeout problems HighPoint HPT366 ATA66 controller 40 GB Diamond Max Plus

2000-02-22 Thread Soren Schmidt
It seems Andreas Klemm wrote: On Tue, Feb 22, 2000 at 01:39:46PM +0100, Soren Schmidt wrote: Try to use a "normal" ie 40pin cable, that will limit the disk to UDMA33 mode, if that works, well... Hurray, using a normal cable works. I got 2 cables for $0 from a friend in a computershop ;-)

Re: openssl in -current

2000-02-22 Thread Joel Ray Holveck
It would obviously not be hard to write a set of stubs for these things, getting those stubs called selectively in the "no real RSA" case also not being very difficult. One way would be to put them in a lower version-numbered shared lib, like OpenBSD did it, so that the application would

Re: openssl in -current

2000-02-22 Thread Joel Ray Holveck
I have just read several documents from www.eff.org, www.rsa.com, and www.openssl.org and have failed to find anything in there, that forbids us from not using openssl's RSA version. RSA has a patent for the algorithm, and they have provided a reference implementation to help the adoption of

Re: Rc2 install

2000-02-22 Thread Joel Ray Holveck
I've come to the conclusion that the -current stuff really doesn't install on an 8 Meg machine anymore. I have an old 486/66 machine I'm using to play with the current-RC's, and it consistantly dies loading the 'bin' stuff. Perhaps I'll make a MINIGENERIC kernel without some extraneous

Re: Weird AMD panics caused by VMware?!

2000-02-22 Thread Nick Sayer
To followup to myself, I think I have this pinned down... In line 403 of /sys/kern/vfs_cache.c, ncpp is somehow becoming 0. I believe that the trap is in ncp = LIST_FIRST(ncpp); -- LIST_FIRST(x) expands to ((x)-lh_first). That ends up being a dereference of NULL, which causes the trap and

Re: Panic (ffs) #2

2000-02-22 Thread Jeroen Ruigrok van der Werven
-On [2222 21:55], Thomas David Rivers ([EMAIL PROTECTED]) wrote: And here we are again. This time on another disk: dev = #amrd/0x20004, block = 2048, fs = /news/spool panic: ffs_blkfree: freeing free block Debugger("panic") Stopped at Debugger+0x35: movb$0,i

Re: Promise Ultra66 + Seagate ATA/66 = Ultra ATA/33 :(

2000-02-22 Thread Akinori -Aki- MUSHA
At Tue, 22 Feb 2000 21:29:30 +0100 (CET), Soren Schmidt [EMAIL PROTECTED] wrote: ad4: piomode=4 dmamode=2 udmamode=2 cblid=1 ^^ The disk reports it can do at max UDMA2 mode (ATA33), so thats why the ata driver dont put it at UDMA4 (ATA66)...

Re: status of 'device awe' ?

2000-02-22 Thread Daniel O'Connor
On 22-Feb-00 Jeroen Ruigrok van der Werven wrote: Should be used instead. I am so in favor of just declaring voxware dead... But the armchair generals wouldn't like that. The awe device controls the AWE's wavetable.. newpcm doesn't talk to this (yet - no idea if there are any plans) ---

Re: status of 'device awe' ?

2000-02-22 Thread Jeroen Ruigrok van der Werven
-On [2222 23:25], Daniel O'Connor ([EMAIL PROTECTED]) wrote: On 22-Feb-00 Jeroen Ruigrok van der Werven wrote: Should be used instead. I am so in favor of just declaring voxware dead... But the armchair generals wouldn't like that. The awe device controls the AWE's wavetable.. newpcm

Re: status of 'device awe' ?

2000-02-22 Thread Daniel O'Connor
On 22-Feb-00 Jeroen Ruigrok van der Werven wrote: That's why I wanted to kill voxware in 4.0, would allow pcm to be used from default... Now we're stuck to the voxware crap for another release cycle until 5.0 hits the public. shrugs You don't _have_ to use it :) --- Daniel O'Connor

Re: Panic (ffs) #2

2000-02-22 Thread Jeroen Ruigrok van der Werven
*sigh* ignore the gdb output of this one... it was the old one. =( /var/crash was too full. -- Jeroen Ruigrok van der Werven Network- and systemadministrator [EMAIL PROTECTED] bART Internet Services / BSD: Technical excellence at its best VIA NET.WORKS

Re: kdelibs port broken?

2000-02-22 Thread Daniel O'Connor
On 22-Feb-00 Maxim Sobolev wrote: Now, I'd look this up in the mailing lists, but the search is still down I do remember something about C++ stuff needing to be recompiled (which is why I'm rebuilding kdelibs in the first place).. You have to rebuild qt2 first to be able to run moc.

Re: kdelibs port broken?

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 05:36:19PM +0200, Maxim Sobolev wrote: You have to rebuild qt2 first to be able to run moc. ITYM Qt 1.45, not Qt2. -- Will Andrews [EMAIL PROTECTED] GCS/E/S @d- s+:++:- a---+++ C++ UB P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP t++ 5 X++ R+ tv+

Re: kdelibs port broken?

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 07:40:55AM -0800, William Woods wrote: ON that subject, has anyone tried compiling the KDE port with the new QT145 port? In my original tests, Qt 1.45 works fine with the KDE ports. Do you have any problems with it? -- Will Andrews [EMAIL PROTECTED] GCS/E/S @d-

Re: status of 'device awe' ?

2000-02-22 Thread Andy Sparrow
On Tue, Feb 22, 2000 at 03:46:04PM -0700, Kenneth D. Merry wrote: On Tue, Feb 22, 2000 at 23:33:26 +0100, Jeroen Ruigrok van der Werven wrote: -On [2222 23:25], Daniel O'Connor ([EMAIL PROTECTED]) wrote: On 22-Feb-00 Jeroen Ruigrok van der Werven wrote: Should be used instead. I

Re: Kernel

2000-02-22 Thread Bosko Milekic
Try looking at the sysctl(3) interface. Issue `sysctl -A' and note one of the exported variable names. Then, search the code to see how it's setup. This is most probably what you're looking for. On Mon, 21 Feb 2000, [iso-8859-1] José Luís Faria wrote: Hello I'm creating a litle

Re: kdelibs port broken?

2000-02-22 Thread William Woods
Yea, after I compiled QT145, I couldent compile KDE. I am not sure of the exact error, it was a few days ago and I went back to 142, but It wouldent comile. On 22-Feb-00 Will Andrews wrote: On Tue, Feb 22, 2000 at 07:40:55AM -0800, William Woods wrote: ON that subject, has anyone tried

Re: kdelibs port broken?

2000-02-22 Thread Chris D. Faulhaber
On Tue, 22 Feb 2000, William Woods wrote: On 22-Feb-00 Will Andrews wrote: On Tue, Feb 22, 2000 at 07:40:55AM -0800, William Woods wrote: ON that subject, has anyone tried compiling the KDE port with the new QT145 port? In my original tests, Qt 1.45 works fine with the KDE ports. Do

XFree 3.3.6 authentication failed?

2000-02-22 Thread lioux
Dear guys, I am running monday's current, Mesa-glx for Riva, XFree 3.3.6 and KDE 1.1.2. All from monday's ports tree. Well, I think I can't say I am running this system, for I am getting the following message whenever I try startx: Authentication failed - cannot start X server.

Re: XFree 3.3.6 authentication failed?

2000-02-22 Thread Crist J. Clark
On Wed, Feb 23, 2000 at 02:10:00AM -0300, [EMAIL PROTECTED] wrote: Dear guys, I am running monday's current, Mesa-glx for Riva, XFree 3.3.6 and KDE 1.1.2. All from monday's ports tree. Well, I think I can't say I am running this system, for I am getting the following message

Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
Hey, I have been following the disscussions here for a while, just trying to get a feel of what the transition from 3.4-stable 4.0-release will be like. I am running -current on my alpha, but that was a fresh install. I am debating trying -current on my laptop, but before we go there, I would

Re: XFree 3.3.6 authentication failed?

2000-02-22 Thread Will Saxon
Actually I think this is a pam.conf issue. You probably built 3.3.6 with PAM support? This happened to me as soon as 3.3.6 came out. try copying pam.conf from whereveryoubuildworld/etc to /etc and see if that fixes it. I think mergemaster would take care of this too, I dunno last time I used it

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Alfred Perlstein
* William Woods [EMAIL PROTECTED] [000222 21:19] wrote: Hey, I have been following the disscussions here for a while, just trying to get a feel of what the transition from 3.4-stable 4.0-release will be like. I am running -current on my alpha, but that was a fresh install. I am debating

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here. On 23-Feb-00 Alfred Perlstein wrote: * William Woods [EMAIL PROTECTED] [000222 21:19] wrote: Hey, I have been following the

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 08:45:28PM -0800, William Woods wrote: I have been following the disscussions here for a while, just trying to get a feel of what the transition from 3.4-stable 4.0-release will be like. I am running -current on my alpha, but that was a fresh install. I am debating

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
On 23-Feb-00 Will Andrews wrote: See src/UPDATING. I read that...I must say it is a bit confusing and in some places contradictory I made the transition on my laptop from 3.3-RELEASE to 4.0-CURRENT about six months ago, so my experience wouldn't help you much, unfortunately. However,

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 08:54:14PM -0800, William Woods wrote: I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here. Specifics, specifics... and are you sure you're looking at an _UP_TO_DATE_

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
cvsupped a few hours ago.. On 23-Feb-00 Will Andrews wrote: On Tue, Feb 22, 2000 at 08:54:14PM -0800, William Woods wrote: I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here.

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Alfred Perlstein
* William Woods [EMAIL PROTECTED] [000222 21:27] wrote: I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here. It looks pretty concise to me, perhaps you can explain the confusion so that we

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 08:57:35PM -0800, William Woods wrote: 4.0-CURRENT running with a 3Com 3CCFE574BT PC-Card. :-) I have that same card Works great on 4.0-CURRENT, which I'm sure you'll be glad to know. If you have any trouble getting it to work, just drop me a line and I'll help

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Warner Losh
In message [EMAIL PROTECTED] William Woods writes: : I read that...I must say it is a bit confusing and in some places contradictory I'm not surprising that it is confusing. It is hard to hit a moving target like current. And things have often are contradictory... Warner To Unsubscribe:

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread Will Andrews
On Tue, Feb 22, 2000 at 09:03:04PM -0800, William Woods wrote: cvsupped a few hours ago.. Specifics, specifics... and are you sure you're looking at an Specifics please. -- Will Andrews [EMAIL PROTECTED] GCS/E/S @d- s+:++:- a---+++ C++ UB P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+

Re: XFree 3.3.6 authentication failed?

2000-02-22 Thread Max Khon
hi, there! On Wed, 23 Feb 2000 [EMAIL PROTECTED] wrote: I am running monday's current, Mesa-glx for Riva, XFree 3.3.6 and KDE 1.1.2. All from monday's ports tree. Well, I think I can't say I am running this system, for I am getting the following message whenever I try startx:

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread R Joseph Wright
On Tue, 22 Feb 2000, Alfred Perlstein wrote: * William Woods [EMAIL PROTECTED] [000222 21:27] wrote: I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here. It looks pretty concise to me,

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
On 23-Feb-00 R Joseph Wright wrote: make buildworld make buildkernel make installkernel Then reboot in single user mode make -DNOINFO installworld make buildkernel make installkernel (again) make installworld This worked for me perfectly. Hmmm.the only question I have regarding

Problem with IBM Netfinity 5000 Server

2000-02-22 Thread User URANIA
I've a Netfinity 5000 Server, internal 5 PCI slot onborad. If i put one Intel 82558 NIC at 5th PCI Slot, everythings goes fine. Every times i put the same Intel NIC to any other PCI slots ( 1th ~ 4th ), after system login prompt , i also login as root, then system direct reboot #

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread R Joseph Wright
On Tue, 22 Feb 2000, William Woods wrote: On 23-Feb-00 R Joseph Wright wrote: make buildworld make buildkernel make installkernel Then reboot in single user mode make -DNOINFO installworld make buildkernel make installkernel (again) make installworld This worked for me

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
It did, although I did eventually remake them. I did: mv /dev /dev.old mkdir /dev cp /usr/src/etc/MAKE* /dev sh MAKEDEV all This makes sence I also had to make the partition entries for my IDE drive: sh MAKEDEV ad0s4a Ahhok. So if my partitions are thus: /dev/wd0s1a

Re: Crashing netscape?

2000-02-22 Thread Kenneth D. Merry
On Tue, Feb 22, 2000 at 23:42:56 -0800, William R. Somsky wrote: On Mon, Feb 21, 2000 at 01:09:16PM -0700, Kenneth D. Merry wrote: On Mon, Feb 21, 2000 at 11:50:46 -0800, Matthew Jacob wrote: It crashes for me a lot. There's some deal about fonts, oddly enough, which causes it to

Re: NETGRAPH patches (proposal)

2000-02-22 Thread Julian Elischer
Archie Cobbs wrote: Yevmenkin, Maksim N, CSCIO writes: Here is the description. ng_ether node has two hooks ``divert'' and ``orphan''. It is possible to connect to the one of the hooks and intercept row Ethernet frames. But there is no clean way to intercept frame, do

Re: NETGRAPH patches (proposal)

2000-02-22 Thread Archie Cobbs
Maksim Yevmenkin writes: Here are some small patches for NETGRAPH. These are against -current cvsup'ed yesterday around 8:30pm EST. http://home.earthlink.net/~evmax/ng.tar.gz It also includes small test program (based on nghook). Compile and run it like: # ./a.out -a iface_name:

RE: NETGRAPH patches (proposal)

2000-02-22 Thread Yevmenkin, Maksim N, CSCIO
Here is the description. ng_ether node has two hooks ``divert'' and ``orphan''. It is possible to connect to the one of the hooks and intercept row Ethernet frames. But there is no clean way to intercept frame, do something and return it back to kernel. This patch provides

Re: NETGRAPH patches (proposal)

2000-02-22 Thread Archie Cobbs
Yevmenkin, Maksim N, CSCIO writes: Here is the description. ng_ether node has two hooks ``divert'' and ``orphan''. It is possible to connect to the one of the hooks and intercept row Ethernet frames. But there is no clean way to intercept frame, do something and return it

  1   2   >