Archive for the ‘Uncategorized’ Category.
28th April 2010, 09:38 pm
After using Internet Download Manager for close to 48 hours, I face this problem after a restart
Problem:
C:\Users\Tan>ping 4.2.2.2
Pinging 4.2.2.2 with 32 bytes of data:
PING: transmit failed, error code 1232.
PING: transmit failed, error code 1232.
PING: transmit failed, error code 1232.
PING: transmit failed, error code 1232.
Solution:
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Tan>netsh winsock reset
After which, just do a restart and your network will be back to normal.
Hope this helps someone out there…
28th April 2010, 02:16 am
25th April 2010, 06:55 pm
Problem:
Traceback (most recent call last):
File “setup.py”, line 1, in
from setuptools import setup, find_packages
ImportError: No module named setuptools
Solutions:
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz
tar zxvf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
python setup.py build
python setup.py install
Hope this helps someone out there
21st February 2010, 03:52 am
I am using vzdump tool which make use of LVM to do snapshot of the VPS which ensure that there is data consistency during the backup as the VPS is online while the backup is performed.
A small issues just happen today which took me a while to figure how to resolve the issues.
While the vzdump is performing a backup of one of my VPS, i hit with this error
Feb 21 01:33:32 INFO: tar: ./boot: Warning: Cannot savedir: Input/output error
The first impression is that the disk might have issues, but after 5 mins of verifying of the physical disk’s health, I have notice that it is due to the LVM snapshot created during the backup.
The default size that vzdump create for the logical volume is only 500MB, you need to increase to a higher diskspace provided your Volume Group has enough free space.
nano -w /usr/bin/vzdump
Edit 500m to a higher diskspace as needed.
run_command (\*LOG, “$lvcreate –size 500m –snapshot –name vzsnap /dev/$lvmvg/$lvmlv”);
Hope this helps …
3rd May 2008, 04:09 pm
Now you can get yourself verified for Free and save yourself $2
. Go ahead and verify yourself.
WhoLivesNearYou is a portal where you can find your friends and family around your area, but it is limited to specific function if you are not verified. This is to protect others and yourself. You just need a Singapore mobile to verify. Find out more about WLNY
28th March 2008, 06:57 pm
I was upgrading GD on one of my DirectAdmin box and I got into this error. Seems like one of the compilation program version is outdated therefore I have to update them manually.
wget ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
tar zfx m4-1.4.9.tar.gz
cd m4-1.4.9
./configure –prefix=/usr
make
make install
At the same time, I will upgrade autoconf as well
cd /usr/src
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz
tar xzf autoconf-2.61.tar.gz
cd autoconf-2.61
./configure –prefix=/usr
make
make install
Hope this help someone out there and as a reference for me in future
9th March 2008, 01:48 pm
How to disable ipv6 on CentOS 5 (which most of the box are enabled by default)?
1) Edit /etc/sysconfig/network and set “NETWORKING_IPV6″ to “no”
2) Add the following to /etc/modprobe.conf :
alias ipv6 off
alias net-pf-10 off
3) Uncomment the following item from /etc/sysconfig/network-scripts/ifcfg-eth0 (do it for eth1 if you have more than 1 NIC)
#IPV6ADDR=
#IPV6PREFIX=
4) Turn off the iptables for IPv6 chkconfig ip6tables off
5) Lastly, reboot the system
13th December 2007, 04:37 am
So far, this is the best banking experience I have throughout all bank in Singapore.
I have lost my Citibank Clear Card on Wednesday afternoon at around 2pm so I give a call to the bank immediately. They told me that they hae blocked my card and re-issue me a new card. At that point of time, I did not ask much and just thank the officer for blocking my card.
Continue reading ‘Excellent Service from Citibank’ »