500 OOPS error in vsFTPd

May 30th, 2009 Written by The Digitizor     Tweet This       


If you get the error while starting vsFTPd, which reads somewhat like this:

[root@fed ~]# /etc/init.d/vsftpd start
Starting vsftpd for extern: 500 OOPS: vsftpd: not configured for standalone, must be started from inetd
[FAILED]

Don`t panic. Normally inetd is not included on a default Fedora 8 installation. The default network daemon used is the xinetd. So starting vsftpd from inetd is ruled out of question. So what you do to fix the problem is this:

Open in a text editor, your /etc/vsftpd/vsftpd.conf file as root. Now locate the line which reads listen=. Set the value of this listen directive to YES, which should now read as listen=YES . Make sure, the line containing this directive is un-commented. This sets vsFTPd for running in the standalone mode. If you notice, the same has been mentioned in the comments area for the listen directive in the same config file. This shows that most of your linux troubleshooting can be done by suitably tinkering the proper .conf file.



Share and Bookmark

   Del.icio.us  Digg it!  Facebook  Stumbleupon  Reddit  RSS Feeds 

Share/Bookmark 

Shortlink: http://digitizor.com/?p=30

Discus this topic in the Digitizor Forums.




Related Articles


  1. How-To enable root login in Fedora 10 at the Gnome Login / Via GUI
  2. How to change the default error document pages in Squid?
  3. The Definitive Guide to 'Error Codes in FTP'
  4. A guide to configuring Access Control Lists (ACL) in squid
  5. How to fix the Cyberoam “crclient already logged in with process id” error in linux ?
  6. Starting Fedora 10 in graphical or text mode
  7. The definitive 'Plymouth' Guide for Fedora 10
  8. Disabling Shutdown Via Ctrl-Alt-Del on a Linux box




RSS feed | Trackback URI

3 Comments »

2009-08-05 18:10:35

works, thnx!

 
Comment by Jaime M.Permalink to this comment
2009-10-20 01:28:33

Hi! that error is generate for Selinux plz do the following actions:

[root@sun02 vsftpd]# getenforce
Enforcing
[root@sun02 vsftpd]# getsebool -a | grep ftp
allow_ftpd_anon_write –> off
allow_ftpd_full_access –> off
allow_ftpd_use_cifs –> off
allow_ftpd_use_nfs –> off
allow_tftp_anon_write –> off
ftp_home_dir –> on (change that to on in ur case this option is off)
ftpd_disable_trans –> off
ftpd_is_daemon –> on
httpd_enable_ftp_server –> off
tftpd_disable_trans –> off
[root@sun02 vsftpd]# setseboll -P ftp_home_dir on

This is all that u want to need.

Now do

service vsftpd restart and test again!

Good Luck!

 
In case you have a problem to be solved or a trouble to be shot or you are looking for some help on this topic you might try the Digitizor Forums for better help and faster reply.

Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post



Latest Published Articles


Browse the Archives Section

Latest Video Tutorials


See all available Video Tutorials


Windows 7 Arsenal


See all articles in our Windows 7 Arsenal


How-To Guides


See all articles in our How-To Guides Section


Linux Arena


See all our articles related to Linux


Smart Tips & Tricks


Find out about more such Tips & Tricks