oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

OSCAR yum conf needs to deal with the missing distro repo URL #628

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by dikim on 29 Nov 2013 15:09 UTC The problem occurred when OSCAR can not find the distro repo URL that a target system uses for the system update. Especially RHEL distro repository is not publicly accessible and OSCAR can not find/grep the proper URL of it.

The OSCAR own yum conf with the missing distro repo URL causes the error and the bootstrap process fails.

ERROR: Impossible to execute "LC_ALL=C yum -c /tmp/fileftTexV provides php-mbstring";
       Some packages are not available: (-y, install, dhcp, gd, nfs-utils, xinetd, php, zlib-devel, php-gd, php-mysql, php-mbstring) at /usr/bin/yume line 330.
ERROR during execution 65280

I tried to fix this problem with a hack and the problem is hidden. http://svn.oscar.openclustergroup.org/trac/oscar/changeset/10192

We need to find a good solution to take care of this kind of cases.