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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-14-2003, 02:38 PM
|
#1
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Rep:
|
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?
|
|
|
10-14-2003, 03:01 PM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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
|
|
|
10-14-2003, 04:45 PM
|
#3
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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...
|
|
|
10-14-2003, 04:50 PM
|
#4
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Do you have any rules blocking port 21:
iptables -L
|
|
|
10-14-2003, 04:54 PM
|
#5
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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.
|
|
|
10-14-2003, 04:58 PM
|
#6
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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
|
|
|
10-14-2003, 05:07 PM
|
#7
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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?
|
|
|
10-14-2003, 06:34 PM
|
#8
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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?
|
|
|
10-14-2003, 06:37 PM
|
#9
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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
|
|
|
10-15-2003, 01:49 PM
|
#10
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
What program are you using as your client?
Is it another machine on your lan?
|
|
|
10-15-2003, 01:52 PM
|
#11
|
LQ Newbie
Registered: Oct 2003
Posts: 21
Original Poster
Rep:
|
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
|
|
|
10-15-2003, 04:36 PM
|
#12
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Is ftp still listening:
netstat -nlp | grep ftp
|
|
|
All times are GMT -5. The time now is 04:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|