Monday, December 27, 2010

reset kloxo password from ssh

found this article: http://client.zanyhost.com/knowledgebase.php?action=displayarticle&id=19

cd /usr/local/lxlabs/kloxo/httpdocs
/usr/bin/lphp.exe ../bin/common/resetpassword.php master ##newpassword##

done!

install evms on centos using yum

i'm refering this page

2) "sudo yum update". It'll take a while to add the new repository. It'll probably download some packages, too (30 megs in my case, but only 8 packages from rpmforge).
3) "yum search evms".
4) "sudo yum install evms.i386".

now installing :)

*install rpmforge: rpm -Uvh rpmforge*

Sunday, December 19, 2010

Friday, December 17, 2010

install usb device on xen client

currently in mission install usb device into xen windows installation


command lsusb not found.

install lsusb using : yum install usbutils

finally:
[root@localhost ~]# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 004 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000

next? continued..

Tuesday, December 14, 2010

error start xen server on centos hypervm

http://markus.revti.com/2008/08/error-kernel-image-does-not-exist-boothypervm-xen-vmlinuz/

If you have a CentOS Xen Dom0 and experiencing this problem "error: kernel image does not exist:/boot/hypervm-xen-vmlinuz" after upgrading Xen kernel on HyperVM based VPS, here is how to fix it:

cd /usr/local/lxlabs/hypervm/httpdocs/ lphp.exe ../bin/misc/fixcentos5xen.php
this problem is caused by the initrd didn't function correctly on CentOS Xen.

Sunday, December 12, 2010

yum install x windows

if you have minimal install on your centos server, we can add x windows by using this from ssh

yum groupinstall 'X Window System' 'GNOME Desktop Environment' 'Sound and Video'
i'm using reference from this website: http://lists.centos.org/pipermail/centos/2006-April/020567.html

Transaction Summary
=============================================================================
Install 196 Package(s) Update 2 Package(s)
Remove 0 Package(s)
Total download size: 253 M
Is this ok [y/N]: y
Downloading Packages: warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 6b8d79e6
Related Posts Plugin for WordPress, Blogger...