Re: Need help with vinum (fwd)

1999-10-23 Thread Bernd Walter
On Fri, Oct 22, 1999 at 08:52:10PM -0700, Dennis Glatting wrote: drive a device /dev/da3 drive b device /dev/da4 You need to label the drive first and use such as da3e in vinum. The Handbook tells you how to do. vinum - create -f drv 1: drive a device /dev/da3 ** 1 Drive a has invalid

ata driver and mounting CDROMs, missing tape drives

1999-10-23 Thread Bryan Liesner
I've been having trouble mounting my ATAPI CDROM using the new ATA drivers When I do a: %mount /cdrom, the system complains: cd9660: Block device required This is my fstab entry: /dev/acd0a /cdrom cd9660 ro,noauto 0 0 And here is the

Re: ata driver and mounting CDROMs, missing tape drives

1999-10-23 Thread Bush Doctor
Quoting Bryan Liesner ([EMAIL PROTECTED]): I've been having trouble mounting my ATAPI CDROM using the new ATA drivers When I do a: %mount /cdrom, the system complains: %mount_cd9660 /cdrom or %mount -t cd9660 /cdrom #:^) -- bush doctor harder than the rest ... To Unsubscribe: send mail

Re: Massive pccard disruptions to continue

1999-10-23 Thread Matthew N. Dodd
On Sat, 23 Oct 1999, Warner Losh wrote: To summarize the changes, I killed the legacy PCCARD_MODULE macro and all things associated with it. It is not longer emulated, even in the slightest. Everything is done via newbus. This kills lots and lots lines and makes it possible for newbus

Re: ata driver and mounting CDROMs, missing tape drives

1999-10-23 Thread jack
Today Bryan Liesner wrote: I've been having trouble mounting my ATAPI CDROM using the new ATA drivers And here are my /dev entries: brw-r- 1 root operator 19, 0 Oct 22 01:34 /dev/acd0a brw-r- 1 root operator 19, 2 Oct 22 01:34 /dev/acd0c brw-r- 1 root operator

Are we going to fix -current's ed driver anytime soon?

1999-10-23 Thread Jordan K. Hubbard
From current.freebsd.org's release build log: linking BOOTMFS if_ed_isa.o: In function `ed_isa_probe': if_ed_isa.o(.text+0x45): undefined reference to `ed_probe_WD80x3' if_ed_isa.o(.text+0x54): undefined reference to `ed_release_resources' if_ed_isa.o(.text+0x5a): undefined reference to

Re: sysinstall tweak

1999-10-23 Thread Jordan K. Hubbard
Suppose I need to install on a bunch of machines. What I'd do, is install once, get all the pieces/ports/customizations right and then make a tarball of the system. To install the next machine, I'd use sysinstall to partition and label the new machine and then just nfs mount the machine

does anybody but me have this problem (vgrind grinds forever...)

1999-10-23 Thread Matthew Jacob
853 ?? Is 0:00.02 /bin/sh -c $HOME/bin/Nightly-FreeBSD-Build 855 ?? I 0:00.01 /bin/sh /home/mjacob/bin/Nightly-FreeBSD-Build 857 ?? I 0:00.02 sh ./DOMAKE buildworld 858 ?? I 0:00.03 make buildworld 861 ?? I 0:00.00 /bin/sh -ec cd /usr/src; make -f

Re: does anybody but me have this problem (vgrind grinds forever...)

1999-10-23 Thread Matthew Dillon
:It really is vgring hanging on a file: : :vgrind -f /usr/src/share/doc/papers/kernmalloc/appendix.t appendix.ms : :A plain vgrind -f on this file also hangs. Anyone have a clue on this? : :This happens for me on an alpha. : :-matt The vgrind command above does not hang on my PIII test

RE: sio working

1999-10-23 Thread Will Andrews
On 23-Oct-99 Warner Losh wrote: OK. I managed to get sio and ep working on the plane back from FreeBSDCon'99. There are some problems with card eject at the moment, but will be committing things to the tree shortly. I will be your guinea pig, if you like. :-) -- Will Andrews [EMAIL

Re: does anybody but me have this problem (vgrind grinds forever...)

1999-10-23 Thread Matthew Jacob
On Sat, 23 Oct 1999, Matthew Dillon wrote: :It really is vgring hanging on a file: : :vgrind -f /usr/src/share/doc/papers/kernmalloc/appendix.t appendix.ms : :A plain vgrind -f on this file also hangs. Anyone have a clue on this? : :This happens for me on an alpha. : :-matt

Re: sio working

1999-10-23 Thread Warner Losh
In message [EMAIL PROTECTED] Will Andrews writes: : I will be your guinea pig, if you like. :-) Grab the current patches from http://www.freebsd.org/~imp/pccard-snap.patch but read my other posting about the warnings and such. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with

