ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

esg-node in 2.6.8b cannot detect my RHEL distro #424

Open sashakames opened 6 years ago

sashakames commented 6 years ago

After I run the bootstrap, my node fails the "Checking requisites... " step - works fine with 2.6.7 or earlier.

sashakames commented 6 years ago

Looks like this commit might be the problem: 2ff307685932f50ad0 - it seems to introduce something that breaks my test system running RHEL (all previous tests were unfortunately in CentOS)

sashakames commented 6 years ago

d175385e548a92 should fix - @pchengi FYI

sashakames commented 6 years ago

Testing now and that did not fix - I get a an "unsupported distribution" message later after yum runs first time around, looks like during when trying to setup the esgf.repo. Still investigating