These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for CentOS 5.5 Clean Install GPL Fails on the new forum.
I get:
INFO - Disabling SELinux during installation... /usr/sbin/setenforce: SELinux is disabled INFO - setenforce 0 failed: 1 INFO - Download of http://:@software.virtualmin.com/rhel/5/x86_64/virtualmin-release-latest... Succeeded. error: open of <!DOCTYPE failed: No such file or directory error: open of HTML failed: No such file or directory error: open of PUBLIC failed: No such file or directory
Hrm, it looks like something is awry with the parameters it's passing to the software repository. That's odd :-)
It appears to not realize it's trying to install the GPL version of Virtualmin... what do you get when running these commands:
grep 'SERIAL=' install.sh'
grep 'VER=' install.sh
I get this:
grep 'SERIAL=' install.sh'
>
grep 'VER=' install.sh
VER=1.0.4
I have got a very minimal CentOS 5.5. Could I be missing some key ingredient?
Webmin will install OK...
Hmm, it sounds like something may have been corrupted in your install.sh file... the SERIAL= line should have the label "GPL" after it.
My suggestion would be to go back to the "Download" link above, and to grab a new copy of the install.sh script, and to try running that.
-Eric
First - thank you very much for your help with this. I now have it installed.
At first I was doing this:
With that I had the problem.
But when I did this it was OK!