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

learn more… | top users | synonyms (3)

0
votes
1answer
39 views

Web site - delay under Apache 2.4.4 x64 FastCGI

I'm running a VPS server under Windows 2008 R2 x64 as a web server. I Was running Apache 2.2 x86 / Php 5.3.1 handle with the standard php5_module And I made an upgrade to Apache 2.4.4 x64 / Php ...
2
votes
1answer
38 views

Trying to differentiate between two identical NIC's on midly diff Linux laptops

The helpful commands for dissecting loaded devices /NIC's Beyond dmesg, there is a set of commands I can't remember, that illustrate details about LINUX devices specifically NIC's, lspci is one of ...
1
vote
2answers
101 views

Why is there a c:\windows\syswow64\userinit.exe on 64 bit versions of windows?

Windows internals makes it clear than winlogon.exe after authenticating with lsass.exe launches the contents of the UserInit key, which by default is c:\windows\system32\userinit.exe to set up the ...
1
vote
0answers
24 views

Centos installation: Anaconda died after receiving signal 7

I want to install CentOS 6, 64-bit on my PC. I'm getting following error in the first stages of installation (right after media check and before starting graphical installation): Anaconda died after ...
0
votes
1answer
39 views

DB server upgrade - SOLR DIH running slower

We are upgrading our database server, and I'm running into a weird performance issue. Our old server is a dual processor system with 8-cores and 4 GB of RAM, running Win2k3 R2 Standard (32 bit), MS ...
0
votes
1answer
389 views

Unable to Create System DSN

Environment: Windows 7 Professional 64-bit Operating System Problem: (ODBC Data Source Administrator) Opening Administrative Tools -> Data Sources (ODBC) -> Click "System DSN" tab. Error: ODBC ...
-2
votes
1answer
74 views

Apache 2.2 on Windows Aliases gives 404 [closed]

I am running Apache 2.2.20 on Windows 7 Pro x64. When I try setting up Aliasing in my httpd.conf file I am getting 404 errors. Here is what my conf file looks like: ServerRoot "C:/Apache2.2" Listen ...
0
votes
0answers
63 views

php + vb6 dll on Windows Server 2008 R2 Web Edition ( 64bit )

My site exists in two servers. a) a linux vps with: php (+pear) + mysql b) a windows vps with: 32bit windows 2008 web edition + php where our apps run through a vb6 .dll I want to migrate to a ...
-3
votes
1answer
177 views

error while starting xampp on fedora17 [closed]

I currently installed xampp on my fedora (64 bit) system. i edited out the following code to make it 64 bit compatible. # XAMPP is currently 32 bit only #case `uname -m` in # *_64) # if ...
3
votes
1answer
90 views

Is there an Office 2010 registry key to turn on spellcheck by default?

I'm trying to figure out how to turn on spell check for all users automatically. I'm hoping for a registry edit as I'm going to be making a win7x64 image with office 2010 pre installed and I don't ...
-2
votes
1answer
167 views

Possible to port forward ports automatically using masquerade?

So I run a VPN business. When users want to port forward ports, I use DNAT. Is it possible to make the ports automatically go open like upnp? I've heard something that masquerade can do this.
2
votes
2answers
538 views

rpmbuild on CentOS 6.3 64-bit - broken dependencies

I'm trying to build a package using rpmbuild on 64-bit CentOS 6.3 server. Here is the spec file: Name: test-fms Version: 1.0 Release: 1%{?dist} Summary: my FMS Package ...
1
vote
1answer
1k views

What is the default value of IncreaseUserVa on Windows Server 2008 and how to show it?

I'm on a 64 bit Windows Server 2008 machine with 24 Gb of RAM. For a 32 bit app I would like to use the /LARGEADDRESSAWARE linker option. For this, if I'm not mistaken (and please correct me if I am) ...
0
votes
0answers
46 views

SBS 2008 - Blank desktop while installing

I'm trying to install SBS 2008 Standard Ed on a VMware Workstation 8. The installation runs fine up until some point where the desktop becomes completely blank. The server is still running and ...
2
votes
1answer
175 views

Using 64 bit wuauclt from 32 bit command prompt

I have a script that for legacy reasons needs to run inside a 32 bit command shell. This script also includes references to certain core windows binaries - most notably wuauclt but others as well - ...
0
votes
0answers
367 views

[Microsoft][ODBC Driver Manager] Invalid string or buffer length (HRESULT: 80131500)

I am having an intermittent problem with a Spotfire Server accessing information models which connect to Microsoft Access databases via ODBC. The server is a Windows Server 2008 R2 64bit, we have ...
1
vote
2answers
272 views

debian kernel upgrade to 2.6.32-5-amd64 but uname still shows 686

