rcraid-dkms
rcraid-dkms copied to clipboard
Ubuntu 22.10 installation requires workaround
The PPA is missing a version for Ubuntu 22.10. I tried installing the version for 22.04.1 but it failed with an error message. On closer examination the error ultimately traced to the missing stdarg.h
reported previously. So as a workaround I installed a modified package with the commit that patches this problem:
$ git clone https://github.com/Exioncore/rcraid-dkms -b compatibility_updates
$ cd rcraid-dkms
$ sudo sh install
Then I continued with the "Switching to RAID mode" instructions and it worked.
Is it possible to accept the pending pull request with this patch and release an Ubuntu 22.10 version of the package so this workaround isn't necessary anymore?
I did this and can see my RAID 0 but can't format free space succesfully