[asterisk-bugs] [Asterisk 0019388]: Incorrect owner/group log files
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 31 07:12:10 CDT 2011
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=19388
======================================================================
Reported By: sebelk
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19388
Category: Addons/General
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.2.18
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-05-31 07:12 CDT
Last Modified: 2011-05-31 07:12 CDT
======================================================================
Summary: Incorrect owner/group log files
Description:
${asterisk_sources}/contrib/scripts/asterisk.logrotate has incorrect
owner/group:
__LOGDIR__/debug __LOGDIR__/console __LOGDIR__/full __LOGDIR__/messages
__LOGDIR__/*log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 640 root root
sharedscripts
postrotate
__SBINDIR__/asterisk -rx 'logger reload' > /dev/null 2>
/dev/null
endscript
}
This causes asterisk crashes at rotate time
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-31 07:12 sebelk New Issue
2011-05-31 07:12 sebelk Asterisk Version => 1.6.2.18
2011-05-31 07:12 sebelk Regression => No
2011-05-31 07:12 sebelk SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list