Questions tagged [32-bit]

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide.

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide. Also, 32-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 32-bit is also a term given to a generation of microcomputers in which 32-bit microprocessors are the norm.

81 questions
0
votes
1 answer

Proxmox on localhost network + 32 bits host

I'm working in installing Proxmox on localhost network. Installing the PVE kernel works fine : root@localhost:~# uname -a Linux localhost 2.6.32-14-pve #1 SMP Sat Sep 22 08:55:13 EST 2012 i686 GNU/Linux Here is my /etc/hosts file…
0
votes
1 answer

x86/32bit PHP on 64bit Windows Server 2008

This may not be the right place for this question, please point me at the correct SE site if not. The PHP Documentation for the function ip2long states: Note Because PHP's integer type is signed, many IP addresses will result in negative integers…
superphonic
  • 75
  • 1
  • 11
0
votes
3 answers

Are there any potential problems moving from 32 bit Enterprise to 64 bit Standard SQL Server 2005

I've been looking at an upgrade to my SQL Server 2005 Enterprise edition. I'm specifically looking to upgrade as I'm hitting the limit of my 2 CPUs at the moment. It looks like I could move to 64 bit Standard at my hosting provider for about the…
Robin
  • 817
  • 3
  • 11
  • 20
0
votes
1 answer

CentOS 6.5: yum insists on installing 32-bit packages on 64-bit install causing multilib issues

This morning I tried to install libvirt on one of my servers. The yum install failed with a multilib issue related to the plymouth-core-libs package. Later, when trying a yum update I got a similiar issue but then the packeage with multilib issues…
Kristofer
  • 301
  • 1
  • 3
  • 12
0
votes
1 answer

How to install ia32-libs on Wheezy?

I have seen a couple of questions on ServerFault relating to installing ia32-libs on a 64bit machine but the solutions aren't working for me (I don't think any of these questions where for Wheezy specifically I'm not sure how to…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
0
votes
1 answer

Deb 6: Can't install Mongodb 64; uname -m and arch both return x86_64

As the title suggests, in bash the commands uname -m and arch both return x86_64, suggesting to me that I'm on a 64bit OS and processor. But, when I use aptitude or apt-get to install the package mongodb-10gen, the 32-bit version is installed. So, I…
tvanc
  • 131
  • 5
0
votes
1 answer

What is limit for user and kernel space after enabling /PAE option in server?

By default in 32 bit system, 2 GB is allocated to user space programs and 2GB for kernel space programs. Now, if we add /3GB option in boot.ini user and kernel space get respectively 3 and 1GB. We are using one server which is running MS Windows…
Ved
  • 21
0
votes
1 answer

Not able to start ISC BIND service in windows 7

I have windows 7 32-bit machine. I have installed BIND 9.2 as per the instructions in the link http://www.misterfahrenheit.com/2011/09/04/how-to-setup-a-dns-server-with-bind-on-windows-7-part-2/. When i start the ISC BIND service its giving me the…
n92
  • 95
  • 2
0
votes
1 answer

SELinux AVC denies at boot

My Gentoo box is running Gentoo Hardened/SELinux (32bit), I followed the Gentoo Hardened Guide to install it and the machine doesn't boot. Here is an extract from dmesg: Mar 12 19:15:04 localhost kernel: [ 1.961353] type=1400…
thpetrus
  • 67
  • 1
  • 1
  • 10
0
votes
1 answer

Microsoft Exchange 2007 32bit and WS 2003 - what does it mean 'not for production environment'?

I've installed Windows Server 2003 R2 32bit on a virtual machine. From what I've read so far, it appears that there are two versions of Exchange available for 32 bit versions of Windows Server 2003: Exchange 2003 and Exchange 2007. I'd like to…
colemik
  • 759
  • 1
  • 12
  • 24
0
votes
1 answer

Bios settings for Dual Opteron Server + 32/64 bit Linux decision + how to use 2 LAMP machines

semi-n00b here. I'm setting up a server that will have Ubuntu 8.04 LTS with a LAMP setup. The system is dual Opteron 248s with 4GB memory. I had a few questions about settings in the bios: Will turning off (disable) some of the hardware from bios…
user8288
0
votes
3 answers

What are the criterias to chose 32-64bit server?

My VPS hosting service allow me to install both Ubuntu 32bit and 64bit. I need to install Apache, Mysql and Drupal on my server. I was wondering if I should go with 64bit and why ? more in general 1) Is 32-64bit choice going to create software…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
1 answer

SQL Server 2005 Lock Pages in Memory on 32-bit system

On a 32-bit Windows Server 2003 Standard Edition SP2, I'm debating the pros and cons of /3gb + AWE + Locked Pages for SQL Server 2005 Standard SP3 CU4. The system only has 4GB of physical memory, however the developer's IIS service seems to be…
califguy4christ
0
votes
1 answer

Windows Server 2008: Terminal Services / VDI

I have a Dell R710 with 72GB of memory running Hyper-V. Within Hyper-V I have a Windows 2008 (32-bit) VM running Terminal Services. How do I allocate memory so that any user who connects to this Terminal Server (from their thin-client) is allocated…
0
votes
1 answer

Issue running 32-bit executable on 64-bit Windows

I'm using wkhtmltopdf to convert HTML web pages to PDFs. This works perfectly on my 32-bit dev server [unfortunately, I can't ship my machine :-p ]. However, when I deploy to the web application's 64-bit server the following errors are…
David Murdoch
  • 492
  • 6
  • 19