Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-27-2004, 10:49 AM
|
#1
|
Member
Registered: Jul 2004
Posts: 73
Rep:
|
"Everything slow" with RH9 and very fast hardware
We have a dual Xeon machine that we recently installed RH9 ("Shrike") on. When we try to start just about any program (including login!) it takes a very long time to do whatever it needs to do. Now, we have an identical (or almost identical) server with the same RedHat on it, and it experiences no slowdown. The only thing I could think of was incompatible or non-optimized binaries, but I don't see how that could happen, especially on an RPM-based system. It doesn't seem to be an issue with HDD thrashing. Does anyone have any ideas? How can I narrow down the cause?
|
|
|
09-27-2004, 11:24 AM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
Quote:
he only thing I could think of was incompatible or non-optimized binaries, but I don't see how that could happen, especially on an RPM-based system.
|
that is scary for me to read, and rpm, in fact any package based distro is exactly where you would find un-optimized binaries. all the packages are compiled to a base architecture like i686 or i386, for a pentium or an older athlon this is ok. the average user does not need more. but when you get into dual xeon you are using packages optimised for a single cpu and base architecture, you are not making use of the smp beyond dividing the processes among 2 cpu's (and thats only if you have an smp kernel installed/compiled).
you can find an smp compiled distro/package set, or you can compile the stuff you use a lot and specially your kernel on your own (not recomended that you compile your own software in a package system, but compiling kernel is fine) or you can use a source based distro like gentoo or LFS (gentoo is easyer than most people make it out to be, just time consuming) this would probably be the best idea for a dual xeon system anyway, with that kind of speed/power you want a distro that isn't bloated to meet the average users every need, it will just slow the system down. with gentoo or lfs you can compile everything you need, and only what you need with full smp support and (you will have to check with gcc specs on this) full xeon instruction set optimization. if gcc does nto support xeon instruction sets you can use pentium III or pentium 4 depending on if it is a p3 xeon or a p4 xeon.
|
|
|
09-27-2004, 12:19 PM
|
#3
|
Member
Registered: Jul 2004
Posts: 73
Original Poster
Rep:
|
Well as far as I know, this system is booted on an SMP kernel. We even have a machine that runs 7.2, and even that came with an SMP kernel automatically. Anywy, I'm just concerned that almost identical hardware has no problems in the same situation.
I agree with you on the distro question, but it's out of my hands, as we need to keep this machine compatible with some proprietary software that is to run on it. Also, it is an upgrade from an existing machine that the entire company relies on. I made the suggestion of distro switch, but I believe the choice was made not to do that for the various reasons listed above.
All I've really done so far is run time and look at the process' distribution of attention, and that didn't really tell me anything. It didn't seem like the process was hanging anywhere, though maybe it was. I know that on my home machine, I was running mdk 10 and it would hang for a few seconds between xdm and the window manager starting up, but it only did this when I booted off the SMP kernel.
One program in particular is somewhat telling: it starts up a curses-like (maybe it is curses; I haven't tried ldd on it yet; it's doing a restore right now) GUI, and the background is redrawn way before the menu is displayed. So, I don't know if library calls are hanging, or what is going on. There must be some debugging tools I can run, but I'm not sure what. Does anyone know?
Edit: kernel version: Linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003.
Also, it looks like it's not the dual-Xeon machine I thought it was; it looks to have only one 1.4 GHz P3 CPU w/ 512 KB cache.
Last edited by prell; 09-27-2004 at 02:28 PM.
|
|
|
All times are GMT -5. The time now is 06:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|