Thanks. I renamed the /usr/local/cli-shell-utils directory to ....oldBitJam wrote: Tue Apr 02, 2019 12:02 pmI'm not sure. The timing is right for either. Here is a quick test:rs55 wrote: Tue Apr 02, 2019 9:59 am I noticed a new LUM in the MX updater ( LUM 19.4). Is this the final version or Adrian's interim version?(change to your home directory copy live-usb-maker from /usr/local/bin and then print out the versions using this local copy of live-usb-maker.)Code: Select all
$ cd $ cp /usr/local/bin/live-usb-maker . $ ./live-usb-maker --version live-usb-maker version 2.23.04 (Mon Apr 1 01:00:41 MDT 2019) cli-shell-utils version 2.33.05 (Mon Apr 1 10:34:42 MDT 2019)
This new version should work with your large files even if you use --force=fuse (thanks to the wizardry of fehlix). You may also notice that we are now checking the md5 files within LUM. If you are still over-riding the library then you will need to disable that to get access to the new library that contains the fixes:The new version should also be being called from the GUI versions (once you disable the over-ride). We try "mount" first and only fall back to "fuseiso" if mount fails. This is because I believe you, rs55, have already found all the problems with fuseiso and we were able to fix them. But if not, the error should show up in the md5 check while LUM is running which should save us all some grief.Code: Select all
cd /usr/local/ sudo mv cli-shell-utils/ cli-shell-utils.old/
This is not the final version. This has the fixes backported to the version from antiX-17.4. A newer version is on the way for antiX-19.
Then I ran update/upgrade to get the new version of lum.
Then I ran live-usb-maker --version
It showed: lum 2.20.
cli-shell-utils 2.30
Hmm.. wonder what Iam doing wrong here.