Bug 1384867 - FTP doesnot start using "service vsftpd restart" command and fto to localhost fails on Fedora 16 [NEEDINFO]
Summary: FTP doesnot start using "service vsftpd restart" command and fto to localhost...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: vsftpd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Martin Sehnoutka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-14 10:18 UTC by Smrithi
Modified: 2017-01-23 11:04 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 dirmessage_enable=YES connect_from_port_20=YES listen=YES #listen_ipv6=YES listen_port=21 pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES
Last Closed: 2017-01-23 11:04:44 UTC
Type: Bug
msehnout: needinfo? (smrithi12)


Attachments (Terms of Use)

Description Smrithi 2016-10-14 10:18:33 UTC
Description of problem: 


Version-Release number of selected component (if applicable):

uname -a
Linux localhost.localdomain 3.6.11-4.fc16.x86_64 #1 SMP Tue Jan 8 20:57:42 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

How reproducible:


Steps to Reproduce:
service vsftpd restart
Restarting vsftpd (via systemctl):  Job failed. See system logs and 'systemctl status' for details.
                                                           [FAILED]


Actual results:
Does not start the FTP daemon, also ftp to localhost fails.

Expected results:
Should start the ftp daemon

Additional info:

Comment 1 Smrithi 2016-10-14 10:22:20 UTC
ftp localhost 
ftp: connect: Connection refused
ftp> bye

 service vsftpd restart
Restarting vsftpd (via systemctl):  Job failed. See system logs and 'systemctl status' for details.
                                                           [FAILED]
[root@localhost vsftpd]# service vsftpd condrestart
Restarting vsftpd (via systemctl):                         [  OK  ]
[root@localhost vsftpd]# service vsftpd status
vsftpd.service - SYSV: Vsftpd is a ftp daemon, which is the program that answers incoming ftp service requests.
	  Loaded: loaded (/etc/rc.d/init.d/vsftpd)
	  Active: failed since Fri, 14 Oct 2016 10:29:06 +0000; 12s ago
	 Process: 29997 ExecStart=/etc/rc.d/init.d/vsftpd start (code=exited, status=1/FAILURE)
	  CGroup: name=systemd:/system/vsftpd.service

Comment 2 Jan Synacek 2016-10-17 06:58:37 UTC
As far as I'm concerned, this is not a valid bug report. But, I'm switching it to the correct component, maybe others will be able to come up with something.

Comment 3 Martin Sehnoutka 2016-10-19 10:30:31 UTC
Fedora 16 is not supported any more. Please update to one of supported versions (f23 or f24) and try it again. Also Fedora comes with `systemd` by default, so you should use `systemctl` command instead of `service`.


Note You need to log in before you can comment on or make changes to this bug.