Stuck on ./fullinstall -- not DIRECTLY registered w RedHat

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
c6391925
Posts: 28
Joined: Thu May 23, 2013 4:54 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by c6391925 »

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

Post by slansing »

Modified the command, sorry about that!
c6391925
Posts: 28
Joined: Thu May 23, 2013 4:54 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by c6391925 »

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

Post by slansing »

No the package that it failed on is named in the output you showed us.

Code: Select all

Requires: perl(Net::SMTP::TLS)
c6391925
Posts: 28
Joined: Thu May 23, 2013 4:54 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by c6391925 »

Do you mean yum install perl-Net-SNMP-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

Post by slansing »

No the package that it failed on is named in the output you showed us.

SMTP "Simple Mail Transfer Protocol"

Code: Select all

    Requires: perl(Net::SMTP::TLS)
c6391925
Posts: 28
Joined: Thu May 23, 2013 4:54 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by c6391925 »

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
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by sreinhardt »

OK, lets check what repos you have enabled.

Code: Select all

yum repolist all
Nagios-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.
c6391925
Posts: 28
Joined: Thu May 23, 2013 4:54 pm

Re: Stuck on ./fullinstall -- not DIRECTLY registered w RedH

Post by c6391925 »

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

Post by sreinhardt »

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!

Code: Select all

yum-config-manager --enable rpmforge
Then try to install perl-net-smtp-tls again
Nagios-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.
Locked