[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Ports in use
- Subject: Re: [cobalt-users] Ports in use
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Wed May 30 16:32:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 31 May 2001 baltimoremd@xxxxxxxxxxxxxxx wrote:
> I'm trying to install an application that makes use of
> various ports:
>
> telnetd:2323
> httpd:8080
> ftpd:2121
> rawd/binkp:60177
>
> port 2323 reports Can't bind() socket. Service already running?
>
> Any suggestions on another port that might be used in place of 2323?
>
> thom
> baltimoremd@xxxxxxxxxxxxxxx Thom LaCosta K3HRN Webmaster
Every one NOT listed in netstat -lt
Also I think that I would worry if your 2323 port is open as I don't know
it...
You can know which program (and pid) is listening on every port, by
typing, from root: netstat -lpt
- shimi