LinuxQuestions.org
Help answer threads with 0 replies.
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-14-2003, 01:38 PM   #1
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Rep: Reputation: 15
Angry inetd doesnt start vsftpd suse


how come my installation of suse 8.2 is so f'd up?
none of the stuff that i have found even applys it seems

i cannot rcinetd restart
cause it says "rcinetd" command not found

i cant kill -HUP cause when i ps-x inetd is nowhere on the list

every thing i find in google is some poorly written post from a mesage board that makes no sense

if i type vsftpd it tells me i cant start it as a standalone and it must be started from inetd.

i can restart xinetd but that doesnt do anything to start vsftpd

i even restart linux and its still not starting...

anyone have any advice?
 
Old 10-14-2003, 02:01 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
To restart xinetd - try:
/etc/init.d/xinetd restart

If you want to run vsftpd in standalone mode try adding this to vsftpd.conf:
Code:
listen=YES
tcp_wrappers=YES
 
Old 10-14-2003, 03:45 PM   #3
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
thanks!

now at least
when i do

netstat -a | grep ftp

i actually get that line

tcp 0 0*:ftp *:* LISTEN

at least that much is going right

still cant connect to the ftp though...
 
Old 10-14-2003, 03:50 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Do you have any rules blocking port 21:
iptables -L
 
Old 10-14-2003, 03:54 PM   #5
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
nwhen i type that command in

i see

chain INPUT/ OUTPUT/ FORWARD

all say
"(policy ACCEPT)"

target pro opt source destination.


nothing about port 21, i dont think it is blocked.
 
Old 10-14-2003, 03:58 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You don't get any rules in between?

Can you connect from localhost - ie on the server itself:
ftp 127.0.01

What machine are you trying from another on your LAN?

Also check the contents of:
/etc/host.allow
/etc/host.deny
 
Old 10-14-2003, 04:07 PM   #7
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
well when i try to do

# ftp 127.0.0.1
it returns, same as when i try to connect from other machines on the lan.

"ftp: connect : connection refused

when i check

vi hosts.allow
every line in the document is commented with the "#" sign

when i check
vi hosts.deny

the one line that is not commented is
http-rman: ALL EXCEPT LOCAL

sounds like it is denying anything outside... the local. but it also denys the localhost too ... hmm. if i comment that out
then restart xinetd...

are those 2 things even related?
how do i restart vsftpd?
 
Old 10-14-2003, 05:34 PM   #8
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
hey i can connec to local host 127.0.0.1!!!!
from local host

now i just need to be able to connnect via computer on lan

nope didnt work ....
shiznit

mr ross?
 
Old 10-14-2003, 05:37 PM   #9
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
hey i can connec to local host 127.0.0.1!!!!
from local host

now i just need to be able to connnect via computer on lan

nope didnt work ....
shiznit

mr ross?

when i try to connect to the linux with a computer outside

i get this message then nothing

"i control connection succesffully established"

then in the status bar
"connecting to #linuxipaddress# ....

and it appears to just hangg
 
Old 10-15-2003, 12:49 PM   #10
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
What program are you using as your client?

Is it another machine on your lan?
 
Old 10-15-2003, 12:52 PM   #11
rvn
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Original Poster
Rep: Reputation: 15
yep, another machine on the lan, a windows 2k

i am using ws_ftp

im allowing anonymous login for now.
and just get that hang.

or actually when i even try to connect to 127.0.0.1 from the linux now it hangs
 
Old 10-15-2003, 03:36 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Is ftp still listening:
netstat -nlp | grep ftp
 
  


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 inetd -> xinetd slackster Linux - Networking 2 06-26-2005 05:37 PM
cant start the yast inetd config vtecturbo13 SUSE / openSUSE 1 03-08-2005 03:28 AM
Start vsftpd with inetd Thinkgeekness Linux - Software 25 07-02-2004 08:01 AM
VSftpd cant login when using inetd, but can when using listen=YES ToMMY2ooo Linux - Software 0 05-05-2004 06:53 AM
how do you start and stop inetd / proftpd? wendallsan Linux - Networking 2 10-14-2003 12:53 PM

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

All times are GMT -5. The time now is 05:55 PM.

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