Linux-admin Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
* FTP problem....
@ 2003-04-02 14:35 Tom Troonbeeckx
  2003-04-02 14:44 ` Jamie Harris
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Troonbeeckx @ 2003-04-02 14:35 UTC (permalink / raw)
  To: linux-admin

Hi friends,

recently I installed the ftp-server proftpd-1.2.8.  Before I started the
daemon I stopped the previous FTP-server wu-ftpd.

Currently I have no FTP-daemon started, however.  When i telnet to mine
server(Redhat 7.1) I still got a fingerprint from the wu-ftpd.

Initial I thought there must be running still a wu-daemon.
I listed all processes and grepped for an ftp string (ps -waux | grep ftp).
Still nothing to see.
After that I utilised lsof(lsof-4.67) and grabbed for any ftp matches.
Still empty results.

In a nutshell, in the procestable is no entry which indicates there is an
ftp-daemon is running, on the otherhand telnetting shows me a differten
result.

Any ideas how this is possible or how I can stop the 'hidden' daemon for
listening on port 21.

Thanks in advance...

 Ideaxis nv
-facing the internet-

Flanders Multimedia Valley
Wetenschapspark 1
B-3590 DIEPENBEEK

Tel : +32 11 26 89 20
Fax : +32 11 23 22 17
Mobile: +32 479 13 14 81

E-Mail: tom.troonbeeckx@ideaxis.com
URL: http://www.ideaxis.com/

Ideaxis nv legal disclaimer
The information contained in this e-mail is confidential and may be
privileged. It may be read, copied and used only by the intended recipient.
If you have received it in error, please contact the sender immediately by
returning this e-mail. Please delete this e-mail and do not disclose its
contents to any person. Ideaxis nv does not accept liability for any
errors, omissions, delays of receipt or viruses in the contents of this
message which arise as a result of e-mail transmission.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FTP problem....
  2003-04-02 14:35 FTP problem Tom Troonbeeckx
@ 2003-04-02 14:44 ` Jamie Harris
  2003-04-02 14:52   ` Tom Troonbeeckx
  2003-04-02 15:06   ` César Soler
  0 siblings, 2 replies; 4+ messages in thread
From: Jamie Harris @ 2003-04-02 14:44 UTC (permalink / raw)
  To: tom.troonbeeckx; +Cc: linux-admin

Are you sure its not inetd that is responding to the request?  Have a look
at /etc/inetd.conf or your equivilent.

cheers

Jamie...

> Hi friends,
>
> recently I installed the ftp-server proftpd-1.2.8.  Before I started the
> daemon I stopped the previous FTP-server wu-ftpd.
>
> Currently I have no FTP-daemon started, however.  When i telnet to mine
> server(Redhat 7.1) I still got a fingerprint from the wu-ftpd.
>
> Initial I thought there must be running still a wu-daemon.
> I listed all processes and grepped for an ftp string (ps -waux | grep
> ftp). Still nothing to see.
> After that I utilised lsof(lsof-4.67) and grabbed for any ftp matches.
> Still empty results.
>
> In a nutshell, in the procestable is no entry which indicates there is
> an ftp-daemon is running, on the otherhand telnetting shows me a
> differten result.
>
> Any ideas how this is possible or how I can stop the 'hidden' daemon for
> listening on port 21.
>
> Thanks in advance...
>
>  Ideaxis nv
> -facing the internet-
>
> Flanders Multimedia Valley
> Wetenschapspark 1
> B-3590 DIEPENBEEK
>
> Tel : +32 11 26 89 20
> Fax : +32 11 23 22 17
> Mobile: +32 479 13 14 81
>
> E-Mail: tom.troonbeeckx@ideaxis.com
> URL: http://www.ideaxis.com/
>
> Ideaxis nv legal disclaimer
> The information contained in this e-mail is confidential and may be
> privileged. It may be read, copied and used only by the intended
> recipient. If you have received it in error, please contact the sender
> immediately by returning this e-mail. Please delete this e-mail and do
> not disclose its contents to any person. Ideaxis nv does not accept
> liability for any errors, omissions, delays of receipt or viruses in the
> contents of this message which arise as a result of e-mail transmission.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin"
> in the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 
**  This message was transmitted on 100% recycled electrons **




