Live usb maker error

Message
Author
User avatar
Fornhamfred
Posts: 309
Joined: Sun May 02, 2010 12:49 pm

Re: Live usb maker error

#11 Post by Fornhamfred »

Adrian wrote: Sat Jun 07, 2025 8:31 am It says that there's a log at /tmp/live-usb-maker.log any relevant info there?

Also, can you please try something for me, what if you run the CLI tool directly, "live-usb-maker" it's not that complicated, do you have the same issue with it? You should have the command you need to run in the output:

Code: Select all

live-usb-maker gui -N -C off --from=/media/Backups/MX-Snapshots/snapshot/snapshot-20250607_0611.iso -t /dev/sdg
(just make sure it's the correct drive)
This is the output:
live-usb-maker gui -N -C off --from=/media/Backups/MX-Snapshots/snapshot/snapshot-20250607_0611.iso -t /dev/sdg
/usr/bin/live-usb-maker: line 18: -d: command not found
Could not find library cli-shell-utils.bash on path /usr/cli-shell-utils:/usr/lib/cli-shell-utils
This is a fatal error

Run the scrript on both machines with the same error message

User avatar
Eadwine Rose
Administrator
Posts: 14716
Joined: Wed Jul 12, 2006 2:10 am

Re: Live usb maker error

#12 Post by Eadwine Rose »

Remember to use code, makes it easier to read.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
Adrian
Developer
Posts: 8987
Joined: Wed Jul 12, 2006 1:42 am

Re: Live usb maker error

#13 Post by Adrian »

Fornhamfred wrote: Sat Jun 07, 2025 8:47 am
Adrian wrote: Sat Jun 07, 2025 8:31 am It says that there's a log at /tmp/live-usb-maker.log any relevant info there?

Also, can you please try something for me, what if you run the CLI tool directly, "live-usb-maker" it's not that complicated, do you have the same issue with it? You should have the command you need to run in the output:

Code: Select all

live-usb-maker gui -N -C off --from=/media/Backups/MX-Snapshots/snapshot/snapshot-20250607_0611.iso -t /dev/sdg
(just make sure it's the correct drive)
This is the output:
live-usb-maker gui -N -C off --from=/media/Backups/MX-Snapshots/snapshot/snapshot-20250607_0611.iso -t /dev/sdg
/usr/bin/live-usb-maker: line 18: -d: command not found
Could not find library cli-shell-utils.bash on path /usr/cli-shell-utils:/usr/lib/cli-shell-utils
This is a fatal error

Run the scrript on both machines with the same error message
Thanks, I've found that error too, there's a problem with how we upgraded the packages, we'll fix it soon.

User avatar
dolphin_oracle
Developer
Posts: 22294
Joined: Sun Dec 16, 2007 12:17 pm

Re: Live usb maker error

#14 Post by dolphin_oracle »

I broke it. sorry.

fixed packages sent this morning, you can download here.

**removing this attachment***
Last edited by dolphin_oracle on Sat Jun 07, 2025 9:54 am, edited 1 time in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22294
Joined: Sun Dec 16, 2007 12:17 pm

Re: Live usb maker error

#15 Post by dolphin_oracle »

Did the same to live kernel updater. Fix sent to repo.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
fehlix
Developer
Posts: 12721
Joined: Wed Apr 11, 2018 5:09 pm

Re: Live usb maker error

#16 Post by fehlix »

dolphin_oracle wrote: Sat Jun 07, 2025 9:17 am I broke it. sorry.

fixed packages sent this morning, you can download here.
not all seems to have been fixed from the typo, the issue is this line:

Code: Select all

if ( -d "/usr/local/lib/cli-shell-utils" ); then
which may better look this way :

Code: Select all

if [  -d "/usr/local/lib/cli-shell-utils" ]; then
but still seen in dd-live-usb

Code: Select all

dd-live-usb:   if ( -d "/usr/local/lib/cli-shell-utils" ); then

User avatar
dolphin_oracle
Developer
Posts: 22294
Joined: Sun Dec 16, 2007 12:17 pm

Re: Live usb maker error

#17 Post by dolphin_oracle »

got it.

attached.
You do not have the required permissions to view the files attached to this post.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Fornhamfred
Posts: 309
Joined: Sun May 02, 2010 12:49 pm

Re: Live usb maker error

#18 Post by Fornhamfred »

Thanks for the update. Just noticed that the user names and passwords have not been saved for forums.

User avatar
j2mcgreg
Global Moderator
Posts: 6860
Joined: Tue Oct 23, 2007 12:04 pm

Re: Live usb maker error

#19 Post by j2mcgreg »

Fornhamfred wrote: Sun Jun 08, 2025 2:46 am Thanks for the update. Just noticed that the user names and passwords have not been saved for forums.
That's done with a cookie. If you haven't enabled persistence on your live USB drive, they won;t be saved from session to session.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
Fornhamfred
Posts: 309
Joined: Sun May 02, 2010 12:49 pm

Re: Live usb maker error

#20 Post by Fornhamfred »

Sorry not sure about this. In the past I have simply used the current usb sticks without having to make any alterations. Could you please explain what I now need to do in laymans terms.

Post Reply

Return to “Software / Configuration”