|
| |||||||||
| Tags: debian, ftp, ftp server, linux, operating system, packages |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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 Code: debian: / etc # dpkg - list '* ftp' |
|
#2
| ||||
| ||||
| 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 |
|
#3
| |||
| |||
| Re: Find all FTP packages
Hi As you said I issue the following command Quote:
Code: debian: / etc # lsof-i: 21 CMD PID USER SIZE NODE inetd 1584 root 4u IPv4 3254 TCP *: ftp |
|
#4
| ||||
| ||||
| 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. |
|
#5
| |||
| |||
| 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 |
|
#6
| ||||
| ||||
| Re: Find all FTP packages
Hello Quote:
|
|
#7
| |||
| |||
| Re: Find all FTP packages
Hi There is no problem now when I issue this command. Code: # lsof-i: 21 |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |