Submitted by kappler0 on Mon, 01/05/2015 - 17:41 Pro Licensee
Hi, So ftp was not working so i thought the repo may be wrong.. (I am not sure which is supposed to be set either..) I am not sure what happened but now it wont install? any thoughts here? Thanks!
Installing package(s) with command yum -y install proftpd ..
Loaded plugins: fastestmirror, presto Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.cisp.com * extras: mirror.nexcess.net * updates: mirror.vtti.vt.edu No package proftpd available. Error: Nothing to do
.. install failed!
Status:
Active
Comments
Submitted by andreychek on Mon, 01/05/2015 - 17:46 Comment #1
Howdy -- what you're describing can be caused by having a proftpd package from an alternate repository.
What is the output of this command:
rpm -qa | grep proftp
Also, what is the output of this command as well, this will show which FTP program is currently running:
netstat -anlp | grep :21
Submitted by kappler0 on Mon, 01/05/2015 - 17:51 Pro Licensee Comment #2
Thats what i thought too.. FYI: ( I already removed proftpd thinking it was the incorrect version)
[root@mail01 ~]# ls /etc/yum.repos.d CentOS-Base.repo CentOS-Media.repo vmware-osps.repo CentOS-Debuginfo.repo CentOS-Vault.repo CentOS-fasttrack.repo virtualmin.repo.rpmsave [root@mail01 ~]#
[root@mail01 ~]# rpm -qa | grep proftp [root@mail01 ~]#
[root@mail01 ~]# netstat -anlp | grep :21 [root@mail01 ~]#
Submitted by andreychek on Mon, 01/05/2015 - 18:00 Comment #3
Aha, it looks like the Virtualmin repository config was renamed.
Try renaming the file "virtualmin.repo.rpmsave" in /etc/yum.repos.d to "virtualmin.repo".
Once you do that, are you then able to install the proftpd package?
Submitted by kappler0 on Mon, 01/05/2015 - 18:17 Pro Licensee Comment #4
OK so it installed but still having the connection issues...
[root@mail01 ~]# rpm -qa | grep proftp proftpd-1.3.3g-2.el6.x86_64 [root@mail01 ~]#
FTP: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing
aggravating.. lol Thanks
EDIT: Just also ran the below: Same result... [root@mail01 ~]# rpm -qa | grep proftp proftpd-1.3.3g-2.el6.x86_64 [root@mail01 ~]# [root@mail01 ~]# rpm -qa | grep proftp -bash: [root@mail01: command not found [root@mail01 ~]# proftpd-1.3.3g-2.el6.x86_64 -bash: proftpd-1.3.3g-2.el6.x86_64: command not found [root@mail01 ~]# [root@mail01 ~]# -bash: [root@mail01: command not found [root@mail01 ~]# modprobe ip_conntrack_ftp [root@mail01 ~]# service proftpd restart Shutting down proftpd: [ OK ] Starting proftpd: [ OK ] [root@mail01 ~]#
Submitted by kappler0 on Mon, 01/05/2015 - 21:51 Pro Licensee Comment #5
FYI - CoreFTP works fine ... screw FileZilla.. Thanks..