Re: Fwd: problems attempting to grow raid5 to raid6 - advice sought
From: Phil Turmel <hidden>
Date: 2017-11-25 23:47:43
From: Phil Turmel <hidden>
Date: 2017-11-25 23:47:43
On 11/25/2017 11:14 AM, Anthony Youngman wrote:
On 25/11/17 02:54, Paul Chambers wrote:quoted
Following this script is its output on the system in question. It's missing the output of lsdrv (sorry), but it has multiple problems running on my system, and I'm not proficient enough with python to fix them all.What's your default Python? 3? Then yes it will blow up. I had exactly that problem, and all I did was change the shebang line to explicitly invoke Python 2.7. It worked perfectly.
Yeah, making it compatible with python3 is on my to-do list.