https://bugs.koozali.org/show_bug.cgi?id=12237
Bug ID: 12237
Summary: duplicate log entry for /var/log/xferlog and found
error in file vsftpd, skipping
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-freepbx
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
/etc/cron.daily/logrotate:
error: vsftpd:7 duplicate log entry for /var/log/xferlog
error: found error in file vsftpd, skipping
rpm -qf /etc/logrotate.d/vsftpd
vsftpd-3.0.2-29.el7_9.x86_64
which is required by smeserver-freepbx
# cat /etc/logrotate.d/vsftpd
/var/log/vsftpd.log {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}
/var/log/xferlog {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}
# cat /etc/logrotate.d/proftpd
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
/var/log/proftpd/*.log {
compress
missingok
}
/var/log/xferlog {
compress
missingok
}
suggest template file and removing the entry
/var/log/xferlog {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/