http://sourceforge.net/projects/mcrypt/files/
MCrypt and Libmcrypt is two program. They are not same.
[ 發表回應 ] ( 12預覽 ) | 常註連結 | ( 3.1 / 1686 )
Enabling SSL service on Apache2
# svccfg
svc:> select apache2
svc:/network/http:apache2> listprop httpd/ssl
httpd/ssl boolean false
svc:/network/http:apache2> setprop httpd/ssl=true
svc:/network/http:apache2> exit
# svcadm disable apache2
# svcadm refresh apache2
# svcprop -p httpd/ssl svc:/network/http:apache2
true
# svcadm enable apache2
[ 發表回應 ] ( 34預覽 ) | 常註連結 | ( 3 / 1729 )
# SVC Disabled Service
svcadm disable svc:/network/iscsi/initiator:default
svcadm disable svc:/network/rpc/bind:default
svcadm disable svc:/network/rpc/gss:default
svcadm disable svc:/network/rpc/cde-calendar-manager:default
svcadm disable svc:/network/rpc/cde-ttdbserver:tcp
svcadm disable svc:/network/rpc-100235_1/rpc_ticotsord:default
svcadm disable svc:/network/security/ktkt_warn:default
svcadm disable svc:/system/webconsole:console
svcadm disable svc:/application/font/stfsloader:default
svcadm disable svc:/application/graphical-login/cde-login:default
# Disable Windows Mode
/usr/dt/bin/dtconfig -d
# Disable UCODE update
mv /platform/i86pc/ucode /platform/i86pc/ucode.disabled
[ 發表回應 ] ( 10預覽 ) | 常註連結 | ( 2.9 / 1629 )
原文:http://communities.vmware.com/thread/157874
We had the same issue. The only thing that solved it was to follow these steps:
1. Click Start > Control Panel
2. Open Administrative Tools
3. Open Local Security Settings
4. Click Software Restriction Policies
5. If no software restrictions are defined, right click the Software Restriction Policies node and select New Software Restriction Policy
6. Double click Enforcement
7. Select "All users except local administrators"
8. Click OK
9. Reboot the machine
[ 發表回應 ] ( 53預覽 ) | 常註連結 | ( 2.9 / 1593 )
wtmpx is solaris Login Record.
The following is safety clean up this file.
# cat /dev/null > /var/adm/wtmpx
[ 發表回應 ] ( 13預覽 ) | 常註連結 | ( 3 / 1627 )