Re: What's blocking Port 25?

From: John Summerfield (debian_at_ComputerDatasafe.com.au)
Date: 07/30/04

  • Next message: Griffin Palmer: "Re: What's blocking Port 25?"
    Date: Fri, 30 Jul 2004 13:50:08 +0800
    To: Debian Users mailing list <debian-user@lists.debian.org>
    
    

    Griffin Palmer wrote:

    >OBTW -- when I try to telnet to port 25 on the new box
    >from the old box, I get "connection refused."
    >
    >
    >
    That's your problem.

    Here's how to use lsof for this prob:
    ns:~# lsof -c post -a -i
    COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
    postmaste 691 postgres 3u IPv6 2276 TCP *:postgresql (LISTEN)
    postmaste 691 postgres 4u IPv4 2277 TCP *:postgresql (LISTEN)
    postmaste 691 postgres 6u IPv4 2286 UDP localhost:1034->localhost:1034
    postmaste 695 postgres 6u IPv4 2286 UDP localhost:1034->localhost:1034

    -- 
    Cheers
    John
    -- spambait
    1aaaaaaa@computerdatasafe.com.au  Z1aaaaaaa@computerdatasafe.com.au
    Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Griffin Palmer: "Re: What's blocking Port 25?"

    Relevant Pages

    • Re: Port 443?
      ... >>Can anyone tell me what listens on port 443? ... # lsof -Pi:443 ... COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ...
      (Fedora)
    • Re: missing free space
      ... Output from lsof ... COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
      (Debian-User)
    • Re: Interpreting open file descriptors
      ... openor die $!; ... On lsof I get the following: ... COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ...
      (comp.unix.programmer)
    • Re: Whats blocking Port 25?
      ... > Here's how to use lsof for this prob: ... > COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ... Try running netstat -tulpen ...
      (Debian-User)
    • Re: lsof and the FD column
      ... lsof -p 15231 ... COMMAND PID USER FD TYPE DEVICE SIZE NODE ... So it makes perfectly sense to open a single file multiple times. ...
      (comp.unix.solaris)