Re: emu10k1 driver

2000-03-22 Thread Andrey Sverdlichenko
| One is on the way... Cam's boredom out-weighed my initiative. 8) http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1 driver (minus recording) which is need of debugging. Give it a try! I applied it to 4.0-CURRENT, but it works in mixer only mode. Looks like

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Rasmus Skaarup
Jordan K. Hubbard said: Good idea, terrible name. Can't you guys some up with something better? :) kern.flp- start.flp mfsroot.flp - install.flp boot.flp- bigstart.flp bigdisk.flp ? I thought we could rename kern.flp and mfsroot.flp aswell, since they their names

Re: Reading from bad disk ?

2000-03-22 Thread Soren Schmidt
It seems Warner Losh wrote: In message [EMAIL PROTECTED] Soren Schmidt writes: : TEMPC=`camcontrol cmd -v -n da -u 0 -c "4D 0 76 0 0 0 0 0 20 0" -i 32 "s9 i1"` : Hmm, wonder if one can get that info from their ATA disks as well... Don't know. You'd have to ask IBM. All the above

Re: ARP issues (Arcnet)

2000-03-22 Thread Mike Nowlin
Once again I'm trying to port Arcnet driver from NetBSD/amiga to FreeBSD/i386 (like I did more than a year ago for 3.x). The problem is in Wow! I might be able to make the Arcnet board in my Tandy 6000 XENIX machine actually talk to someone someday!?!?!?!? COOL! :) (Actually, that machine

Re: emu10k1 driver

