Re: Promise IDE board docs

1999-02-22 Thread John S. Dyson
Søren Schmidt said: > > It "should" work, but the promise support in the old system is, well, > hacky at best. I'm not sure if Promise supports more than one card > at a time, but from looking at the chip specs, it should work just > fine, and if the hardware works, at least the new driver will s

Re: Filesystem deadlock

1999-02-22 Thread John S. Dyson
Luoqi Chen said: > > > This seems to be the good old vnode deadlock during vm_fault() that has been > reported a couple of times, and there's still no satisfactory solution to it: > fgrep does something like this: (don't ask me why) > > addr = mmap(0, len, PROT_READ|PROT_WRITE, MAP_PRIVATE,

Re: Filesystem deadlock

1999-02-22 Thread Luoqi Chen
> On Mon, 22 Feb 1999, Alexander N. Kabaev wrote: > > > The following script reliably causes FreeBSD 4.0-CURRENT (and 3.1-STABLE > > as of today) to lookup. Shortly after this script is started, all disk > > activity > > > > stops and any attempt to create new process causes system to freese. Wh

Re: Filesystem deadlock

1999-02-22 Thread Brian Feldman
On Mon, 22 Feb 1999, Alexander N. Kabaev wrote: > The following script reliably causes FreeBSD 4.0-CURRENT (and 3.1-STABLE > as of today) to lookup. Shortly after this script is started, all disk > activity > > stops and any attempt to create new process causes system to freese. While in > DDB,

Missing files/directories

1999-02-22 Thread Tom Torrance at home
On the weekend I reported to hackers about problems experienced with 2.2-stable and RELENG-3 systems where I experienced files that disappeared from cache and Mail directories that disappeared. The RELENG-3 system had files affected with softupdates enabled. The 2.2-stable system had sub-directorie

Re: NFS Problems

1999-02-22 Thread Brian Feldman
On 22 Feb 1999, Joel Ray Holveck wrote: > >> The program on the client side always freezes (top reports it's > >> STAT as 'D'). > > You need to pass the 'l' switch to ps and look at the 'wchan' column to > > see where it's actually stuck. > > This reminds me; do we have a utility to reference w

Can anyone tell me the meaning of it

1999-02-22 Thread Chan Yiu Wah
Hello, I recenetly installed a multifunction tv card called FlyVideo (bt878) for my i386. I run dmesg with following warning. Can anyone tell me how to fix it ? Is there any document which guide the newbie in using the fxtv? Thanks. Clarence === dmesg === bktr0: rev 0x02 int a irq 5

Re: panic: zone: entry not free

1999-02-22 Thread Dmitrij Tejblum
Jos Backus wrote: > This occurs almost immediately after copying a file to an msdos fs. I can > provide more info if that is deemed useful. I suspect your kernel compiled with INVARIANTS, you load msdosfs module dynamically, and the module isn't compiled with INVARIANTS. If so, don't do that. If

unsubscribe me... (PLEASE!)

1999-02-22 Thread Phillip Hardy
1. Sorry for posting this to the Group. 2. Is there a problem with Unsubscribeing from majordomo on the FreeBSD server? have send this massabe and the auth code (after reciveing it) 3 times now and it is not unsubing me ;( i even try my email after the unsub freebsd-current etc.. nothing.. just ke

IDE controller detected in linux but not FreeBSD?

1999-02-22 Thread Mike Holling
Last summer I encountered a P133 machine where linux detected the IDE controller, but FreeBSD did not. I wrote it off as a fluke. I've now come into possession of a stack of DECpc 433dxLP machines. These are 486/33 machines in a slimline desktop case. They have integrated IDE controllers, and I

Re: ELF interpreter /compat/linux/lib/ld-linux.so.1 not found

1999-02-22 Thread Mike Smith
Bug in 3.1-release, upgrade to a 3.1-stable kernel. > RSI's IDL/ENVI product's license manager (lmgrd) previously (2.2.8) > ran just fine. (linux emulation) Now that I've upgraded to 3.1, it > exits with an abort trap, and the above message... > > Any thoughts/suggestions would be REALLY welcom

Re: NFS Problems

1999-02-22 Thread Mike Smith
> >> The program on the client side always freezes (top reports it's > >> STAT as 'D'). > > You need to pass the 'l' switch to ps and look at the 'wchan' column to > > see where it's actually stuck. > > This reminds me; do we have a utility to reference wmesg strings back > to the code that sets

PCI-1220 doc URL

1999-02-22 Thread Lyndon Nerenberg
It's online now at: ftp://ftp.execmail.ca/pub/staff/lyndon/misc/PCI1220.pdf --lyndon To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: ports

1999-02-22 Thread Tom Torrance
I am attaching my description of a similar problem/solution as it directly addresses the problem and may be of interest to many people. See below... > (Send messages like this to -ports next time, please) > > * I've noticed that as I'm constantly syncing my /usr/ports directory and > * upgr

PCI-1220 doc's found

1999-02-22 Thread Lyndon Nerenberg
I finally managed to extract a copy of the PCI-1220 chip documentation from TI. If anyone needs a copy of this, e-mail me and I'll forward it along. (Beware, it's a 3.5 MB PDF.) (If I get the okay from TI I'll also put it up for FTP someplace.) --lyndon To Unsubscribe: send mail to majord...@f

Re: ELF interpreter /compat/linux/lib/ld-linux.so.1 not found

1999-02-22 Thread Mark Blackman
you'll need to upgrade to a slightly newer than 3.1-RELEASE version of the kernel and recompile. Anything newer than about Feb. 19 should do. See freebsd-emulation lists last week for details. Mark Blackman In message , Don S ullivan writes: > >RSI's IDL/ENVI product's license manager (lmgrd) pr

Re: Promise IDE board docs

1999-02-22 Thread Andrew Gallatin
Søren Schmidt writes: > > Is this new ata/atapi system the rumored rewrite of the existing IDE > > (i386/isa/wd.c, /pci/ide_pci.c) driver? How close are you to > > completion? > > Yes. I have ATA disks running, and I'm close to having the ATAPI > part done also. So far things are looking

Re: softupdates crash (doh)

1999-02-22 Thread Robert Watson
Looks like it may actually have been triggered by a bug in my kernel auditing code, which turned out to be doing stuff when I didn't think it should have. Sorry about that :-). On Mon, 22 Feb 1999, Robert Watson wrote: > kernel code cvsup'd this morning, I believe. > FreeBSD sleipnir.watson.org

Re: Promise IDE board docs

1999-02-22 Thread S�ren Schmidt
It seems Andrew Gallatin wrote: > > Søren Schmidt writes: > > > > If you have questions, I might be able to answer, having just written > > the support for our new ata/atapi system > > > > Is this new ata/atapi system the rumored rewrite of the existing IDE > (i386/isa/wd.c, /pci/ide_p

softupdates crash

1999-02-22 Thread Robert Watson
kernel code cvsup'd this morning, I believe. FreeBSD sleipnir.watson.org 4.0-CURRENT FreeBSD 4.0-CURRENT #20: Mon Feb 22 11:53:53 EST 1999 rob...@sleipnir.watson.org:/usr/src/sys/compile/SLEIPNIR_AUDIT i386 panic(f01f13a7) at Debugger+0x37 worklist_remove(f0bd56a0) at worklist_remove+0x2a free_di

ELF interpreter /compat/linux/lib/ld-linux.so.1 not found

1999-02-22 Thread Don Sullivan
RSI's IDL/ENVI product's license manager (lmgrd) previously (2.2.8) ran just fine. (linux emulation) Now that I've upgraded to 3.1, it exits with an abort trap, and the above message... Any thoughts/suggestions would be REALLY welcome. Thanks in advance, Don P.S. the library indicated (/compat/

Re: Promise IDE board docs

1999-02-22 Thread Andrew Gallatin
Søren Schmidt writes: > > If you have questions, I might be able to answer, having just written > the support for our new ata/atapi system > Is this new ata/atapi system the rumored rewrite of the existing IDE (i386/isa/wd.c, /pci/ide_pci.c) driver? How close are you to completion? I

panic: zone: entry not free

1999-02-22 Thread Jos Backus
This occurs almost immediately after copying a file to an msdos fs. I can provide more info if that is deemed useful. FreeBSD jos.mp-c.com 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Sat Feb 20 19:31:56 CET 1999 j...@jos.mp-c.com:/usr/src/sys/compile/JOS i386 Thanks, -- Jos Backus

Re: Promise IDE board docs

1999-02-22 Thread S�ren Schmidt
It seems Manuel Bouyer wrote: > Hi, > I initially intended to ask this to John Dyson, but I don't know how > to reach him. Maybe someone else on this list can anserw :) > I'm looking for documentations about the promise PCI IDE controller, > to add support for this in NetBSD. Does someone know how

Re: NFS Problems

1999-02-22 Thread Joel Ray Holveck
>> The program on the client side always freezes (top reports it's >> STAT as 'D'). > You need to pass the 'l' switch to ps and look at the 'wchan' column to > see where it's actually stuck. This reminds me; do we have a utility to reference wmesg strings back to the code that sets them, a la TA

buildworld problems

1999-02-22 Thread Robert Watson
I've been unable to buildworld for a day or so now, much to my frustration. I've tried recvsuping my /home/ncvs, as well as rechecking out, etc. I get the following: cd /usr/src/lib/libskey; /usr/obj/usr/src/tmp/usr/bin/make all; /usr/obj/usr/src /tmp/usr/bin/make -B install cc -pipe -DPERMIT_C

Filesystem deadlock

1999-02-22 Thread Alexander N. Kabaev
The following script reliably causes FreeBSD 4.0-CURRENT (and 3.1-STABLE as of today) to lookup. Shortly after this script is started, all disk activity stops and any attempt to create new process causes system to freese. While in DDB, ps command shows, that all ten fgrep processes are sleeping

[...@off.to: freebsd low kernel expert...]

1999-02-22 Thread Jan B. Koum
So.. can anyone help? These folks are a vendor (www.nfr.net) who are making a port to a FreeBSD platform. Thanks, -- Yan --- Begin Message --- i'm looking for someone who can answer some questions about interrupt processing code in freebsd 3.0... not the stuff after the SMP proces

Re: Additions to pccard.conf

1999-02-22 Thread Brian Somers
> Here is my additions to pccard.conf (Eiger 33.6 modem and AR-P500 > ethernet cards). It would be nice to see it in pccard.conf. [.] Done. send-pr is probably a better way to do this though ;-I > Sincerely, > > Maxim Sobolev -- Brian Don't _EVER_ lose y

how to setup tv tuner card (bt878)

1999-02-22 Thread Chan Yiu Wah
Hello, I encounctered an error when tried to config my kernel to include the tv tuner card (bt878). The error was as followings. Any idea ? My source tree is src-cur.3756. Thanks. clarence ===Error === bkern/umoddi3.c swapkernel.c ioconf.c param.c vnode_if.c config.c ../../pci/brooktr

Re: Slow seq. write on Seagate ST36530N

1999-02-22 Thread Don Lewis
On Feb 19, 2:15pm, "Kenneth D. Merry" wrote: } Subject: Re: Slow seq. write on Seagate ST36530N } } The Write Cache Enable (WCE) bit is in mode page 8. To check it: } } camcontrol modepage -n da -u 1 -v -m 8 } } To edit the mode page: } } camcontrol modepage -n da -u 1 -v -m 8 -e To make thi

