FixYa.com
Technical Support, Instructions & Repair Service


Tags:

IBM ServeRAID-6M  SCSI Controller

FreeBSD 5.3-RC1 problem on IBM @server 325 type...

By Bouncy - usenet poster


Hi,

I'm trying to install FreeBSD 5.3-RC1-amd64 on IBM @server 325 with
ServeRAID 6M.
This server has dual AMD Opteron 2.1GHz and 8GB of RAM.
6 x 36GB Hard disk are configured as RAID5 through ServeRAID.

FreeBSD boots fine. But when it tries to copy files it fails saying
following error:

Panic: ffs_valloc: dup alloc
cpuid = 0
Uptime: 2m46s
Cannot dump. No dump device defined

Logic hard disk is labeled as:

/ - 1GB
swap - 1GB
/usr - 20GB
/usr/local - 10GB
/tmp - 2GB
/var - 135GB

What should I do in this case? Any ideas?

thanks in advance,

Ganbold

This Problem has been added to the Share Your Expertise Page under "My Work Queue".
Solution #1
posted on May 27, 2006
Not Rated (0)

Ranny

Ranny - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

At 11:19 PM 10/21/2004, you wrote:

I installed and already did cvsup and installed world.

make installworld somehow didn't know the paths
of the following tools: btxld, dd, cp, ls. I added full path to Makefiles.

Changed Makefiles files:

/usr/src/sys/boot/i386/boot2/Makefile
/usr/src/sys/boot/i386/loader/Makefile
/usr/src/sys/boot/i386/pxeldr/Makefile

Now everything seems like working fine with 4GB of RAM.
However if I use 8GB of RAM it starts not working. Some tools like netstat,
finger, sshd is not working under 8GB RAM even
I put hw.physmem=8G in /boot/loader.conf.

Any ideas? How can I use 8GB RAM fully?

thanks,

Ganbold

Was this solution helpful? Show your Appreciation by rating it:

Solution #2
posted on May 27, 2006
Not Rated (0)

Janice

Janice - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

I have problem installing world after cvsup.
make buildworld, buildkernel, installkernel went OK. I rebooted afterwards,
did mergemaster -p.

However installworld says:

btxld: No such file or directory

I searched freebsd mail list archives and didn't find any solution.
There was mentioned to go to btxld directory and make install clean.
However it didn't worked.

Any ideas?

Ganbold

Was this solution helpful? Show your Appreciation by rating it:

Solution #3
posted on May 27, 2006
Not Rated (0)

Charlie

Charlie - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
It's looking like the ATA driver cannot handle >4GB of RAM, period.
Until this gets fixed (and it's being looked at right now), you'll need
to either reduce the amount of RAM that you have or switch to a
different controller.

Scott

Was this solution helpful? Show your Appreciation by rating it:

Solution #4
posted on May 27, 2006
Not Rated (0)

Bray

Bray - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Claus,

At 03:28 PM 10/21/2004, you wrote:

Yes, it is there. When it is booting and tried to run sshd it says error
similar to error when run netstat.

It says 8G in message log.

Probably some problem related to CPU or RAM, don't sure which one.

I will do that, however I have to install again FreeBSD on it, it is broken
again, when I was trying to remove/add RAM and boot.
I will let you know the result.

Ganbold

Was this solution helpful? Show your Appreciation by rating it:

Solution #5
posted on May 27, 2006
Not Rated (0)

Bomber

Bomber - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Add sshd_enable="YES" to /etc/rc.conf and reboot.

How much RAM does FreeBSD say is installed?

Don't know with that one.

Allways a good idea to cvsup and build kernel and
world. This way you can optimize with -O2.

Claus

Was this solution helpful? Show your Appreciation by rating it:

Solution #6
posted on May 27, 2006
Not Rated (0)

Powe33

Powe33 - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

Thanks for all who helped me.

I followed Claus's and Scott's suggestion and reduced RAM size to 2GB and
installed FreeBSD successfully.
Afterwards I added hw.physmem=8G to /boot/loader.conf file and added RAM
back and rebooted.
It boots OK, however in the shell I can't run some commands. SSHd didn't
run, said some error.
For instance when I try to run netstat it says:

/libexec/ld.elf.so.1: netstat: Shared object has no run-time symbol table

What should I do? Any ideas? Should I reduce back RAM again and do cvsup to
RELENG_5 and
buildworld?

thanks,

Ganbold

At 09:21 PM 10/20/2004, you wrote:

Was this solution helpful? Show your Appreciation by rating it:

Solution #7
posted on May 27, 2006
Not Rated (0)

Perkins

Perkins - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
As a test, could you reduce the amount of RAM in your system to 4GB or
less and see if the corruption continues?

Scott

Was this solution helpful? Show your Appreciation by rating it:

Solution #8
posted on May 27, 2006
Not Rated (0)

Luisa_K

Luisa_K - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
OK, I see. Quickfix, worked for me ;-) Remove as much
RAM so you're below 2 GB. I had problems installing
amd64 on a machine with 4 GB RAM.

Then add the physmem-line before you put back the RAM.

Claus

Was this solution helpful? Show your Appreciation by rating it:

Solution #9
posted on May 27, 2006
Not Rated (0)

Hart

Hart - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
I'm doing fresh installation. I tried to set hw.physmem=8G in loader prompt,
but system is behaving same, crashes after trying to copy files.
It recognizes 8GB RAM correctly.

Ganbold

At 09:06 PM 10/20/2004, you wrote:

Was this solution helpful? Show your Appreciation by rating it:

Solution #10
posted on May 27, 2006
Not Rated (0)

Horner

Horner - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
I assume that you managed to install the amd64-port
and booted rebooted.

||

Add the line hw.physmem=8G to the above mentioned
file.

Could you supply a dmesg, type dmesg at the console.

Claus

Was this solution helpful? Show your Appreciation by rating it:

Solution #11
posted on May 27, 2006
Not Rated (0)

LiZzIe

LiZzIe - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

At 08:36 PM 10/20/2004, you wrote:

You mean from boot prompt? I tried to boot both AMD and x86 installation
CD. FreeBSD 5.3-RC1-x86 can't recognize 8GB RAM.

Was this solution helpful? Show your Appreciation by rating it:

Can you Help with these Storage Controllers problems?

Storage Controllers
compaq presario 6000z
may processor that uses amd... Answer This...
Storage Controllers
Installing
I have a Lexmark 1200 that i... Answer This...
Storage Controllers
how do i use a memory stick
please give me explicite... Answer This...
Storage Controllers
probleme
je ne peux pas telecharger le... Answer This...
Storage Controllers
SWEEX 4 PORT USB 2.0 & 3...
Hi there, I have this... Answer This...
Repair Service
Find Storage Controller Repairman Near You:

FixYa does not evaluate or guarantee the accuracy of any information provided through its proposed solutions, posts, or Expert Assistance Sessions. By entering this site you declare you read and agreed to its Terms. You may NOT copy or distribute the content that appears on this site without written permission from FixYa Inc.
© 2005-2008, FixYa, Inc. or its affiliates
When the original poster rates a solution that was given to his own problem, that rating is locked!
X

Are you sure the solution content is Inappropriate?
   
Tech buddies can communicate directly to answer questions. Become a Tech Buddy and have direct access to your favorite expert for FREE!