LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-01-2007, 10:03 AM   #1
L-Man
LQ Newbie
 
Registered: Sep 2007
Location: Jackson Ms
Posts: 1

Rep: Reputation: 0
Unhappy Startup of vsftpd on suse 9


I am new to the wonderful world of Linux. The problem I am having is when I
try to start vsftpd on my linux machine I am getting the following messages:
Line6 : service: command not found
Line8 : socket_type : comand not found
Line9 : protocol : command not found
Line10 : wait'=' : not a pid or valid job spec
Line10 : wait 'no' : not a pid or valid job spec
Line11 : user : command not found
Line12 : server : command not found
Line17 : disable : command not found

Can someone tell me what file I should edit to correct these errors?
 
Old 10-02-2007, 03:14 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi and welcome to LQ,

From what you've posted I guess that you're trying to setup xinetd for vsftpd. All you have to do is to create a file named vsftpd and put it under /etc/xinetd.d. The contents of the file should be something like:
Code:
service ftp
{
        disable         = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server          = /usr/sbin/vsftpd
        nice                    = 10
}
Then you have to restart the xinted daemon:
Code:
/etc/init.d/xinetd restart
You can take a look here for more details.

Regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VSFTPD on startup? jupr05 Linux - Newbie 4 01-02-2007 11:44 AM
startup evolution by startup suse 10.1 ringo1 Linux - Desktop 3 12-05-2006 03:27 PM
VSFTPD for SUSE 9.1 Mic Q SUSE / openSUSE 2 07-21-2005 10:37 AM
Run VSFTPD on Startup of Suse Linux 9.1 Blaubart Linux - Software 3 03-26-2005 08:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration