Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
matos:unifi:usage:problemes [15/10/2019 10:45] thierry [Generer le Tech-Support] |
matos:unifi:usage:problemes [20/07/2020 12:18] (Version actuelle) thierry ↷ Page déplacée de matos:unifi:problemes à matos:unifi:usage:problemes |
||
---|---|---|---|
Ligne 13: | Ligne 13: | ||
reboot | reboot | ||
</code> | </code> | ||
- | voir aussi [[matos:unifi:usg:ssh]] | + | voir aussi [[matos:unifi:usage:usg_ssh]] |
==== Generer le Tech-Support ==== | ==== Generer le Tech-Support ==== | ||
En SSH | En SSH | ||
Ligne 21: | Ligne 21: | ||
===== Controleur ===== | ===== Controleur ===== | ||
==== Mise a jour du controleur sous Ubuntu ==== | ==== Mise a jour du controleur sous Ubuntu ==== | ||
- | <code> | + | === Erreur : E: Repository 'http://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-xx.xx' to 'unifi-yy.yy === |
- | [paradmin@paradmin ~]# apt-get update | + | |
+ | Lors d'un ''apt-get update'' on obtient le message : ''E: Repository 'http://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-5.10' to 'unifi-5.11' '' | ||
+ | |||
+ | Ce qui nous empeche de faire la mise a jour avec ''apt-get upgrade'' | ||
+ | <code bash Erreur !> | ||
+ | [admin@admin ~]# apt-get update | ||
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease | Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease | ||
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease | Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease | ||
- | Get:3 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] | + | ... |
- | Hit:4 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release | + | |
- | Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] | + | |
- | Ign:6 http://download.webmin.com/download/repository sarge InRelease | + | |
Get:8 http://dl.ubnt.com/unifi/debian stable InRelease [3024 B] | Get:8 http://dl.ubnt.com/unifi/debian stable InRelease [3024 B] | ||
- | Hit:9 http://download.webmin.com/download/repository sarge Release | ||
Reading package lists... | Reading package lists... | ||
E: Repository 'http://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-5.10' to 'unifi-5.11' | E: Repository 'http://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-5.10' to 'unifi-5.11' | ||
- | [paradmin@paradmin ~]# apt-get update --allow-releaseinfo-change | + | </code> |
+ | |||
+ | Pour résoudre ce probléme j'ai utilisé la methode suivante : ''apt-get update --allow-releaseinfo-change'' | ||
+ | |||
+ | <code bash Résolution> | ||
+ | [admin@admin ~]# apt-get update --allow-releaseinfo-change | ||
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease | Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease | ||
Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease | Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease | ||
- | Get:3 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] | + | ... |
- | Hit:4 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release | + | |
- | Ign:5 http://download.webmin.com/download/repository sarge InRelease | + | |
- | Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] | + | |
Get:8 http://dl.ubnt.com/unifi/debian stable InRelease [3024 B] | Get:8 http://dl.ubnt.com/unifi/debian stable InRelease [3024 B] | ||
- | Hit:9 http://download.webmin.com/download/repository sarge Release | ||
Get:10 http://dl.ubnt.com/unifi/debian stable/ubiquiti amd64 Packages [704 B] | Get:10 http://dl.ubnt.com/unifi/debian stable/ubiquiti amd64 Packages [704 B] | ||
Fetched 181 kB in 1s (216 kB/s) | Fetched 181 kB in 1s (216 kB/s) | ||
Reading package lists... | Reading package lists... | ||
- | [paradmin@paradmin ~]# apt-get upgrade | + | </code> |
+ | Mise a jour avec ''apt-get upgrade'' | ||
+ | <code bash> | ||
+ | [admin@admin ~]# apt-get upgrade | ||
Reading package lists... | Reading package lists... | ||
Building dependency tree... | Building dependency tree... | ||
Ligne 55: | Ligne 60: | ||
Need to get 97.4 MB of archives. | Need to get 97.4 MB of archives. | ||
After this operation, 36.8 MB of additional disk space will be used. | After this operation, 36.8 MB of additional disk space will be used. | ||
- | Do you want to continue? [Y/n] Abort.</code> | + | Do you want to continue? [Y/n] </code> |