Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/04/2019, à 22:16

heronheronpetitpatapon

problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Bonjour à tous,
Voila lorsque je fais mes MAJ via le terminal, ça bloque avec le message suivant :

marco@marco-N14xWU:~$ sudo apt-get update && sudo apt-get install balena-etcher-electron
Atteint :1 http://fr.archive.ubuntu.com/ubuntu cosmic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu cosmic-updates InRelease                                                     
Atteint :3 http://fr.archive.ubuntu.com/ubuntu cosmic-backports InRelease                                                   
Atteint :4 http://archive.canonical.com/ubuntu cosmic InRelease                                                             
Réception de :5 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88,7 kB]                                       
Ign :6 https://download.videolan.org/pub/debian/stable  InRelease                                                           
Atteint :7 https://download.videolan.org/pub/debian/stable  Release                                                         
Atteint :8 http://linux.teamviewer.com/deb stable InRelease                                                                 
Ign :9 https://dl.bintray.com/resin-io/debian stable InRelease                                                              
Err :10 https://dl.bintray.com/resin-io/debian stable Release                                                               
  404  Not Found [IP : 52.29.181.240 443]
Atteint :12 https://updates.signal.org/desktop/apt xenial InRelease                                                         
Ign :11 https://dl.bintray.com/etcher/debian stable InRelease                                   
Réception de :13 https://dl.bintray.com/etcher/debian stable Release [3674 B]
Réception de :14 https://dl.bintray.com/etcher/debian stable Release.gpg [821 B]
Réception de :16 https://dl.bintray.com/etcher/debian stable/etcher amd64 Packages [3216 B]
Réception de :17 https://dl.bintray.com/etcher/debian stable/etcher i386 Packages [3251 B]
Lecture des listes de paquets... Fait      
E: Le dépôt https://dl.bintray.com/resin-io/debian stable Release ne contient plus de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
marco@marco-N14xWU:~$ 

J'ai essayé de réinstaller Etcher (Resin-io) c'est le paquet de Etcher mais ça n'a rien donné, auriez vous des idées? Merci

Dernière modification par heronheronpetitpatapon (Le 10/04/2019, à 08:02)


...Ubuntu Rocks....

Hors ligne

#2 Le 09/04/2019, à 22:25

nany

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Bonjour,

Montre tes sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

Hors ligne

#3 Le 09/04/2019, à 22:39

heronheronpetitpatapon

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Voila mes sources :

marco@marco-N14xWU:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	
     2	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     3	# newer versions of the distribution.
     4	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic main restricted
     5	# deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic main restricted
     6	
     7	## Major bug fix updates produced after the final release of the
     8	## distribution.
     9	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates main restricted
    10	# deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates main restricted
    11	
    12	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    13	## team. Also, please note that software in universe WILL NOT receive any
    14	## review or updates from the Ubuntu security team.
    15	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic universe
    16	# deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic universe
    17	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates universe
    18	# deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates universe
    19	
    20	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    21	## team, and may not be under a free licence. Please satisfy yourself as to 
    22	## your rights to use the software. Also, please note that software in 
    23	## multiverse WILL NOT receive any review or updates from the Ubuntu
    24	## security team.
    25	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic multiverse
    26	# deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic multiverse
    27	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates multiverse
    28	deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic-updates multiverse
    29	
    30	## N.B. software from this repository may not have been tested as
    31	## extensively as that contained in the main release, although it includes
    32	## newer versions of some applications which may provide useful features.
    33	## Also, please note that software in backports WILL NOT receive any review
    34	## or updates from the Ubuntu security team.
    35	deb http://fr.archive.ubuntu.com/ubuntu/ cosmic-backports main restricted universe multiverse
    36	deb-src http://fr.archive.ubuntu.com/ubuntu/ cosmic-backports main restricted universe multiverse
    37	
    38	## Uncomment the following two lines to add software from Canonical's
    39	## 'partner' repository.
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	deb http://archive.canonical.com/ubuntu cosmic partner
    43	deb-src http://archive.canonical.com/ubuntu cosmic partner
    44	
    45	deb http://security.ubuntu.com/ubuntu cosmic-security main restricted
    46	# deb-src http://security.ubuntu.com/ubuntu cosmic-security main restricted
    47	deb http://security.ubuntu.com/ubuntu cosmic-security universe
    48	# deb-src http://security.ubuntu.com/ubuntu cosmic-security universe
    49	deb http://security.ubuntu.com/ubuntu cosmic-security multiverse
    50	# deb-src http://security.ubuntu.com/ubuntu cosmic-security multiverse

