Nishantsoni

Registered
Dec 15, 2011
1
0
51
cPanel Access Level
Root Administrator
Hi Everybody,
This is the first time I am trying to install cpanel/whm on a brand new VPS as our main IT people aren't in at the moment. After running the installation for a whilte, I get following error:


2011-12-15 09:58:07 256 (ERROR): - ssystem [EXIT_CODE] '/usr/bin/yum' exited with 1 (ignored)
2011-12-15 09:58:07 256 (DEBUG): - ssystem [END]
2011-12-15 09:58:07 260 (FATAL): yum failed 6 times. Cannot continue!
Removing /root/installer.lock



I have read somewhere to update nameservers in /etc/resolve.conf, however, I am not entirely sure how am I going to do that. Any help will be appreciated.
 

NixTree

Well-Known Member
Aug 19, 2010
413
5
143
Gods Own Country
cPanel Access Level
Root Administrator
Twitter
Hello,

Run the following commands as root..
#echo "nameserver 8.8.8.8" >> /etc/resolve.conf
#echo "nameserver 8.8.4.4" >> /etc/resolve.conf
#yum clean all
#yum update

Now run the cPanel installer again!

Thank you,
Nibin.