LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-18-2007, 07:58 PM   #1
slee97070
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Rep: Reputation: 0
How do you switch from proftpd to vsftpd?


We want to switch but how do we stop proftpd so vsftpd can start?
 
Old 02-18-2007, 08:49 PM   #2
xflow7
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 215

Rep: Reputation: 45
Disclaimer: I'm not an expert.

If proftp is being started by inetd (I believe this would be the default) I think it should be as simple as editing /etc/inetd.conf and changing the following lines:

Code:
# Very Secure File Transfer Protocol (FTP) server.
#ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  vsftpd
#
# Professional File Transfer Protocol (FTP) server.
ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  proftpd
#
to this:

Code:
# Very Secure File Transfer Protocol (FTP) server.
ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  vsftpd
#
# Professional File Transfer Protocol (FTP) server.
#ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  proftpd
#
and then running:

Code:
/etc/rc.inetd restart
 
Old 02-18-2007, 08:55 PM   #3
ryanoa
Member
 
Registered: Jan 2006
Location: Santa Cruz, CA
Distribution: Slack 10.2 and 11.0
Posts: 102

Rep: Reputation: 15
What xflow7 suggested is correct for starting vsftp, but it may or may not stop proftp. You could find the PID of proftp with
Code:
ps -e
and then kill the process
 
Old 02-19-2007, 04:36 AM   #4
Tomtherab
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Rep: Reputation: 0
Once you make those changes to your /etc/inetd.conf file, you can kill proftp and start vsftp by killing and restarting inted.

The easiest way to do that IMO is to use the slack scripts.

As root:
# /etc/rc.d/rc.inetd restart
 
  


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
Choosing FTP server. proFTPd, vsFTPd, PureFTPd? ZiGiE Linux - Software 12 03-09-2015 01:56 PM
ftp data port in proftpd and vsftpd fakie_flip Linux - Networking 8 08-22-2006 02:19 PM
vsftpd & proftpd cause kernel panick shinystuffrox Slackware 2 06-27-2005 10:16 AM
ProFTPD vs WU-FTPD vs vsftpd ziggie216 Linux - Software 3 06-26-2005 11:46 PM
Proftpd and vsftpd install problems tcpdump Linux - Software 3 07-16-2004 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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