CentOS 5 :: How To Tell Difference Between 32bit And 64bit When Kernel Is Missing

Jul 14, 2010

I have a system with a missing or damaged kernel and I need to reinstall some software to fix it (see this thread for reference removed xen and kernel is gone). I feel fairly certain I can fix my system with the info in that thread however I don't know if this was a 32bit or 64bit system. How can I tell after using the dvd and linux rescue or does it even matter?

View 1 Replies


ADVERTISEMENT

Red Hat :: Difference Between 32bit And 64bit Os?

May 20, 2010

I would like to know the exact difference between 32 bit Linux OS and 64 bit Linux OS. Can some one post me the material or overview on this.

View 1 Replies View Related

Programming :: Performance Difference Between 32bit And 64bit

Apr 10, 2010

Now, I'm ready to run my program, and my code is based on 32bit version. So I run the program on Ubuntu 9.10 32bit. And I got running time for 48s. But that's a bit slower than I expected; the program has bunch of File I/O processing but the result(48s) just doesn't make sense compared to given initial data set. So I just run the same program and same initial data set on Ubuntu 9.10 64bit ver. Then, bang!! it took 1.4s to finish the job.

Do you have any thoughts what kind of fact might make this significant difference? The differences b/w those two OS are "32 vs 64" and 32bit version has Java SDK, Eclipse, Apache2, Mysql, PHP, CGI, and python. We-server service is running but because I'm not really running web server. Did the result come from these background programs?

-- I tested it on the both OS in the same situation as possible as I can.
(reboot->test)

-- BTW 64bit one doesn't have those programs. I just installed on my external hard drive, so it's literary PURE one. (32bit one also in the same HDD)

-- I run these Ubuntus on VMware

View 3 Replies View Related

Debian Configuration :: Is It 64bit Kernel Or 32bit Kernel Optimized For Amd64 Architecture?

Jan 24, 2010

I recently installed debian squeeze 32bit on a second partition of my amd athlon 64 X2 dual core machine.Currently it is using linux-image-2.6.32-trunk-686 kernel.But linux-image-2.6.32-trunk-amd64 is available.on the repository.Is it a 64bit kernel or 32bit kernel optimized for amd64 architecture?

View 12 Replies View Related

Fedora :: How To Determine Kernel 32bit Or 64bit

Sep 17, 2010

Google answers attempted:

# grep lm /proc/cpuinfo
# uname -m
# file /sbin/init
# file /usr/bin/file

I don't think none of the above gives deterministic answer. Since I have 32-bit & 64-bit different system all of above spit out the same info.

View 5 Replies View Related

Fedora :: Moving From 32bit To 64bit Kernel

Aug 12, 2011

I have been running F14 as a 32-bit system (original m/b was 32-bit). Now the system is on a 64-bit dual-core processor board and I'd like to change from the 32-bit kernel to 64-bit. I downloaded a 64-bit kernel (kernel-2.6.35.6-45.fc14.86_64.rpm) and attempted to install it. It won't install and Package Installer returns a message of the sort that says this file "has incompatible architecture.

Valid architectures are ['athlon', 'i686', 'i586', 'i486'....]". My processor is an Athlon 64 x2. Is it possible to do what I want to do (I only want the kernel at the moment)? Is there some Fedora file I need to modify to allow the system to install the 64-bit kernel for this m/b? Do I need another file (or files) installed before I install the kernel?

View 6 Replies View Related

Ubuntu Installation :: Does 10.04 64bit D/l Have 32bit Kernel In ISO?

Jun 20, 2011

Or do I need to d/l a new ISO that's 32bit?

View 1 Replies View Related

CentOS 5 :: How To Compile 32bit Application In 64bit CentOS(5.2)

Mar 19, 2010

Use python as example, I have 64bit python 2.4.3 yet I can't found rpm for 32bit one so I try to build it.Use default make or make --enable-readline is ok, python make cannot use CFLAGS, can use OPT and LDFLAGS to add -m32, yetit seems can only search for 64bit lib, or else crush.[Moderator edit: Moved from CentOS-4 to CentOS-5 forum.]

View 9 Replies View Related

CentOS 5 :: Check If Current CentOs Is 32bit Or 64bit?

Dec 26, 2010

I have got an Notebook whose CPU is 64bit.The Notebook has an CentOS installation. Now I want to find out if this CentOS is 32bit or 64bit.How can I check this?