^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: FTP problem....
  2003-04-02 14:44 ` Jamie Harris
@ 2003-04-02 14:52   ` Tom Troonbeeckx
  2003-04-02 15:06   ` César Soler
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Troonbeeckx @ 2003-04-02 14:52 UTC (permalink / raw)
  To: Jamie Harris; +Cc: linux-admin

Yep,  you are correct the wu-ftpd was still configured in /etc/xinetd.conf.

After I removed this entry and restarted xinetd, port 21 was released.

Thanks for the advice.


-----Original Message-----
From: Jamie Harris [mailto:jamie@jharris.homeip.net]
Sent: woensdag 2 april 2003 16:44
To: tom.troonbeeckx@ideaxis.com
Cc: linux-admin@vger.kernel.org
Subject: Re: FTP problem....


Are you sure its not inetd that is responding to the request?  Have a look
at /etc/inetd.conf or your equivilent.

cheers

Jamie...

> Hi friends,
>
> recently I installed the ftp-server proftpd-1.2.8.  Before I started the
> daemon I stopped the previous FTP-server wu-ftpd.
>
> Currently I have no FTP-daemon started, however.  When i telnet to mine
> server(Redhat 7.1) I still got a fingerprint from the wu-ftpd.
>
> Initial I thought there must be running still a wu-daemon.
> I listed all processes and grepped for an ftp string (ps -waux | grep
> ftp). Still nothing to see.
> After that I utilised lsof(lsof-4.67) and grabbed for any ftp matches.
> Still empty results.
>
> In a nutshell, in the procestable is no entry which indicates there is
> an ftp-daemon is running, on the otherhand telnetting shows me a
> differten result.
>
> Any ideas how this is possible or how I can stop the 'hidden' daemon for
> listening on port 21.
>
> Thanks in advance...
>
>  Ideaxis nv
> -facing the internet-
>
> Flanders Multimedia Valley
> Wetenschapspark 1
> B-3590 DIEPENBEEK
>
> Tel : +32 11 26 89 20
> Fax : +32 11 23 22 17
> Mobile: +32 479 13 14 81
>
> E-Mail: tom.troonbeeckx@ideaxis.com
> URL: http://www.ideaxis.com/
>
> Ideaxis nv legal disclaimer
> The information contained in this e-mail is confidential and may be
> privileged. It may be read, copied and used only by the intended
> recipient. If you have received it in error, please contact the sender
> immediately by returning this e-mail. Please delete this e-mail and do
> not disclose its contents to any person. Ideaxis nv does not accept
> liability for any errors, omissions, delays of receipt or viruses in the
> contents of this message which arise as a result of e-mail transmission.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin"
> in the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
**  This message was transmitted on 100% recycled electrons **






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FTP problem....
  2003-04-02 14:44 ` Jamie Harris
  2003-04-02 14:52   ` Tom Troonbeeckx
@ 2003-04-02 15:06   ` César Soler
  1 sibling, 0 replies; 4+ messages in thread
From: César Soler @ 2003-04-02 15:06 UTC (permalink / raw)
  To: linux-admin

On Wed, Apr 02, 2003 at 03:44:25PM +0100, Jamie Harris wrote:
> Are you sure its not inetd that is responding to the request?  Have a look
> at /etc/inetd.conf or your equivilent.
> 
> cheers
> 
> Jamie...
> 
> > Hi friends,
> >
> > recently I installed the ftp-server proftpd-1.2.8.  Before I started the
> > daemon I stopped the previous FTP-server wu-ftpd.
> >
> > Currently I have no FTP-daemon started, however.  When i telnet to mine
> > server(Redhat 7.1) I still got a fingerprint from the wu-ftpd.

I think that in the RH7.1 by default these services deal with xinetd, so
you must look in /etc/xinetd.d directory (if you haven't changed....)

Regards,
-- 
César Soler <csoler@euskalnet.net>		PGP KeyID: 0x179DAD53

Colo-cao! El alimento de la juventu....
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-02 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-02 14:35 FTP problem Tom Troonbeeckx
2003-04-02 14:44 ` Jamie Harris
2003-04-02 14:52   ` Tom Troonbeeckx
2003-04-02 15:06   ` César Soler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox