Bug#787950: mdadm/checkarray: broken on current debian systems

2016-10-06 Thread Dark Penguin
The easiest fix for this is changing #!/bin/sh to #!/bin/bash in that file. And I believe it's the "correct" fix, because the shebang line is invented specifically to tell you which interpreter to use, so it you write a script for Bash, you should put Bash there, not Dash or whatever sh could

Bug#787950: mdadm/checkarray: broken on current debian systems

2016-06-16 Thread Raimund Jacob-Blödorn
Dear Madduck, Dear Michael! Thanks for providing checkarray with mdadm and friends. I really like them as I run several servers with RAID. Please allow me to bring to your attention that on a normal, modern Debian 8 installation the script fails silently. The problem was discovered more