Hide Forgot
If you do a 'service pulse reload' you see this: [root@node-06 ha]# service pulse reload [root@node-06 ha]# [ OK ] The '[ OK ]' is on the same line as the prompt. This is cause by the pulse init script not echoing a newline after service reload is complete. This is purely cosmetic and can is very easy to fix. Output should appear as: [root@node-06 ha]# service pulse reload Reloading pulse: [ OK ] [root@node-06 ha]#
Created attachment 566368 [details] Echo newline after init script reload command. One line fix to echo newline after doing 'service pulse reload'.
Fixed in piranha-0.8.5-15.el6.
Without fix (piranha-0.8.5-14): [root@node-07 ~]# service pulse reload [root@node-07 ~]# [ OK ] With fix (piranha-0.8.5-15): [root@node-07 ~]# service pulse reload Reloading pulse: [ OK ] [root@node-07 ~]#
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0891.html