LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   syslog server setup (https://www.linuxquestions.org/questions/linux-newbie-8/syslog-server-setup-799703/)

myubuntu 04-02-2010 10:35 PM

syslog server setup
 
hey guys, I am trying to setup syslog server in Ubunutu. But I couldnt find the syslog.conf in /etc & also sysklogd in /etc/init.d/, any clue. pls let me know if I need to install syslog server first.....

Qaisturi 04-03-2010 01:55 AM

/etc/onconfig here give the path

pkhera_2001 04-03-2010 03:12 AM

Hi, to setup syslog server on ubuntu you will need to modify following two files:
/etc/sysconfig/syslog
/etc/default/syslogd

Find steps on below link for configuration of syslog server on ubuntu:
http://www.techiecorner.com/1479/how...ver-in-ubuntu/

Thanks
Pkhera

myubuntu 04-03-2010 11:53 PM

Quote:

Originally Posted by pkhera_2001 (Post 3922637)
Hi, to setup syslog server on ubuntu you will need to modify following two files:
/etc/sysconfig/syslog
/etc/default/syslogd

Find steps on below link for configuration of syslog server on ubuntu:
http://www.techiecorner.com/1479/how...ver-in-ubuntu/

Thanks
Pkhera

I couldnt find the sysconfig folder in /etc....any clue??

pkhera_2001 04-05-2010 12:49 AM

Hi!

Can you please check and confirm what version of Ubuntu linux is installed on machine, use following command:
cat /etc/issue.
I tried following steps on Ubuntu 8.10 live disk and required sysklogd package and files are there.

Use following command to find if syslog server installed or not on your machine:
dpkg -l |grep sysklogd

If this doesn't return any output then you may have to install the syslog server, use following command to install the syslog server:
apt-get install sysklogd

Once sysklogd package installed you should be able to find /etc/init.d/sysklogd file.

Thanks,
Pkhera


All times are GMT -5. The time now is 03:22 PM.