Re: Where download freebsd 4.0 stable snapshot?

2000-05-04 Thread David Syphers

At 09:53 AM 5/4/00 -0600, Reid wrote:
>I am newbie. Someone recommend me to download Freebsd4.0 stable snapshot.
>Where can I download Freebsd 4.0 Snapshot? I have download freebsd 4.0 and
>fdimage those two floppies. They don't work. Now I need to download freebsd
>4.0 stable snapshot to make it work with Compaq with EISA Smart Array
>controller card.

You can get the latest snapshots at usw3.freebsd.org (/pub/freebsd/snapshots).

-david



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: console disappears after reboot

2000-05-04 Thread Mike Smith

> > So in summary; there's nothing that will "decide there is no built-in
> > console" unless you explicitly tell it to go look for itself.  Anything
> > that's causing the system to talk to a serial console is at the admin's
> > request.  At this point in time, there is no way to force a change of
> > console once the system is up and running.
> 
> Unfortunately experience tells us otherwise. If we boot with no VGA
> plugged in, we can't plug one in later and expect to see a console.

If this is what is actually happening (ie. you do not have -P in /
boot.config), then you have a video card which fails when there is no 
monitor connected, and it is not at all reasonable to expect syscons to 
probe/attach to this.

> It seems that FreeBSD 3.1+ scans for a console, and if it can't find kb
> / vga it switches to serial. The old machines all work fine as they are
> 3.0 or less.

This assumption is false.

> I know I can set the console device in /boot/loader.conf, but this leads
> to other problems (possibly a bug here): on some machines we get a
> "/boot/loader not found - Disk error 0x1", and we suspect that this is
> to do with the boot partition not being constrained to the first 1024
> cylinders.

That's probably true.  You shouldn't do this.

> Anyway, to cut a long story short, I would prefer to simply do something
> in /etc/rc.local to force the console back to local kb/vga, or disable
> the serial console in the kernel itself... so my question is: what? Is
> there such a command/setting?

No.  Under the circumstances you've described, it wouldn't help anyway, 
since there's nothing that you can do at that point that won't fail in 
the same fashion that the earlier syscons probe did.

There have been some changes in syscons in 4.0 which may make it more 
generous in dealing with your video adapter, but if syscons is not 
attaching to your vide hardware, or the keyboard controller in these 
systems is failing with the switch turned off, there is nothing that can 
be done about it on software.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



libXpm problem...

2000-05-04 Thread Paul A. Howes

All-

I was trying to build /usr/ports/x11/gnomelibs, and it failed complaining
that it cannot find the libXpm.so.4 shared object.  I checked in
/usr/X11R6/lib and didn't see it.  I even went as far as to download the
"virgin" sources and build it by hand.  The shared object is never built!

I resorted to modifying the
/usr/ports/graphics/xpm/work/xpm-3.4k/lib/Makefile to have an appropriate
target:

libXpm.so.4: $(OBJS) $(EXTRALIBRARYDEPS)
gcc -shared -o libXpm.so.4 $(OBJS)

Is this a known problem?  Is there a fix in the works?

Thanks!


--
Paul A. Howes



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



AMI MegaRAID performance (was HPDA/DAC960PL errors)

2000-05-04 Thread Carl Makin


On Thu, 4 May 2000, Mike Smith wrote:

> That's OK.  At this point in time, I don't have any outstanding reports 
> of problems with the MegaRAID driver in 4-stable.  The 4-release version 
> is capable of locking up the adapter, however.

Here is the rawio stats for a 3.4-STABLE box running a Dell PERC2/SC card
(I think it's an OEM AMI MegaRAID Express 300).  

   Random read  Sequential readRandom write Sequential write
ID  K/sec  /secK/sec  /sec K/sec  /sec K/sec  /sec
PERC2/SC   5533.6   344  19268.6  1176 881.6541034.663

This is on a Dell PowerEdge 4300, pIII/450 connected via a single bus to 8
x 18Gb LVD disks (1 x hot spare, the rest in 1 array).

This is using the amr-stable patch produced by Mike in December last year,
with the lockup fix backported from 4.0-STABLE (heh, 2 lines, wasn't
hard).

We're about to throw this into production.


Carl.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message