Jake Solid wrote: > I'm getting the following error when trying to create a gust on my CentOS > 5 > x86_64. I was able to find all files listed below and dont no for sure > where > is the problem. I'm using util-vserver-0.30.213-0.1 > > [EMAIL PROTECTED] ~]# vserver myguest build --force -m yum --context 42 > --hostname=host.myguest.com --interface eth0=eth0:1.2.3.4/255.255.240.0 -- > -d centos5
It looks to me like yum isn't finding any mirrors, and is thus unable to find any RPMs. Have you modified the repo files yourself, or is this OOTB? You might want to do something like: mkdir -p /etc/vservers/.distributions/centos5 cp -a /usr/lib*/util-vserver/distributions/centos5/yum /etc/vservers/.distributions/centos5 sed -i 's/debuglevel=.*/#\0/' /etc/vservers/.distributions/centos5/yum/yum.conf to get yum to show you what's happening. -- Daniel Hokka Zakrisson _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
