Archive for September, 2008

Install dependency for VMWare Server

Wednesday, September 24th, 2008

Install VMWare’s Dependency
Install VMWare’s Dependency

yum install libXrender -y
yum install libXtst -y

vyatta - netlink-listen recvmsg overrun: No buffer space available

Saturday, September 20th, 2008

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 )

SmarterMail Bad Data. While logging on

Monday, September 15th, 2008

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