It is currently Sun Dec 22, 2024 1:08 am

News News of Lik`s forum

Site map of Lik`s forum » Forum : Lik`s forum

cPanel/WHM/OpenVZ/Xen/Linux/IPMI Lik`s forum






Imo.im online

Imo is a web instant messenger that helps you IM, voice chat, and video conference using multiple instant messaging protocols.
Imo is free and requires no sign up.

Please use it with caution.

https://imo.im/
Read more : Imo.im online | Views : 2612 | Replies : 0 | Forum : Interesting links




SVN repositories with cPanel

SVN repository under cPanel user.

1. Make sure that dav module is installed on the server:
Code: Select all
# httpd -M | grep dav
 dav_module (static)
 dav_fs_module (static)
 dav_lock_module (static)
 dav_svn_module (shared)


In case the module didn't exist on the server use /scripts/easyapache to build it.

2. Install Subversion

Subversion 1.6 is not a part of CentOS 5.5 official repository, so install additional repository (RPMforge).

cd /usr/local/src/
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
rpm -K rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
rpm -i ...
Read more : SVN repositories with cPanel | Views : 3144 | Replies : 0 | Forum : Server Side Actions




Cloning/duplicating system using dump/restore (FreeBSD case)

For this example /dev/ad0 is the hard drive where the live system is running.

The target is an USB flash stick /dev/da0.

The following is the sequence of commands used:

Collect live file system sizes and save
Code: Select all
df -h > liveFSsizes

cat liveFSsizes

Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 496M 169M 287M 37% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s1d 1.5G 26M 1.4G 2% /var
/dev/ad0s1e 496M 10K 456M 0% /tmp
/dev/ad0s1f ...
Read more : Cloning/duplicating system using dump/restore (FreeBSD case) | Views : 6173 | Replies : 0 | Forum : FreeBSD specific


Xen domU kernel modules install/update

Xen kernel module on each virtual machine (domU) need to be updated to match kernel version on the underlying server (dom0).

Error will be shown in your virtual machine when it is not matched, such as in your iptables, e.g.:
Code: Select all
# iptables -L

iptables v1.3.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

To resolve the issue and install the missed kernel ...
Read more : Xen domU kernel modules install/update | Views : 5185 | Replies : 0 | Forum : Xen related




 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron