LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » HyperVM Community Support » Knowledge Base » Re: Installation using up2date hangs
Re: Installation using up2date hangs [message #3075] Wed, 17 January 2007 22:27
Lxhelp
Messages: 23691
Registered: July 2006
The Champion

If your up2date is hanging, then the issue is primarily with the DNS. Check your /etc/resolv.conf and see if the DNSes listed there are valid. Up2date hangs are primarily caused by DNS problem, since up2date's resolver logic seems to be brain damaged. You can easily solve the problem by temporarily installing bind on the server, and adding 127.0.0.1 to your /etc/resolv.conf, and then deleting it once the installation has been successfully completed.

 

 yum -y install bind bind-chroot
 service named restart
 


Add this to /etc/resolv.conf
 
 nameserver 127.0.0.1
 


Run the installer again.


After the installation is complete, remove both bind and the entry from /etc/resolv.conf

 

 rpm -e bind bind-chroot
 




Thanks.




Next Topic:Fine grained client control.
Goto Forum:
  


Current Time: Sun May 19 09:36:08 EDT 2013

Total time taken to generate the page: 0.03244 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software