Page 1 of 1

REQUEST: balenaEtcher

Posted: Sat May 11, 2019 2:49 pm
by pearsimmon
balenaEtcher is an open-source tool for creating bootable pendrives.
https://www.balena.io/etcher/

They have an official .deb repo, both x86 and x64, with instructions how to add it here: https://github.com/balena-io/etcher#deb ... nux-x86x64
Such version is not cutting-edge and therefore likely more stable.

balenaEtcher does have an opt-out "anonymous statistics" anti-feature though.

Re: REQUEST: balenaEtcher

Posted: Sat May 11, 2019 3:15 pm
by manyroads

Re: REQUEST: balenaEtcher

Posted: Sat May 11, 2019 3:38 pm
by Sparky
Etcher doesn't work on my MX when used as an electron image. If it's possible, I would love to have it in the repos.

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 5:54 am
by pearsimmon
Hmm, for me it works fine.
Actually it would be nice if there was an integrated bootable stick maker in Thunar's custom actions. I miss this feature, coming from Linux Mint.

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 6:07 am
by Eadwine Rose
In MX Tools, Live USB Maker.

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 7:56 am
by kc1di
Live USB maker works well here also, But I use Etcher and their .deb file installs and work fine here. Make sure you download the one for Debian not xubuntu.

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 4:48 pm
by pearsimmon
But can MX Live USB Maker create from any iso, including Windows?

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 4:50 pm
by fehlix
pearsimmon wrote: Sun May 12, 2019 4:48 pm But can MX Live USB Maker create from any iso, including Windows?
Yes with the option DD (disk dump) , that the exact the option Etcher is using.

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 6:54 pm
by beardedragon
The following is a way to install "Etcher" for Debian. Ignore the lines starting with # sign, they are descriptive only. The rest are copy/pasted into your Terminal.

#Add Etcher debian repository:

echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list


#Trust Bintray.com's GPG key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61

#Update and install:


sudo apt-get update

sudo apt-get install balena-etcher-electron


#Uninstall

sudo apt-get remove balena-etcher-electron

sudo rm /etc/apt/sources.list.d/balena-etcher.list

sudo apt-get update

Re: REQUEST: balenaEtcher

Posted: Sun May 12, 2019 7:53 pm
by Stevo
pearsimmon wrote: Sun May 12, 2019 5:54 am Hmm, for me it works fine.
Actually it would be nice if there was an integrated bootable stick maker in Thunar's custom actions. I miss this feature, coming from Linux Mint.
We do have mintstick in the test repo.

Re: REQUEST: balenaEtcher

Posted: Mon May 13, 2019 4:07 pm
by Sparky
beardedragon wrote: Sun May 12, 2019 6:54 pm The following is a way to install "Etcher" for Debian. Ignore the lines starting with # sign, they are descriptive only. The rest are copy/pasted into your Terminal.

#Add Etcher debian repository:

echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list


#Trust Bintray.com's GPG key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61

#Update and install:


sudo apt-get update

sudo apt-get install balena-etcher-electron


#Uninstall

sudo apt-get remove balena-etcher-electron

sudo rm /etc/apt/sources.list.d/balena-etcher.list

sudo apt-get update
That worked! Thanks!

Re: REQUEST: balenaEtcher

Posted: Mon May 13, 2019 5:35 pm
by beardedragon
Sparky wrote: Mon May 13, 2019 4:07 pm
That worked! Thanks!
[/quote]

You are welcome.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 5:08 am
by Virrum19
Hi.

I,m using the appimage downloaded from Etchers web site. It works without problems. I only made a folder for the appimage, and then I made an shortcut on my desktop. When I launched the shortcut the permissions was set up correctly (and made executable). And everything just works..
Very easy. If only Ether would make the usb stick with fat32. It did not, so I had to revert to Rufus on Windows (shame) for reformatting. When I tried Gparted, It saw my 4gig usb stick as an 16 gig...

