| Summary: | FTP doesnot start using "service vsftpd restart" command and fto to localhost fails on Fedora 16 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Smrithi <smrithi12> |
| Component: | vsftpd | Assignee: | Martin Sehnoutka <msehnout> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jaskalnik, jsynacek, mnagy, mosvald, msehnout, smrithi12 |
| Target Milestone: | --- | Flags: | msehnout:
needinfo?
(smrithi12) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| 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 |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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
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. 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`. |
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: