Page 1 of 1

Installation Error, getting 404

Posted: Mon Apr 23, 2012 2:28 pm
by ader
Hi all,

I have a clean basic install of RHEL 6 32bit (registered) and i'm getting a 404 during the fullinstall.

Here is my install.log output:

DISTRO INFO:
RedHatEnterpriseServer
6.2
i686

THIS IS A NEW INSTALL!

INSTALLING:
full=2011R2.3
major=2011
minor=R2.3
releasedate=2012-04-16
release=213

Configuring Yum...
package centos-release is not installed
rpmforge-release RPM installed OK
Enabling EPEL repo...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
169 169 169 169 0 0 189 0 --:--:-- --:--:-- --:--:-- 1920
error: open of <html> failed: No such file or directory
error: open of <head><title>404 failed: No such file or directory
error: open of Not failed: No such file or directory
error: open of Found</title></head> failed: No such file or directory
error: open of <body failed: No such file or directory
error: open of bgcolor=white> failed: No such file or directory
error: open of <center><h1>404 failed: No such file or directory
error: open of Not failed: No such file or directory
error: open of Found</h1></center> failed: No such file or directory
error: open of <hr><center>nginx/1.0.14</center> failed: No such file or directory
error: open of </body> failed: No such file or directory
error: open of </html> failed: No such file or directory

any help would be appreciated, thanks.

Re: Installation Error, getting 404

Posted: Mon Apr 23, 2012 3:12 pm
by agriffin
Try running the following command from your installation directory. It will probably still fail, but it will help me understand what's going on.

Code: Select all

sh -x 0-yum
Then post the output from that command.

Re: Installation Error, getting 404

Posted: Mon Apr 23, 2012 5:04 pm
by ader
Heres the output:

sh -x 0-yum
+ . ./xi-sys.cfg
++ apachegroup=apache
++ apacheuser=apache
++ chownbin=/bin/chown
++ groupaddbin=/usr/sbin/groupadd
++ groupdelbin=/usr/sbin/groupdel
++ htpasswdbin=/usr/bin/htpasswd
++ httpdconfdir=/etc/httpd/conf.d
++ httpd=httpd
++ mkdirbin=/bin/mkdir
++ mrtgcfg=/etc/mrtg/mrtg.cfg
++ mysqld=mysqld
++ mysqlpass=nagiosxi
++ pgsqlrootpass=postgres
++ pgsqlpass=nagiosxi
++ nagioscmdgroup=nagcmd
++ nagiosgroup=nagios
++ nagiosuser=nagios
++ nagioswebpwd=nagiosadmin
++ nagioswebuser=nagiosadmin
++ phpconfd=/etc/php.d
++ php_extension_dir=/usr/lib/php/modules
++ phpini=/etc/php.ini
++ proddir=/usr/local/nagiosxi
++ useraddbin=/usr/sbin/useradd
++ usermodbin=/usr/sbin/usermod
++ userdelbin=/usr/sbin/userdel
++ xiver=2011r2.3
++ distro=RedHatEnterpriseServer
++ version=6.2
++ ver=6
++ architecture=i686
++ dist=el6
++ arch=i686
+ '[' -f installed.yum ']'
+ echo 'Configuring Yum...'
Configuring Yum...
+ case "$dist" in
+ :
+ '[' -x /usr/sbin/rhn_check ']'
+ /usr/sbin/rhn_check
+ '[' el6 = el6 ']'
+ rpm -q centos-release
package centos-release is not installed
+ rhn-channel -l
+ grep -q 'rhel-.*-server-optional-6'
+ '[' '' '!=' noupdate ']'
+ echo 'Updating system...'
Updating system...
+ yum -y update
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
No Packages marked for Update
+ '[' 'el6 i686' = 'el5 x86_64' ']'
+ rpm -q rpmforge-release
+ rpm -q rpmforge-release
+ echo 'rpmforge-release RPM installed OK'
rpmforge-release RPM installed OK
+ rpm -q epel-release
+ echo 'Enabling EPEL repo...'
Enabling EPEL repo...
++ curl -s http://fedoraproject.org/wiki/EPEL
++ grep -o 'http://\(download\|dl\).fedoraproject.org/pub/epel/6/i386/epel-release-[0-9.-]\+.noarch.rpm'
+ URL=http://download.fedoraproject.org/pub/e ... noarch.rpm
++ basename http://download.fedoraproject.org/pub/e ... noarch.rpm
+ PKG=epel-release-6-5.noarch.rpm
+ curl -L -O http://download.fedoraproject.org/pub/e ... noarch.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14064 100 14064 0 0 21272 0 --:--:-- --:--:-- --:--:-- 2661k
+ rpm -Uvh epel-release-6-5.noarch.rpm
warning: epel-release-6-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
+ rm epel-release-6-5.noarch.rpm
+ unset URL PKG
+ yum check-update
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
epel/metalink | 12 kB 00:00
epel | 4.0 kB 00:00
epel/primary_db | 3.6 MB 00:00
+ rpm -q epel-release
+ echo 'epel-release RPM installed OK'
epel-release RPM installed OK
+ '[' el6 = el6 ']'
+ rpm -q centos-release
+ echo 'Yum configured OK'
Yum configured OK
+ touch installed.yum

Re: Installation Error, getting 404

Posted: Tue Apr 24, 2012 9:23 am
by scottwilkerson
Looks like some of the repo are getting shuffled around, we will have a new version out shortly that will resolve this.

Re: Installation Error, getting 404

Posted: Fri Apr 27, 2012 7:37 pm
by ader
Just downloaded it. Gonna give it a try over the weekend.

Thanks