Public bug reported:

(UBUNTU) Ubuntu 12.04.3 LTS [updatetd just now]
(byobu) Version: 5.17-0ubuntu1
*** (different source in byobu trunk!)   

Using 'screen' (tmux NOT TESTED) seemingly holds the last
status string from function __raid in file /usr/lib/byobu/raid forever,
while the RAID rebuild ended. 
This last state always is 'nearly done', then constant until restart.

I assume, that the 'return' at the end of function '__raid' should
'printf ' at least one blank instead of 'returning really nothing'.

I tried replacing line 39:

        [ -n "$msg" ] || return

with

        [ -n "$msg" ] || { printf ""; return }

and the useless status goes away.
(I'll see/test the next RAID-rebuild one of the 
days 'soon', having to replace two more disks)

Stucki

** Affects: byobu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to byobu in Ubuntu.
https://bugs.launchpad.net/bugs/1251659

Title:
  Raid-Status (from /usr/lib/byobu/raid) stays forever near 99.9%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1251659/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to