https://bugzilla.redhat.com/show_bug.cgi?id=1148444

            Bug ID: 1148444
           Summary: logrotation fails
           Product: Fedora EPEL
           Version: epel7
         Component: rabbitmq-server
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]



Description of problem:

Logrotation fails 100% because of old-style post-rotate command

Version-Release number of selected component (if applicable):

rabbitmq-server-3.1.5-7.el7.noarch

How reproducible:

100%

Steps to Reproduce:

[root@jcentos7-01 tmp]# logrotate -f /etc/logrotate.conf
The service command supports only basic LSB actions (start, stop, restart,
try-restart, reload, force-reload, status). For other actions, please try to
use systemctl.
error: error running shared postrotate script for '/var/log/rabbitmq/*.log '

[root@jcentos7-01 tmp]# cat /etc/logrotate.d/rabbitmq-server 
/var/log/rabbitmq/*.log {
        weekly
        missingok
        rotate 20
        compress
        delaycompress
        notifempty
        sharedscripts
        postrotate
            /sbin/service rabbitmq-server rotate-logs > /dev/null
        endscript
}

[root@jcentos7-01 tmp]#  /sbin/service rabbitmq-server rotate-logs > /dev/null
The service command supports only basic LSB actions (start, stop, restart,
try-restart, reload, force-reload, status). For other actions, please try to
use systemctl.
[root@jcentos7-01 tmp]# echo $?
2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to