LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trying To Install vsftpd On RHEL 6.2 (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-install-vsftpd-on-rhel-6-2-a-4175475082/)

ultraclassic 08-28-2013 06:58 PM

Trying To Install vsftpd On RHEL 6.2
 
I need to have this product on a new RHEL 6.2 installation. I have installed RHEL a couple of times thinking I just need to select the correct module but both times the product does not seem to be available for installation. When I type:

# yum install vsftpd

I get:

.
.
.
No package vsftpd available.
Error: Nothing to do

I've looked at the other posts but they have not helped. Any help would be appreciated. I was under the impression that the product would be installed automatically.

kbp 08-28-2013 08:24 PM

It should be in the base repo .. could you provide the output of 'yum repolist' ?

ultraclassic 08-28-2013 09:06 PM

Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
repolist: 0

John VV 08-28-2013 11:07 PM

is there a particular NEED for the old 6.2 ?
RHEL6.4 is the current version

and seeing as you just installed 6.2
you might be better off with using the 6.4 dvd
buy the required support contract
-- single desktop install
https://www.redhat.com/apps/store/desktop/
-- server install
https://www.redhat.com/apps/store/server/

then register the install
then update it
Code:

su -
yum update

then in about 1 hour, when it is done reboot

then install vsftpd

linuxlover.chaitanya 08-29-2013 03:23 AM

Also, I think to use the update manager on RHEL, you need a subscription. And if you do not have one, you would be better off converting RHEL into CentOS.
If you have the subscription and are connected to the internet, you may want to check the yum configuration in /etc/yum.repos.d and /etc/yum.conf.

kbp 08-29-2013 04:01 AM

If you don't have a subscription yet then you can add the install media back in as a repository by creating a repo file:

/etc/yum.repos.d/dvd.repo
Code:

[dvd]
mediaid=<obtain_from_.discinfo_file_in_the_root_of_the_DVD>
name=Install media
baseurl=file:///media/<media_name>/Server
enabled=1
gpgcheck=0


ultraclassic 08-29-2013 06:09 AM

Thanks for the replies. The server is going to be used for one specific application and RHEL 6.2 is the only version that is supported, so that's what I have to use. This is also an install in a virtual environment (VMware) and it was installed using an ISO image. I'm still stuck and looking for answers. There are several other installations of this application I mentioned that proceeded without the issues I'm having, so I know it works.

druuna 08-29-2013 06:21 AM

@ultraclassic: You still haven't answered if your box has a RHN connection.

This:
Quote:

Originally Posted by ultraclassic
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
repolist: 0

Does indicate that no repo is available and thus nothing can be installed.

Use kbp's solution for the time being and then get a subscription asap.

John VV 08-29-2013 08:54 AM

6.4 will run the 6.2 software
but if you must then red hat, for extra , can supply backports to lock you into rhel6.2

but TALK to redhat tech support , and BUY !!! the requited server license(s)

ultraclassic 08-29-2013 03:15 PM

I created the dvd.repo file and that allowed me to install vsftpd. Thanks everyone for the replies, especially kbp! Now I'll work on getting my subscription renewed.

John VV 08-29-2013 03:41 PM

you are aware that the RHEL 6.2 dvd is about 2 years out of date
it is missing about two years worth of security updates

you would not run a windows OS that is missing TWO years worth of security updates , so please DO NOT do that with other os's .


All times are GMT -5. The time now is 08:09 AM.