RE: [expert] Damn ftpd

2001-02-22 Thread jhart

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pound it out in the inetd.conf file, then kill and restart inetd
(kill -HUP XXX, where XXX is the process id)

- -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christopher J.
McGovern
Sent: Wednesday, February 21, 2001 3:54 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Damn ftpd


Did you try pounding it out in inetd.conf?

Praedor Tempus wrote:

 I thought I understood this but I guess I do not.  I do NOT like
 having wu-ftpd up and running by default and I want it to DIE DIE
 DIE!  If I start up tksysv, ftpd service is not listed.  I open up
 linuxconf and in the wu-ftpd page, there isn't any setting or
 switch for NOT starting it by default (the damn thing is on by
 default - Hello?  SECURITY VIOLATION.).  I did select the "Stop"
 button but then when I tried an ftp connection, inspite of my
 having hit the "Stop" button in linuxconf, I get a connection.  If
 I start up a process manager, I see nothing there indicating that
 it is running - but it obviously is.

 How does one set up the system NOT to start the wu-ftp daemon at
 startup? There isn't anything for this in webmin either.  It just
 assumes you want it running, I guess.

 --
 Against stupidity, the gods themselves contend in vain.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOpT8PVEDN3D6fMQMEQJ1iQCffIzm0fcxqGYqfWUTrjkOa5gYpNAAoIBm
4JxzAYC/B5h9XzzGBQYBAVnc
=p/Ph
-END PGP SIGNATURE-





Re: [expert] Damn ftpd

2001-02-22 Thread Bill Kenworthy

Also should mention RTFM!  man xinetd shows you should look at man 5
xinetd which explains all.  There's also more info at www.xinetd.org

BillK

Stephen Carville wrote:
 
 To disable a service in /etc/xinetd.d just edit the relevant file to add
 the line 'disable = yes' somewhere between the braces.
 
 service ftp
 {
 disable = yes
 socket_type = stream
 wait= no
 user= root
 server  = /usr/sbin/in.ftpd
 server_args = -l -a
 log_on_success  += DURATION USERID
 log_on_failure  += USERID
 nice= 10
 }




RE: [expert] Damn ftpd

2001-02-22 Thread Eric Peters

RTFM Q article at micro$oft
http://www.microsoft.com[EMAIL PROTECTED]/pub/mskb/Q209354.asp


-Original Message-
From: Bill Kenworthy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 2:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Damn ftpd


Also should mention RTFM!  man xinetd shows you should look at man 5
xinetd which explains all.  There's also more info at www.xinetd.org

BillK

Stephen Carville wrote:
 
 To disable a service in /etc/xinetd.d just edit the relevant file to add
 the line 'disable = yes' somewhere between the braces.
 
 service ftp
 {
 disable = yes
 socket_type = stream
 wait= no
 user= root
 server  = /usr/sbin/in.ftpd
 server_args = -l -a
 log_on_success  += DURATION USERID
 log_on_failure  += USERID
 nice= 10
 }




RE: [expert] Damn ftpd

2001-02-22 Thread Franki

or in the /etc/xinetd.d directory, there is a file called wu-ftp
make sure that has disable = yes in it,, and then restart xinetd

rgds

Frank Hauptle
/ /  _
---/ /  (_)__  __   __
--/ /__/ / _ \/ // /\ \/ /
-//_/_//_/\_,_/ /_/\_\
Gshop  Network Payment Solutions.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christopher J.
McGovern
Sent: Thursday, 22 February 2001 4:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Damn ftpd


Did you try pounding it out in inetd.conf?

Praedor Tempus wrote:

 I thought I understood this but I guess I do not.  I do NOT like having
 wu-ftpd up and running by default and I want it to DIE DIE DIE!  If I
start
 up tksysv, ftpd service is not listed.  I open up linuxconf and in the
 wu-ftpd page, there isn't any setting or switch for NOT starting it by
 default (the damn thing is on by default - Hello?  SECURITY VIOLATION.).
I
 did select the "Stop" button but then when I tried an ftp connection,
inspite
 of my having hit the "Stop" button in linuxconf, I get a connection.  If I
 start up a process manager, I see nothing there indicating that it is
running
 - but it obviously is.

 How does one set up the system NOT to start the wu-ftp daemon at startup?
 There isn't anything for this in webmin either.  It just assumes you want
it
 running, I guess.

 --
 Against stupidity, the gods themselves contend in vain.