But etcher is the best for sd cards

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 5:47 am
by JayM
Gparted can probably format SD cards and I know it can format USB sticks. There's also mintstick in the repositories which adds a USB formatting tool (and a read-only USB burner) to the Accessories menu. MX Live USB Maker can burn ISOs to USB sticks including ISOs from other Linux distros, and WoeUSB can burn Windows ISOs and create bootable USB sticks or optical disks. So MX already has tools available that can do the same job as Etcher.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 8:39 am
by Sparky
JayM wrote: Mon Jun 17, 2019 5:47 am . There's also mintstick in the repositories which adds a USB formatting tool (and a read-only USB burner) to the Accessories menu.
I can't seem to find it under that name, do you have a link to it?
Thanks!

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:05 am
by Jerry3904
Package Installer > MX Test Repo

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:06 am
by fehlix
Sparky wrote: Mon Jun 17, 2019 8:39 am
JayM wrote: Mon Jun 17, 2019 5:47 am . There's also mintstick in the repositories which adds a USB formatting tool (and a read-only USB burner) to the Accessories menu.
I can't seem to find it under that name, do you have a link to it?
Thanks!
mintstick is available in mx-testrepo:

Code: Select all

## mx-testrepo
mintstick:
  Installed: 1.3.8+git20181009-1~mx17+1
  Candidate: 1.3.9-1~mx17+1
  Version table:
     1.3.9-1~mx17+1 500
        500 http://mxrepo.com/mx/testrepo stretch/test amd64 Packages
:puppy:

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:16 am
by Sparky
I never look in the test repo as I assumed it was unstable. Thanks for the link, I tried to install it but it keeps stopping at

Code: Select all

