rcraid-dkms icon indicating copy to clipboard operation
rcraid-dkms copied to clipboard

Ubuntu 22.10 installation requires workaround

Open jwfoley opened this issue 2 years ago • 1 comments

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?

jwfoley avatar Jan 15 '23 04:01 jwfoley

I did this and can see my RAID 0 but can't format free space succesfully

binarydepth avatar Apr 21 '23 12:04 binarydepth