/etc/apt/sources.list.d/etcher.list.save


/etc/apt/sources.list.d/etcher.list

     1	deb https://dl.bintray.com/resin-io/debian stable etcher

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

     1	deb https://deb.etcher.io stable etcher

/etc/apt/sources.list.d/teamviewer.list.save


/etc/apt/sources.list.d/signal-xenial.list.save


/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main

/etc/apt/sources.list.d/teamviewer.list

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo main [stable]  - make all TeamViewer packages available (default)
    15	###       teamviewer repo tv14 [stable]  - make TeamViewer 14 packages available
    16	###                             stable     omit preview and beta releases
    17	
    18	
    19	### Choose stable main to receive updates for TeamViewer 14 and upcoming major releases
    20	### Choose preview main to receive early updates for TeamViewer 14 and to receive major beta releases
    21	
    22	### Choose stable tv14 to receive updates for TeamViewer 14
    23	### Choose preview tv14 to receive early updates for TeamViewer 14
    24	
    25	deb http://linux.teamviewer.com/deb stable main
    26	

/etc/apt/sources.list.d/videolan.list

     1	deb https://download.videolan.org/pub/debian/stable/ /
     2	deb-src https://download.videolan.org/pub/debian/stable/ /

/etc/apt/sources.list.save

marco@marco-N14xWU:~$ 

...Ubuntu Rocks....

Hors ligne

#4 Le 09/04/2019, à 22:55

nany

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

C’est pas terrible le dépôt xenial pour signal.
Bref, passons et faisons un peu de ménage :

sudo rm -v /etc/apt/sources.list.d/etcher* && sudo apt update

Hors ligne

#5 Le 09/04/2019, à 23:05

heronheronpetitpatapon

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Oui en effet faudrait que je change ça! :-/
voila le retour de la commande

marco@marco-N14xWU:~$ sudo rm -v /etc/apt/sources.list.d/etcher* && sudo apt update
[sudo] Mot de passe de marco : 
'/etc/apt/sources.list.d/etcher.list' supprimé
'/etc/apt/sources.list.d/etcher.list.save' supprimé
Atteint :1 http://linux.teamviewer.com/deb stable InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu cosmic InRelease                                                             
Atteint :3 http://fr.archive.ubuntu.com/ubuntu cosmic-updates InRelease                                                     
Atteint :4 http://fr.archive.ubuntu.com/ubuntu cosmic-backports InRelease                                                   
Ign :5 https://download.videolan.org/pub/debian/stable  InRelease                                                           
Réception de :6 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88,7 kB]                                       
Atteint :7 https://download.videolan.org/pub/debian/stable  Release                                                         
Atteint :8 https://updates.signal.org/desktop/apt xenial InRelease                                                          
Atteint :10 http://archive.canonical.com/ubuntu cosmic InRelease                                                            
Ign :9 https://dl.bintray.com/etcher/debian stable InRelease                                
Réception de :11 https://dl.bintray.com/etcher/debian stable Release [3674 B]
92,4 ko réceptionnés en 1s (129 ko/s)                          
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
marco@marco-N14xWU:~$ 

...Ubuntu Rocks....

Hors ligne

#6 Le 09/04/2019, à 23:12

nany

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Bon, a priori tu dois pouvoir installer etcher :

sudo apt install -y balena-etcher-electron

Hors ligne

#7 Le 10/04/2019, à 08:01

heronheronpetitpatapon

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

Merci ça marche


...Ubuntu Rocks....

Hors ligne

#8 Le 10/04/2019, à 11:11

JPlaroche

Re : problème de mise à jour avec Resin.io (Etcher) [RESOLU]

bonjour la solution je viens de la tester et plus de problème
faire comme il est dit pour le rm  ci dessus

sudo rm -v /etc/apt/sources.list.d/etcher* && sudo apt update

sudo apt autoremove --purge etcher

puis suivre la procédure ....

https://github.com/balena-io/etcher

Dernière modification par JPlaroche (Le 10/04/2019, à 11:12)


depuis 2004 avec Ubuntu
depuis 1976 informaticien   Mon site plein d'information pour les programmeurs   http://www.ombrebleu.com

Hors ligne