LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-11-2003, 11:21 AM   #1
kemu
LQ Newbie
 
Registered: May 2003
Posts: 3

Rep: Reputation: 0
xinetd probleme


I have installed xinetd and vsftpd.
I can start xinetd perfectly but he doesn't seem to start vsftpd.
This is my xinetd.conf

defaults
{
instances = 60
log_type = SYSLOG authpriv info
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

and here is my /etc/xinetd.d/vsftpd file

service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd
# server_args =
# log_on_success += DURATION USERID
# log_on_failure += USERID
nice = 10
disable = no
}

I'm sure the path is correct of the binary
Any help would be more then welcome
 
Old 08-11-2003, 11:56 AM   #2
joeface
LQ Newbie
 
Registered: Aug 2003
Location: NJ
Distribution: Fedora
Posts: 17

Rep: Reputation: 0
Just a suggestion... Try adding 'includedir /path/to/xinetd.d' to the bottom of the xinetd.conf file. According to the man page for xinetd.conf, includedir tells xinetd where your service config files are located.

Here's my /etc/xinetd.conf:

defaults
{
instances = 60
log_type = SYSLOG authpriv info
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
disabled = swat ftp telnet
}

includedir /etc/xinetd.d
 
Old 08-13-2003, 02:14 PM   #3
mortsahl
LQ Newbie
 
Registered: Aug 2003
Location: Littleton, CO
Distribution: Red Hat 9
Posts: 8

Rep: Reputation: 0
Make sure vsftpd.conf is in /etc/ not in /etc/vsftpd -- also make sure that listen=yes is commented out in vsftpd.conf
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Probleme with makefile os2 Programming 1 06-07-2005 02:03 PM
Probleme with thunderbird acvatiq Linux - Software 1 04-22-2005 02:08 PM
Probleme to erase a file os2 Programming 2 02-15-2005 03:17 PM
Sasl auth probleme freelinuxcpp Debian 0 06-28-2004 09:10 AM
gIFT probleme princeware Slackware 2 06-15-2004 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:10 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