LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-18-2004, 05:00 PM   #1
Jake_B
LQ Newbie
 
Registered: Mar 2004
Distribution: RHEL
Posts: 27

Rep: Reputation: 15
Installing ProFTPd. Having problems.


I’m having some problems getting ProFTPd up and running on a RHEL3 box.

I unpacked the latest version:

tar zxvf proftpd-1.2.10.tar.gz

I than build a group and user spacifically for ProFTPd:

groupadd proftpd &&
useradd -c proftpd -d /home/ftp -g proftpd -s /bin/false proftpd

I than installed it like so:

install_user=proftpd install_group=proftpd \
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var/run &&
make &&
make install

I than added the following file “ftp” to /etc/xinetd.d/ and restarted xinetd:

service ftp
{
flags = REUSE
socket_type = stream
instances = 50
wait = no
user = root
server = /usr/sbin/proftpd
log_on_success = HOST PID
log_on_failure = HOST RECORD
}

However, when I try to ftp in, I get “Connect failure”.


Any ideas on what I should look at? And, how do I see which ports are open, and if there is any service (such as ProFTPd) listening on a spacific port?
 
Old 10-18-2004, 05:08 PM   #2
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
http://www.debianhowto.de/howtos/en/...tpd_howto.html

to check the ports which are open on ur comp

#netstat -a

Last edited by UsualTuxpect; 10-18-2004 at 05:09 PM.
 
Old 10-18-2004, 05:10 PM   #3
avarus
Member
 
Registered: Apr 2004
Location: Oxford, UK
Distribution: Ubuntu, Debian, various
Posts: 230
Blog Entries: 5

Rep: Reputation: 33
My advice would be to stop the xinetd service, then start it in a terminal with

xinetd -d

Try an ftp localhost on another terminal and check the debugging output from xinetd.

HTH - TIM
 
  


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
ProFTPd problems. hell_carnage Linux - Networking 1 10-05-2004 02:36 PM
Proftpd problems nocz Linux - Networking 5 04-01-2004 12:09 PM
installing proftpd dsgdevil Linux - General 31 02-03-2003 08:56 AM
Installing proftpd on Redhat 8.0 Yohhan Linux - Networking 1 01-22-2003 05:41 AM
Problems with Proftpd X11 Linux - Software 2 08-01-2002 02:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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