* stopping vsftpd
@ Glenn at home
` Luke Yelavich
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Glenn at home @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello group,
I could use some suggestions on stopping VSFTPD.
I have tried sbin/service vsftpd stop
and that does not work.
I am using Debian.
There seems to be no service command in Debian.
Any ideas?
thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: stopping vsftpd stopping vsftpd Glenn at home @ ` Luke Yelavich ` Lorenzo Taylor ` Joseph C. Lininger 2 siblings, 0 replies; 8+ messages in thread From: Luke Yelavich @ UTC (permalink / raw) To: Glenn at home, Speakup is a screen review system for Linux. On Fri, Feb 18, 2005 at 02:41:18PM EST, Glenn at home wrote: > Hello group, > I could use some suggestions on stopping VSFTPD. > I have tried sbin/service vsftpd stop > and that does not work. > I am using Debian. > There seems to be no service command in Debian. As root, you simply run the scripts in /etc/init.d directly, so it would be: # /etc/init.d/vsftpd stop Hope this helps. Luke k ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: stopping vsftpd stopping vsftpd Glenn at home ` Luke Yelavich @ ` Lorenzo Taylor ` Lorenzo Taylor ` Joseph C. Lininger 2 siblings, 1 reply; 8+ messages in thread From: Lorenzo Taylor @ UTC (permalink / raw) To: speakup In Debian, you start and stop services by typing /etc/init.d/<service-name> start|stop|restart So to stop vsftpd, you would type: /etc/init.c/vsftpd stop Lorenzo ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: stopping vsftpd ` Lorenzo Taylor @ ` Lorenzo Taylor 0 siblings, 0 replies; 8+ messages in thread From: Lorenzo Taylor @ UTC (permalink / raw) To: speakup Lorenzo Taylor's comments on Re: stopping vsftpd were as follows: # /etc/init.c/vsftpd stop Oops. Slip of the finger. ;-) It should have said: /etc/init.d/vsftpd stop Sorry for the wrong letter. I know it means the world to a computer. :) Lorenzo ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: stopping vsftpd stopping vsftpd Glenn at home ` Luke Yelavich ` Lorenzo Taylor @ ` Joseph C. Lininger [not found] ` <011201c51621$edfcb2a0$6a00a8c0@desktop> 2 siblings, 1 reply; 8+ messages in thread From: Joseph C. Lininger @ UTC (permalink / raw) To: Glenn at home, Speakup is a screen review system for Linux. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, calling the boot script for vsftpd with the stop argument should do the trick. Alternatively, you can send a TERM signal using killall if you really need to stop the process. Marriage (N): An arrangement which usually results in twice the amount of arguing and half the amount of sex. Joseph C. Lininger jbahm@pcdesk.net Verification: 5eab38a77ac40416e075be8f50607ff7 And so it came to pass that on Thu, 17 Feb 2005, Glenn at home said > Hello group, > I could use some suggestions on stopping VSFTPD. > I have tried sbin/service vsftpd stop > and that does not work. > I am using Debian. > There seems to be no service command in Debian. > Any ideas? > thanks. > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCFYOCJ6dqn0mqPbARAph5AJ9RZLrC6TDL6sZ+6BW88jPxdkYUJwCg2gn8 KjNEtc8Hc7fxavAPemx9tgk= =Tr4T -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <011201c51621$edfcb2a0$6a00a8c0@desktop>]
[parent not found: <Pine.LNX.4.61.0502182148380.21893@merlin.pcdesk.net>]
* Re: stopping vsftpd [not found] ` <Pine.LNX.4.61.0502182148380.21893@merlin.pcdesk.net> @ ` Glenn at home ` Glenn at home 0 siblings, 1 reply; 8+ messages in thread From: Glenn at home @ UTC (permalink / raw) To: Joseph C. Lininger; +Cc: Speakup is a screen review system for Linux. I do have the init.d, just no .c. And the vsftpd command does not work in the init.d directory, even though vsftpd is there. But I did killall, and now it stops on boot-up, with some kind of message I'll have to remember it and look it up. I think it was 3 letters and a colon. But I press enter, and then I get to the login prompt. So I uninstalled vsftpd, and I still have the same problem during boot-up. Now when I try and re-install, or install anything, I hear it trying to download from kernel.org and it will not go past 0%. Glenn ----- Original Message ----- From: "Joseph C. Lininger" <jbahm@pcdesk.net> To: "Glenn at home" <GlennErvin@cableone.net> Sent: Friday, February 18, 2005 10:49 PM Subject: Re: stopping vsftpd -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You shouldn't have a directory called /etc/init.c, but you should have one called /etc/init.d. This is where the boot scripts are stored. If you can't find them there, have a look in /etc/rc.d. Marriage (N): An arrangement which usually results in twice the amount of arguing and half the amount of sex. Joseph C. Lininger jbahm@pcdesk.net Verification: 5eab38a77ac40416e075be8f50607ff7 And so it came to pass that on Fri, 18 Feb 2005, Glenn at home said > killall vsftpd > seems to have done it, the other previous commands did not seem to work > for > some reason. > What did not work: > /etc/init.d/vsftpd stop > or > etc/init.c/vsftpd stop > There seems to be no init.c directory in my system. > Anyway, now that it is apparently stopped, I can run vsftpd with another > config.d file > Thanks all. > > Glenn > > ----- Original Message ----- > From: "Joseph C. Lininger" <jbahm@pcdesk.net> > To: "Glenn at home" <GlennErvin@cableone.net>; "Speakup is a screen review > system for Linux." <speakup@braille.uwo.ca> > Sent: Thursday, February 17, 2005 11:56 PM > Subject: Re: stopping vsftpd > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Well, calling the boot script for vsftpd with the stop argument should > do the trick. Alternatively, you can send a TERM signal using killall if > you really need to stop the process. > > Marriage (N): An arrangement which usually results in twice the amount > of arguing and half the amount of sex. > Joseph C. Lininger > jbahm@pcdesk.net > Verification: 5eab38a77ac40416e075be8f50607ff7 > > > And so it came to pass that on Thu, 17 Feb 2005, Glenn at home said > >> Hello group, >> I could use some suggestions on stopping VSFTPD. >> I have tried sbin/service vsftpd stop >> and that does not work. >> I am using Debian. >> There seems to be no service command in Debian. >> Any ideas? >> thanks. >> >> >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (GNU/Linux) > > iD8DBQFCFYOCJ6dqn0mqPbARAph5AJ9RZLrC6TDL6sZ+6BW88jPxdkYUJwCg2gn8 > KjNEtc8Hc7fxavAPemx9tgk= > =Tr4T > -----END PGP SIGNATURE----- > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCFsV6J6dqn0mqPbARAmvUAKDsjlAnc0gMDnHsTNXAqYelOeEp5ACeOsWz Rb2Vdcj6QJREvwdgaOzbtfs= =q6JF -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: stopping vsftpd ` Glenn at home @ ` Glenn at home ` Glenn at home 0 siblings, 1 reply; 8+ messages in thread From: Glenn at home @ UTC (permalink / raw) To: Glenn at home, Speakup is a screen review system for Linux. Darn! I checked behind my computer that is under my desk, with Linux on it, and the Ethernet cable came out! The tab that locks it in broke off. Now lets see what happens! Glenn ----- Original Message ----- From: "Glenn at home" <GlennErvin@cableone.net> To: "Joseph C. Lininger" <jbahm@pcdesk.net> Cc: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca> Sent: Saturday, February 19, 2005 8:05 AM Subject: Re: stopping vsftpd I do have the init.d, just no .c. And the vsftpd command does not work in the init.d directory, even though vsftpd is there. But I did killall, and now it stops on boot-up, with some kind of message I'll have to remember it and look it up. I think it was 3 letters and a colon. But I press enter, and then I get to the login prompt. So I uninstalled vsftpd, and I still have the same problem during boot-up. Now when I try and re-install, or install anything, I hear it trying to download from kernel.org and it will not go past 0%. Glenn ----- Original Message ----- From: "Joseph C. Lininger" <jbahm@pcdesk.net> To: "Glenn at home" <GlennErvin@cableone.net> Sent: Friday, February 18, 2005 10:49 PM Subject: Re: stopping vsftpd -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You shouldn't have a directory called /etc/init.c, but you should have one called /etc/init.d. This is where the boot scripts are stored. If you can't find them there, have a look in /etc/rc.d. Marriage (N): An arrangement which usually results in twice the amount of arguing and half the amount of sex. Joseph C. Lininger jbahm@pcdesk.net Verification: 5eab38a77ac40416e075be8f50607ff7 And so it came to pass that on Fri, 18 Feb 2005, Glenn at home said > killall vsftpd > seems to have done it, the other previous commands did not seem to work > for > some reason. > What did not work: > /etc/init.d/vsftpd stop > or > etc/init.c/vsftpd stop > There seems to be no init.c directory in my system. > Anyway, now that it is apparently stopped, I can run vsftpd with another > config.d file > Thanks all. > > Glenn > > ----- Original Message ----- > From: "Joseph C. Lininger" <jbahm@pcdesk.net> > To: "Glenn at home" <GlennErvin@cableone.net>; "Speakup is a screen review > system for Linux." <speakup@braille.uwo.ca> > Sent: Thursday, February 17, 2005 11:56 PM > Subject: Re: stopping vsftpd > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Well, calling the boot script for vsftpd with the stop argument should > do the trick. Alternatively, you can send a TERM signal using killall if > you really need to stop the process. > > Marriage (N): An arrangement which usually results in twice the amount > of arguing and half the amount of sex. > Joseph C. Lininger > jbahm@pcdesk.net > Verification: 5eab38a77ac40416e075be8f50607ff7 > > > And so it came to pass that on Thu, 17 Feb 2005, Glenn at home said > >> Hello group, >> I could use some suggestions on stopping VSFTPD. >> I have tried sbin/service vsftpd stop >> and that does not work. >> I am using Debian. >> There seems to be no service command in Debian. >> Any ideas? >> thanks. >> >> >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (GNU/Linux) > > iD8DBQFCFYOCJ6dqn0mqPbARAph5AJ9RZLrC6TDL6sZ+6BW88jPxdkYUJwCg2gn8 > KjNEtc8Hc7fxavAPemx9tgk= > =Tr4T > -----END PGP SIGNATURE----- > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCFsV6J6dqn0mqPbARAmvUAKDsjlAnc0gMDnHsTNXAqYelOeEp5ACeOsWz Rb2Vdcj6QJREvwdgaOzbtfs= =q6JF -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: stopping vsftpd ` Glenn at home @ ` Glenn at home 0 siblings, 0 replies; 8+ messages in thread From: Glenn at home @ UTC (permalink / raw) To: Glenn at home, Speakup is a screen review system for Linux. okay, it's working. Glenn ----- Original Message ----- From: "Glenn at home" <GlennErvin@cableone.net> To: "Glenn at home" <GlennErvin@cableone.net>; "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca> Sent: Saturday, February 19, 2005 8:24 AM Subject: Re: stopping vsftpd Darn! I checked behind my computer that is under my desk, with Linux on it, and the Ethernet cable came out! The tab that locks it in broke off. Now lets see what happens! Glenn ----- Original Message ----- From: "Glenn at home" <GlennErvin@cableone.net> To: "Joseph C. Lininger" <jbahm@pcdesk.net> Cc: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca> Sent: Saturday, February 19, 2005 8:05 AM Subject: Re: stopping vsftpd I do have the init.d, just no .c. And the vsftpd command does not work in the init.d directory, even though vsftpd is there. But I did killall, and now it stops on boot-up, with some kind of message I'll have to remember it and look it up. I think it was 3 letters and a colon. But I press enter, and then I get to the login prompt. So I uninstalled vsftpd, and I still have the same problem during boot-up. Now when I try and re-install, or install anything, I hear it trying to download from kernel.org and it will not go past 0%. Glenn ----- Original Message ----- From: "Joseph C. Lininger" <jbahm@pcdesk.net> To: "Glenn at home" <GlennErvin@cableone.net> Sent: Friday, February 18, 2005 10:49 PM Subject: Re: stopping vsftpd -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You shouldn't have a directory called /etc/init.c, but you should have one called /etc/init.d. This is where the boot scripts are stored. If you can't find them there, have a look in /etc/rc.d. Marriage (N): An arrangement which usually results in twice the amount of arguing and half the amount of sex. Joseph C. Lininger jbahm@pcdesk.net Verification: 5eab38a77ac40416e075be8f50607ff7 And so it came to pass that on Fri, 18 Feb 2005, Glenn at home said > killall vsftpd > seems to have done it, the other previous commands did not seem to work > for > some reason. > What did not work: > /etc/init.d/vsftpd stop > or > etc/init.c/vsftpd stop > There seems to be no init.c directory in my system. > Anyway, now that it is apparently stopped, I can run vsftpd with another > config.d file > Thanks all. > > Glenn > > ----- Original Message ----- > From: "Joseph C. Lininger" <jbahm@pcdesk.net> > To: "Glenn at home" <GlennErvin@cableone.net>; "Speakup is a screen review > system for Linux." <speakup@braille.uwo.ca> > Sent: Thursday, February 17, 2005 11:56 PM > Subject: Re: stopping vsftpd > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Well, calling the boot script for vsftpd with the stop argument should > do the trick. Alternatively, you can send a TERM signal using killall if > you really need to stop the process. > > Marriage (N): An arrangement which usually results in twice the amount > of arguing and half the amount of sex. > Joseph C. Lininger > jbahm@pcdesk.net > Verification: 5eab38a77ac40416e075be8f50607ff7 > > > And so it came to pass that on Thu, 17 Feb 2005, Glenn at home said > >> Hello group, >> I could use some suggestions on stopping VSFTPD. >> I have tried sbin/service vsftpd stop >> and that does not work. >> I am using Debian. >> There seems to be no service command in Debian. >> Any ideas? >> thanks. >> >> >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (GNU/Linux) > > iD8DBQFCFYOCJ6dqn0mqPbARAph5AJ9RZLrC6TDL6sZ+6BW88jPxdkYUJwCg2gn8 > KjNEtc8Hc7fxavAPemx9tgk= > =Tr4T > -----END PGP SIGNATURE----- > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCFsV6J6dqn0mqPbARAmvUAKDsjlAnc0gMDnHsTNXAqYelOeEp5ACeOsWz Rb2Vdcj6QJREvwdgaOzbtfs= =q6JF -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
stopping vsftpd Glenn at home
` Luke Yelavich
` Lorenzo Taylor
` Lorenzo Taylor
` Joseph C. Lininger
[not found] ` <011201c51621$edfcb2a0$6a00a8c0@desktop>
[not found] ` <Pine.LNX.4.61.0502182148380.21893@merlin.pcdesk.net>
` Glenn at home
` Glenn at home
` Glenn at home
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).