KrrKrr
November 5, 2024, 5:52pm
1
What type of hardware are you using : Old laptop or computer
What YunoHost version are you running : 12.0.6
How are you able to access your server : The webadmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ? : nope
Describe your issue
The migration seemed to have been done … and without several pbs …
first when I go to the update section, I got these errors: (see logs below)
plus, my moodle (via webapp), librebook (webapp, too), and kresus are broken…
EDIT: for the webapps, it was because a lot of php extensions were missing…
Share relevant logs or error messages
1/
W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
2/
Something went wrong while updating the cache of APT (Debian’s package manager). Here is a dump of the sources.list lines, which might help identify problematic lines:
sources.list:deb Index of /debian/ bookworm main
sources.list:deb-src Index of /debian/ bookworm main
sources.list:deb Index of /debian-security bookworm-security main
sources.list:deb-src Index of /debian-security bookworm-security main
sources.list:deb Index of /debian/ bookworm-updates main
sources.list:deb-src Index of /debian/ bookworm-updates main
sources.list.d/mariadb.list:deb [arch=amd64,arm64] https://dlm.mariadb.com/repo/mariadb-server/11.2/repo/debian bookworm main
sources.list.d/mariadb.list:deb [arch=amd64,arm64] https://dlm.mariadb.com/repo/maxscale/latest/apt bookworm main
sources.list.d/mariadb.list:deb [arch=amd64] Tools/debian/ - MariaDB bookworm main
sources.list.d/docker.list:deb [arch=amd64] Index of linux/debian/ bookworm stable
sources.list.d/base.list:deb Index of /debian bookworm main
sources.list.d/yarn.list:deb [signed-by=/etc/apt/trusted.gpg.d/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main
sources.list.d/yunohost.list:deb [signed-by=/usr/share/keyrings/yunohost-bookworm.gpg] Index of /debian/ bookworm stable
sources.list.d/extra_php_version.list:deb Index of /php/ bookworm main
Aleks
November 6, 2024, 3:29pm
2
Can you share the output of sudo apt update
?
KrrKrr
November 6, 2024, 8:20pm
3
Hit:1 Index of /debian/ bookworm InRelease
Hit:2 Index of /debian/ bookworm-updates InRelease
Hit:4 Index of /debian-security bookworm-security InRelease
Hit:5 Index of /debian bookworm InRelease
Get:7 Index of linux/debian/ bookworm InRelease [43.3 kB]
Hit:8 https://dl.yarnpkg.com/debian stable InRelease
Hit:9 Index of /php/ bookworm InRelease
Hit:3 Index of /debian/ bookworm InRelease
Hit:6 Tools/debian/ - MariaDB bookworm InRelease
Hit:10 https://dlm.mariadb.com/repo/mariadb-server/11.2/repo/debian bookworm InRelease
Hit:11 https://dlm.mariadb.com/repo/maxscale/latest/apt bookworm InRelease
Fetched 43.3 kB in 2s (18.4 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
1 package can be upgraded. Run ‘apt list --upgradable’ to see it.
W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Bonjour j’ai un probleme analogue sur RPI 3b apres migration yunohost 12 :
sudo apt update donne
Hit:2 Index of /raspbian bookworm InRelease
Hit:3 Index of /debian bookworm InRelease
Hit:4 Index of /php/ bookworm InRelease
Get:5 Index of linux/debian/ bookworm InRelease [43.3 kB]
Hit:6 https://dl.yarnpkg.com/debian stable InRelease
Hit:1 Index of /debian/ bookworm InRelease
Fetched 43.3 kB in 3s (15.3 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: http://archive.raspberrypi.org/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Bonjour,
J’ai réglé ce problème avec ces lignes de codes:
sudo mkdir /etc/apt/trusted.gpg.d
sudo apt-key export 90FDDD2E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspbian.public.gpg
sudo apt-key export 7FA3303E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspberrypi.gpg
sudo apt update && sudo apt upgrade
@+ FredO
1 Like