Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Find all FTP packages

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-12-2009
Member
 
Join Date: Jul 2009
Posts: 188
Find all FTP packages

Hello ,
I installed pure-ftpd and put a virtual user until this point there was no error. By cons when I decided to start the server it gave me an error
Code:
debian: / etc # pure-ftpd
Unable to start a standalone server: Address already in use
Then with the use of the command USIS it said there was a problem to use this since I already tried to install another FTP without success. So I think the ftp address is already used or the process and that pure-ftpd can not boot. How to know that ftp work? order to remove FTP. I was looking for whether that prevents pure-ftpd start otherwise there would not be a log somewhere. I tried the following
Code:
debian: / etc # dpkg - list '* ftp'
I do not know I am right or not? or am I completely off the plate ? Thanks in advance.
Reply With Quote
  #2  
Old 14-12-2009
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: Find all FTP packages

Hi
You can see what process is listening on port 21 (ftp) with the following command.
Code:
# lsof -i: 21
To issue this command first you have to be the root user. Think this may help you. If any problem do post back.
Reply With Quote
  #3  
Old 14-12-2009
Member
 
Join Date: Jul 2009
Posts: 188
Re: Find all FTP packages

Hi
As you said I issue the following command
Quote:
# lsof -i: 21
This was the result I got
Code:
 debian: / etc # lsof-i: 21
CMD PID USER SIZE NODE
inetd 1584 root 4u IPv4 3254 TCP *: ftp
Please not that port 21 from my router is on open. Now, any advice on this.
Reply With Quote
  #4  
Old 14-12-2009
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: Find all FTP packages

Hello
FTP service is run by the super daemon inetd. You can look in / etc / inetd.conf if this service is uncommented. To disable it you can put it in comment and restart the inetd for the changes to take effect. Then you run again lsof command to make sure that port 21 is no longer used. Any more problems do post back.
Reply With Quote
  #5  
Old 14-12-2009
Member
 
Join Date: Jul 2009
Posts: 188
Re: Find all FTP packages

Hi
Output of / etc / inetd.conf:
Code:
debian: / etc # vi / etc / inetd.conf
# / Etc / inetd.conf: see inetd (8) for further information.
# Internet superserver configuration database
# Lines starting with "#: LABEL:" Gold "# # <OFF>" should not
# Be changed unless you know what you are doing!
# If you want to disable an entry so it is not touched during
# Package updates just comment it out with a single '#' character.
# Packages should modify this file by using update-inetd (8)
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#: INTERNAL: Internal services
# discard stream tcp nowait root internal
# discard dgram udp wait root internal
# daytime stream tcp nowait root internal
# time stream tcp nowait root internal
#: STANDARD: These are standard services.
ftp stream tcp nowait root / usr / sbin / tcpd / usr / sbin / proftpd
I did not find the line uncommented. I have not tried to comment the line and restart it. I think there is a risk in doing that. Any advice.
Reply With Quote
  #6  
Old 14-12-2009
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: Find all FTP packages

Hello
Quote:
I have not tried to comment the line and restart it. I think there is a risk in doing that.
Yes you can surely comment the line. There is no risk in that. You have already installed proftpd as ftp service so if you want to use pure-ftpd proftpd must be disabled. This will surely work. Try it.
Reply With Quote
  #7  
Old 14-12-2009
Member
 
Join Date: Jul 2009
Posts: 188
Re: Find all FTP packages

Hi
There is no problem now when I issue this command.
Code:
# lsof-i: 21
Every thing is working fine now, and it is giving the desired result what I want. Thanks for your help.
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Find all FTP packages"
Thread Thread Starter Forum Replies Last Post
Airtel DTH and its Packages Cade India BroadBand 6 06-05-2010 12:19 AM
How to find list of installed packages in Ubuntu Croulet Operating Systems 3 08-07-2009 05:38 PM
Using MSI setup packages Beneficence Windows Software 3 16-03-2009 11:57 PM
TATA Sky packages Amol21 India BroadBand 4 26-12-2008 10:59 AM
Cannot install msi packages delvin.friends Operating Systems 2 28-04-2008 09:47 PM


All times are GMT +5.5. The time now is 03:57 PM.