Hi. I run a SuSE 8.1. I try to get the vsftpd to run. It says it should be started by /etc/inetd.conf. This line has been uncommented, but the vsftp will not start. How can I get it started ?. -- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org SuSE Linux 8.1
On Dec 02, 2002, Erik Jakobsen wrote:
Hi.
I run a SuSE 8.1.
I try to get the vsftpd to run. It says it should be started by /etc/inetd.conf. This line has been uncommented, but the vsftp will not start.
How can I get it started ?.
Did you start the inet daemon? -- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
On Monday 02 December 2002 14:31, Mads Martin Joergensen wrote:
On Dec 02, 2002, Erik Jakobsen wrote:
Hi.
I run a SuSE 8.1.
I try to get the vsftpd to run. It says it should be started by /etc/inetd.conf. This line has been uncommented, but the vsftp will not start.
How can I get it started ?.
Did you start the inet daemon?
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running -- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org SuSE Linux 8.1
On Monday 02 December 2002 15:43, The Purple Tiger wrote:
On Monday 02 December 2002 1:45 pm, Erik Jakobsen wrote:
Did you start the inet daemon?
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running
Did you tell it to reload its configuration? sakura:~ # rcinetd reload
I did use the restart: eurit:~ # rcinetd restart -- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org SuSE Linux 8.1
On Dec 02, 2002, Erik Jakobsen wrote:
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running
Did you tell it to reload its configuration? sakura:~ # rcinetd reload
I did use the restart:
eurit:~ # rcinetd restart
So how do you determine it's not working? -- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
On Mon, 2 Dec 2002 17:24:50 +0100 Mads Martin Joergensen <mmj@suse.de> wrote:
On Dec 02, 2002, Erik Jakobsen wrote:
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running
Did you tell it to reload its configuration? sakura:~ # rcinetd reload
I did use the restart:
eurit:~ # rcinetd restart
So how do you determine it's not working?
I have tried ALT-F2 and vsftpd as well as vsftpd from a terminal window.
-- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
-- 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
-- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
On Monday 02 December 2002 5:06 pm, Erik Jakobsen wrote:
I have tried ALT-F2 and vsftpd as well as vsftpd from a terminal window. Ahh there's your problem. vsftpd is a server.
inetd loads up vsftpd when it needs it. If you want to test your server, use an ftp client [you can use konqueror by typing in: ftp://127.0.0.1/] to connect to 127.0.0.1 which is another name for "localhost" or your machine :o) Hope this helps.
On Mon, 2 Dec 2002 18:11:36 +0000 The Purple Tiger <Jon@tigersden.demon.co.uk> wrote:
On Monday 02 December 2002 5:06 pm, Erik Jakobsen wrote:
I have tried ALT-F2 and vsftpd as well as vsftpd from a terminal window. Ahh there's your problem. vsftpd is a server.
Ok.
inetd loads up vsftpd when it needs it.
Fine.
If you want to test your server, use an ftp client [you can use konqueror by typing in: ftp://127.0.0.1/] to connect to 127.0.0.1 which is another name for "localhost" or your machine :o)
All ok.
Hope this helps.
Thanks for your message. Vsftpd now is working fine :-)
-- 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
-- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
Erik, I gotten vsftp to run using the following: Check Yast2 > Software > Install/Remove Software and search on ftp to make sure the packages are installed. Next use Yast2 > Network/Basic > Stop/Start Services (inetd) Choose on with custom configuration Find vsftpd and choose activate Finish Next open a terminal, su and switch to the /etc directory. By default vsftp only allows anonymous logins. Edit vsftpd.conf to configure vsftp to allow local users to login or make other changes as required. Reboot your machine, open a terminal and attempt to ftp 127.0.0.1 to see make sure its now working. Joel Vande Berg
On Mon, 2 Dec 2002 17:24:50 +0100 Mads Martin Joergensen <mmj@suse.de> wrote:
On Dec 02, 2002, Erik Jakobsen wrote:
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running
Did you tell it to reload its configuration? sakura:~ # rcinetd reload
I did use the restart:
eurit:~ # rcinetd restart
So how do you determine it's not working?
I have tried ALT-F2 and vsftpd as well as vsftpd from a terminal window.
-- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
-- 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
-- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
-- 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
On Mon, 2 Dec 2002 10:20:49 -0800 (PST) "Joel Vande Berg" <suse@phoboslabs.com> wrote:
Erik,
Alors Joel.
I gotten vsftp to run using the following:
Ok.
Check Yast2 > Software > Install/Remove Software and search on ftp to make sure the packages are installed.
Next use Yast2 > Network/Basic > Stop/Start Services (inetd) Choose on with custom configuration Find vsftpd and choose activate Finish
Next open a terminal, su and switch to the /etc directory. By default vsftp only allows anonymous logins. Edit vsftpd.conf to configure vsftp to allow local users to login or make other changes as required.
Reboot your machine, open a terminal and attempt to ftp 127.0.0.1 to see make sure its now working.
It is working now Joel. Many thanks for your assistance.
Joel Vande Berg
On Mon, 2 Dec 2002 17:24:50 +0100 Mads Martin Joergensen <mmj@suse.de> wrote:
On Dec 02, 2002, Erik Jakobsen wrote:
Yes martin its started. eurit:~ # rcinetd status Checking for inetd: running
Did you tell it to reload its configuration? sakura:~ # rcinetd reload
I did use the restart:
eurit:~ # rcinetd restart
So how do you determine it's not working?
I have tried ALT-F2 and vsftpd as well as vsftpd from a terminal window.
-- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
-- 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
-- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
-- 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
-- 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
-- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
Well, run the command: $ /etc/rc.d/inetd restart and then try: $ telnet localhost 21 and type 'quit' to exit. After you can telnet to this port you can use ftp. Regards, Choth Erik Jakobsen wrote:
Hi.
I run a SuSE 8.1.
I try to get the vsftpd to run. It says it should be started by /etc/inetd.conf. This line has been uncommented, but the vsftp will not start.
How can I get it started ?. -- Med venlig hilsen - Best regards. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org SuSE Linux 8.1
-- 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
participants (5)
-
Erik Jakobsen
-
Joel Vande Berg
-
Mads Martin Joergensen
-
PUTH CHAN CHOTH
-
The Purple Tiger