Results 1 to 2 of 2

Thread: regarding syslog

  1. #1

    regarding syslog

    Hi all
    i have configured syslog-ng for my centralised logging.But i also want to keep my syslog service on in order to get my maillogs.But when i start syslog-ng then i don't get my maillogs even the syslog service is on.This is because syslog-ng is already using udp port 514.so i need to know to change the syslog port,means it shud listen on a different port.Kindly help

    regards
    love wadhwa

  2. #2
    You need to permanently disable regular syslog and permanently make syslog-ng take over as your syslog server.

    Use the chkconfig commands to do this after your next reboot.

    Code:
    # chkconfig syslog off
    # chkconfig syslog-ng on

Similar Threads

  1. win - to - syslog
    By elovkoff in forum Linux - Hardware, Networking & Security
    Replies: 1
    Last Post: 05-20-2003, 06:36 PM
  2. syslog server
    By elovkoff in forum Linux - Hardware, Networking & Security
    Replies: 6
    Last Post: 05-20-2003, 05:25 PM
  3. syslog help
    By tolstoy in forum Linux - Hardware, Networking & Security
    Replies: 2
    Last Post: 04-26-2002, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •