Stuck on ./fullinstall -- not DIRECTLY registered w RedHat
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
[root@DXXXMMOM1 c6391925]# yum install perl-Net-SMTP-TLS.noarch
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package perl-Net-SMTP-TLS.noarch available.
Error: Nothing to do
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package perl-Net-SMTP-TLS.noarch available.
Error: Nothing to do
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
Modified the command, sorry about that!
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
Do you mean SNMP rather than SNMP ????
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
No the package that it failed on is named in the output you showed us.
Code: Select all
Requires: perl(Net::SMTP::TLS)Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
Do you mean yum install perl-Net-SNMP-TLS ????
rather than: yum install perl-Net-SNTP-TLS ????
rather than: yum install perl-Net-SNTP-TLS ????
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
No the package that it failed on is named in the output you showed us.
SMTP "Simple Mail Transfer Protocol"
SMTP "Simple Mail Transfer Protocol"
Code: Select all
Requires: perl(Net::SMTP::TLS)Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
yum install perl-Net-SMTP-TLS
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package perl-Net-SMTP-TLS available.
Error: Nothing to do
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package perl-Net-SMTP-TLS available.
Error: Nothing to do
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
OK, lets check what repos you have enabled.
Code: Select all
yum repolist allNagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
Code: Select all
yum repolist all
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
repo id repo name status
epel Extra Packages for Enterprise Linux 6 - x86_64 enabled: 8,893
epel-debuginfo Extra Packages for Enterprise Linux 6 - x86_64 - Debug disabled
epel-source Extra Packages for Enterprise Linux 6 - x86_64 - Source disabled
epel-testing Extra Packages for Enterprise Linux 6 - Testing - x86_64 disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Debug disabled
epel-testing-source Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Source disabled
rhel-source Red Hat Enterprise Linux 6Server - x86_64 - Source disabled
rhel-source-beta Red Hat Enterprise Linux 6Server Beta - x86_64 - Source disabled
rhel-x86_64-server-6 Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64) enabled: 10,546
rhel-x86_64-server-optional-6 RHEL Server Optional (v. 6 64-bit x86_64) enabled: 6,105
rpmforge RHEL 6Server - RPMforge.net - dag disabled
rpmforge-extras RHEL 6Server - RPMforge.net - extras disabled
rpmforge-testing RHEL 6Server - RPMforge.net - testing disabled
repolist: 25,544-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH
Looks like the rpmforge repo was installed but not enabled. This usually does happen to contain that package and a few others needed. Otherwise your repo list looks great!
Then try to install perl-net-smtp-tls again
Code: Select all
yum-config-manager --enable rpmforgeNagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.