Re: what is equivalent to syslog.conf for ubuntu

2011-02-27 Thread Michael Zoet

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 26.02.2011 20:41, schrieb Tapas Mishra:
 I am searching for syslog.conf equivalent for Ubuntu what file is that?

It depends what syslog package you have installed ;-). There seems to
be a lot of people who like to program their own syslog daeomon and
Ubuntu happily installs them as default when they are available ;-).

Just do a

dpkg -l \*sys\*log\* | grep ^ii

then you see what syslog package ist installed.

Or do a

ps auwwwx | grep .*sys.*log.*

then you see which syslog is running. On my desktop machine I am
sitting now in front of has rsyslogd installed and the config is
/etc/rsyslog.conf. But this can be different for you!
It is one of my favourits to find out which syslog daemon Ubuntu uses
in the latest version...


Bye,

Michael
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1qBuEACgkQBvfZ5167qr89QwCglw/+Vgxh688fjmvsWPw/T4Yq
cRkAn3KKknX/Dg6YzTd8R7HupjaJXVZM
=DlT7
-END PGP SIGNATURE-


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


what is equivalent to syslog.conf for ubuntu

2011-02-26 Thread Tapas Mishra
I am searching for syslog.conf equivalent for Ubuntu what file is that?
Basically I am trying to create a gtalk like application which can
alert a user as
an SSH connection is established to his server with the machine using
xmphp library.


-- 
http://mightydreams.blogspot.com

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam