Page 1 of 1

RHEL 6.1 install fails

Posted: Thu Dec 01, 2011 7:55 pm
by vdiware
The fusion latest installer fails on RHEL6.1 32bit. The problem looks to be from the 0-yum file. The command
> wget -c -q -O rpmforge-release.html http://rpmrepo.org/RPMforge/Using
downloads an empty file.


Here is the output from the installer. I killed the process after the failure.



[root@smc-fusion44 nagiosfusion]# ./fullinstall
BEGIN FUSION INSTALL
Thu Dec 1 13:47:06 EST 2011
####################
Running 0-yum
####################
32-bit system detected, continuing normally
Loaded plugins: product-id, rhnplugin, subscription-manager
Updating Red Hat repositories.
Setting up Update Process
No Packages marked for Update
Enabling RPMForge repo...
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try âwget --helpâ for more options.
error: File not found by glob: rpmforge-release*.rpm
rm: cannot remove `rpmforge-release*.rpm': No such file or directory
Enabling EPEL repo...
--2011-12-01 13:47:13-- http://download.fedora.redhat.com/pub/e ... noarch.rpm
Resolving download.fedora.redhat.com... 209.132.181.23, 209.132.181.24, 209.132.181.25, ...
Connecting to download.fedora.redhat.com|209.132.181.23|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12232 (12K) [application/x-rpm]
Saving to: âepel-release-5-4.noarch.rpmâ

100%[================================================================================================================>] 12,232 32.3K/s in 0.4s

2011-12-01 13:47:14 (32.3 KB/s) - âepel-release-5-4.noarch.rpmâ

warning: epel-release-5-4.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 217521f6: NOKEY
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
####################
Running 1-prereqs
####################
Retrieving http://download.fedora.redhat.com/pub/e ... noarch.rpm
warning: /var/tmp/rpm-tmp.RAPOjk: Header V3 DSA/SHA1 Signature, key ID 217521f6: NOKEY
Preparing... ########################################### [100%]
package epel-release-5-4.noarch is already installed

Re: RHEL 6.1 install fails

Posted: Fri Dec 02, 2011 10:48 am
by mguthrie
Is this copy of RHEL registered with the RHN?

Also, we just identified a package change this week for Fusion installs for RHEL 6.1. The php-tidy package in the 1-prereqs script needs to be php53-tidy for RHEL 6.1, otherwise there will be a dependency issue and the prereqs will fail.

Re: RHEL 6.1 install fails

Posted: Sun Dec 04, 2011 10:01 pm
by vdiware
Yes, the server is registered with RHN and I did make the change to install script for the php-tidy package. but it fails before it gets there. As I said it can't download some file form http://rpmrepo.org/RPMforge/Using. I tried this URL from many locations and it just hangs.

Re: RHEL 6.1 install fails

Posted: Mon Dec 05, 2011 11:48 am
by agriffin
I've updated this part of the installer to fix this issue and it should be included in the next release of Fusion. In the mean time I've attached the updated script to this post. You should replace the current 0-yum file with this one and run the installer again.