Live-USB-maker: bug after updates?

Forum › Forums › antiX-development › Development › Live-USB-maker: bug after updates?

  • This topic has 18 replies, 8 voices, and was last updated Apr 24-12:58 pm by andfree.
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #202346
    032_hsn
    Member

      antiX 26 x64 bit, with dinit:

      today after updates = snapshot O.K. – But Live-USB-maker is totally inactive. – Snapshot taken in VirtualBox 7.2.2.

      #202377
      dolphin_oracle
      Forum Admin

        yes their appears to be something wrong with the gui. the commandline live-usb-maker appears to still work.

        #202383
        sybok
        Member

          ‘live-usb-maker-gui-antix’ has an option to inspect log.
          Could you post all output in the terminal and the log.
          Is there anything suggesting the cause of the issue when you start the program from terminal and inspect the log?

          #202385
          olsztyn
          Member

            Could you post all output in the terminal and the log.
            Is there anything suggesting the cause of the issue when you start the program from terminal and inspect the log?

            Output of terminal:

            demo@antix1:~
            $ sudo live-usb-maker-gui-antix
            live-usb-maker-gui-antix version: 26.04.19
            LUM is: "/usr/bin/live-usb-maker"
            Options: ("-N")
            Target device: "sdc" Raw size (bytes): 15664676864 Size (GB): 14
            Source filename property: "clone"
            
            

            Log:

            =====================================================================
            /usr/bin/live-usb-maker 
                    program: live-usb-maker
                    started: Thu Apr 23 03:31:42 AM EDT 2026
                    version: 2.41.23 (Thu, 01 Jan 2026)
                     kernel: 6.18.16-2-liquorix-amd64
                         OS: antiX 26 (Stephen Kapos)
                  found lib: /usr/local/lib/cli-shell-utils/cli-shell-utils.bash
                lib version: 2.41.05-2302 (Sat, 25 Feb 2023 12:45:10 -0500)
            ---------------------------------------------------------------------
            
            Found man page: live-usb-maker.1
            Found live media device /dev/sdb
            Only one target usb device was found sdc
            Will use target device sdc (14.6G SanDisk Cruzer Dial)
            

            As @dolphin_oracle indicated there seems something wrong with gui. CLI version is fine.

            • This reply was modified 5 months ago by olsztyn.

            Live antiX Boot Options (Previously posted by Xecure):
            http://antixlinuxfan.miraheze.org/wiki/Table_of_antiX_Boot_Parameters

            #202388
            m4r35n357
            Member
              #202392
              olsztyn
              Member

                Yes, I know, you already reported yesterday. I saw your post. I was just replying to request for log from @sybok…
                Thanks for your reporting this bug yesterday…

                • This reply was modified 5 months ago by olsztyn.

                Live antiX Boot Options (Previously posted by Xecure):
                http://antixlinuxfan.miraheze.org/wiki/Table_of_antiX_Boot_Parameters

                #202398
                m4r35n357
                Member

                  Yes, I know, you already reported yesterday. I saw your post.

                  OK appreciate the ack. I was beginning to wonder if people were ignoring me for complaining too much 😉

                  #202399
                  sybok
                  Member

                    @olsztyn: Not very revealing (at least not to me).

                    #202402
                    dolphin_oracle
                    Forum Admin

                      OK pretty sure its a packaging issue. I think the helper script that live-usb-maker-gui uses to actually launch the processes (either the cli live-usb-maker or dd) is missing from the package.

                      #202409
                      dolphin_oracle
                      Forum Admin

                        put the below in a file called /usr/lib/live-usb-maker-gui-antix/helper

                        #!/bin/bash
                        eval "${*}"
                        

                        and set as executable

                        sudo chmod a+x /usr/lib/live-usb-maker-gui-antix/helper

                        and see if that helps.

                        • This reply was modified 5 months ago by dolphin_oracle.
                        #202435
                        olsztyn
                        Member

                          olsztyn wrote:
                          Yes, I know, you already reported yesterday. I saw your post.

                          OK appreciate the ack. I was beginning to wonder if people were ignoring me for complaining too much 😉

                          No, I am sure nobody would ignore your report. This is an important issue. Live tools are critical to antiX.

                          Live antiX Boot Options (Previously posted by Xecure):
                          http://antixlinuxfan.miraheze.org/wiki/Table_of_antiX_Boot_Parameters

                          #202437
                          anticapitalista
                          Forum Admin

                            Fixed debs (hopefully) here for the early birds

                            https://repo.antixlinux.com/uploads/trixie/main/

                            Philosophers have interpreted the world in many ways; the point is to change it.

                            antiX with runit - leaner and meaner.

                            #202443
                            Brian Masinick
                            Moderator

                              Fixed debs (hopefully) here for the early birds

                              https://repo.antixlinux.com/uploads/trixie/main/

                              Sorry I didn’t spot this during my extensive testing! One area I did NOT cover was the GUI version of the Live USB Maker. I’ve used it a lot lately, but being a creature of habit, I execute the CLI version /usr/bin/live-usb-maker

                              --
                              Brian Masinick
                              Alternate "Search B":
                              This search page

                              #202495
                              andfree
                              Member

                                Fixed debs (hopefully) here for the early birds

                                https://repo.antixlinux.com/uploads/trixie/main/

                                I see nothing there yet, but this has worked for me:

                                put the below in a file called /usr/lib/live-usb-maker-gui-antix/helper

                                #!/bin/bash
                                eval "${*}"
                                

                                and set as executable

                                sudo chmod a+x /usr/lib/live-usb-maker-gui-antix/helper

                                #202501
                                m4r35n357
                                Member

                                  Just made a Live USB, so the headline bug is fixed, but I haven’t tested it yet!

                                  Edited & posted from the live system – nice!

                                  • This reply was modified 5 months ago by m4r35n357. Reason: result
                                Viewing 15 posts - 1 through 15 (of 19 total)
                                • You must be logged in to reply to this topic.