Archive

Archive for August, 2008

Yum Cheats

August 19th, 2008 No comments

install with broken packages

# yum -y install yum-skip-broken

Configure Resource on LVS cluster

August 14th, 2008 No comments

To add an ip resource who’s a member of group “ip_group” create an xml file :












import the resource using :

cibadmin -V -M -o resources -x file.xml

( note you are using -M to modify the existing group … )
delete the resource :

cibadmin -V -D -o resources -X’

MacFusion – Mount SSH/FTP folders on your Mac

August 7th, 2008 No comments

My journey as a mac newbie continues, this open source tools allows me to share my FreeBSD virtual machine folder with my mac without configuring nfs or anything fancy.
best of all , its opensource …

http://www.macfusionapp.org/

Macfusion on my finder

Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto

August 3rd, 2008 No comments

tried installing gnome on CentOS using group installed and got the above error. there's a bug report and solutions for it here : http://bugs.centos.org/view.php?id=2483