Page 2 of 3

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

Posted: Wed May 29, 2013 1:55 pm
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

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

Posted: Wed May 29, 2013 1:58 pm
by slansing
Modified the command, sorry about that!

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

Posted: Wed May 29, 2013 2:02 pm
by c6391925
Do you mean SNMP rather than SNMP ????

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

Posted: Wed May 29, 2013 2:02 pm
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)

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

Posted: Wed May 29, 2013 2:03 pm
by c6391925
Do you mean yum install perl-Net-SNMP-TLS ????
rather than: yum install perl-Net-SNTP-TLS ????

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

Posted: Wed May 29, 2013 2:04 pm
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)

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

Posted: Wed May 29, 2013 2:04 pm
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

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

Posted: Wed May 29, 2013 2:05 pm
by sreinhardt
OK, lets check what repos you have enabled.

Code: Select all

yum repolist all

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

Posted: Wed May 29, 2013 2:08 pm
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

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

Posted: Wed May 29, 2013 2:12 pm
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