Re: [expert] Damn ftpd

2001-02-21 Thread Christopher J. McGovern

Did you try pounding it out in inetd.conf?

Praedor Tempus wrote:

 I thought I understood this but I guess I do not.  I do NOT like having
 wu-ftpd up and running by default and I want it to DIE DIE DIE!  If I start
 up tksysv, ftpd service is not listed.  I open up linuxconf and in the
 wu-ftpd page, there isn't any setting or switch for NOT starting it by
 default (the damn thing is on by default - Hello?  SECURITY VIOLATION.).  I
 did select the "Stop" button but then when I tried an ftp connection, inspite
 of my having hit the "Stop" button in linuxconf, I get a connection.  If I
 start up a process manager, I see nothing there indicating that it is running
 - but it obviously is.

 How does one set up the system NOT to start the wu-ftp daemon at startup?
 There isn't anything for this in webmin either.  It just assumes you want it
 running, I guess.

 --
 Against stupidity, the gods themselves contend in vain.





[expert] Damn ftpd

2001-02-21 Thread Praedor Tempus

I thought I understood this but I guess I do not.  I do NOT like having 
wu-ftpd up and running by default and I want it to DIE DIE DIE!  If I start 
up tksysv, ftpd service is not listed.  I open up linuxconf and in the 
wu-ftpd page, there isn't any setting or switch for NOT starting it by 
default (the damn thing is on by default - Hello?  SECURITY VIOLATION.).  I 
did select the "Stop" button but then when I tried an ftp connection, inspite 
of my having hit the "Stop" button in linuxconf, I get a connection.  If I 
start up a process manager, I see nothing there indicating that it is running 
- but it obviously is.

How does one set up the system NOT to start the wu-ftp daemon at startup?  
There isn't anything for this in webmin either.  It just assumes you want it 
running, I guess.

-- 
Against stupidity, the gods themselves contend in vain.




Re: [expert] Damn ftpd

2001-02-21 Thread John Wolford

Hmm

You can turn off your ftp server with the following (as root):
# service ftpd stop
and stop it from starting on boot with
# chkconfig ftpd off

All of your services can be dealt with in that manner. Turning them back on is done 
with the same
commands except substitute start for stop and on for off.

Good luck.
j

--- Praedor Tempus [EMAIL PROTECTED] wrote:
 I thought I understood this but I guess I do not.  I do NOT like having 
 wu-ftpd up and running by default and I want it to DIE DIE DIE!  If I start 
 up tksysv, ftpd service is not listed.  I open up linuxconf and in the 
 wu-ftpd page, there isn't any setting or switch for NOT starting it by 
 default (the damn thing is on by default - Hello?  SECURITY VIOLATION.).  I 
 did select the "Stop" button but then when I tried an ftp connection, inspite 
 of my having hit the "Stop" button in linuxconf, I get a connection.  If I 
 start up a process manager, I see nothing there indicating that it is running 
 - but it obviously is.
 
 How does one set up the system NOT to start the wu-ftp daemon at startup?  
 There isn't anything for this in webmin either.  It just assumes you want it 
 running, I guess.
 
 -- 
 Against stupidity, the gods themselves contend in vain.
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/




Re: [expert] Damn ftpd

2001-02-21 Thread John Wolford

Oh, the other thing is it may be getting started by inetd.conf. You need to edit 
/etc/inetd.conf
to change that. Check the manpage for inetd.conf.

j



--- Praedor Tempus [EMAIL PROTECTED] wrote:
 I thought I understood this but I guess I do not.  I do NOT like having 
 wu-ftpd up and running by default and I want it to DIE DIE DIE!  If I start 
 up tksysv, ftpd service is not listed.  I open up linuxconf and in the 
 wu-ftpd page, there isn't any setting or switch for NOT starting it by 
 default (the damn thing is on by default - Hello?  SECURITY VIOLATION.).  I 
 did select the "Stop" button but then when I tried an ftp connection, inspite 
 of my having hit the "Stop" button in linuxconf, I get a connection.  If I 
 start up a process manager, I see nothing there indicating that it is running 
 - but it obviously is.
 
 How does one set up the system NOT to start the wu-ftp daemon at startup?  
 There isn't anything for this in webmin either.  It just assumes you want it 
 running, I guess.
 
 -- 
 Against stupidity, the gods themselves contend in vain.
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/