Ok, this is probably simple but... I'm trying to start vsftpd (or verify if it's started). According to YAST it is installed, but I don't have any reference to an ftp server in the YAST Network Services. So my stupid question is how do I start vstpd? thanks, Regis
On Saturday 18 Jun 2005 21:52 pm, Regis Matejcik wrote:
Ok, this is probably simple but...
I'm trying to start vsftpd (or verify if it's started). According to YAST it is installed, but I don't have any reference to an ftp server in the YAST Network Services.
So my stupid question is how do I start vstpd?
Configure it by editing /etc/vsftpd.conf according to your setup then simply type vsftpd at the command line. Dylan
thanks,
Regis
-- "I see your Schwartz is as big as mine" -Dark Helmet
Regis Matejcik wrote:
Ok, this is probably simple but...
I'm trying to start vsftpd (or verify if it's started). According to YAST it is installed, but I don't have any reference to an ftp server in the YAST Network Services.
So my stupid question is how do I start vstpd?
Normally, it's started by xinetd, whenever someone connects.
On Saturday 18 June 2005 15:52, Regis Matejcik wrote:
Ok, this is probably simple but...
I'm trying to start vsftpd (or verify if it's started). According to YAST it is installed, but I don't have any reference to an ftp server in the YAST Network Services.
So my stupid question is how do I start vstpd?
Two major approaches: FIRST APPROACH: (two or three steps) step 1) Edit /etc/xinetd.d/vsftpd and comment out the following line disable = yes Make it look like # disable = yes step 2) Be sure xinetd is started. You can do it with "rcxinetd restart". step 3) If you want xinetd to start at boot time you can use Yast: System -> System Services (runlevel) Click on "Expert Mode" Scroll down to xinetd, select it with the mouse, and click on the checkboxes for runlevels 3 and 5. Click on "Finish". This will NOT cause vsftpd to stay running all the time but it will instead be invoked (by xinetd) whenever a request comes in. But there is a ... SECOND APPROACH: If you want to have it sitting in the background at all times (for quicker response if you have to handle lots of requests) see "man vsftpd"
On Sat, Jun 18, 2005 at 03:52:08PM -0500, Regis Matejcik wrote:
Ok, this is probably simple but...
I'm trying to start vsftpd (or verify if it's started). According to YAST it is installed, but I don't have any reference to an ftp server in the YAST Network Services.
Go to the run level editor. After you're there switch to advanced. Scroll on down and then when you see it, it will say it's either on or off, you can start it inside there.
So my stupid question is how do I start vstpd?
See above ;) Do you have the actual server set up and configured? You may want to do
thanks,
Regis
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
try: chkconfig vsftpd on rcxinetd start That should start vsftpd. to test: ftp o localhost Regards _____________________________________________________________________ For super low premiums, click here http://www.dialdirect.co.za/quote
participants (6)
-
Allen
-
Dylan
-
it clown
-
James Knott
-
Regis Matejcik
-
Robert Paulsen