0
votes
1answer
25 views

Upgrading dpkg on 64-bit debian

Recently I tried to install Steam on my debian, but I ran into a problem. It requires dpkg version 1.16.2 (for multiarch) but the one installed on the system is 1.15.8.13 The problem is that running ...
0
votes
3answers
74 views

Why 32 bit OS has less requirement when compared to 64 bit

In my Organization for routing we are using 32 bit os rather than using 64 bit os on a host with 3GB RAM. Since 64 bit faster than 32 bit why do sometimes people use 32 bit OS rather than 64 bit. ...
0
votes
2answers
113 views

Why won't my binary run?

I have a binary that runs on my Debian Squeeze system, but then it doesn't do anything on my Debian Wheezy (kernel Linux 3.2.0-4-amd64) system. Both systems are 64 bit, while the executable is a 32 ...
2
votes
2answers
386 views

What a 64 bit Linux can do that 32 bit linux can't?

I ordered a server from fdcserver. Then I realized that, unless changed, fdcserver actually provides 32 bit operating as default. I logged in using SSH, typed uname -m, and to my horror I saw that I ...
2
votes
1answer
172 views

Where is max process size specified?

I've got a RHEL4 machine with 1TB of memory and have discovered that malloc and mmap refuse to allocate any memory above 512GB. Meanwhile, I don't seem to have a problem with RHEL5 machines. I'm ...
1
vote
2answers
306 views

is it possible to use w32codecs on a 64bit system?

Is there any chance I can load binary codecs on 64bit arch linux ? I have few .dat files that works great under 32bit windows xp, with smplayer (after downloading codecs), but on 64bit Linux, I got ...
1
vote
3answers
319 views

Why is it better to use a 64bit OS?

Speed/Security? Why should we choose to use 64 bit instead of 32 bit?
4
votes
1answer
1k views

Where did /usr/lib64 go and what is /usr/lib/x86_64-linux-gnu?

I have two Ubuntu-x86_64 systems. One is version 10.04, the other 12.04 and there is a difference in the structure of the lib directories. This doesn't surprise me, but I'm curious if anyone knows ...
5
votes
1answer
678 views

Can Yum express a preference for x86_64 over i386 packages?

I run a 64-bit version of CentOS5. At the moment, when I run Yum updates or installs, unless Yum is purged of i386 packages prior, it will install i386 packages when x86_64 are available. Is it ...
1
vote
3answers
306 views

Why does Linux on sparc64 architecture use 32-bit pointers in user-space and 64-bit pointers in kernel-space?

What are the advantages of deviating from the norm; that is 64-bit pointers in both user and kernel space for a 64-bit architecture? Reference: http://lwn.net/images/pdf/LDD3/ch11.pdf (Page 2)
1
vote
1answer
1k views

amd64 or i386? VirtualBox can't start client VM

My Debian kernel is linux-image-2.6.32-5-amd64, and the command uname -m returns x86_64. However, apt-get does get i386 packages (those /var/cache/apt/archives/*_i386.deb), and never gets amd64 ...
5
votes
3answers
3k views

64-bit Linux doesn't recognize my RAM between 3 and 32 GB

My problems were caused by a faulty memory module and quite possibly a broken kernel binary. I just now booted my PC with basically brand new hardware. I've been running Debian 6.0 AMD64 before, ...
5
votes
1answer
329 views

User Kernel split in 64bit Linux

What is the default user/kernel split in the 64bit linux ? I read Documentation/x86_64/mm.txt (which someone pointed out), but I could not make out. Can somebody provide a direct answer (something ...
2
votes
1answer
233 views

Is highmem relevant in 64 bit Linux? If not, why?

Somewhere on the web, I read that 64bit Linux kernels do not have a highmem issue. I did not find any explanation/detail as to how/why it is not an issue. Can somebody explain?
2
votes
1answer
970 views

Problem with executing Firefox version 9.0.1

I cannot run firefox version 9.0.1. When i try to execute the binary firefox I get an error -bash: ./firefox: cannot execute binary file. The info returned by file is as follows: firefox: ELF 32-bit ...
4
votes
3answers
177 views

Linux executable sandboxing?

I'm running a service that allows users to submit code which is compiled and executed on the server. At the moment I'm using Moe and while it works fine for C and C++ code, I've been having some ...
4
votes
4answers
742 views

Should I install 32 or 64 bit?

I'm going to be installing linux on my 64bit netbook. Last time I checked I was advised that for personal computers (not servers) it is best to install the 32bit version. I believe the reasoning was ...
3
votes
1answer
341 views

Why does Ubuntu recommend download the 32-bit version?

Why does Ubuntu recommend download the 32-bit version? On their 32bit_and_64bit Page they even say Unless you have specific reasons to choose 32-bit, we recommend 64-bit to utilise the full capacity ...
2
votes
2answers
350 views

How to determine bitness of hardware and OS?

Output of uname -a on my RHEL 5.4 machine is: Linux <machine name> 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Does it mean that hardware is 64 bit ...
3
votes
3answers
1k views

How do I know that my CPU supports 64bit operating systems under Linux?

How can I find out that my CPU supports 64bit operating systems under Linux, e.g.: Ubuntu, Fedora?
3
votes
3answers
396 views

Really light weight linux for VM no extensions

I need to host a ssh server on a x86-64 Debian squeeze machine with no VT-extensions :( I am using virtlib with qemu (set up and working). I have tried a number of things and non have been perfect, ...
1
vote
2answers
269 views

Hardware to install 64-bit OS

If I search on Internet for minimum requirements to install a 64-bit operating system, Microsoft and allied forums recommend 4 GB RAM as the minimum criteria. On the other hand, when I look at Linux ...
3
votes
2answers
2k views

What is the difference between 32-bit PAE and 64-bit kernels?

I ask this only in regards to memory addressing. I know that a PAE kernel allows the OS to access more memory than a standard 32-bit kernel, however, what are the other implications? What specific ...
1
vote
1answer
2k views

Differences between Debian bigmem and amd64 kernels

Debian 6 has multiple Linux kernel packages, and I'm interested in two of them: linux-image-2.6.32-5-686-bigmem linux-image-2.6.32-5-amd64 Consider that: I'm not going to be running any ...