Re: How good is AMI MegaRAID support?

2000-05-01 Thread Brad Knowles
At 12:31 PM -0400 2000/4/29, Brandon D. Valentine wrote: > I can definitely appreciate that. The RAID solution of choice for > FreeBSD appears to be SCSI-SCSI RAID adapters as utilized on > wcarchive.cdrom.com and ftp.freesoftware.org -- the two busiest ftp > archives around and consequently

Re: make buildworld fails...

2000-05-01 Thread Kris Kennaway
On Mon, 1 May 2000, Daniel Frazier wrote: > and so on. Here is line 81 from strtoul.c... > > cutlim = (unsigned long)ULONG_MAX % (unsigned long)ba3e; '3' == 0x33, 's' == 0x73 - again that 0x40 bit flip. > Here is line 435 from skel.c: > > "%+ C++ definition"l 0x6c -> 0x2c. Your hardware is

Re: Problem with WP8

2000-05-01 Thread Ted Sikora
[EMAIL PROTECTED] wrote: > > I run 4.0-STABLE on PentiumII 266 128MB Xfree86-4 with Linux emulation > enabled. > I have built all the software from ports exept the linux_base > installed > with the system. > I tried to install from ports wordperfect and everything went well. > When I launch xwp I

Re: Problem with WP8

2000-05-01 Thread Ted Sikora
Ted Sikora wrote: > > [EMAIL PROTECTED] wrote: > > > > I run 4.0-STABLE on PentiumII 266 128MB Xfree86-4 with Linux emulation > > enabled. > > I have built all the software from ports exept the linux_base > > installed > > with the system. > > I tried to install from ports wordperfect and everyth

subscribe freebsd-stable

2000-05-01 Thread Michael Kong
subscribe freebsd-stable To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: make buildworld fails...

2000-05-01 Thread John Reynolds~
[ On Monday, May 1, Daniel Frazier wrote: ] > > Ok, I made that change and did make buildworld again. Got a different > error this time... > > /usr/src/lib/libc/../libc/stdlib/strtoul.c: In function `strtoul': > /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: `ba3e' undeclared (first > use this

Re: Acroread4

2000-05-01 Thread Ted Sikora
Matthew Fuller wrote: > > On Mon, May 01, 2000 at 09:28:32AM -0400, a little birdie told me > that Ted Sikora remarked > > > > *you need > ... > > realplayer7 > > And where do you get this from? > Last I heard, the most recent version we could get our hands on was the > Linux Realplayer 5.0. >

Re: 4.0-STABLE reboots on high CPU use?

2000-05-01 Thread Brook
On Mon, 1 May 2000, Bob Bishop wrote: > At 01:53 -0700 30/4/00, Brook wrote: > >I've seen a few messages on spontaneous reboots due to the new ata > >drivers (which I am using) but my problem doesn't seem to be disk related. > > > >If I run dnetc (the distributed.net client) then my system will

Re: make buildworld fails...

2000-05-01 Thread Kris Kennaway
On Mon, 1 May 2000, Daniel Frazier wrote: > > Looks like corruption on your local machine - this isn't in the CVS > > repository. 'e' is 0x65, '%' is 0x25, looks like you have a single-bit > > flip from somewhere. > > > > Ack, I was afraid of that. I guess I'll re-cvsup and see if that helps.

Re: make buildworld fails...

2000-05-01 Thread Daniel Frazier
Kris Kennaway wrote: > > On Mon, 1 May 2000, Daniel Frazier wrote: > > > %xtern int rl_forward_word __P((int, int)); > > > > the line with the % is line 84, as referred to in the error. It looks > > like the obvious fix is to edit that line. > > Looks like corruption on your local machine - th

Re: make buildworld fails...

2000-05-01 Thread Daniel Frazier
> I think I found the problem. readline.h contains these lines: > > /* Bindable commands for moving the cursor. */ > extern int rl_forward __P((int, int)); > extern int rl_backward __P((int, int)); > extern int rl_beg_of_line __P((int, int)); > extern int rl_end_of_line __P((int, int)); > %xtern

Re: make buildworld fails...

2000-05-01 Thread Kris Kennaway
On Mon, 1 May 2000, Daniel Frazier wrote: > %xtern int rl_forward_word __P((int, int)); > > the line with the % is line 84, as referred to in the error. It looks > like the obvious fix is to edit that line. Looks like corruption on your local machine - this isn't in the CVS repository. 'e' i

Re: Acroread4

2000-05-01 Thread Ted Sikora
Wilko Bulte wrote: > > On Mon, May 01, 2000 at 09:28:32AM -0400, Ted Sikora wrote: > > Anand Ranganathan wrote: > > > > I used to have this problem for all linux executables on my 3.x system. > > > It turned out that the problem was that I had /usr/lib in my > > > LD_LIBRARY_PATH (a holdover fr

Re: bridging code problems with aliasing

2000-05-01 Thread Jason Garman
On Mon, May 01, 2000 at 06:41:52PM +0200, Luigi Rizzo wrote: > interesting report -- thanks. now i suppose we should just > make sure that the arp layer will always thing it has the > address of the primary interface (the one with the ip > address assigned) ? > Basically, that's what I was thinki