uname -a

gives something with ....i686 i686 i386...."

What does that mean?Does that refer to the hardware or the CentOS OS? An 32bit CentOS can be installed on a 64bit hardware!I am interested in the OS capability not of the hardware!

View 1 Replies View Related

CentOS 5 Networking :: Works In 32bit But Not 64bit

Oct 7, 2010

(Second Try) I installed CentOS 5.5 from CDs 32 bit, everything works fine. I then re-install, but this time 64 bit, everything else is the same, I use all of the same options. This time though it sees the network card, and allows me to configure it and activate it. It will not connect outside of it's self, IE it can ping it's self, but nothing else. Go back to 32 bit, and zero problems, try 64 again, no network. Each time I do full installs with partition formatting etc. In case it makes hill-o-beans difference, Intel P4, 2.66 Ghz. 2.0 GB RAM MSi Motherboard.

View 13 Replies View Related

General :: CentOS 5 64bit Installed But All Dependencies Are 32bit

Oct 7, 2010

I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.

View 7 Replies View Related

CentOS 5 :: Compiling Program With 32bit GCC On 64bit Install

May 3, 2009

I've been trying to compile a small program on my 64bit Centos 5.3 but I need to compile it in 32bit mode. I've tried editing the make file and changing CC=gcc to CC='gcc -m32" and that doesn't work. I have also tried to use "make CC='gcc -m32' and that doesn't work either. It wont compile. Do I need to install something with yum to get 32bit compiler to work?

View 2 Replies View Related

CentOS 5 :: 32bit Applications Running On 64bit Platform

Sep 20, 2009

I have searched the whole google but did not find anything. I am trying to install a game server using hldsupdatetool.bin which can be found here, [URL]. Unfortunately it can only run on 32bit Operating Systems. I need it to run on 64bit. What do I need to install? Please be specific since I am really new to linux. Please tell me what I exactly have to type in the command prompt.

View 4 Replies View Related

CentOS 5 :: Perl 64bit Update Installs 32bit Version Also

Oct 23, 2009

This is a 64 bit machine
[root@intergate2 log]# rpm -q perl --qf '%{NAME} %{VERSION} %{ARCH}'
perl 5.8.8 x86_64

[root@intergate2 log]# yum install perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.stanford.edu
* base: mirror.hmc.edu
* extras: mirror.raystedman.net
* updates: centos.eecs.wsu.edu

Setting up Install Process
Resolving Dependencies
---> Running transaction check
---> Package perl.i386 4:5.8.8-18.el5_3.1 set to be updated
---> Package perl.x86_64 4:5.8.8-27.el5 set to be updated .....

Transaction Summary
Install 1 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

View 4 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

CentOS 5 :: 12GB Of RAM On 32bit XEN Kernel - MemInfo Versus XMTop

Feb 10, 2010

I have a server with 12 Gig or ram in it (has per bios detection). Free and meminfo agree.
[root@virtualHost ~]# free
total used free shared buffers cached
Mem: 7726080 794136 6931944 0 50036 391236
-/+ buffers/cache: 352864 7373216
Swap: 8385888 0 8385888

xm top does not :
xentop - 13:36:07 Xen 3.1.2-164.11.1.el5
5 domains: 2 running, 3 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 12577024k total, 12575312k used, 1712k free CPUs: 4 @ 2833MHz

In my /proc/cpuinfo I can see pae in the flags. None of my domUs are going to need more than 3 GB of ram but I was wondering what is the REAL ammount of RAM accessible to the system. If I run 4 domU at the same time. Around 7 GB or 12 GB?

View 3 Replies View Related

5 :: Difference Between CentOS Kernel Sources?

Sep 9, 2009

What is the difference between kernels which come from the update repository and the plus repository ? Often the same version comes from both, but one says centosplus at the end the other, from the update repository, does not.

View 1 Replies View Related

CentOS 5 :: Yum Update Error Missing Dependency Libgpod.so.0()(64bit) Is Needed By Package Rhythmbox-0.11.6-4.el5.x86_64 (installed)

May 10, 2011

While i am using yum update am getting an error: Error: Missing Dependency: libgpod.so.0()(64bit) is needed by package rhythmbox-0.11.6-4.el5.x86_64 (installed).

View 3 Replies View Related

