CentOS 5.5 Clean Install GPL Fails

5 posts / 0 new
Last post
#1 Sat, 11/13/2010 - 07:18
PaliGap

CentOS 5.5 Clean Install GPL Fails

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

Sat, 11/13/2010 - 09:02
andreychek

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

Sat, 11/13/2010 - 11:10 (Reply to #2)
PaliGap

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...

Sat, 11/13/2010 - 11:18
andreychek

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

Sat, 11/13/2010 - 14:34 (Reply to #4)
PaliGap

First - thank you very much for your help with this. I now have it installed.

At first I was doing this:

* cd /tmp
* wget -O install.sh http://software.virtualmin.com/cgi-bin/install.cgi
* /bin/sh install.sh

With that I had the problem.

But when I did this it was OK!

* cd /tmp
* wget http://software.virtualmin.com/gpl/scripts/install.sh
* /bin/sh install.sh
Topic locked