Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 28866
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 27206
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Shevek <gentoo@anarres.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 28866 depends on: Show dependency tree
Bug 28866 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-16 04:15 0000
I just ugpraded exim from 4.14 to 4.21, and exim is no longer syslogging
anything.

My syslog-ng configuration contains the following:

source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
destination everything { file("/var/log/everything"); };
destination console_all { file("/dev/tty12"); };
filter f_noncron { not facility(cron); };
log { source(src); destination(console_all); };
log { source(src); filter(f_noncron); destination(everything); };

... so it really should be logging. The old exim logged. Is it possible that
this is a problem with sandboxing when the new exim was built? This is doubtful
because exim doesn't use configure.

What is broken?

Thanks.

S.

------- Comment #1 From Shevek 2003-09-16 04:40:38 0000 -------
Apparently the log files have moved to /var/log/exim and no longer go through
syslog at all.

Setting:

log_file_path = syslog

in exim.conf restores the original settings.

This bug can be closed; perhaps a warning message somewhere in the ebuild would
be good?

------- Comment #2 From Bryan Østergaard (RETIRED) 2003-10-11 16:46:13 0000 -------
This problem makes exim log a panic to /var/log/mail/ and immediately exit
when started by /etc/init.d/exim start. The init script just said [ok].

I think the ebuild should either change the sample configuration to use syslog
or  create the necessary /var/log/exim dir and chown it mail:mail.

------- Comment #3 From Martin Holzer (RETIRED) 2004-01-18 06:57:43 0000 -------

*** This bug has been marked as a duplicate of 27206 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug