Re: freefall hangs w/ nfs

1999-10-26 Thread Dmitrij Tejblum
Matthew Dillon wrote: > Actually, what I meant was that AMD itself is equivalent to a loopback > mount, whether or not you make loopback mounts through it. No. The loopback deadlock happen when the nfs server handle a write operation. But there cannot be any writes in the amd filesystem.

Re: AMRD (MegaRAID) BIOS rev another other questions

1999-10-26 Thread Geoff Buckingham
On Sun, Oct 24, 1999 at 09:58:11AM -0600, Greg Lehey wrote: > > Indeed. It's quite easy to put all cylinder groups on a single > spindle; I've seen reports of up to 80% degradation under these > circumstances. > > > Where sequential read/write performance is not critical you can stripe at > > c

Re: SCSI CCB timeouts accessing disk

1999-10-26 Thread Peter Jeremy
On 1999-Oct-25 07:41:59 +1000, I wrote: >I've temporarily attached a Seagate ST32151N to a 1542B on a -current >system to try and setup the disk for another system. Unfortunately, >although the disk reports it is OK, I can't read or write. I finally got it to work by disabling the SYNC negotiati

Re: Info needed re: new userconfig scripting and PnP

1999-10-26 Thread Conrad Sabatier
On 25-Oct-99 Nik Clayton wrote: > On Sun, Oct 24, 1999 at 02:10:03PM -0500, Conrad Sabatier wrote: >> Someone just mailed me this heads up about my AWE soundcard setup >> tutorial at http://members.home.net/conrads/awepnp-freebsd.html. >> As this is the first I've heard about this, I'd greatly ap

Re: Strangeness with vinum

1999-10-26 Thread Dennis Glatting
Hi. Thank you for your response. Yes, I should read vinum(4). I did not. The value of 16k for the slice slice is one of many slice sizes I used. I changed the slice size and graphed results. I am using the graphs to compare vinum against Veritas on a Sun 3000. I expected the results to be signif

Re: trek73

1999-10-26 Thread Ben Rosengart
On Mon, 25 Oct 1999, Jim Bryant wrote: > No matter what Lush Rimbaugh says on the topic, frivilous lawsuits > RARELY win in court. A lawsuit over this would indeed be frivilous. You don't have to win in court, you merely have to exhaust the resources of your opponent. Walnut Creek doesn't have

CSS authentication for DVD-ROMs

1999-10-26 Thread Syam Gadde
Given the recent posting of DVD movie decryption code (see Slashdot for details), I was wondering if there was interest for code that does CSS authentication for DVD-ROM drives. Has anyone been working on this? It's been in the Linux source tree for a while, and I've spent a small amount of time

Re: AMRD (MegaRAID) BIOS rev another other questions

1999-10-26 Thread Geoff Buckingham
On Tue, Oct 26, 1999 at 11:06:15AM -0400, Greg Lehey wrote: > On Tuesday, 26 October 1999 at 11:26:47 +0100, Geoff Buckingham wrote: > > On Sun, Oct 24, 1999 at 09:58:11AM -0600, Greg Lehey wrote: > >> > >> Indeed. It's quite easy to put all cylinder groups on a single > >> spindle; I've seen rep

Re: CSS authentication for DVD-ROMs

1999-10-26 Thread Julian Elischer
Anything we can get towards working DVD is good. On Tue, 26 Oct 1999, Syam Gadde wrote: [...] > > Basically, my modifications follow the publicly available Mt. Fuji > spec for Multimedia Devices (SFF8090), and allow a user-level > program (such as css-auth above) to do the nasty work, using ioc

Re: CSS authentication for DVD-ROMs

1999-10-26 Thread Tet Solfire
I agree. I have a Creative Labs Dxr2 DVD kit that I'm more than willing to test code on/with. (Any word on the Dxr2 mpeg decoder card? ) On Tue, 26 Oct 1999, Julian Elischer wrote: > Anything we can get towards working DVD is good. > > > On Tue, 26 Oct 1999, Syam Gadde wrote: > [...] > > >

Re: CSS authentication for DVD-ROMs

1999-10-26 Thread Syam Gadde
Quoting Julian Elischer ([EMAIL PROTECTED]): > Is SFF8090 available online somewhere? ftp://fission.dt.wdc.com/pub/standards/SFF/specs/INF-8090.PDF ftp://ftp.avc-pioneer.com/Mtfuji4/Spec/Fuji4r03.pdf ...and other harder to find places (that I can't find anymore :). These are a newer vers

cleanup complete / trek73

1999-10-26 Thread Matthew Dillon
I've finished cleaning up the trek73 code but haven't created a port out of it yet. Anyone interested in messing with the game can obtain it from my web site: http://www.backplane.com/FreeBSDPorts/ It should compile and run just fine.

Re: current-digest V4 #679

1999-10-26 Thread Matt STacker
--- current-digest <[EMAIL PROTECTED]> wrote: > > current-digestTuesday, October 26 1999 > Volume 04 : Number 679 > > > > In this issue: > Re: lsof broken > Nevermind! (Re: Info needed re: new userconfig > scripting and PnP) > [none] > Re: freefall hangs w/ nfs > Re: freefall

Re: cleanup complete / trek73

1999-10-26 Thread Jos Backus
May I humbly put in a plea for a cpdup port? Thanks :) Cheers, -- Jos Backus _/ _/_/_/ "Reliability means never _/ _/ _/ having to say you're sorry." _/ _/_/_/ -- D. J. Bernstein

intpm0: Could not allocate Bus space

1999-10-26 Thread Alexander N. Kabaev
Current (cvsupped and build today) fails to attach to the intpm0 device. The following is my dmesg message: 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: Tu

Re: cleanup complete / trek73

1999-10-26 Thread Jim Bryant
In reply: > I've finished cleaning up the trek73 code but haven't created a port > out of it yet. > > Anyone interested in messing with the game can obtain it from > my web site: > > http://www.backplane.com/FreeBSDPorts/ > > It should compile and run just fine. > >

* $FreeBSD: src/sys/i386/include/atomic.h,v 1.9 1999/10/04 16:24:08 peter Exp $

1999-10-26 Thread Jim Bryant
after several months, I decided to re-sync to -current... i cannot build a kernel due the the following errors. how do i get around this? i am not going to hack the vm code that uses this. cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi

Re: * $FreeBSD: src/sys/i386/include/atomic.h,v 1.9 1999/10/0416:24:08 peter Exp $

1999-10-26 Thread Peter Jeremy
On 1999-Oct-27 09:43:52 +1000, Jim Bryant wrote: >after several months, I decided to re-sync to -current... > >i cannot build a kernel due the the following errors. ... >machine/atomic.h:124: inconsistent operand constraints in an `asm' ... > >how do i get around this? The quick solution is to co

mount_nfs hanging in sbwait

1999-10-26 Thread Daniel O'Connor
Hi, I upgraded my -current box a few days ago, and now whenever I boot it hangs mounting the NFS FS's.. Pressing ctrl-T reveals its stuck in sbwait, if I press ctrl-C then it finishes booting, and all the NFS mounts work except one :-/ Also, when I run gqmpeg I notice it will start playing one so

Re: cleanup complete / trek73

1999-10-26 Thread Matthew Dillon
:May I humbly put in a plea for a cpdup port? : :Thanks :) : :Cheers, :-- :Jos Backus _/ _/_/_/ "Reliability means never Yes, I'll do a cpdup port too. The last time I proposed it I think the conclusion was that there was no other software that did precise

Re: mount_nfs hanging in sbwait

1999-10-26 Thread Matthew Dillon
:This message is in MIME format :--_=XFMail.1.3.1.p0.FreeBSD:991027100038:23974=_ :Content-Type: text/plain; charset=us-ascii : :Hi, :I upgraded my -current box a few days ago, and now whenever I boot it hangs :mounting the NFS FS's.. Pressing ctrl-T reveals its stuck in sbwait, if I press :ctrl-C

Re: intpm0: Could not allocate Bus space

1999-10-26 Thread Mike Muir
"Alexander N. Kabaev" wrote: > uhci0: irq 9 at device 7.2 on pci0 > usb0: on uhci0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > intpm0: at device 7.3 on pci0 > intpm0: Could not allocate Bus space Take a look in intpm(4) und

Re: cvs commit: src/etc pccard.conf.sample

1999-10-26 Thread andrews
At 09:53 PM 10/25/99 -0700, you wrote: >kuriyama1999/10/25 21:53:29 PDT > > Modified files:(Branch: RELENG_3) >etc pccard.conf.sample > Log: > MFC: Add Allied Telesis CentreCOM LA-PCM_V2 entry. Here's another (works only under 4.0-CURRENT, as this particular P

Re: cleanup complete / trek73

1999-10-26 Thread Matthew Dillon
:Yes, I'll do a cpdup port too. The last time I :proposed it I think the conclusion was that there was :no other software that did precisely the same thing. :Besides, it'd just be a port so it can't hurt. I use :cpdup a lot. I'll probably remove the MD5 generation/check :

Re: intpm0: Could not allocate Bus space

1999-10-26 Thread Doug Rabson
On Tue, 26 Oct 1999, Alexander N. Kabaev wrote: > Current (cvsupped and build today) fails to attach to the intpm0 device. The > following is my dmesg message: I know exactly what is wrong here and I hope to have patches very soon (possibly today). -- Doug Rabson Mai

Re: intpm0: Could not allocate Bus space

1999-10-26 Thread Doug Rabson
On Wed, 27 Oct 1999, Mike Muir wrote: > "Alexander N. Kabaev" wrote: > > > > uhci0: irq 9 at device 7.2 on pci0 > > usb0: on uhci0 > > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > uhub0: 2 ports with 2 removable, self powered > > intpm0: at device 7.3 on pci0 > > intpm0:

Re: CSS authentication for DVD-ROMs

1999-10-26 Thread Syam Gadde
Patches for CSS to a bleeding-edge -current (well, Monday night) can be found at: http://www.cs.duke.edu/~gadde/freebsd/dvd/ Anyone want to try it out? Run "tstdvd" on a patched kernel and see what happens. I've been able to authenticate most of my 6 DVDs (including The Matrix and A Bu

Re: CSS authentication for DVD-ROMs

1999-10-26 Thread Sean Eric Fagan
>Given the recent posting of DVD movie decryption code (see Slashdot >for details), I was wondering if there was interest for code that >does CSS authentication for DVD-ROM drives. I looked at the slashdot posts, and was surprised (I guess) to see that nobody seems to know about the Digital Mille