CVSUP ?

1999-10-23 Thread Mike Tancsa
Is there something up with the cvsup servers or is my repository hosed? I havent seen any updates in over a day. How do I go about checking if something is messed up on my end ? ---Mike ** Mike Tancsa, Network Admin

Re: CVSUP ?

1999-10-23 Thread Julian Elischer
It's hosed. There are several emails in -hackers on this. so we're just waiting for a human to go fix it. On Sat, 23 Oct 1999, Mike Tancsa wrote: Is there something up with the cvsup servers or is my repository hosed? I havent seen any updates in over a day. How do I go about checking if

Re: CVSUP ?

1999-10-23 Thread Mike Smith
It's hosed. There are several emails in -hackers on this. so we're just waiting for a human to go fix it. Someone or something has broken cvsupd on freefall. Until jdp gets back from FreeBSD Con (or someone gives him connectivity there, since we had to pack up the terminal room), there's not

Re: CVSUP ?

1999-10-23 Thread Mike Pritchard
On Sat, Oct 23, 1999 at 01:44:28PM -0700, Mike Smith wrote: It's hosed. There are several emails in -hackers on this. so we're just waiting for a human to go fix it. Someone or something has broken cvsupd on freefall. Until jdp gets back from FreeBSD Con (or someone gives him

make release failure -- ed0 in PCCARD

1999-10-23 Thread John W. DeBoskey
Hi, Make release has been failing for awhile now and I just started to take a look at it. If I remove 'ed0' from i386/conf/PCCARD then the BOOTMFS kernel for pccard links correctly. With ed0 present, the following link errors occur: linking BOOTMFS if_ed_isa.o: In function `ed_isa_probe':

trek73

1999-10-23 Thread Matthew Dillon
I found a copy of the C version of trek73 in my Amiga archives. This is the trek73 originally written in HP-2000 Basic that was rewritten by Dave Pare and Chris Williams in C and seriously enhanced by a bunch of people including me in my early college years circa 1985. I

Re: trek73

1999-10-23 Thread Julian Elischer
a port? On Sat, 23 Oct 1999, Matthew Dillon wrote: I found a copy of the C version of trek73 in my Amiga archives. This is the trek73 originally written in HP-2000 Basic that was rewritten by Dave Pare and Chris Williams in C and seriously enhanced by a bunch of people

Re: trek73

1999-10-23 Thread Jordan K. Hubbard
I don't think any of the authors would mind if it went into /usr/games, I certainly wouldn't. It would be an old game returning home to the Berkeley world, and I also used to play it a lot on the HP-2000. The 'ol HP 2000 access, now that brings back memories... Did you know I once wrote

Re: trek73

1999-10-23 Thread Matthew Dillon
: : I don't think any of the authors would mind if it went into /usr/games, : :I certainly wouldn't. It would be an old game returning home to the :Berkeley world, and I also used to play it a lot on the HP-2000. : :The 'ol HP 2000 access, now that brings back memories... Did you know :I

Re: trek73

1999-10-23 Thread Jordan K. Hubbard
I guess the real question is: /usr/games or /usr/ports? I don't care which, but I would personally prefer /usr/games because it really is an old-time berkeley program. Perhaps we should ask Kirk... ;) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: trek73

1999-10-23 Thread Chuck Robey
On Sat, 23 Oct 1999, Matthew Dillon wrote: I found a copy of the C version of trek73 in my Amiga archives. This is the trek73 originally written in HP-2000 Basic that was rewritten by Dave Pare and Chris Williams in C and seriously enhanced by a bunch of people including me

Re: trek73

1999-10-23 Thread Mike Smith
I guess the real question is: /usr/games or /usr/ports? I don't care which, but I would personally prefer /usr/games because it really is an old-time berkeley program. Perhaps we should ask Kirk... ;) No. Make it a port. Policy, remember? 8) -- \\ Give a man a fish,

Re: trek73

1999-10-23 Thread Jordan K. Hubbard
No. Make it a port. Policy, remember? 8) I guess the anti-bloatists would have a point on this one... I would not object to a port. It certainly eliminates the bike shed arguments over it. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: trek73

1999-10-23 Thread Rodney W. Grimes
No. Make it a port. Policy, remember? 8) I guess the anti-bloatists would have a point on this one... I would not object to a port. It certainly eliminates the bike shed arguments over it. Did anyone bother to look at /usr/src/games/trek/main.c: ** C version by Eric P. Allman

Re: sio working

1999-10-23 Thread Will Andrews
On 23-Oct-99 Warner Losh wrote: In message [EMAIL PROTECTED] Will Andrews writes: : I will be your guinea pig, if you like. :-) Grab the current patches from http://www.freebsd.org/~imp/pccard-snap.patch but read my other posting about the warnings and such. As of yet, I haven't