Re: vinum start needs block device

1999-12-12 Thread Kevin Street
EV? Greg, is there a mechanism to transition an existing vinum installation to the new device nodes? -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: egcs unstable

1999-11-12 Thread Kevin Street
after recompiling world with only a simple change in compiler flags. I don't believe that it's the compiler flag change that is causing this. My xemacs has been core dumping after each build and install of world the last couple of times I did it. I have not had time to investigate the real

Re: emacs / ncurses - problem somewhere

1999-10-30 Thread Kevin Street
bj = termcap.o tparam.o #else /* LIBS_TERMCAP */ -termcapobj = tparam.o +termcapobj = terminfo.o #endif /* LIBS_TERMCAP */ #endif /* ! defined (TERMINFO) */ -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: emacs / ncurses - problem somewhere

1999-10-29 Thread Kevin Street
of cruft lying around, but I haven't been able to find > the sucker causing this. (mergemaster'd repeatedly) Are the ones that work linked with an old version of libtermcap.so that was lying around or are they linked with the new libncurses.so.5 ? -- Kevin Street [EMAIL PROTECT

Re: make install trick

1999-10-05 Thread Kevin Street
better than having /tmp as a mount point. If it's a real mount point you're likely to create stuff in /tmp while standalone that can't be seen while you're multi user with a file system mounted on top of it. Which leads to "...my / is full and I can't find the files tha

Re: $FreeBSD tag confusion

1999-09-02 Thread Kevin Street
Neil Blakey-Milner writes: >On Wed 1999-09-01 (21:03), Kevin Street wrote: >> I think I should set up a separate cvs repository for the FreeBSD src >> since I may not want the same options for my own cvs repository. In >> particular that tagexpand line turns off all tag

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
hen enhanced. I couldn't find any documentation either. I think I should set up a separate cvs repository for the FreeBSD src since I may not want the same options for my own cvs repository. In particular that tagexpand line turns off all tag expansions except for $FreeBSD and $Id. -

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
7;s case he does not need to do anything. He's CVSuping in checkout mode and things are already working correctly. -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
;$FreeBSD: src/bin/echo/echo.c,v 1.7.2.1 1999/08/29 14:12:20 peter >Exp $"; > So... no expansion of $FreeBSD that I can see here... Those are the expanded tags. When I said I had unexpanded tags, I meant that I was seeing just: "$FreeBSD$" instead of: "$FreeBSD:

Re: xl driver problems on 3c905B-TX

1999-08-31 Thread Kevin Street
Kevin Street <[EMAIL PROTECTED]> writes: > I'm getting a panic during an ifconfig on boot after building a kernel > with the new xl driver. The patch that Luoqi just posted works for me. I see Bill has just committed a different fix as well. -- Kevin Street [EMAI

xl driver problems on 3c905B-TX

1999-08-31 Thread Kevin Street
terrupt enabled, resume, IOPL = 0 current process = 67 (ifconfig) interrupt mask = net trap number = 12 panic: page fault -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP! ATA driver (atapi DMA)..

1999-08-31 Thread Kevin Street
98% to 100% idle on a PII 400. So DMA seems to be doing its stuff. I did try checking for correct data coming off the cd as well, and saw no problems. -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP! ATA driver (atapi DMA)..

1999-08-31 Thread Kevin Street
cks (I think I now recall that cd's start numbering from the inside tracks, don't they?). So you're probably right that it's just the rotational speed that I was seeing. -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP! ATA driver (atapi DMA)..

1999-08-31 Thread Kevin Street
speed 5515KB/sec, 256KB cache, DMA acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "u

Re: $FreeBSD tag confusion

1999-08-29 Thread Kevin Street
John Polstra <[EMAIL PROTECTED]> writes: > Kevin Street wrote: > Expansion of RCS keywords occurs on check_out_, not on checkin. In > other words, your cvs is responsible for expanding them. > > > If my cvs needs to do it, then I presume > > I need to add some

Re: $FreeBSD tag confusion

1999-08-29 Thread Kevin Street
t I need to steal out of FreeBSD's CVSROOT that will make it happen? -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: $FreeBSD tag confusion

1999-08-29 Thread Kevin Street
, or it isn't updating my local cvs repository correctly. CVSup client, GUI version Software version: REL_16_0 Protocol version: 16.0 My first cvsup after the tags went in was from cvsup.ca.FreeBSD.ORG. I've done a few from cvsup.FreeBSD.org to see if it would sort itself out. I think I&#x

$FreeBSD tag confusion

1999-08-29 Thread Kevin Street
but in the file I see: * $FreeBSD: src/sys/miscfs/umapfs/umap.h,v 1.10 1999/08/28 00:47:00 peter Exp $ so the $FreeBSD tag in the file is one version behind the version of the currently checked out file. Deleting and doing "cvs up umap.h" leaves me in the same state. Any explanations as to

Re: ATA - Trouble mounting secondary master

1999-08-11 Thread Kevin Street
Kevin Street <[EMAIL PROTECTED]> writes: > Soren Schmidt <[EMAIL PROTECTED]> writes: > > Hmm, damn, after the problem went away for Geoff I thought it to be > > solved since I've never heard of it anywhere else, and I cant reproduce > > it here no matter wh

Re: ATA - Trouble mounting secondary master

1999-08-11 Thread Kevin Street
first access to one of the failing drives (ad0). The first dd fails with device not configured, but any subsequent access works fine. It seems it's left in an odd state by the driver start up, but all it takes is a read to get it sorted out again. Any thoughts on how we can help debug this?

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Kevin Street
acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked -- Kevin Street [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ATA/ATAPI speed test

1999-03-08 Thread Kevin Street
m: no/blank disc inside, unlocked -- Kevin Street str...@iname.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message