Comment 4 for bug 1558963

Revision history for this message
Krzysztof Franckowski (kfranckowski) wrote :

MOS 8.0 + MU3:

--- daemon.log on a controller node ---
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ /usr/bin/umm: line 40: runlevel: command not found ]
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ -su: 1: [: zrunlevel: unexpected operator ]
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ /usr/bin/umm: line 40: runlevel: command not found ]
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ -su: 1: [: zrunlevel: unexpected operator ]
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ /usr/bin/umm: line 40: runlevel: command not found ]
<29>Feb 17 10:55:55 lxf824s002 pacemaker_remoted[28851]: notice: operation_finished: p_rabbitmq-server_monitor_30000:4052:stderr [ -su: 1: [: zrunlevel: unexpected operator ]

a) for the first problem (/usr/bin/umm: line 40: runlevel: command not found):
- we have (in the line 40): "echo runlevel $(runlevel)"
- it seems, we could update the line with: "echo runlevel $(/sbin/runlevel)"

b) "zrunlevel" error seems to be exactly as in the bug "1558963"

Please provide us with the appropriate patch.