Ubuntu :: 32bit Or 64bit?

Dec 8, 2010

I just ordered my new laptop (DLL XPS15) and I'm wondering on whether install a 32 or 64 bit version, I don't know if there's really a big difference between each one of them, I've always used a 32 bit version.

View 5 Replies View Related

Fedora :: TsMuxer 32bit App Under 64bit OS

Jan 14, 2010

I tried to use tsMuxeR a 32bit app on F12 64bit, but this fails with the following error message:

Code:
# ll tsMux*
-rwxrwxrwx 1 1000 1000 437072 11. Mai 2009 tsMuxeR
-rwxr-xr-x 1 1000 1000 210412 11. Mai 2009 tsMuxerGUI

[Code]....

Teh 32bit progs of ld-linux.so.2 and libfreetype.so.6 is already installed.

Code:
yum install ld-linux.so.2 libfreetype.so.6

View 2 Replies View Related

Fedora :: Upgrade From F12 32bit To F13 64bit?

Sep 27, 2010

Is it possible to upgrade from F12 32bit to F13 64bit? The hardware would support 64bit.

View 1 Replies View Related

Fedora :: How To Tell When I Have 64bit / 32bit Machine

Oct 14, 2010

This is probably a dumb question but I can't find out whether I have a 32 or 64 bit machine. Here's uname -a
[Linux Flow 2.6.34.7-56.fc13.i686 #1 SMP Wed Sep 15 03:33:58 UTC 2010 i686 i686 i386 GNU/Linux]

View 14 Replies View Related

OpenSUSE :: Get 32bit Wine On 64bit 11.3/4?

Jan 19, 2011

Is it possible to get a 32bit Wine install on a 64bit Suse OS and block all 64bit updates to Wine?

View 6 Replies View Related

Ubuntu Installation :: 32bit Or 64bit ?

Apr 28, 2010

I have a 5 year desktop with 1.5GB RAM and the following specifications. AMD Athlon D400 Single Channel 64bit. Would it be advisable to install the latest version of Ubuntu "Lucid Lynx" 64bit on this pc?

View 9 Replies View Related

Ubuntu Installation :: 64bit Use More RAM Than 32bit?

Apr 30, 2010

I have downloaded the 64bit version of Ubuntu 10.04. I am currently using 8.10 32bit and I want to clean install 10.04 64bit version. However the one thing that is putting me off is that I have heard if your PC has 1GB of RAM or less then 64bit won't run very good because it uses more RAM than 32bit. (my PC has 1GB) So the question is: Does 64bit use more RAM than 32bit?

View 9 Replies View Related

Ubuntu :: Way To Upgrade To 64bit From 32bit?

Aug 18, 2010

I currently have Ubuntu running in 32 bit with pae but I now want to switch to 64 bit. all of my hardware supports it. Is there an easer way to switch without needing to install Ubuntu all over again? It's such a haste to copy all of my files and reinstall programs and there settings manually.

View 9 Replies View Related

Ubuntu :: How To Find Out If OS Is 64bit Or 32bit

Sep 25, 2010

I tried to find this information under "about Ubuntu", but could not any information on it.

View 2 Replies View Related

Ubuntu :: How To Know I Have 32bit - 64bit Version

Jul 3, 2011

I have Ubuntu 10.04 LTS installed...how can I find out if I have 32bit or 64bit version?

Also, can someone briefly explain why there is this importance about "do you have 32bit or 64bit"?! ie. what does it mean?!

View 1 Replies View Related

Fedora Installation :: 32bit Apps On 64bit F12?

Jan 15, 2010

Im installing a fresh copy of F12 on a laptop.What I would like to know is if I install the 64bit version will all none 64bit apps install and run.I have normal apps but do needs the lotus notes clientadobe apps, crossover linux, vmware etc.

View 3 Replies View Related

Fedora :: Diffrence Between The 32bit And The 64bit Releases?

Jan 16, 2010

I've been using the 64bit version of fedora since release 10. I want to know what exactly makes the diffrence between the 32bit and the 64bit releases. I am having some troubles recently regarding some drivers and other issues in my fedora 12 and I was thinking of moving to the 32bit one,

here are my PC's specs:

CPU C2D Intel 2.6
4 GB RAM
NVidia 8500GT
Nvidia 9500GT

I've managed to use the 32bit apps by installing the 32bit compatibility packages.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved