Install dependency for VMWare Server
Wednesday, September 24th, 2008Install VMWare’s Dependency
Install VMWare’s Dependency
yum install libXrender -y
yum install libXtst -y
Install VMWare’s Dependency
Install VMWare’s Dependency
yum install libXrender -y
yum install libXtst -y
edit /etc/rc.local
echo 2048576 > /proc/sys/net/core/rmem_max
=============
Then edit “/etc/init.d/vyatta-quagga” and change the following line:
declare -a zebra_args=( ${common_args[@]} -l -s 223232 -i $pid_dir/zebra.pid )
to
declare -a zebra_args=( ${common_args[@]} -l -s 2048576 -i $pid_dir/zebra.pid )
Assume that, Your Enable32bitAppOnWin64 = 1
And you are getting the following message
Bad Data.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Security.Cryptography.CryptographicException: Bad Data.
Fix:
Force the Mailservice.exe to run at 32BIT mode with the following command
corflags.exe <executable> /32BIT+
Sourced from: http://www.smartertools.com/portal/KB/a111/how-to-smartermail-on-a-64-bit-server-with-aspnet-20.aspx