I'm try to upgrade a debian system to 2.6 64 bit kernel with the command aptitude install linux-image-2.6.32-5-amd64 which works fine. The system reboots, /vmlinuz -> boot/vmlinuz-2.6.32-5-amd64 ...
1
vote
2answers
473 views

Running “regedit ”filename" to import .reg file from powershell

I'm trying to import a registry file by running regedit. The problem is that the powershell script has to run from a 32 bit executable, but I want to run the 64 bit regedit. Any ideas on how I can ...
1
vote
1answer
806 views

explorer.exe eating all CPU, how to to detect culprit?

Windows 7 64bit. I am using ProcessExplorer from Sysinternals, and it says, that the offending call is ntdll.dll!RtlValidateHeap+0x170 however, the call stack towards the entry is always ...
0
votes
2answers
648 views

wamp server does not start: Windows 7, 64Bit

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in orange color meaning some services did not start. ...
3
votes
0answers
345 views

Outlook 2010 “Cannot open this item” on Windows 7 64-bit

I have to admit this has stumped me... User's Workstation Outlook 2010 (32-bit) w/ Cached Exchange Mode enabled Windows 7 Pro (64-bit) Email account is on Exchange 2003 Problem The user is ...
0
votes
1answer
150 views

mod_wsgi woes on x64 windows 7 running Apache 2.2

64-bit Win7 Apache 2.2.19, mod_wsgi/3.4-BRANCH Python/2.7.3 No errors visible in logs: [Wed Aug 01 17:44:48 2012] [notice] Apache/2.2.19 (Win64) mod_wsgi/3.4-BRANCH Python/2.7.3 configured -- ...
1
vote
1answer
248 views

.html Pages not working in IIS 7.5 (64 Bit OS)

I create a Web application on my 32 BIT OS (Windows XP) and then i successfully add this WEB Application to IIS 7 on Windows 7 (64 Bit) on my Friend's PC. Since .aspx pages are randering fine but ...
-3
votes
1answer
1k views

High Cpu Usage after MySQL Update (5.1 to 5.5) on CentOS 5.8 (64 Bit)

General Problem: Server load 20.92 (8 CPUs) [it varies from 7 to 40, normally it should be less than 1) Server Specs: Dedicated Server Intel Core i7 (8 Cpus) RAM: 8GB We use WHM and we have about ...
-4
votes
1answer
659 views

Running 64bit guest on top of 32 host (Windows/Linux)

Is it possible to run 64-bit guest OS (linux/BSD), using VirtualBox on 64-bit capable CPU, but when host OS is 32bit? (Host may be linux or windows.) Will 64bit guest run at full speed or it will be ...
6
votes
1answer
478 views

Debian, 6rd tunnel, and connection troubles

Long story short I am having issues with IPv6 using a 6rd tunnel with my ISP, charter business. They offer a 6rd tunnel that I think I have properly set up, but the server doesn’t reply to every ipv6 ...
0
votes
0answers
112 views

Memcached on Virtualmin(CentOS) 64bit

Anyone have clear instructions on how to install Memcached on CentOS 5.6 running Virtualmin 64 bit and PHP 5.2? Also, besides memcached, are any other dependencies required to run memcached for ...
3
votes
1answer
701 views

Custom VCL prevents varnish from starting

Operating System: CentOS 6 (x86_64) I have installed and configured varnish however it now is unable to start. # service varnish restart Stopping Varnish Cache: ...
1
vote
1answer
2k views

Oracle: FRM-41211 Error Message when starting a Report from Oracle Forms (64 Bit Windows Server)

After installing Oracle Forms and Reports 6.0 (Patch 18) on a Windows 2008 64 Bit server we get the following error when we try to start a report from Forms. "FRM-41211 integration error: ssl failure ...
7
votes
2answers
759 views

Linux can't find file that exists

I'm trying to get Google's Dart language up and running, but it errors when running dart2js. I'm running Arch linux and I installed dart-sdk from AUR. Some relevant terminal output lies below. % ...
2
votes
1answer
281 views

Why doesn't my server doesn't recognise more than 4GB RAM even with Physical Address Extensions?

Why doesn't my server doesn't recognise more than 4GB RAM even with Physical Address Extensions under Windows Server 2003 SP2? I thought PAE should enable the server to use more RAM than 4GB but ...
0
votes
0answers
105 views

which `install.sh` does `make install` use?

I am trying to learn what make install does in the context of building a custom kernel. (reference: ...
0
votes
1answer
392 views

Install HP Laserjet 3015dn x86 drivers on X64 Win2008R2

I have a X64 Windows Server 2008 R2 which I installed my printer on. All X64 clients can without any problem install the printer on their machine, but not the X86 (WinXP) can. I have tried to add X86 ...
3
votes
2answers
699 views

Configuring PHP on Solaris 10 64-bit

We are currently running PHP 5.2.13 on a Solaris 10 server. I need to enable some additional features so I went to run the configure script but I'm getting some errors. I did an 'export ...
1
vote
5answers
6k views

How to install VMWare ESXi CLI on CentOS 6.0?

I'm trying to install VMware-vSphere-CLI-5.0.0-422456.x86_64 onto CentOS 6.0 64bit, but the installer complains: CPAN not able to install following Perl modules on the system. These must be ...
-6
votes
1answer
194 views

Migrate profiles from x86 to x64 Vista? [closed]

I want to move my Vista install from x86 to x64, but retain the user profiles with all the files and so. Microsoft does not seem to provide an upgrade option In the XP days, recreate the user ...
0
votes
0answers
172 views

SBS 2008 Dead Screen and Remote Desktop

We have an SBS 2008 server which has recently started behaving badly. At first we thought it was a memory issue, but we've since stopped all SharePoint services and we're left with Exchange and SQL on ...
0
votes
0answers
177 views

Enabling SourceSafe 2005 internet mode killed IIS on x64 SBS

I just setup a new SBS2011 x64. All OK. Installed all windows updates. OK. Installed Visual SourceSafe 2005. OK Installed Visual SoruceSafe 2005 Update. OK When I run SourceSafe Administrator, ...
0
votes
1answer
219 views

SQL Server 2005 SP3 Failover Cluster Node Replacement Service Pack

2-node SQL Server 2005 SP3 (9.0.4226) Failover Cluster running on Windows Server 2003 R2 x64 SP2. My passive node suffered a RAID failure on the OS partition. I evicted the failed node, rebuilt it, ...
0
votes
1answer
443 views

Netapp Fail Disks to upgrade to 64-bit agg0 with no free disks?

I have a client that I am configuring a NetApp system for, but they played around with the system before I got there and have already assigned all of the disks to the aggr0 which is a 32-bit ...
-1
votes
1answer
207 views

Windows Small Business Server 2011 64 Bit - where to find tail [closed]

I am looking for a tail alternative which can be installed on a Windows Small Business Server 2011 64 Bit (from this old thread)? I tried mTail, LogViewer and both failed. Do you have any suggestion ...
2
votes
1answer
271 views

32-Bit vs. 64-Bit CentOS Server configuration with 8 GB RAM

Looking at Xeon E3-1230 system with 8 GB DDR3 RAM. I've read (somewhere) that Cent OS 64 Bit has problems and/or that the 32 bit version is "better". Also, I know that with windows you need 64-bit ...
2
votes
2answers
352 views

Unable to start SNMP in RHEL5 64-bit

merry christmas! I have installed net-snmp, net-snmp-utils and net-snmp-devel in my 64-bit Centos5 using yum. The following are the packages I've installed: net-snmp-devel-5.3.2.2-14.el5_7.1 ...
3
votes
1answer
3k views

Process Monitor fails to start on a 64 bit computer

When I try to start Process Monitor from SysInternals on some 64 bit windows 7 machines,the process fails to start. There is no error message. I double click and nothing happens. Other 64 bit windows ...
1
vote
1answer
748 views

The package failed to load due to error 0xC0011008 Error Loading from XML

Environment: Windows Server 2008 SP2 Enterprise Edition 64-bit SQL Server 2008 SP3 Standard Edition 64-bit Previously had SQL Server 2005 Developer Edition 32-bit Integration Services. That has now ...
0
votes
2answers
107 views

Moving from 32-bit to 64-bit

For the first time, I am using a 64-bit OS (Windows 2008 Server R2). I want it to act as an application server and a database server. I want to know whether all the 32-bit applications, specially ...
1
vote
0answers
415 views

64 bit HVM guest freezes while booting on Debian Lenny 64 bit Xen hypervisor

I'm trying to create an x86 64 bit guest machine on an old Debian Lenny x86 64 bit hypervisor using HVM. The physical CPU is a first generation Intel i7 with VT-x support. Xen recognizes the VT-x ...
0
votes
1answer
1k views

How to add assemblies in a 64-bit machine?

My old cmd-script: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm blabla.dll C:\Windows\Microsoft.NET\Framework\v2.0.50727\GacUtil -i blabla.dll (Which works fine in my old machine.) But ...
0
votes
1answer
558 views

Is there a Windows 7 64-bit printer driver out there for the Tally T2024/24 dot matrix printer? [closed]

Is there a Windows 7 64-bit printer driver out there for the Tally T2024/24 dot matrix printer? I've looked all over the place for the right driver, but it's got me stumped! Thanks in advance! :)
1
vote
0answers
306 views

Can I replace CheckPoint's SSL Network Extender (client) with some vanilla linux software?

I used to run CheckPoint's SSL Network Extender to connect to a customer's network, but it looks like 64bit support for Linux is nowhere in sight. Could I use something else to connect, e.g. OpenVPN?

1 2 3 4 5 7