how to setup tv tuner card (bt878)

1999-02-22 Thread Chan Yiu Wah
Hello, I am newbie to play with the tv tuner card (bt848). Can anyone show me the steps. I had tried to config my kernel to include device brktr0 with no success. The error was bt848_i2c.* file missing. Can anyone teach me. thanks. Clarence To Unsubscribe: send mail to majord...@freebsd.o

Re: ports

1999-02-22 Thread Satoshi Asami
(Send messages like this to -ports next time, please) * I've noticed that as I'm constantly syncing my /usr/ports directory and * upgrading programs, the old packages stay there. If I pkg_delete them and * there's an unchanged file that exists in both the update and the original then * t

Promise IDE board docs

1999-02-22 Thread Manuel Bouyer
Hi, I initially intended to ask this to John Dyson, but I don't know how to reach him. Maybe someone else on this list can anserw :) I'm looking for documentations about the promise PCI IDE controller, to add support for this in NetBSD. Does someone know how John got the informations for the FreeBS

Additions to pccard.conf

1999-02-22 Thread Maxim Sobolev
Here is my additions to pccard.conf (Eiger 33.6 modem and AR-P500 ethernet cards). It would be nice to see it in pccard.conf. #AR-P500 ethernet card card "IC-CARD" "IC-CARD" ??? config? 0x20? "ed0" 15 ??? insert? echo AR-P500 inserted ??? insert? /etc/pccard_ether ed0 ??? insert? /