package centos-release is not installed
Re: package centos-release is not installed
We're going to talk to our network admin. I agree it looks like its our proxy server. Thanks for your help.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: package centos-release is not installed
Let us know how this comes out.
Re: package centos-release is not installed
Hi,
I reinstalled the OS and registered. I ran 'yum update' and then installed two packages (epel-release-6-5.noarch.rpm rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm).
I did not set any proxies.
I then disabled this mirror site in: /etc/yum.repos.d/rpmforge.repo (by setting enabled to 0)
baseurl = http://apt.sw.be/redhat/el6/en/$basearch/rpmforge
mirrorlist = http://apt.sw.be/redhat/el6/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 0
Then ran fullinstall andgot another error:
Running './0-yum'...
Configuring Yum...
package centos-release is not installed
rpmforge-release RPM installed OK
epel-release RPM installed OK
Yum configured OK
RESULT=0
Running './1-prereqs'...
Installing prerequisites...
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
Setting up Local Package Process
Examining /tmp/nagiosxi/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm: php-pear-HTML-Template-IT-1.3.0-2.el5.noarch
Marking /tmp/nagiosxi/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm to be installed
Examining /tmp/nagiosxi/nagiosxi-deps-2011r2.3-1.noarch.rpm: nagiosxi-deps-2011r2.3-1.noarch
Marking /tmp/nagiosxi/nagiosxi-deps-2011r2.3-1.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
it listed many packages and then failed:
--> Processing Dependency: perl(Net::SMTP::TLS) for package: nagiosxi-deps-2011r2.3-1.noarch
--> Finished Dependency Resolution
Error: Package: nagiosxi-deps-2011r2.3-1.noarch (/nagiosxi-deps-2011r2.3-1.noarch)
Requires: perl(Net::SMTP::TLS)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
RESULT=1
I reinstalled the OS and registered. I ran 'yum update' and then installed two packages (epel-release-6-5.noarch.rpm rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm).
I did not set any proxies.
I then disabled this mirror site in: /etc/yum.repos.d/rpmforge.repo (by setting enabled to 0)
baseurl = http://apt.sw.be/redhat/el6/en/$basearch/rpmforge
mirrorlist = http://apt.sw.be/redhat/el6/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 0
Then ran fullinstall andgot another error:
Running './0-yum'...
Configuring Yum...
package centos-release is not installed
rpmforge-release RPM installed OK
epel-release RPM installed OK
Yum configured OK
RESULT=0
Running './1-prereqs'...
Installing prerequisites...
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
Setting up Local Package Process
Examining /tmp/nagiosxi/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm: php-pear-HTML-Template-IT-1.3.0-2.el5.noarch
Marking /tmp/nagiosxi/php-pear-HTML-Template-IT-1.3.0-2.el5.noarch.rpm to be installed
Examining /tmp/nagiosxi/nagiosxi-deps-2011r2.3-1.noarch.rpm: nagiosxi-deps-2011r2.3-1.noarch
Marking /tmp/nagiosxi/nagiosxi-deps-2011r2.3-1.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
it listed many packages and then failed:
--> Processing Dependency: perl(Net::SMTP::TLS) for package: nagiosxi-deps-2011r2.3-1.noarch
--> Finished Dependency Resolution
Error: Package: nagiosxi-deps-2011r2.3-1.noarch (/nagiosxi-deps-2011r2.3-1.noarch)
Requires: perl(Net::SMTP::TLS)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
RESULT=1
Re: package centos-release is not installed
I went ahead and installed the following package: yum install perl-Net-SMTP-TLS*
That installed and I started the fullinstall again. It's running, but has stopped at 'Downloading Packages'.........I'm hoping its taking awhile to just download.
That installed and I started the fullinstall again. It's running, but has stopped at 'Downloading Packages'.........I'm hoping its taking awhile to just download.
Re: package centos-release is not installed
installation completed successfully. Thank you all for your help.