Hit:1 https://mirrors.evowise.com/mxlinux-packages/antix/stretch stretch InRelease
Hit:2 http://security.debian.org stretch/updates InRelease
Hit:4 https://mirrors.evowise.com/mxlinux-packages/mx/repo stretch InRelease
Hit:5 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch InRelease
Get:6 https://repo.windscribe.com/debian stretch InRelease [7,326 B]
Get:7 http://mxrepo.com/mx/testrepo stretch InRelease [4,979 B]
Ign:6 https://repo.windscribe.com/debian stretch InRelease
Ign:3 https://dl.bintray.com/etcher/debian stable InRelease
Hit:8 https://download.sublimetext.com apt/stable/ InRelease
Get:9 https://dl.bintray.com/etcher/debian stable Release [3,674 B]
Hit:9 https://dl.bintray.com/etcher/debian stable Release
Get:11 http://mxrepo.com/mx/testrepo stretch/test amd64 Packages [949 kB]
Get:12 http://mxrepo.com/mx/testrepo stretch/test i386 Packages [944 kB]
Hit:13 http://ftp.gr.debian.org/debian stretch-updates InRelease
Ign:14 http://ftp.gr.debian.org/debian stretch InRelease
Hit:15 http://ftp.gr.debian.org/debian stretch Release
Fetched 1,905 kB in 2min 0s (15.8 kB/s)
Reading package lists...
W: GPG error: https://repo.windscribe.com/debian stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5AD3767530B91D0
W: The repository 'https://repo.windscribe.com/debian stretch InRelease' is not signed.
W: Target Packages (test/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  gir1.2-udisks-2.0 gir1.2-xapp-1.0 libgnomekbd-common libgnomekbd8 libxapp1
  python-parted xapps-common
The following NEW packages will be installed:
  gir1.2-udisks-2.0 gir1.2-xapp-1.0 libgnomekbd-common libgnomekbd8 libxapp1
  mintstick python-parted xapps-common
0 upgraded, 8 newly installed, 0 to remove and 257 not upgraded.
Need to get 320 kB of archives.
After this operation, 1,847 kB of additional disk space will be used.
Do you want to continue? [Y/n] 


Should I install even with the error?

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:23 am
by Jerry3904
Huh? It's asking you a question, and you can answer it in the space below with a "y" or (as it says) just hit return to take the (capitalized) default.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:27 am
by Sparky
Sorry, I meant this part.

Code: Select all

W: GPG error: https://repo.windscribe.com/debian stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5AD3767530B91D0
W: The repository 'https://repo.windscribe.com/debian stretch InRelease' is not signed.
I'm paranoid because on previous distros that I have used installing anything with a slight error could (and did) break my install.
I'll go ahead and type Y and install this.
Sorry for the misunderstanding and thanks.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:29 am
by Jerry3904
Sorry, didn't scroll down far enough...

We have MX Fix GPG keys to handle that error, right?

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:31 am
by Sparky
Jerry3904 wrote: Mon Jun 17, 2019 9:29 am
We have MX Fix GPG keys to handle that error, right?

I have no idea.

I found it through a search, I'll run it, thanks!

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:53 am
by asqwerth
Are you accessing MX Test Repo via MX Package Installer or Synaptic? I'm wondering why you have that bit:

Code: Select all

W: Target Packages (test/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Packages (test/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
W: Target Translations (test/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/mx.list:4 and /etc/apt/sources.list.d/mx.list:6
here.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 9:56 am
by Sparky
After I installed from the test repo, my computer is now upgrading 250 updates from the test repo. I hope I haven't screwed up anything. I do have a timeshift backup though.
I use MXPI

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 10:00 am
by asqwerth
That's not right. If you use MXPI, the Test Repo will only be opened temporarily to install a package, then it's disabled again at the end of the installation process.

In your sources list, Test Repo is opened permanently (ie, in the list file) and you're getting tons of updates from there, even stuff you might not want.

If you haven't said yes to the updates, don't.

Wait for the experts to wake up and visit the forum.

If you've already updated, let's see what happens.

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 10:01 am
by Sparky
The update is almost finished. I'm too scared to reboot, I better wait.
That's just part of the update:

Code: Select all

Get:19 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 fontconfig-config all 1:2.13.1-2~mx17+1 [283 kB]                                                          
Get:20 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libfontconfig1 amd64 1:2.13.1-2~mx17+1 [347 kB]                                                           
Get:21 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libpostproc55 amd64 7:4.1.1-0.1~mx17+1 [89.3 kB]                                                          
Get:22 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libswscale5 amd64 7:4.1.1-0.1~mx17+1 [191 kB]                                                             
Get:23 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libvidstab1.1 amd64 1.1.0-2~mx17+1 [39.5 kB]                                                              
Get:24 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libavfilter7 amd64 7:4.1.1-0.1~mx17+1 [1,026 kB]                                                          
Get:25 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test i386 libxcb1 i386 1.13.1-1~mx17+1 [142 kB]                                                                      
Get:26 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libxcb1 amd64 1.13.1-1~mx17+1 [137 kB]                                                                    
Get:27 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libxcb-shape0 amd64 1.13.1-1~mx17+1 [99.6 kB]                                                             
Get:28 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libxcb-shm0 amd64 1.13.1-1~mx17+1 [99.2 kB]                                                               
Get:29 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test i386 libxcb-xfixes0 i386 1.13.1-1~mx17+1 [103 kB]                                                               
Get:30 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libxcb-xfixes0 amd64 1.13.1-1~mx17+1 [103 kB]                                                             
Get:31 http://ftp.gr.debian.org/debian stretch/main amd64 libcodec2-0.4 amd64 0.5.1-1+b2 [120 kB]                                                                                            
Get:32 http://ftp.gr.debian.org/debian stretch/main amd64 libvisio-0.1-1 amd64 0.1.5-4+b1 [271 kB]                                                                                           
Get:33 http://ftp.gr.debian.org/debian stretch/main amd64 libbfio1 amd64 20160108-1 [312 kB]                                                                                                 
Get:34 http://ftp.gr.debian.org/debian stretch/main amd64 libewf2 amd64 20140608-6+b2 [514 kB]                                                                                               
Get:35 http://ftp.gr.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]                                                                                              
Get:36 http://ftp.gr.debian.org/debian stretch/main amd64 libqt5positioning5 amd64 5.7.1-1 [88.7 kB]                                                                                         
Get:37 http://ftp.gr.debian.org/debian stretch/main amd64 libqt5sensors5 amd64 5.7.1~20161021-2 [113 kB]                                                                                     
Get:38 http://ftp.gr.debian.org/debian stretch/main amd64 libqt5webchannel5 amd64 5.7.1-2 [47.9 kB]                                                                                          
Get:39 http://ftp.gr.debian.org/debian stretch/main amd64 libva-drm1 amd64 1.7.3-2 [15.0 kB]                                                                                                 
Get:40 http://ftp.gr.debian.org/debian stretch/main amd64 libgoocanvas-2.0-common all 2.0.2-2 [114 kB]                                                                                       
Get:41 http://ftp.gr.debian.org/debian stretch/main amd64 libgoocanvas-2.0-9 amd64 2.0.2-2 [120 kB]                                                                                          
Get:42 http://ftp.gr.debian.org/debian stretch/main amd64 gir1.2-goocanvas-2.0 amd64 2.0.2-2 [40.9 kB]                                                                                       
Get:43 http://ftp.gr.debian.org/debian stretch/main amd64 libcairo-gobject-perl amd64 1.004-2+b1 [11.6 kB]                                                                                   
Get:44 http://ftp.gr.debian.org/debian stretch/main amd64 libglib-object-introspection-perl amd64 0.042-1 [64.1 kB]                                                                          
Get:45 http://ftp.gr.debian.org/debian stretch/main amd64 libgtk3-perl all 0.030-1 [31.8 kB]                                                                                                 
Get:46 http://ftp.gr.debian.org/debian stretch/main amd64 libgtk3-simplelist-perl all 0.15-1 [15.8 kB]                                                                                       
Get:47 http://ftp.gr.debian.org/debian stretch/main amd64 libdevel-stacktrace-perl all 2.0200-1 [27.3 kB]                                                                                    
Get:48 http://ftp.gr.debian.org/debian stretch/main amd64 libexception-class-perl all 1.42-1 [31.5 kB]                                                                                       
Get:49 http://ftp.gr.debian.org/debian stretch/main amd64 xterm amd64 327-2 [663 kB]                                                                                                         
Get:50 http://ftp.gr.debian.org/debian stretch/main amd64 libsynctex1 amd64 2016.20160513.41080.dfsg-2+deb9u1 [64.9 kB]                                                                      
Get:51 http://ftp.gr.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]                                                                                                
Err:52 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libavdevice58 amd64 7:4.1.1-0.1~mx17+1                                                                    
  522  Origin Connection Time-out
Get:52 http://mxrepo.com/mx/testrepo stretch/test amd64 libavdevice58 amd64 7:4.1.1-0.1~mx17+1 [110 kB]
Get:53 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libavresample4 amd64 7:4.1.1-0.1~mx17+1 [89.5 kB]                                                         
Get:54 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 ffmpeg amd64 7:4.1.1-0.1~mx17+1 [1,429 kB]                                                                
Get:55 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 qmplay2 amd64 1:18.12.26-1~mx17+3 [1,388 kB]                                                              
Get:56 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 ure amd64 6.1.5-1~mx17+2 [1,715 kB]                                                                       
Get:57 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 uno-libs3 amd64 6.1.5-1~mx17+2 [881 kB]                                                                   
Get:58 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-calc amd64 1:6.1.5-1~mx17+2 [7,158 kB]                                                        
Get:59 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-impress amd64 1:6.1.5-1~mx17+2 [964 kB]                                                       
Get:60 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-draw amd64 1:6.1.5-1~mx17+2 [2,634 kB]                                                        
Get:61 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-gnome amd64 1:6.1.5-1~mx17+2 [50.2 kB]                                                        
Get:62 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-gtk2 amd64 1:6.1.5-1~mx17+2 [206 kB]                                                          
Get:63 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-writer amd64 1:6.1.5-1~mx17+2 [8,546 kB]                                                      
Get:64 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-pdfimport all 1:6.1.5-1~mx17+2 [2,806 B]                                                      
Get:65 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-java-common all 1:6.1.5-1~mx17+2 [1,843 kB]                                                   
Ign:66 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-help-en-us all 1:6.1.5-1~mx17+2                                                               
Get:67 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-base amd64 1:6.1.5-1~mx17+2 [1,746 kB]
Get:68 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 libreoffice-core amd64 1:6.1.5-1~mx17+2 [36.7 MB]

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 12:10 pm
by fehlix
Sparky wrote: Mon Jun 17, 2019 10:01 am The update is almost finished. I'm too scared to reboot, I better wait.
That's just part of the update:

Code: Select all

Get:19 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 fontconfig-config all 1:2.13.1-2~mx17+1 [283 kB]                                                          
Get:52 http://mxrepo.com/mx/testrepo stretch/test amd64 libavdevice58 amd64 7:4.1.1-0.1~mx17+1 [110 kB]
Appears to me you seems to have manually adjusted your repos, or otherwise two different mx-testrepo enabled.
Perhaps permanently?
Better post:

Code: Select all

inxi -Fxrz

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 12:16 pm
by Sparky
I really did nothing.
Here it is:

Code: Select all

neo@supra:~
$ inxi -Fxrz
System:    Host: supra Kernel: 4.19.0-1-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0 
           Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum Feb 9  2019 
           base: Debian GNU/Linux 9 (stretch) 
Machine:   Type: Laptop System: ASUSTeK product: X550LD v: 1.0 serial: <filter> 
           Mobo: ASUSTeK model: X550LD v: 1.0 serial: <filter> BIOS: American Megatrends 
           v: X550LD.307 date: 06/26/2014 
Battery:   ID-1: BAT0 charge: 56.4 Wh condition: 57.3/65.1 Wh (88%) model: ASUSTeK X550A30 
           status: Not charging 
CPU:       Topology: Dual Core model: Intel Core i7-4510U bits: 64 type: MT MCP arch: Haswell 
           rev: 1 L2 cache: 4096 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 20753 
           Speed: 1621 MHz min/max: 800/3100 MHz Core speeds (MHz): 1: 898 2: 898 3: 898 4: 902 
Graphics:  Device-1: Intel Haswell-ULT Integrated Graphics vendor: ASUSTeK driver: i915 
           v: kernel bus ID: 00:02.0 
           Device-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] 
           driver: N/A bus ID: 04:00.0 
           Display: x11 server: X.Org 1.19.2 driver: modesetting unloaded: fbdev,vesa 
           resolution: 2560x1440~60Hz 
           OpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 18.2.6 direct render: Yes 
Audio:     Device-1: Intel Haswell-ULT HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel 
           bus ID: 00:03.0 
           Device-2: Intel 8 Series HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel 
           bus ID: 00:1b.0 
           Sound Server: ALSA v: k4.19.0-1-amd64 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: ASUSTeK 
           driver: r8169 v: kernel port: e000 bus ID: 02:00.1 
           IF: eth0 state: down mac: <filter> 
           Device-2: Broadcom Limited BCM43142 802.11b/g/n vendor: Lite-On driver: wl v: kernel 
           port: e000 bus ID: 03:00.0 
           IF: wlan0 state: up mac: <filter> 
Drives:    Local Storage: total: 931.51 GiB used: 88.21 GiB (9.5%) 
           ID-1: /dev/sda vendor: Seagate model: ST1000LM024 HN-M101MBB size: 931.51 GiB 
Partition: ID-1: / size: 913.89 GiB used: 88.21 GiB (9.7%) fs: ext4 dev: /dev/sda1 
           ID-2: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 52.0 C mobo: N/A 
           Fan Speeds (RPM): cpu: 2500 
Repos:     Active apt repos in: /etc/apt/sources.list.d/antix.list 
           1: deb https://mirrors.evowise.com/mxlinux-packages/antix/stretch/ stretch main
           Active apt repos in: /etc/apt/sources.list.d/balena-etcher.list 
           1: deb https://deb.etcher.io stable etcher
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.gr.debian.org/debian/ stretch-updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.gr.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb https://mirrors.evowise.com/mxlinux-packages/mx/repo/ stretch main non-free
           Active apt repos in: /etc/apt/sources.list.d/sublime-text.list 
           1: deb https://download.sublimetext.com/ apt/stable/
           No active apt repos in: /etc/apt/sources.list.d/various.list 
           Active apt repos in: /etc/apt/sources.list.d/windscribe-repo.list 
           1: deb https://repo.windscribe.com/debian stretch main
Info:      Processes: 194 Uptime: 1h 06m Memory: 11.62 GiB used: 1.38 GiB (11.9%) Init: SysVinit 
           runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.33 
neo@supra:~
$ 

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 12:34 pm
by fehlix
Hmme you repo's do look ok, no testerepo enabled....
Sparky wrote: Mon Jun 17, 2019 10:01 am The update is almost finished. I'm too scared to reboot, I better wait.
That's just part of the update:
Hmm some context is missing "The update is almost finished." , not clear what update is this about.
Did you enabled mxtestrepo with MX package Installer and then updated the package list from testrepo?
Is this what you meant with "The update is almost finished."
So you updated package index-list only or did you also upgraded packages and installed newer version from testrepo?
Or what was the intention?

The two entries with testrepo are really a bit strange:

Code: Select all

Get:19 https://mirrors.evowise.com/mxlinux-packages/mx/testrepo stretch/test amd64 fontconfig-config all 1:2.13.1-2~mx17+1 [283 kB]                                                          
Get:52 http://mxrepo.com/mx/testrepo stretch/test amd64 libavdevice58 amd64 7:4.1.1-0.1~mx17+1 [110 kB]
Suggest to switch to another repo using MX repo manager.
And try again. ( I mean if I would know what you are going to try...)

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 12:40 pm
by asqwerth
Fehlix, this thread may have been overtaken by events here:
viewtopic.php?f=104&t=51018

Re: REQUEST: balenaEtcher

Posted: Mon Jun 17, 2019 12:43 pm
by fehlix
asqwerth wrote: Mon Jun 17, 2019 12:40 pm Fehlix, this thread may have been overtaken by events here:
viewtopic.php?f=104&t=51018
Ahh thanks, this happens when user post same/related issues in different threads.

Re: REQUEST: balenaEtcher

Posted: Fri Nov 01, 2019 4:35 pm
by NevilsStation
Virrum19 wrote: Mon Jun 17, 2019 5:08 am Hi.

I,m using the appimage downloaded from Etchers web site. It works without problems. I only made a folder for the appimage, and then I made an shortcut on my desktop. When I launched the shortcut the permissions was set up correctly (and made executable). And everything just works..
Very easy. If only Ether would make the usb stick with fat32. It did not, so I had to revert to Rufus on Windows (shame) for reformatting. When I tried Gparted, It saw my 4gig usb stick as an 16 gig...

But etcher is the best for sd cards
I'm on a laptop with MX 17. I downloaded balenaEtcher & it is refusing to write to the micro SD card (via an adapter)

I can see the card fine in File Manager.

I installed zenity (zenity is in the Repo) because it was suggested that the absence of zenity might cause balenaEtcher to fail.

It still gets all the way to writing the SD card then fails.

EDIT: Loaded balenaEtcher on my MX 19 laptop & it worked fine.