From: Sahil Tandon on
On Tue, 27 Apr 2010, N. Yaakov Ziskind wrote:

> Sahil Tandon wrote (on Tue, Apr 27, 2010 at 11:23:22PM -0400):
> > Assuming you did not make any mistakes while editing syslog.conf, did
> > you restart syslogd(8) after making the changes? Postfix simply logs to
> > the mail facility; how syslogd(8) handles this is not a Postfix issue.
>
> yes, with /etc/init.d/sysklogd restart; I also HUPed the only process,
> 'rsyslogd -c4', to come out of 'ps ax|grep log'.

You are aware that rsyslogd != sys(k)logd, right?

--
Sahil Tandon <sahil(a)FreeBSD.org>

From: "N. Yaakov Ziskind" on
Sahil Tandon wrote (on Wed, Apr 28, 2010 at 12:02:34AM -0400):
> On Tue, 27 Apr 2010, N. Yaakov Ziskind wrote:
>
> > Sahil Tandon wrote (on Tue, Apr 27, 2010 at 11:23:22PM -0400):
> > > Assuming you did not make any mistakes while editing syslog.conf, did
> > > you restart syslogd(8) after making the changes? Postfix simply logs to
> > > the mail facility; how syslogd(8) handles this is not a Postfix issue.
> >
> > yes, with /etc/init.d/sysklogd restart; I also HUPed the only process,
> > 'rsyslogd -c4', to come out of 'ps ax|grep log'.
>
> You are aware that rsyslogd != sys(k)logd, right?
>
> --
> Sahil Tandon <sahil(a)FreeBSD.org>

Not as aware as I should be, I suppose, but yes - which is why I
restarted both. I basically looked for everything with log in it in
/etc/init.d and ps ax, and restarted them, including /etc/init.d/klogd.

--
_________________________________________
Nachman Yaakov Ziskind, FSPA, LLM awacs(a)ziskind.us
Attorney and Counselor-at-Law http://ziskind.us
Economic Group Pension Services http://egps.com
Actuaries and Employee Benefit Consultants

From: "N. Yaakov Ziskind" on
Sahil Tandon wrote (on Wed, Apr 28, 2010 at 12:02:34AM -0400):
> On Tue, 27 Apr 2010, N. Yaakov Ziskind wrote:
>
> > Sahil Tandon wrote (on Tue, Apr 27, 2010 at 11:23:22PM -0400):
> > > Assuming you did not make any mistakes while editing syslog.conf, did
> > > you restart syslogd(8) after making the changes? Postfix simply logs to
> > > the mail facility; how syslogd(8) handles this is not a Postfix issue.
> >
> > yes, with /etc/init.d/sysklogd restart; I also HUPed the only process,
> > 'rsyslogd -c4', to come out of 'ps ax|grep log'.
>
> You are aware that rsyslogd != sys(k)logd, right?
>
> --
> Sahil Tandon <sahil(a)FreeBSD.org>

In the interest of clarity, system is running Ubuntu Lucid, and there is
no syslogd on the system (except /etc/default/syslogd), only sysklogd,
which seems to be its replacement.

--
_________________________________________
Nachman Yaakov Ziskind, FSPA, LLM awacs(a)ziskind.us
Attorney and Counselor-at-Law http://ziskind.us
Economic Group Pension Services http://egps.com
Actuaries and Employee Benefit Consultants

From: Sahil Tandon on
On Wed, 28 Apr 2010, N. Yaakov Ziskind wrote:

> Sahil Tandon wrote (on Wed, Apr 28, 2010 at 12:02:34AM -0400):
> > On Tue, 27 Apr 2010, N. Yaakov Ziskind wrote:
> >
> > > Sahil Tandon wrote (on Tue, Apr 27, 2010 at 11:23:22PM -0400):
> > > > Assuming you did not make any mistakes while editing syslog.conf, did
> > > > you restart syslogd(8) after making the changes? Postfix simply logs to
> > > > the mail facility; how syslogd(8) handles this is not a Postfix issue.
> > >
> > > yes, with /etc/init.d/sysklogd restart; I also HUPed the only process,
> > > 'rsyslogd -c4', to come out of 'ps ax|grep log'.
> >
> > You are aware that rsyslogd != sys(k)logd, right?
>
> In the interest of clarity, system is running Ubuntu Lucid, and there is
> no syslogd on the system (except /etc/default/syslogd), only sysklogd,
> which seems to be its replacement.

And yet your ps(1) output indicates that only rsyslogd is running? I'm
not an Ubuntu user, so perhaps someone else can chime with a hint. Since
this does not appear to be a Postfix issue, you might also wish to
pursue this on a more appropriate mailing list.

--
Sahil Tandon <sahil(a)FreeBSD.org>

From: Kay on
On 28/04/10 03:34, N. Yaakov Ziskind wrote:
> I'd like to stop postfix from scribbling to syslog.
[snip]

> auth,authpriv.* /var/log/auth.log
> *.*;auth,authpriv.none;mail.none -/var/log/syslog

I have this:

*.*;auth,authpriv.none,cron.none,mail.none -/var/log/syslog

I don't know the significance of a comma versus a semi-colon, but this
works for me.

--kay