-
pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ df -h Filesystem Size Used Avail Use% Mounted on udev 78M 0 78M 0% /dev tmpfs 43M 7.8M 36M 19% /run /dev/mmcblk0p2 117G 5.1G 106G 5% / tmpfs 214M 148K 214M 1% /dev/shm tmpfs 5.0M 8.0K 5.0M 1% /run/lock /dev/mmcblk0p1 510M 119M 392M 24% /boot/firmware tmpfs 43M 44K 43M 1% /run/user/1000 pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ sudo apt-key list Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). /etc/apt/trusted.gpg -------------------- pub rsa2048 2012-04-01 [SC] A0DA 38D0 D76E 8B5D 6388 7281 9165 938D 90FD DD2E uid [ unknown] Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com> sub rsa2048 2012-04-01 [E] /etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg ----------------------------------------------------- pub rsa2048 2012-06-17 [SC] CF8A 1AF5 02A2 AA2D 763B AE7E 82B1 2992 7FA3 303E uid [ unknown] Raspberry Pi Archive Signing Key sub rsa2048 2012-06-17 [E] pi@raspberrypiFlipper:~ $Ce message a été supprimé ! -
pour info, je n’arrête pas de perdre la connexion putty… je reinstalle ?
-
Non … il faut voir les logs de openSSH ou alors voir si c’est pas la perte de wifi.
-
On dirait qu’il y a un nouveau format de clef …
for KEY in $(apt-key --keyring /etc/apt/trusted.gpg list | grep -E "(([ ]{1,2}(([0-9A-F]{4}))){10})" | tr -d " " | grep -E "([0-9A-F]){8}\b" ); do K=${KEY:(-8)}; apt-key export $K | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/imported-from-trusted-gpg-$K.gpg; done -
là… je n’arrive plus à me connecter…
-
pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ for KEY in $(apt-key --keyring /etc/apt/trusted.gpg list | grep -E "(([ ]{1,2}(([0-9A-F]{4}))){10})" | tr -d " " | grep -E "([0-9A-F]){8}\b" ); do K=${KEY:(-8)}; apt-key export $K | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/imported-from-trusted-gpg-$K.gpg; done Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). pi@raspberrypiFlipper:~ $ -
pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ for KEY in $(apt-key --keyring /etc/apt/trusted.gpg list | grep -E "(([ ]{1,2}(([0-9A-F]{4}))){10})" | tr -d " " | grep -E "([0-9A-F]){8}\b" ); do K=${KEY:(-8)}; apt-key export $K | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/imported-from-trusted-gpg-$K.gpg; done Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). pi@raspberrypiFlipper:~ $ -
Yes
pi@raspberrypiFlipper:~ $ pi@raspberrypiFlipper:~ $ sudo apt-get update Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease Hit:2 http://raspbian.raspberrypi.com/raspbian bookworm InRelease Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/raspbian.raspberrypi.com_raspbian_dists_bookworm_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened. pi@raspberrypiFlipper:~ $ -
c’est grave docteur ? lol
-
c’est grave docteur ? lol
@srouviere06 Tu dois avoir un fichier dans /etc/apt/sources.list.d qui met le problème.
ls -l /etc/apt/sources.list.d/* -
Il n’y a qu’un seul fichier :
pi@raspberrypiFlipper:~ $ ls -l /etc/apt/sources.list.d/* -rw-r--r-- 1 root root 191 May 13 02:05 /etc/apt/sources.list.d/raspi.list pi@raspberrypiFlipper:~ $ -
Et il ne contient que ça :
deb http://archive.raspberrypi.com/debian/ bookworm main # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://archive.raspberrypi.com/debian/ bookworm main -
Et pour la carte réseau tu as compris pourquoi tu avais des déconnexions ?
-
non pas pour le moment. Du coup, je fais quoi sur le fichier raspi.list ?
Je décommente la ligne et je lance les commandes comme indiqué ? -
J’arrive pas à comprendre, car visiblement tu avais fais le bon process en supprimant :
/var/lib/apt/lists/*Et ensuite un clean.
-
ah… snifff…
-
ah… snifff…
-
peut être pas…
Voilapi@raspberrypiFlipper:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)" NAME="Raspbian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" pi@raspberrypiFlipper:~ $ -
Non c’est bien bookworm … ou alors c’est un problème d’architecture.
Si tu fais :# dpkg --print-foreign-architectures -
pi@raspberrypiFlipper:~ $ dpkg --print-foreign-architectures arm64 pi@raspberrypiFlipper:~ $
Bonjour ! Vous semblez intéressé par cette conversation, mais vous n’avez pas encore de compte.
Marre de refaire défiler les mêmes messages ? Créez un compte pour retrouver votre position, recevoir des notifications des nouvelles réponses, sauvegarder vos favoris et voter pour les messages que vous appréciez.
Grâce à votre participation, ce message peut devenir encore meilleur 💗
S'inscrire Se connecter