2000-03-22 Thread Norbert Irmer
Andrey Sverdlichenko wrote: | One is on the way... Cam's boredom out-weighed my initiative. 8) http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1 driver (minus recording) which is need of debugging. Give it a try! I applied it to 4.0-CURRENT, but it

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread John Estess
-Original Message- From: Rasmus Skaarup [EMAIL PROTECTED] To: Jordan K. Hubbard [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, March 22, 2000 8:19 AM Subject: Re: 4.0-RELEASE boot.flp fails to boot on K6/2 Jordan K. Hubbard said: Good idea, terrible name.

libobjc and stack problems.

2000-03-22 Thread Mirko Viviani
Ciao. Is it possible to apply the gnu/17433 patch before the 4.0-STABLE ? Related to this I'm excepting some strange behaviour with prgs linked with libc_r under 3.4 and I would like to know if they are also in 4.0. 1. In a prg linked with libc I can use a local buffer up to 65 MB, but if the

Debugger(b_iocmd botch) called.

2000-03-22 Thread Nikolai Saoukh
I am the only one who see this? Brand new kernel cvsuped few minutes ago. It barfs even on plain compile. Verbose dmesg output below 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: Another current crash (cvs-cur.6183

2000-03-22 Thread Poul-Henning Kamp
Fixed. The swap_pager "knew" that B_WRITE was zero. Not nice. In message [EMAIL PROTECTED], Peter Wemm writes : Stephen Hocking-Senior Programmer PGS SPS Perth wrote: This one you need to tell phk about: this is one of his sanity checks that trapped and found an insane value. (and then

Re: Debugger(b_iocmd botch) called.

2000-03-22 Thread Poul-Henning Kamp
A traceback would have been nice. I just committed a fix for one such bug, please try with that in place. Poul-Henning -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Grigory Kljuchnikov
Thierry, thank you for the information, but it's very bad that there isn't NFS locking in FreeBSD. I'm afraid I need to move my FreeBSD NFS server to Solaris for x86. I don't understand why NFS locking isn't in FreeBSD. Is it difficult in the implementation or are there another global

Re: Debugger(b_iocmd botch) called.

2000-03-22 Thread Nikolai Saoukh
On Wed, Mar 22, 2000 at 10:00:27AM +0100, Poul-Henning Kamp wrote: A traceback would have been nice. Sorry, compiled kernel without it. I just committed a fix for one such bug, please try with that in place. Yes, this fixed my problem. Thanks To Unsubscribe: send mail to [EMAIL

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Erik Trulsson
On Wed, Mar 22, 2000 at 12:04:55PM +0300, Grigory Kljuchnikov wrote: Thierry, thank you for the information, but it's very bad that there isn't NFS locking in FreeBSD. I'm afraid I need to move my FreeBSD NFS server to Solaris for x86. I don't understand why NFS locking isn't in FreeBSD.

-current crash while mouting cd..

2000-03-22 Thread Idea Receiver
cvsup to 6 hours ago. Fatal trap 12: page fault while in kernel mode mp_lock = 0102; cpuid = 1; lapic.id = 0100 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc021ad98 stack pointer = 0x10:0xc87d0d88

backtrace: vm_object_terminate: freeing busy page

2000-03-22 Thread Alexander Leidinger
Hi, 5-current with last commit to sys/ at 2000/03/20 23:12:17 PST (date taken from CVSROOT/commitlogs/sys), world and kernel are in sync: (2) root@ttyp2# gdb -k /sys/compile/WORK/kernel.debug /var/crash/vmcore.1 [...] IdlePTD 3747840 initial pcb at 2fcae0 panicstr: vm_object_terminate: freeing

Re: /boot/loader is making my VAIO reboot

2000-03-22 Thread Ollivier Robert
According to John Baldwin: fixes. Can you see how far into the loader it is getting? Also, what is in your /boot/loader.rc. Try booting with an empty loader.rc and see if you can get a prompt, please. Reverting to the version in RELENG_4_0_0_RELEASE fixes the problem. -- Ollivier ROBERT

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Grigory Kljuchnikov
Thank you, Erik! I find rpc.lockd and start it manually. My test with NFS locking works right. But it don't start on boot by default if I enable NFS server in /stand/sysinstall and there is the comment in /etc/default/rc.conf for rpc_lockd_enable: rpc_lockd_enable="NO" # Run NFS

Re: ucontext

2000-03-22 Thread Daniel Eischen
On Tue, 21 Mar 2000, Arun Sharma wrote: On Tue, Sep 07, 1999 at 01:21:59PM +0200, Marcel Moolenaar wrote: Peter Wemm wrote: Before getting too far here, can we consider some other standard interfaces? #include ucontext.h int getcontext(ucontext_t *ucp);

Re: ucontext

2000-03-22 Thread Mark Newton
On Tue, Mar 21, 2000 at 10:54:32PM -0800, Arun Sharma wrote: Before getting too far here, can we consider some other standard interfaces? #include ucontext.h int getcontext(ucontext_t *ucp); int setcontext(const ucontext_t *ucp); void

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Ron 'The InSaNe One' Rosson
On Tue, 21 Mar 2000, Alex Zepeda was heard blurting out: On Tue, 21 Mar 2000, Jordan K. Hubbard wrote: Good idea, terrible name. Can't you guys some up with something better? :) reallybigbootthing.flp? How about: isoboot.flp Since it's use is for making bootable

Re: XJEM3288

2000-03-22 Thread Ron Rosson
On Wed, 22 Mar 2000, Anne Marcel Roorda was heard blurting out: Hi, It would probably help if you remove the '#' from the card definition :) - marcel That was a cut and paste error from VIM ;-) -- --- Ron Rosson

Re: FreeBSD random I/O performance issues

2000-03-22 Thread Richard Wendland
With sync it's ~20,000 operations matching the total of reads writes. This demonstrates another aspect of the bug, sync behaviour should cause 10,000 operations; the reads aren't being cached. This isn't quite true. It's 20,000 *write* operations. I put this down to the mtime update

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Erik Trulsson
On Wed, Mar 22, 2000 at 03:46:12PM +0300, Grigory Kljuchnikov wrote: Thank you, Erik! I find rpc.lockd and start it manually. My test with NFS locking works right. But it don't start on boot by default if I enable NFS server in /stand/sysinstall and there is the comment in

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Steve Hovey
I believe the lockd daemon is used in environments where applications at the client end will not work unless they can make a lock call and get a positive result.. so in environments where you feel its fairly safe to fake a lock to a client app, in order to get the app working at all, that you

Re: Reading from bad disk ?

2000-03-22 Thread Kenneth D. Merry
On Wed, Mar 22, 2000 at 00:35:19 -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Soren Schmidt writes: : TEMPC=`camcontrol cmd -v -n da -u 0 -c "4D 0 76 0 0 0 0 0 20 0" -i 32 "s9 i1"` : Hmm, wonder if one can get that info from their ATA disks as well... Don't know. You'd

Buf cache, swap spl, and NFS patches need review.

2000-03-22 Thread Matthew Dillon
Well, actually these have been partially reviewed over the last few months, but I'd like to commit them now so I need a final review on these babies. The three patches are available at: http://www.backplane.com/FreeBSD4/ buffer cache cleanup: This is

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread David Malone
On Wed, Mar 22, 2000 at 05:51:18PM +0100, Erik Trulsson wrote: Somebody who knows what is up with rpc.lockd is welcome to comment. AFAIK the lockd code just says "Sure - have a lock" to any request. I think David Cross and some other people have a half working lockd now, they were looking for

Re: errno (46) - for FreeBSD 4.0 NFS server

2000-03-22 Thread Sean O'Connell
Grigory Kljuchnikov stated: Thank you, Erik! I find rpc.lockd and start it manually. My test with NFS locking works right. But it don't start on boot by default if I enable NFS server in /stand/sysinstall and there is the comment in /etc/default/rc.conf for rpc_lockd_enable:

Re: ucontext

2000-03-22 Thread Arun Sharma
On Wed, Mar 22, 2000 at 08:04:37AM -0500, Daniel Eischen wrote: I had them implemented and working for i386, and even had a hacked up libc_r that used them instead of setjmp/longjmp. This was a few months ago under 4.0-current. At the time, I thought they'd be better off implemented as

Chrooted telnet support in 4.x???

2000-03-22 Thread Alejandro Ramirez
Hi, Will FreeBSD 4.x will be able to chroot telnet sessions natively???, or are there any plans to integrate this patches to the base system: http://www.o-o.org/~licia/projects/login/ Thanks Ales To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

Re: Chrooted telnet support in 4.x???

2000-03-22 Thread Poul-Henning Kamp
In message 051001bf942c$87e3fa40$[EMAIL PROTECTED], "Alejandro Ramirez" writes: Hi, Will FreeBSD 4.x will be able to chroot telnet sessions natively???, or are there any plans to integrate this patches to the base system: Investigate the jail(8) facility in 4.x, it is *far* stronger than

RE: Chrooted telnet support in 4.x???

2000-03-22 Thread Alejandro Ramirez
Thanks a lot for clarifying my mind, I will take a look at this. Greetings... Ales - Original Message - From: Poul-Henning Kamp [EMAIL PROTECTED] To: Alejandro Ramirez [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 22, 2000 12:40 PM Subject: Re: Chrooted telnet

Re: Chrooted telnet support in 4.x???

2000-03-22 Thread Mr. K.
what would be even cooler is if we could jail() a user natively at login. I bet this patch could be easily modified to use jail() instead of chroot(). On Wed, 22 Mar 2000, Poul-Henning Kamp wrote: In message 051001bf942c$87e3fa40$[EMAIL PROTECTED], "Alejandro Ramirez" writes: Hi, Will

Re: Chrooted telnet support in 4.x???

2000-03-22 Thread Poul-Henning Kamp
You could do that, rather easily. In message [EMAIL PROTECTED], "Mr. K." writes : what would be even cooler is if we could jail() a user natively at login. I bet this patch could be easily modified to use jail() instead of chroot(). On Wed, 22 Mar 2000, Poul-Henning Kamp wrote: In message

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Brian Beattie
On Wed, 22 Mar 2000, Rasmus Skaarup wrote: Jordan K. Hubbard said: Good idea, terrible name. Can't you guys some up with something better? :) kern.flp- start.flp mfsroot.flp - install.flp boot.flp- bigstart.flp bigdisk.flp ? Or Maybe: kern.144 mfsroot.144

Re: 4.0 sysinstall fails to recognize disks

2000-03-22 Thread Bill Fumerola
On Wed, Mar 22, 2000 at 02:42:44PM -0500, Forrest Aldrich wrote: Since this is a fairly current issue, I'm posting this appropriately. I have a DELL server that has hooked up to it a PowerVault, with 8 36gb 10krpm LVD drives. The system has recognized these previously and dmesg shows

Re: ucontext

2000-03-22 Thread Daniel Eischen
On Wed, 22 Mar 2000, Arun Sharma wrote: On Wed, Mar 22, 2000 at 08:04:37AM -0500, Daniel Eischen wrote: I had them implemented and working for i386, and even had a hacked up libc_r that used them instead of setjmp/longjmp. This was a few months ago under 4.0-current. At the time, I

Re: 4.0 sysinstall fails to recognize disks

2000-03-22 Thread Forrest Aldrich
Sorry: da4 at ahc0 bus 0 target 1 lun 0 da4: QUANTUM ATLAS 10K 36SCA UCHD Fixed Direct Access SCSI-3 device da4: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da4: 34732MB (71132998 512 byte sectors: 255H 63S/T 4427C) _F At 02:47 PM 3/22/00 -0500, Bill Fumerola

cd drivers and the 21143.

2000-03-22 Thread David Gilbert
I'm having some troubles with the dc driver and the 21143's. I have 12 ports in a machine (3x 4 port cards). Before I had more than 8 of them connected, I never had any problems. Now... I find that if I unplug a cable and then reconnect it, that the driver will not properly recognise the

Re: FreeBSD random I/O performance issues

2000-03-22 Thread Mike Smith
effects of the I/O being in-progress. If a user program doesn't access any of the information it recently wrote the whole mechanism winds up operating asynchronously in the background. If a user program does, then the write behind mechanism breaks down and you get a stall.

Re: Another current crash (cvs-cur.6183

2000-03-22 Thread Doug Barton
On Wed, 22 Mar 2000, Poul-Henning Kamp wrote: But it might actually make a lot of sense to make INVARIANTS the default this early in the -CURRENT cycle, protests ? What kind of overhead does it add? The warning messages in LINT look rather dire to me, but I'm interested in knowing the

Re: ucontext

2000-03-22 Thread Arun Sharma
On Wed, Mar 22, 2000 at 02:48:24PM -0500, Daniel Eischen wrote: On Wed, 22 Mar 2000, Arun Sharma wrote: On Wed, Mar 22, 2000 at 08:04:37AM -0500, Daniel Eischen wrote: I had them implemented and working for i386, and even had a hacked up libc_r that used them instead of

Re: ucontext

2000-03-22 Thread Garrett Wollman
On Wed, 22 Mar 2000 12:52:39 -0800, Arun Sharma [EMAIL PROTECTED] said: However, I can think of two situations under which it might have to be a system call: I'm fairly certain I found a circumstance which required that it be available to a system call, but I can't remember quite what it was.

Re: /boot/loader is making my VAIO reboot

2000-03-22 Thread Mike Smith
if you can get a prompt, please. No prompt. It reboots just after displaying the 'Hit [Enter] blah' line. Can you be more specific here - does it reboot _immediately_ after printing that message, or after the timeout finishes? Try putting just "set autoboot_delay=0" in /boot/loader.rc and

Not actually (Was Re: crash in atkbd_isa_intr() )

2000-03-22 Thread Mike Smith
I CVSup'ed 5.0 sources yesterday, and built my kernel this afternoon. The kernel built find, and I booted with the new kernel. The uname output is: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 22 17:04:49 EET 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/HADES

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Jordan K. Hubbard
kern-144.flp root-144.flp boot-288.flp Winner! Much better than my personal favorite of bigbooty.flp. :-) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /boot/loader is making my VAIO reboot

2000-03-22 Thread Daniel C. Sobral
Mike Smith wrote: if you can get a prompt, please. No prompt. It reboots just after displaying the 'Hit [Enter] blah' line. Can you be more specific here - does it reboot _immediately_ after printing that message, or after the timeout finishes? Try putting just "set

Re: Not actually (Was Re: crash in atkbd_isa_intr() )

2000-03-22 Thread Giorgos Keramidas
On Wed, Mar 22, 2000 at 01:52:46PM -0800, Mike Smith wrote: The kernel apparently stopped in atkbd_isa_intr(). No, that's where it went when you hit alt-ctrl-esc. Yes, I did, to get into the debugger. Now I wonder, if there is some other bug that I need to chase around, how should I

Re: -current sudden panics :(

2000-03-22 Thread Warner Losh
In message [EMAIL PROTECTED] "Ilmar S. Habibulin" writes: : This is driver for ed(ne2000) cards. I have realtek(rl driver). I took a : look at his source and didn't find such strings. There is comment there : about cutting off mbuf header before passing it to ether_input - what's : this? I

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Warner Losh
boot.flp288 Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Not actually (Was Re: crash in atkbd_isa_intr() )

2000-03-22 Thread Mike Smith
Yes, I did, to get into the debugger. Now I wonder, if there is some other bug that I need to chase around, how should I proceed? You can try looking at the stack further above the atkbd interrupt, since that's where it was running when it took the interrupt. If there's nothing there, then

Re: Buf cache, swap spl, and NFS patches need review.

2000-03-22 Thread Paul Saab
Matthew Dillon ([EMAIL PROTECTED]) wrote: swap-SPL: Required splvm()'s had to be added to two places in the swap subsystem (but I don't think the lack of these spl's is the cause of the recently reported crashes, though it is possible). There are a few more that I

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Brian Beattie
On Wed, 22 Mar 2000, Jordan K. Hubbard wrote: kern-144.flp root-144.flp boot-288.flp Winner! Much better than my personal favorite of bigbooty.flp. :-) - Jordan Then that would make the CD LordWarfen.iso? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: libobjc and stack problems. (really libc_r and stack size)

2000-03-22 Thread David O'Brien
On Wed, Mar 22, 2000 at 05:13:25PM +0100, Martin Cracauer wrote: Can you point me to the newest set of ObjC patches for gdb, please? I don't think they will it into the base system, mainly because it takes off files from the vendor branch. But we also have a gdb in ports, where patches are

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Warner Losh
In message [EMAIL PROTECTED] jack writes: : Today Warner Losh wrote: : : boot.flp288 : : The M$ weenies would probably choke on that since they do : filenames other than 8.3 with smoke and mirrors. 8.3 is so archaic these days we shouldn't be bothered with them. It hasn't been a real

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread jack
Today Warner Losh wrote: boot.flp288 The M$ weenies would probably choke on that since they do filenames other than 8.3 with smoke and mirrors. -- Jack O'NeillSystems Administrator / Systems Analyst

Re: Not actually (Was Re: crash in atkbd_isa_intr() )

2000-03-22 Thread Giorgos Keramidas
On Wed, Mar 22, 2000 at 02:08:42PM -0800, Mike Smith wrote: Yes, I did, to get into the debugger. Now I wonder, if there is some other bug that I need to chase around, how should I proceed? You can try looking at the stack further above the atkbd interrupt, since that's where it was

Re: 4.0 sysinstall fails to recognize disks

2000-03-22 Thread Brad Knowles
At 2:50 PM -0500 2000/3/22, Forrest Aldrich wrote: da4 at ahc0 bus 0 target 1 lun 0 da4: QUANTUM ATLAS 10K 36SCA UCHD Fixed Direct Access SCSI-3 device da4: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da4: 34732MB (71132998 512 byte sectors: 255H 63S/T

Re: FreeBSD random I/O performance issues

2000-03-22 Thread Matthew Dillon
: : effects of the I/O being in-progress. If a user program doesn't access : any of the information it recently wrote the whole mechanism winds up : operating asynchronously in the background. If a user program does, : then the write behind mechanism breaks down and you get a

Re: FreeBSD random I/O performance issues

2000-03-22 Thread FREENIX IS OVERRATED
On Wed, 2395 Sep 1993, Matthew Dillon wrote: It is perfectly ok for dirty blocks to remain in the buffer cache. In fact, it's *optimal* to leave them in the buffer cache as long as the buffer cache does not get saturated with them. The buffer cache is perfectly capable of

Re: Another current crash (cvs-cur.6183

2000-03-22 Thread Matthew Dillon
:On Wed, 22 Mar 2000, Poul-Henning Kamp wrote: : : But it might actually make a lot of sense to make INVARIANTS the : default this early in the -CURRENT cycle, protests ? : : What kind of overhead does it add? The warning messages in LINT :look rather dire to me, but I'm interested in

Buildworld hung up with lots of cron processes

2000-03-22 Thread Bob Bishop
Hi, cvsup at Wed Mar 22 04:03:28 GMT 2000, this built without problems with -j8 on my SMP box, but on a uniprocessor (-j4, eveything else the same) something appears to have deadlocked. The machine is generally OK but the build has hung and there are 57 cron processes hanging around (ps ax

Re: Buf cache, swap spl, and NFS patches need review.

2000-03-22 Thread Matthew Dillon
:Content-Type: text/plain; charset=us-ascii : :Matthew Dillon ([EMAIL PROTECTED]) wrote: : swap-SPL: : : Required splvm()'s had to be added to two places in the swap subsystem : (but I don't think the lack of these spl's is the cause of the : recently reported crashes, though

Re: FreeBSD random I/O performance issues

2000-03-22 Thread Matthew Dillon
: out. : : What the write-behind code tries to do is to prevent the buffer cache : from being saturated with dirty buffers and to smooth out disk write : I/O. It makes the assumption that write-behind data is not typically : accessed by the program immediately after being

Re: Another current crash (cvs-cur.6183

2000-03-22 Thread Daniel C. Sobral
Doug Barton wrote: What kind of overhead does it add? The warning messages in LINT look rather dire to me, but I'm interested in knowing the facts.. If you run current, by all means, use INVARIANTS. You'll find a few selected persons, some even otherwise respectable, that will tell

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Matthew N. Dodd
On Wed, 22 Mar 2000, Jordan K. Hubbard wrote: Winner! Much better than my personal favorite of bigbooty.flp. :-) Bigboote. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | |

Re: -current sudden panics :(

2000-03-22 Thread Yoshinobu Inoue
Hi, : This is driver for ed(ne2000) cards. I have realtek(rl driver). I took a : look at his source and didn't find such strings. There is comment there : about cutting off mbuf header before passing it to ether_input - what's : this? I applied a similar patch to the end of the rl packet

Re: 4.0 sysinstall fails to recognize disks

2000-03-22 Thread Eric Sabban
Try low-levelling the drives. The behavior sounds similar to what I had a long time ago, low level formatting them fixed the problem. -eric Forrest Aldrich wrote: Since this is a fairly current issue, I'm posting this appropriately. I have a DELL server that has hooked up to it a

Re: RSA library problems

2000-03-22 Thread Kris Kennaway
On Thu, 23 Mar 2000, Paul Richards wrote: I'm picking up my secure code from internat so why is modssl trying to use rsaref rather than the international rsa? Because the dlopen() of librsaintl.so fails. Is there a document that explains how all this is supposed to work, I've lost track of

Re: Buildworld hung up with lots of cron processes

2000-03-22 Thread Jim Bloom
cvsup again. You want to get version 1.134 of sys/vm/swap_pager.c. The fix for your problem was committed 4.5 hours later. Good luck trying to compile the kernel. I had hangs while linking the kernel as well as while trying to install a fixed one. Make sure you have a good backup of the

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-22 Thread Warner Losh
In message [EMAIL PROTECTED] Doug Barton writes: : But win95 didn't really fix it, it just covered it up. Filenames in : Win9x are still 8.3, but the "OS" provides a translation layer that maps : those 8.3 filenames to long ones. Also, are we sure that fdimage, : running under DOS can

Re: -current sudden panics :(

2000-03-22 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Warner Losh wrote: : But why there is such a sudden change? Everything worked just fine a week : before 5-current. No it didn't. I've been seeing panics like this for about two weeks, Ok, it worked for me. but it hadn't been a priority until this week for me. And I'm

Re: FreeBSD random I/O performance issues

2000-03-22 Thread Julian Elischer
This is one of the things that made us do so badly in the benchmarks against NT/Linux last year. OBVIOUSLY one should be able to re-read this infoirmation without affecting a pending write. Mike Smith wrote: effects of the I/O being in-progress. If a user program doesn't access

Re: /boot/loader is making my VAIO reboot

2000-03-22 Thread Ollivier Robert
According to Mike Smith: Can you be more specific here - does it reboot _immediately_ after printing that message, or after the timeout finishes? Immediately after printing the message. No timeout whatsoever. Try putting just "set autoboot_delay=0" in /boot/loader.rc and see if that

Re: /boot/loader is making my VAIO reboot

2000-03-22 Thread Ollivier Robert
According to Daniel C. Sobral: Or just pressing space when the countdown message first appears... No time for that. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 4.0-CURRENT #78: Sun Feb 27 15:32:39 CET 2000 To Unsubscribe: send mail to

Can't build sysinstall

2000-03-22 Thread Doug Barton
I have a prehistoric version of sysinstall on my otherwise up to date 5.0-Current, and when I used it my system rebooted, so I thought I'd recompile. Unfortunately 'cd /usr/src/release/sysinstall ; make clean ; make all' bombed out in kget. More details available on request, but I thought

Re: 4.0 sysinstall fails to recognize disks

2000-03-22 Thread Eric Sabban
Yep. -eric Forrest Aldrich wrote: Interesting point... these ARE new drives that were put in today. I presume you mean to use the BIOS scsi utility? _F At 06:16 PM 3/22/00 -0800, Eric Sabban wrote: Try low-levelling the drives. The behavior sounds similar to what I had a long time

Next thought: -current sudden panics :(

2000-03-22 Thread Ilmar S. Habibulin
We have dhcp server in our net, which configures windows clients. Maybe dhcp requests somehow involved in my panics? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

crash in atkbd_isa_intr()

2000-03-22 Thread Giorgos Keramidas
I CVSup'ed 5.0 sources yesterday, and built my kernel this afternoon. The kernel built find, and I booted with the new kernel. The uname output is: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 22 17:04:49 EET 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/HADES i386

-current PCVT breakage?

2000-03-22 Thread Matthew Jacob
Is someone planning on fixing this? ../../i386/isa/pcvt/pcvt_hdr.h:943: warning: `struct isa_device' declared inside parameter list ../../i386/isa/pcvt/pcvt_hdr.h:943: warning: its scope is only this definition or declaration, which is probably not what you want.