RE: ARG: Xinetd is listening on port tcp:514????@

From: Jason Staudenmayer (jasons_at_NJAQUARIUM.ORG)
Date: 05/22/04

  • Next message: Keg: "Re: ARG: Xinetd is listening on port tcp:514????@"
    To: "'General Red Hat Linux discussion list'" <redhat-list@redhat.com>
    Date: Sat, 22 May 2004 11:19:24 -0400
    
    

    Syslog-ng is still running. Check you conf file for udp{} or tcp{} and
    remove them.

    -----Original Message-----
    From: Keg [mailto:redhat@zulu420.com]
    Sent: Saturday, May 22, 2004 11:11 AM
    To: General Red Hat Linux discussion list
    Subject: Re: ARG: Xinetd is listening on port tcp:514????@

    Ben Russo wrote:

    > Keg wrote:
    >
    >>
    >> I have shutdown syslog and looked at everything in /etc/xinetd.conf
    >> and /etc/xinetd.d/* and cannot find what is listening on TCP port 514.
    >
    >
    >> What is binding to this port???
    >
    >
    > It is probably your syslog daemon.
    > Try "netstat -nap | grep 514"
    > or
    >
    > [root@nms log]# grep 514 /etc/services
    > shell 514/tcp cmd # no passwords used
    > syslog 514/udp
    > [root@nms log]# netstat -nap | grep 514
    > tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN
    > 29964/syslog-ng
    > udp 288 0 0.0.0.0:514 0.0.0.0:*
    > 29964/syslog-ng
    > [root@nms log]# lsof -i | grep syslog
    > syslog-ng 29964 root 3u IPv4 1083907377 TCP *:shell (LISTEN)
    > syslog-ng 29964 root 5u IPv4 1083907378 UDP *:5050
    > syslog-ng 29964 root 6u IPv4 1083907379 UDP *:syslog
    > syslog-ng 29964 root 8u IPv4 1083907383 UDP
    > nms.myco.com:42822->otherhost:5050
    >
    >

    I forgot to mention I shut syslogd down.

    ??

    -Chcuk

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Keg: "Re: ARG: Xinetd is listening on port tcp:514????@"

    Relevant Pages