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 05/01/2023, à 15:26

Cqfd83

[RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Bonjour

Je suis passé il y a qq mois à Ubuntu 22.04.
Dernièrement j'ai voulu relancer des choses en VM mais ma config Virtualbox ne semble plus fonctionner.
J'ai fait une mise à jour vers 6.1.38 de Virtualbox et j'ai tout particulièrement eu des soucis liés au kernel d'Ubuntu. Je ne crois pas avoir résolu le problème correctement car au lancement d'une machine virtuelle (contenant un Home Assistant), j'obtiens le message d'erreur suivant:

Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing

'modprobe vboxdrv'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

Je tente:

sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.19.11-051911-generic

Après recherche sur des forums, j'ai tenté:

richard@NASmaison:~$ sudo apt install --reinstall virtualbox-dkms
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 15 non mis à jour.
Il est nécessaire de prendre 0 o/721 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
(Lecture de la base de données... 256912 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../virtualbox-dkms_6.1.38-dfsg-3~ubuntu1.22.04.1_amd64.deb ...
Module virtualbox-6.1.38 for kernel 5.15.0-56-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.

vboxdrv.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-56-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetadp.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-56-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxnetflt.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.15.0-56-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....
Deleting module virtualbox-6.1.38 completely from the DKMS tree.
Dépaquetage de virtualbox-dkms (6.1.38-dfsg-3~ubuntu1.22.04.1) sur (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Paramétrage de virtualbox-dkms (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Loading new virtualbox-6.1.38 DKMS files...
Building for 5.19.11-051911-generic
Module build for kernel 5.19.11-051911-generic was skipped since the
kernel headers for this kernel does not seem to be installed.

J'ignore comment traduire cela. Je crois comprendre qu'il faudrait que je change de kernel header mais j'ignore comment. J'ai déjà essayé de le supprimer et de réinstaller un generic sans resultat. Quelqu'un aurait-il déjà affronté ce genre de chose?

Dernière modification par Cqfd83 (Le 05/01/2023, à 22:45)

Hors ligne

#2 Le 05/01/2023, à 16:03

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

5.19.11-051911-generic

c'est quoi ce kernel !? même avec ma 23.04 devel je n'ai pas ce kernel mais juste le 5.19.5-051905-generic
du coups... petite vérif de routine :

echo "$(lsb_release -sd) $(awk -F"[()]" '/VERSION=/{print $2}' /etc/os-release) (migrée depuis $(cat /var/log/installer/media-info)) avec $XDG_CURRENT_DESKTOP sur $XDG_SESSION_TYPE et avec ces interfaces d'installés : $(ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}')"
uname -a
find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#3 Le 05/01/2023, à 16:31

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Bonjour Qid

Voici les réponses à tes interrogations:

$ echo "$(lsb_release -sd) $(awk -F"[()]" '/VERSION=/{print $2}' /etc/os-release) (migrée depuis $(cat /var/log/installer/media-info)) avec $XDG_CURRENT_DESKTOP sur $XDG_SESSION_TYPE et avec ces interfaces d'installés : $(ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}')"
Ubuntu 22.04.1 LTS Jammy Jellyfish (migrée depuis Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)) avec  sur tty et avec ces interfaces d'installés :   
juil. 4 2022 gnome-flashback-compiz.desktop
juil. 4 2022 gnome-flashback-metacity.desktop
avril 9 2022 kodi.desktop
avril 7 2022 ubuntu.desktop
avril 7 2022 ubuntu-xorg.desktop
avril 7 2022 unity.desktop
uname -a
Linux NASmaison 5.19.11-051911-generic #202209231341 SMP PREEMPT_DYNAMIC Fri Sep 23 14:11:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Et enfin,  j'ignore ce que toutes ces infos peuvent apporter mais:

find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

        /etc/apt/sources.list

     1  deb http://archive.ubuntu.com/ubuntu jammy main universe restricted multiverse
     2  deb-src http://archive.ubuntu.com/ubuntu jammy main universe restricted multiverse #Added by software-properties
     3  deb http://archive.ubuntu.com/ubuntu jammy-updates main multiverse universe restricted
     4  # deb http://security.ubuntu.com/ubuntu/ bionic-security main multiverse universe restricted
     5  # deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main # désactivé pour la mise à niveau vers bionic
     6  # deb-src https://dl.winehq.org/wine-builds/ubuntu/ xenial main

        /etc/apt/sources.list.distUpgrade


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


        /etc/apt/sources.list.d/michael-gruz-ubuntu-ppa-xenial.list


        /etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-xenial.list

     1  # deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial main
     3  # deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial main

        /etc/apt/sources.list.d/owncloud.list

     1  # deb http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ / # désactivé pour la mise à niveau vers bionic

        /etc/apt/sources.list.d/wireguard-ubuntu-wireguard-bionic.list.save


        /etc/apt/sources.list.d/pivpn-openvpn-repo.list.distUpgrade


        /etc/apt/sources.list.d/wireguard-ubuntu-wireguard-bionic.list

     1  # deb http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2  # deb-src http://ppa.launchpad.net/wireguard/wireguard/ubuntu bionic main
     3  # deb-src http://ppa.launchpad.net/wireguard/wireguard/ubuntu bionic main
     4  # deb-src http://ppa.launchpad.net/wireguard/wireguard/ubuntu bionic main

        /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-stable-xenial.list


        /etc/apt/sources.list.d/windscribe-repo.list.save


        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-bionic.list.distUpgrade


        /etc/apt/sources.list.d/certbot-ubuntu-certbot-bionic.list.distUpgrade


        /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list.distUpgrade


        /etc/apt/sources.list.d/ookla_speedtest-cli.list.distUpgrade


        /etc/apt/sources.list.d/librevault.list

     1  # deb https://releases.librevault.com/debian xenial main

        /etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-xenial.list.save


        /etc/apt/sources.list.d/freefilesync-ubuntu-ffs-xenial.list.save


        /etc/apt/sources.list.d/freefilesync-ubuntu-ffs-wily.list.distUpgrade


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-xenial.list.distUpgrade


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-xenial.list

     1  # deb http://ppa.launchpad.net/pbek/qownnotes/ubuntu xenial main
     2  # deb-src http://ppa.launchpad.net/pbek/qownnotes/ubuntu xenial main

        /etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-xenial.list

     1  # deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu xenial main

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


        /etc/apt/sources.list.d/opera-stable.list.distUpgrade


        /etc/apt/sources.list.d/owncloud-client.list.save


        /etc/apt/sources.list.d/cappelikan-ubuntu-ppa-jammy.list.save


        /etc/apt/sources.list.d/wireguard-ubuntu-wireguard-bionic.list.distUpgrade


        /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-trunk-xenial.list.save


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-xenial.list.save


        /etc/apt/sources.list.d/teamviewer.list.dpkg-old


        /etc/apt/sources.list.d/dlech-ubuntu-keepass2-plugins-xenial.list

     1  # deb http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu xenial main
     3  # deb-src http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu xenial main

        /etc/apt/sources.list.d/jtaylor-ubuntu-keepass-xenial.list

     1  # deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu xenial main

        /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list

     1  # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main

        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-bionic.list.save


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-bionic.list.distUpgrade


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


        /etc/apt/sources.list.d/skype-stable.list

     1  # deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers bionic

        /etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-xenial.list.distUpgrade


        /etc/apt/sources.list.d/ubuntu-mozilla-security-ubuntu-ppa-xenial.list.distUpgrade


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


        /etc/apt/sources.list.d/cappelikan-ubuntu-ppa-jammy.list

     1  deb https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu/ jammy main
     2  # deb-src https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu/ jammy main

        /etc/apt/sources.list.d/freefilesync-ubuntu-ffs-xenial.list


        /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-stable-xenial.list.save


        /etc/apt/sources.list.d/pivpn-openvpn-repo.list

     1  # deb https://build.openvpn.net/debian/openvpn/stable focal main # désactivé pour la mise à niveau vers focal

        /etc/apt/sources.list.d/ubuntu-esm-apps.list.save


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

     1  deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main

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


        /etc/apt/sources.list.d/unit193-ubuntu-encryption-focal.list.distUpgrade


        /etc/apt/sources.list.d/virtualbox.list

     1  deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian jammy contrib

        /etc/apt/sources.list.d/certbot-ubuntu-certbot-bionic.list

     1  # deb http://ppa.launchpad.net/certbot/certbot/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2  # deb-src http://ppa.launchpad.net/certbot/certbot/ubuntu bionic main

        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-focal.list.save


        /etc/apt/sources.list.d/ondrej-ubuntu-php-xenial.list.save


        /etc/apt/sources.list.d/ubuntu-mozilla-security-ubuntu-ppa-xenial.list

     1  # deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
     2  # deb-src http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu xenial main

        /etc/apt/sources.list.d/vincent-vandevyvre-ubuntu-vvv-bionic.list

     1  # deb http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2  # deb-src http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu bionic main

        /etc/apt/sources.list.d/jtaylor-ubuntu-keepass-xenial.list.save


        /etc/apt/sources.list.d/skype-stable.list.distUpgrade


        /etc/apt/sources.list.d/ubuntu-esm-apps.list

     1  # Written by ubuntu-advantage-tools
     2  deb https://esm.ubuntu.com/apps/ubuntu jammy-apps-security main
     3  # deb-src https://esm.ubuntu.com/apps/ubuntu jammy-apps-security main
     4
     5  deb https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates main
     6  # deb-src https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates main

        /etc/apt/sources.list.d/ondrej-ubuntu-php-xenial.list

     1  # deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main # désactivé pour la mise à niveau vers bionic désactivé pour la mise à niveau vers focal
     2  # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main
     3  # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main
     4  # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main

        /etc/apt/sources.list.d/windscribe-repo.list


        /etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-xenial.list.save


        /etc/apt/sources.list.d/ondrej-ubuntu-php-jammy.list

     1  deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu/ jammy main
     2  # deb-src https://ppa.launchpadcontent.net/ondrej/php/ubuntu/ jammy main

        /etc/apt/sources.list.d/librevault.list.distUpgrade


        /etc/apt/sources.list.d/ondrej-ubuntu-php-jammy.list.save


        /etc/apt/sources.list.d/opera-stable.list.save


        /etc/apt/sources.list.d/ookla_speedtest-cli.list.save


        /etc/apt/sources.list.d/vincent-vandevyvre-ubuntu-vvv-bionic.list.save


        /etc/apt/sources.list.d/michael-gruz-ubuntu-ppa-xenial.list.save


        /etc/apt/sources.list.d/opera-stable.list

     1  # This file makes sure that Opera Browser is kept up-to-date
     2  # as part of regular system upgrades
     3
     4  # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers jammy

        /etc/apt/sources.list.d/freefilesync-ubuntu-ffs-wily.list.save


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

     1  ###   TeamViewer DEB repository list
     2  ### NOTE: Manual changes to this file
     3  ###        - prevent it from being updated by TeamViewer package updates
     4  ###        - will be lost after using the 'teamviewer repo' command
     5  ###       The original file can be restored with this command:
     6  ###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     7  ###       which has the same effect as 'teamviewer repo default'
     8  ### NOTE: It is preferred to use the following commands to edit this file:
     9  ###       teamviewer repo                - show current repository configuration
    10  ###       teamviewer repo default        - restore default configuration
    11  ###       teamviewer repo disable        - disable the repository
    12  ###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    13  ###       teamviewer repo preview        - additionally, make feature preview packages available
    14  ###       teamviewer repo development    - additionally, make the latest development packages available
    15
    16
    17  # deb http://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers focal
    18
    19  # deb http://linux.teamviewer.com/deb preview main
    20  # deb http://linux.teamviewer.com/deb development main

        /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list.save


        /etc/apt/sources.list.d/pivpn-openvpn-repo.list.save


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


        /etc/apt/sources.list.d/certbot-ubuntu-certbot-bionic.list.save


        /etc/apt/sources.list.d/ondrej-ubuntu-php-xenial.list.distUpgrade


        /etc/apt/sources.list.d/owncloud-client.list


        /etc/apt/sources.list.d/owncloud.list.distUpgrade


        /etc/apt/sources.list.d/ookla_speedtest-cli.list

     1  # this file was generated by packagecloud.io for
     2  # the repository at https://packagecloud.io/ookla/speedtest-cli
     3
     4  deb [signed-by=/etc/apt/keyrings/ookla_speedtest-cli-archive-keyring.gpg] https://packagecloud.io/ookla/speedtest-cli/ubuntu/ focal main
     5  deb-src [signed-by=/etc/apt/keyrings/ookla_speedtest-cli-archive-keyring.gpg] https://packagecloud.io/ookla/speedtest-cli/ubuntu/ focal main

        /etc/apt/sources.list.d/skype-stable.list.save


        /etc/apt/sources.list.d/dlech-ubuntu-keepass2-plugins-xenial.list.distUpgrade


        /etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-xenial.list.distUpgrade


        /etc/apt/sources.list.d/unit193-ubuntu-encryption-focal.list.save


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


        /etc/apt/sources.list.d/vincent-vandevyvre-ubuntu-vvv-bionic.list.distUpgrade


        /etc/apt/sources.list.d/dlech-ubuntu-keepass2-plugins-xenial.list.save


        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-bionic.list

     1  # deb http://ppa.launchpad.net/phoerious/keepassxc/ubuntu jammy main # désactivé pour la mise à niveau vers focal désactivé pour la mise à niveau vers jammy
     2  # deb-src http://ppa.launchpad.net/phoerious/keepassxc/ubuntu bionic main

        /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-trunk-xenial.list


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-bionic.list.save


        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-focal.list.distUpgrade


        /etc/apt/sources.list.d/unit193-ubuntu-encryption-focal.list

     1  # deb http://ppa.launchpad.net/unit193/encryption/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
     2  # deb-src http://ppa.launchpad.net/unit193/encryption/ubuntu focal main

        /etc/apt/sources.list.d/phoerious-ubuntu-keepassxc-focal.list

     1  # deb-src http://ppa.launchpad.net/phoerious/keepassxc/ubuntu focal main

        /etc/apt/sources.list.d/freefilesync-ubuntu-ffs-wily.list


        /etc/apt/sources.list.d/jtaylor-ubuntu-keepass-xenial.list.distUpgrade


        /etc/apt/sources.list.d/ubuntu-mozilla-security-ubuntu-ppa-xenial.list.save


        /etc/apt/sources.list.d/pbek-ubuntu-qownnotes-bionic.list

     1  # deb http://ppa.launchpad.net/pbek/qownnotes/ubuntu focal main # désactivé pour la mise à niveau vers focal
     2  # deb-src http://ppa.launchpad.net/pbek/qownnotes/ubuntu bionic main

        /etc/apt/sources.list.save

Hors ligne

#4 Le 05/01/2023, à 16:50

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

ls -lha /boot/

"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#5 Le 05/01/2023, à 17:15

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

En voici le résultat:

 ls -lha /boot/
total 243M
drwxr-xr-x  3 root root 4,0K janv.  4 09:24 .
drwxr-xr-x 20 root root 4,0K sept. 23 19:53 ..
-rw-r--r--  1 root root 256K oct.  17 20:36 config-5.15.0-53-generic
-rw-r--r--  1 root root 256K nov.  22 16:08 config-5.15.0-56-generic
-rw-r--r--  1 root root 263K sept. 23 15:41 config-5.19.11-051911-generic
drwxr-xr-x  5 root root 4,0K déc.   4 16:34 grub
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img -> initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  62M janv.  4 09:24 initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root  62M janv.  4 09:23 initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  68M janv.  4 09:23 initrd.img-5.19.11-051911-generic
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img.old -> initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root 179K févr.  6  2022 memtest86+.bin
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+.elf
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+_multiboot.bin
-rw-------  1 root root 6,0M oct.  17 20:36 System.map-5.15.0-53-generic
-rw-------  1 root root 6,0M nov.  22 16:08 System.map-5.15.0-56-generic
-rw-------  1 root root 6,1M sept. 23 15:41 System.map-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz -> vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M oct.  17 20:41 vmlinuz-5.15.0-53-generic
-rw-------  1 root root  12M nov.  22 18:07 vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M sept. 23 15:41 vmlinuz-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz.old -> vmlinuz-5.15.0-53-generic

Hors ligne

#6 Le 05/01/2023, à 17:33

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

j'ai qu'une envie c'est de te faire dégager ce kernel bizarre... sauf que j'ai pas la manip en tête... faut que je cherche un peu... par contre ça ne répond pas à ma question de savoir où est-ce que tu as chopé ce kernel...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#7 Le 05/01/2023, à 17:35

xubu1957

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Bonjour,

@Qid

        /etc/apt/sources.list.d/cappelikan-ubuntu-ppa-jammy.list.save

C'est le ppa de mainline.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#8 Le 05/01/2023, à 17:53

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

@ xubu1957 : ah je ne l'avais pas vu mais tu as raison... cela dit la commande ci après doit faire le boulot... sinon on passe par mainline pour le dégager... oui je connais ce logiciel et j'ai joué avec aussi pendant un temps mais ce n'est pas forcément une bonne idée entre autre parce que ça flingue justement virtualbox...

apt autoremove --purge -s *5.19.11-051911*

celle là a marché chez moi sur ma 23.04 devel

Dernière modification par Qid (Le 05/01/2023, à 18:59)


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#9 Le 05/01/2023, à 17:54

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Qid a écrit :

j'ai qu'une envie c'est de te faire dégager ce kernel bizarre... sauf que j'ai pas la manip en tête... faut que je cherche un peu... par contre ça ne répond pas à ma question de savoir où est-ce que tu as chopé ce kernel...

J'ai tenté un :

sudo apt purge linux-headers-*
sudo apt install linux-headers-generic

sans effet.
Peut-etre un peu barbare...

J'en déduis que le headers n'a pas directement un lien avec le kernel ou pas seulement?

S'il me faut changer le kernel, j'imagine pouvoir suivre les étapes de la section 4.1: Doc Ubuntu Kernel

Sauriez-vous me dire quel kernel je devrais utiliser?

Hors ligne

#10 Le 05/01/2023, à 17:57

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Qid a écrit :
apt autoremove --purge -s *5.19.11-051911*

celle là a marché chez moi sur ma 23.04 devel

Pardon, je vois que tu m'as répondu en parallèle.
Je veux bien tenter mais ensuite je le remplace par quoi?

@ xubu1957, exact, j'avais utilisé mainline pour changer de kernel au passage à 22.04 parce que ma carte wifi n'était pas reconnue par le kernel de base.

Dernière modification par Cqfd83 (Le 05/01/2023, à 18:02)

Hors ligne

#11 Le 05/01/2023, à 18:00

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Cqfd83 a écrit :

Peut-etre un peu barbare...

t'as eu de la chance que ça n'ai pas marché oui...
vas-tu nous expliqué pourquoi tu as joué avec mainline pour forcer l'utilisation d'un autre kernel que l'officiel ?
parce que ça ne peux pas être fait inconsciemment...
en tous cas pour répondre à ta dernière question puisque nos post se croisent des kernel t'en a 2 autres donc t'as rien a faire de plus...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#12 Le 05/01/2023, à 18:47

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Alors j'ai bien appliqué ton conseil @Qid et lancé la commande proposée.
j'ai complété cela par:
- update-grub (au cas où...)
- apt remove virtualbox
- apt autoremove
reboot

Au redemarrage, j'ai tenté une install propre de virtualbox et patatrac:

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
  libgsoap-2.8.117 virtualbox-dkms virtualbox-qt
Paquets suggérés :
  vde2 virtualbox-guest-additions-iso
Les NOUVEAUX paquets suivants seront installés :
  libgsoap-2.8.117 virtualbox virtualbox-dkms virtualbox-qt
0 mis à jour, 4 nouvellement installés, 0 à enlever et 7 non mis à jour.
Il est nécessaire de prendre 0 o/46,4 Mo dans les archives.
Après cette opération, 179 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Sélection du paquet libgsoap-2.8.117:amd64 précédemment désélectionné.
(Lecture de la base de données... 256261 fichiers et répertoires déjà installés. )
Préparation du dépaquetage de .../libgsoap-2.8.117_2.8.117-2build1_amd64.deb ...
Dépaquetage de libgsoap-2.8.117:amd64 (2.8.117-2build1) ...
Sélection du paquet virtualbox-dkms précédemment désélectionné.
Préparation du dépaquetage de .../virtualbox-dkms_6.1.38-dfsg-3~ubuntu1.22.04.1_ amd64.deb ...
Dépaquetage de virtualbox-dkms (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Sélection du paquet virtualbox précédemment désélectionné.
Préparation du dépaquetage de .../virtualbox_6.1.38-dfsg-3~ubuntu1.22.04.1_amd64 .deb ...
Dépaquetage de virtualbox (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Sélection du paquet virtualbox-qt précédemment désélectionné.
Préparation du dépaquetage de .../virtualbox-qt_6.1.38-dfsg-3~ubuntu1.22.04.1_am d64.deb ...
Dépaquetage de virtualbox-qt (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Paramétrage de libgsoap-2.8.117:amd64 (2.8.117-2build1) ...
Paramétrage de virtualbox-dkms (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Loading new virtualbox-6.1.38 DKMS files...
Building for 5.19.11-051911-generic
Module build for kernel 5.19.11-051911-generic was skipped since the
kernel headers for this kernel does not seem to be installed.
Job for virtualbox.service failed because the control process exited with error  code.
See "systemctl status virtualbox.service" and "journalctl -xeu virtualbox.servic e" for details.
invoke-rc.d: initscript virtualbox, action "restart" failed.
× virtualbox.service - LSB: VirtualBox Linux kernel module
     Loaded: loaded (/etc/init.d/virtualbox; generated)
     Active: failed (Result: exit-code) since Thu 2023-01-05 17:32:40 CET; 6ms a go
       Docs: man:systemd-sysv-generator(8)
    Process: 23351 ExecStart=/etc/init.d/virtualbox start (code=exited, status=1 /FAILURE)
        CPU: 72ms

janv. 05 17:32:40 NASmaison systemd[1]: Starting LSB: VirtualBox Linux kernel mo dule...
janv. 05 17:32:40 NASmaison virtualbox[23351]:  * Loading VirtualBox kernel modu les...
janv. 05 17:32:40 NASmaison virtualbox[23351]:  * No suitable module for running  kernel found
janv. 05 17:32:40 NASmaison virtualbox[23351]:    ...fail!
janv. 05 17:32:40 NASmaison systemd[1]: virtualbox.service: Control process exit ed, code=exited, status=1/FAILURE
janv. 05 17:32:40 NASmaison systemd[1]: virtualbox.service: Failed with result ' exit-code'.
janv. 05 17:32:40 NASmaison systemd[1]: Failed to start LSB: VirtualBox Linux ke rnel module.
Paramétrage de virtualbox (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Job for virtualbox.service failed because the control process exited with error  code.
See "systemctl status virtualbox.service" and "journalctl -xeu virtualbox.servic e" for details.
invoke-rc.d: initscript virtualbox, action "restart" failed.
× virtualbox.service - LSB: VirtualBox Linux kernel module
     Loaded: loaded (/etc/init.d/virtualbox; generated)
     Active: failed (Result: exit-code) since Thu 2023-01-05 17:32:41 CET; 39ms  ago
       Docs: man:systemd-sysv-generator(8)
    Process: 23492 ExecStart=/etc/init.d/virtualbox start (code=exited, status=1 /FAILURE)
        CPU: 45ms

janv. 05 17:32:41 NASmaison systemd[1]: Starting LSB: VirtualBox Linux kernel mo dule...
janv. 05 17:32:41 NASmaison virtualbox[23492]:  * Loading VirtualBox kernel modu les...
janv. 05 17:32:41 NASmaison virtualbox[23492]:  * No suitable module for running  kernel found
janv. 05 17:32:41 NASmaison virtualbox[23492]:    ...fail!
janv. 05 17:32:41 NASmaison systemd[1]: virtualbox.service: Control process exit ed, code=exited, status=1/FAILURE
janv. 05 17:32:41 NASmaison systemd[1]: virtualbox.service: Failed with result ' exit-code'.
janv. 05 17:32:41 NASmaison systemd[1]: Failed to start LSB: VirtualBox Linux ke rnel module.
Paramétrage de virtualbox-qt (6.1.38-dfsg-3~ubuntu1.22.04.1) ...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1)  ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.6+22.04.202 20217-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1u buntu3) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2)  ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu 3) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.35-0ubuntu3.1)  ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour shared-mime-info (2.1-2) .. .

il y a toujours un soucis de kernel

J'ai refais un :

ls -lha /boot/
total 243M
drwxr-xr-x  3 root root 4,0K janv.  4 09:24 .
drwxr-xr-x 20 root root 4,0K sept. 23 19:53 ..
-rw-r--r--  1 root root 256K oct.  17 20:36 config-5.15.0-53-generic
-rw-r--r--  1 root root 256K nov.  22 16:08 config-5.15.0-56-generic
-rw-r--r--  1 root root 263K sept. 23 15:41 config-5.19.11-051911-generic
drwxr-xr-x  5 root root 4,0K janv.  5 17:05 grub
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img -> initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  62M janv.  4 09:24 initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root  62M janv.  4 09:23 initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  68M janv.  4 09:23 initrd.img-5.19.11-051911-generic
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img.old -> initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root 179K févr.  6  2022 memtest86+.bin
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+.elf
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+_multiboot.bin
-rw-------  1 root root 6,0M oct.  17 20:36 System.map-5.15.0-53-generic
-rw-------  1 root root 6,0M nov.  22 16:08 System.map-5.15.0-56-generic
-rw-------  1 root root 6,1M sept. 23 15:41 System.map-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz -> vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M oct.  17 20:41 vmlinuz-5.15.0-53-generic
-rw-------  1 root root  12M nov.  22 18:07 vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M sept. 23 15:41 vmlinuz-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz.old -> vmlinuz-5.15.0-53-generic

5.19.11 est toujours là...
Je retente:

sudo apt autoremove --purge -s *5.19.11-051911*
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Note : sélection de linux-headers-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-modules-extra-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-modules-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-image-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-image-unsigned-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Le paquet « linux-image-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Le paquet « linux-headers-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Le paquet « linux-modules-extra-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Les paquets suivants seront ENLEVÉS :
  linux-image-unsigned-5.19.11-051911-generic*
  linux-modules-5.19.11-051911-generic*
0 mis à jour, 0 nouvellement installés, 2 à enlever et 7 non mis à jour.
Purg linux-image-unsigned-5.19.11-051911-generic [5.19.11-051911.202209231341]
Purg linux-modules-5.19.11-051911-generic [5.19.11-051911.202209231341]
ls -lha /boot/
total 243M
drwxr-xr-x  3 root root 4,0K janv.  4 09:24 .
drwxr-xr-x 20 root root 4,0K sept. 23 19:53 ..
-rw-r--r--  1 root root 256K oct.  17 20:36 config-5.15.0-53-generic
-rw-r--r--  1 root root 256K nov.  22 16:08 config-5.15.0-56-generic
-rw-r--r--  1 root root 263K sept. 23 15:41 config-5.19.11-051911-generic
drwxr-xr-x  5 root root 4,0K janv.  5 17:05 grub
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img -> initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  62M janv.  4 09:24 initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root  62M janv.  4 09:23 initrd.img-5.15.0-56-generic
-rw-r--r--  1 root root  68M janv.  4 09:23 initrd.img-5.19.11-051911-generic
lrwxrwxrwx  1 root root   28 déc.   4 16:30 initrd.img.old -> initrd.img-5.15.0-53-generic
-rw-r--r--  1 root root 179K févr.  6  2022 memtest86+.bin
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+.elf
-rw-r--r--  1 root root 181K févr.  6  2022 memtest86+_multiboot.bin
-rw-------  1 root root 6,0M oct.  17 20:36 System.map-5.15.0-53-generic
-rw-------  1 root root 6,0M nov.  22 16:08 System.map-5.15.0-56-generic
-rw-------  1 root root 6,1M sept. 23 15:41 System.map-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz -> vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M oct.  17 20:41 vmlinuz-5.15.0-53-generic
-rw-------  1 root root  12M nov.  22 18:07 vmlinuz-5.15.0-56-generic
-rw-------  1 root root  12M sept. 23 15:41 vmlinuz-5.19.11-051911-generic
lrwxrwxrwx  1 root root   25 déc.   4 16:30 vmlinuz.old -> vmlinuz-5.15.0-53-generic

Hors ligne

#13 Le 05/01/2023, à 18:49

xubu1957

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Donne le retour de :

sudo apt update

et d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#14 Le 05/01/2023, à 18:55

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

@ xubu1957 : attend s'il te plait... chaque chose en son temps...

@ Cqfd83 : wow... tu va arrêter d'aller plus vite que la musique et répondre aux interrogations du post 11 ?
parce que oui c'est normal que la situation n'ait pas changé (c'était juste une simulation pour être sûr de ne pas faire de bêtise... sauf que si pour en éviter une je passe par cette possibilité mais que toi derrière tu en fait une autre...

donc je reprend... tu peux donc appliquer cette commande sans risque pour dégager et le kernel en trop et mainline comme ça on sera sûr que tu n'ira pas rejouer avec :

sudo apt autoremove --purge *5.19.11-051911* mainline

Dernière modification par Qid (Le 05/01/2023, à 18:57)


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#15 Le 05/01/2023, à 18:58

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Cher xubu1957

Ci-dessous:

sudo apt update
Atteint :1 https://download.virtualbox.org/virtualbox/debian jammy InRelease
Atteint :2 https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu jammy InRelease
Atteint :3 https://updates.signal.org/desktop/apt xenial InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu jammy InRelease
Atteint :5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Atteint :6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Réception de :7 https://esm.ubuntu.com/apps/ubuntu jammy-apps-security InRelease        [7535 B]
Réception de :8 https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates InRelease [       7459 B]
Atteint :9 https://packagecloud.io/ookla/speedtest-cli/ubuntu focal InRelease
15,0 ko réceptionnés en 2s (9425 o/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
7 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.

Par ailleurs je comprends mal pourquoi mais j'ai 7 paquets en attente...

sudo apt upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
#
# News about significant security updates, features and services will
# appear here to raise awareness and perhaps tease /r/Linux ;)
# Use 'pro config set apt_news=false' to hide this and future APT news.
#
Les paquets suivants ont été conservés :
  grub-common grub-pc grub-pc-bin grub2-common python3-update-manager update-manager
  update-manager-core
0 mis à jour, 0 nouvellement installés, 0 à enlever et 7 non mis à jour.

Enfin pour les paquets cassés:

dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                                         Version                                     Architecture Description
+++-===========================================================-===========================================-============-================================================================================
rc  account-plugin-facebook                                     0.12+16.04.20160126-0ubuntu1                all          GNOME Control Center account plugin for single signon - facebook
rc  account-plugin-flickr                                       0.12+16.04.20160126-0ubuntu1                all          GNOME Control Center account plugin for single signon - flickr
rc  account-plugin-google                                       0.12+16.04.20160126-0ubuntu1                all          GNOME Control Center account plugin for single signon
rc  android-tools-adb                                           5.1.1r36+git20160322-0ubuntu3               amd64        Android Debug Bridge CLI tool
rc  android-tools-fastboot                                      1:8.1.0+r23-5ubuntu2                        all          transitional package
rc  app-install-data                                            15.10                                       all          Ubuntu applications (data files)
rc  appmenu-qt5                                                 0.3.0+16.04.20170216-0ubuntu1               amd64        application menu for Qt5
rc  apt-xapian-index                                            0.51ubuntu1                                 all          maintenance and search tools for a Xapian index of Debian packages
rc  cgmanager                                                   0.39-2ubuntu5                               amd64        Central cgroup manager daemon
rc  cgroupfs-mount                                              1.4                                         all          Light-weight package to set up cgroupfs mounts
rc  crda                                                        3.18-1build1                                amd64        wireless Central Regulatory Domain Agent
rc  dvdrip                                                      1:0.98.11-0ubuntu8                          all          perl front end for transcode and ffmpeg
rc  ethtool                                                     1:4.15-0ubuntu1                             amd64        display or change Ethernet device settings
rc  firefox                                                     1:1snap1-0ubuntu2                           amd64        Transitional package - firefox -> firefox snap
rc  flashplugin-installer                                       31.0.0.108ubuntu0.16.04.1                   amd64        Adobe Flash Player plugin installer
rc  fonts-droid                                                 1:4.4.4r2-6ubuntu1                          all          handheld device font with extensive style and language support
rc  fonts-unfonts-core                                          1.0.3.is.1.0.2-080608-10ubuntu1             all          Un series Korean TrueType fonts
rc  fonts-wqy-microhei                                          0.2.0-beta-3                                all          Sans-serif style CJK font derived from Droid
rc  freepats                                                    20060219-1                                  all          Free patch set for MIDI audio synthesis
rc  fuse                                                        2.9.9-3                                     amd64        Filesystem in Userspace
rc  gconf2                                                      3.2.6-7ubuntu2                              amd64        GNOME configuration database system (support tools)
rc  gconf2-common                                               3.2.6-7ubuntu2                              all          GNOME configuration database system (common files)
rc  gksu                                                        2.0.2-9ubuntu1                              amd64        graphical front-end to su and sudo
rc  gnome-media                                                 3.4.0-2ubuntu1                              amd64        GNOME media utilities
rc  gnome-software                                              3.36.1-0ubuntu0.20.04.0                     amd64        Software Center for GNOME
rc  gnome-user-share                                            3.18.3-3                                    amd64        User level public file sharing via WebDAV
rc  gnustep-base-runtime                                        1.28.0-4build1                              amd64        GNUstep Base library - daemons and tools
rc  gnustep-common                                              2.9.0-3                                     amd64        Common files for the core GNUstep environment
rc  graphviz                                                    2.42.2-6                                    amd64        rich set of graph drawing tools
rc  hddtemp                                                     0.3-beta15-53                               amd64        hard drive temperature monitoring utility
rc  imagemagick-common                                          8:6.9.7.4+dfsg-16ubuntu6.3                  all          image manipulation programs -- infrastructure dummy package
rc  initscripts                                                 2.88dsf-59.3ubuntu2                         amd64        scripts for initializing and shutting down the system
rc  insserv                                                     1.14.0-5ubuntu3                             amd64        boot sequence organizer using LSB init.d script dependency information
rc  ippusbxd                                                    1.34-2ubuntu1                               amd64        Daemon for IPP USB printer support
rc  keepass2-plugin-application-indicator                       0.4.7+0.5.7                                 all          Adds an Application Indicator to KeePass 2.x
rc  kerneloops-daemon                                           0.12+git20140509-2ubuntu1                   amd64        kernel oops tracker
rc  libapache2-mod-dnssd                                        0.6-3.2                                     amd64        Zeroconf support for Apache 2 via avahi
rc  libapt-inst1.7:amd64                                        1.0.10.2ubuntu2                             amd64        deb package format runtime library
rc  libapt-pkg4.16:amd64                                        1.0.10.2ubuntu2                             amd64        package management runtime library
rc  libbasicusageenvironment0                                   2014.01.13-1                                amd64        multimedia RTSP streaming library (BasicUsageEnvironment class)
rc  libbind9-90                                                 1:9.9.5.dfsg-11ubuntu1.3                    amd64        BIND9 Shared Library used by BIND
rc  libbonobo2-0:amd64                                          2.32.1-3                                    amd64        Bonobo CORBA interfaces library
rc  libbonobo2-common                                           2.32.1-3                                    all          Bonobo CORBA interfaces library -- support files
rc  libcamel-1.2-52                                             3.16.5-1ubuntu3                             amd64        Evolution MIME message handling library
rc  libcdr-0.1-1v5                                              0.1.1-2ubuntu1                              amd64        library for reading and converting Corel DRAW files
rc  libcheese-gtk23:amd64                                       3.16.1-1ubuntu2                             amd64        tool to take pictures and videos from your webcam - widgets
rc  libcheese7:amd64                                            3.16.1-1ubuntu2                             amd64        tool to take pictures and videos from your webcam - base library
rc  libcolamd2.8.0:amd64                                        1:4.2.1-3ubuntu1                            amd64        column approximate minimum degree ordering library for sparse matrices
rc  libdirectfb-1.2-9:amd64                                     1.2.10.0-5.1                                amd64        direct frame buffer graphics - shared libraries
rc  libdns-export100                                            1:9.9.5.dfsg-11ubuntu1.3                    amd64        Exported DNS Shared Library
rc  libdns100                                                   1:9.9.5.dfsg-11ubuntu1.3                    amd64        DNS Shared Library used by BIND
rc  libdouble-conversion1v5:amd64                               2.0.1-3ubuntu2                              amd64        routines to convert IEEE floats to and from strings
rc  libebook-contacts-1.2-1                                     3.16.5-1ubuntu3                             amd64        Client library for evolution contacts books
rc  libecal-1.2-18                                              3.16.5-1ubuntu3                             amd64        Client library for evolution calendars
rc  libedata-cal-1.2-27                                         3.16.5-1ubuntu3                             amd64        Backend library for evolution calendars
rc  libedataserver-1.2-20                                       3.16.5-1ubuntu3                             amd64        Utility library for evolution data servers
rc  libevent-core-2.0-5:amd64                                   2.0.21-stable-2                             amd64        Asynchronous event notification library (core)
rc  libgee2:amd64                                               0.6.8-2ubuntu1                              amd64        GObject based collection library
rc  libgif4:amd64                                               4.1.6-11                                    amd64        library for GIF images (library)
rc  libgif4:i386                                                4.1.6-11                                    i386         library for GIF images (library)
rc  libgksu2-0                                                  2.0.13~pre1-6ubuntu8                        amd64        library providing su and sudo functionality
rc  libglew1.10:amd64                                           1.10.0-3                                    amd64        OpenGL Extension Wrangler - runtime environment
rc  libglewmx1.10:amd64                                         1.10.0-3                                    amd64        OpenGL Extension Wrangler (Multiple Rendering Contexts)
rc  libglib2.0-0:i386                                           2.56.2-0ubuntu0.18.04.2                     i386         GLib library of C routines
rc  libgnome-desktop-3-10:amd64                                 3.16.2-2ubuntu2                             amd64        Utility library for loading .desktop files - runtime files
rc  libgnome-keyring0:amd64                                     3.12.0-1build1                              amd64        GNOME keyring services library
rc  libgnome2-common                                            2.32.1-6                                    all          Deprecated GNOME 2 library - common files
rc  libgnomevfs2-common                                         1:2.24.4-6.1ubuntu2                         amd64        GNOME Virtual File System (common files)
rc  libgnutls-deb0-28:amd64                                     3.3.15-5ubuntu2                             amd64        GNU TLS library - main runtime library
rc  libgnutls-deb0-28:i386                                      3.3.15-5ubuntu2                             i386         GNU TLS library - main runtime library
rc  libgroupsock1                                               2014.01.13-1                                amd64        multimedia RTSP streaming library (network interfaces and sockets)
rc  libgstreamer-plugins-bad0.10-0:amd64                        0.10.23-8.1ubuntu3                          amd64        GStreamer shared libraries from the "bad" set
rc  libgstreamer-plugins-base0.10-0:amd64                       0.10.36-2                                   amd64        GStreamer libraries from the "base" set
rc  libgstreamer-plugins-base0.10-0:i386                        0.10.36-2                                   i386         GStreamer libraries from the "base" set
rc  libgstreamer0.10-0:amd64                                    0.10.36-1.5ubuntu1                          amd64        Core GStreamer libraries and elements
rc  libgstreamer0.10-0:i386                                     0.10.36-1.5ubuntu1                          i386         Core GStreamer libraries and elements
rc  libgtop2-10                                                 2.30.0.is.2.30.0-0ubuntu1                   amd64        gtop system monitoring library (shared)
rc  libgvc6                                                     2.42.2-6                                    amd64        rich set of graph drawing tools - gvc library
rc  libhdhomerun1                                               20140604-2                                  amd64        Library for Silicon Dust HD HomeRun
rc  libhybris                                                   0.1.0+git20151016+6d424c9-0ubuntu7          amd64        Allows to run bionic-based HW adaptations in glibc systems - libs
rc  libice6:i386                                                2:1.0.9-1                                   i386         X11 Inter-Client Exchange library
rc  libimobiledevice4:amd64                                     1.1.6+dfsg-3.1build1                        amd64        Library for communicating with the iPhone and iPod Touch
rc  libirs-export91                                             1:9.9.5.dfsg-11ubuntu1.3                    amd64        Exported IRS Shared Library
rc  libisc-export95                                             1:9.9.5.dfsg-11ubuntu1.3                    amd64        Exported ISC Shared Library
rc  libisc95                                                    1:9.9.5.dfsg-11ubuntu1.3                    amd64        ISC Shared Library used by BIND
rc  libisccc90                                                  1:9.9.5.dfsg-11ubuntu1.3                    amd64        Command Channel Library used by BIND
rc  libisccfg-export90                                          1:9.9.5.dfsg-11ubuntu1.3                    amd64        Exported ISC CFG Shared Library
rc  libisccfg90                                                 1:9.9.5.dfsg-11ubuntu1.3                    amd64        Config File Handling Library used by BIND
rc  libisl13:amd64                                              0.14-2                                      amd64        manipulating sets and relations of integer points bounded by linear constraints
rc  libjson-c2:amd64                                            0.11-4ubuntu2                               amd64        JSON manipulation library - shared library
rc  libjson-c2:i386                                             0.11-4ubuntu2                               i386         JSON manipulation library - shared library
rc  liblivemedia23                                              2014.01.13-1                                amd64        multimedia RTSP streaming library
rc  libllvm3.6v5:i386                                           1:3.6.2-1                                   i386         Modular compiler and toolchain technologies, runtime library
rc  liblockdev1                                                 1.0.3-1.6build1                             amd64        Run-time shared library for locking devices
rc  liblouis2:amd64                                             2.6.2-2                                     amd64        Braille translation library - shared libs
rc  liblwres90                                                  1:9.9.5.dfsg-11ubuntu1.3                    amd64        Lightweight Resolver Library used by BIND
rc  libmcrypt4                                                  2.5.8-3.3                                   amd64        De-/Encryption Library
rc  libmecab2:amd64                                             0.996-14build9                              amd64        Libraries of Mecab
rc  libmetacity-private3                                        1:3.17.2-4ubuntu1                           amd64        library for the Metacity window manager
rc  libmwaw-0.3-3v5                                             0.3.5-1ubuntu1                              amd64        import library for some old Mac text documents
rc  libmysqlclient18:amd64                                      5.6.30-0ubuntu0.15.10.1                     amd64        MySQL database client library
rc  libnginx-mod-http-auth-pam                                  1.10.2-2~dotdeb+8.2                         amd64        PAM authentication module for Nginx
rc  libnginx-mod-http-geoip                                     1.10.2-2~dotdeb+8.2                         amd64        GeoIP HTTP module for Nginx
rc  libnginx-mod-http-image-filter                              1.10.2-2~dotdeb+8.2                         amd64        HTTP image filter module for Nginx
rc  libnginx-mod-http-xslt-filter                               1.10.2-2~dotdeb+8.2                         amd64        XSLT Transformation module for Nginx
rc  libnginx-mod-mail                                           1.10.2-2~dotdeb+8.2                         amd64        Mail module for Nginx
rc  libnginx-mod-stream                                         1.10.2-2~dotdeb+8.2                         amd64        Stream module for Nginx
rc  libnss-myhostname:amd64                                     245.4-4ubuntu3.2                            amd64        nss module providing fallback resolution for the current hostname
rc  libodfgen-0.1-1v5                                           0.1.4-1ubuntu1                              amd64        library to generate ODF documents
rc  libopenjpeg5:amd64                                          1:1.5.2-3.1                                 amd64        JPEG 2000 image compression/decompression library - runtime
rc  libowncloudsync0:amd64                                      2.6.3.14058+dfsg-1                          amd64        ownCloudSync folder synchronization - libraries
rc  libperl5.22:amd64                                           5.22.1-9ubuntu0.5                           amd64        shared Perl library
rc  libpgm-5.1-0:amd64                                          5.1.118-1~dfsg-2ubuntu1                     amd64        OpenPGM shared library
rc  libpoppler52:amd64                                          0.33.0-0ubuntu3                             amd64        PDF rendering library
rc  libprocps3:amd64                                            1:3.3.9-1ubuntu8                            amd64        library for accessing process information from /proc
rc  libpth20:amd64                                              2.0.7-20                                    amd64        GNU Portable Threads
rc  libpython2.7-minimal:amd64                                  2.7.18-13ubuntu1.1                          amd64        Minimal subset of the Python language (version 2.7)
rc  libpython3.4:amd64                                          3.4.3-9ubuntu1                              amd64        Shared Python runtime library (version 3.4)
rc  libpython3.4-minimal:amd64                                  3.4.3-9ubuntu1                              amd64        Minimal subset of the Python language (version 3.4)
rc  libpython3.5-minimal:amd64                                  3.5.2-2ubuntu0~16.04.4                      amd64        Minimal subset of the Python language (version 3.5)
rc  libpython3.8-minimal:amd64                                  3.8.10-0ubuntu1~20.04.5                     amd64        Minimal subset of the Python language (version 3.8)
rc  libqpdf13v5:amd64                                           5.1.3-2                                     amd64        runtime library for PDF transformation/inspection software
rc  libqt5keychain0:amd64                                       0.5.0-1build1~gcc5.1                        amd64        Qt API to store passwords (QT5 version)
rc  libqtcore4:amd64                                            4:4.8.7+dfsg-7ubuntu1                       amd64        Qt 4 core module
rc  libquvi7:amd64                                              0.4.1-3                                     amd64        library for parsing video download links (runtime libraries)
rc  libraw10:amd64                                              0.16.2-1                                    amd64        raw image decoder library
rc  libreoffice-style-tango                                     1:7.3.6-0ubuntu0.22.04.1                    all          transitional package for Tango symbol style
rc  librevault-daemon                                           0.1.19-151+ubuntu16.04                      amd64        Librevault File synchronization tool
rc  libsasl2-modules:i386                                       2.1.26.dfsg1-14build1                       i386         Cyrus SASL - pluggable authentication modules
rc  libschroedinger-1.0-0:amd64                                 1.0.11-2.1build1                            amd64        library for encoding/decoding of Dirac video streams
rc  libsensors4:amd64                                           1:3.4.0-4                                   amd64        library to read temperature/voltage/fan sensors
rc  libsensors4:i386                                            1:3.4.0-4                                   i386         library to read temperature/voltage/fan sensors
rc  libsidplay2v5                                               2.1.1-14ubuntu2                             amd64        SID (MOS 6581) emulation library
rc  libslv2-9:amd64                                             0.6.6+dfsg1-3build1                         amd64        library for simple use of LV2 plugins
rc  libsm6:i386                                                 2:1.2.2-1                                   i386         X11 Session Management library
rc  libsmi2ldbl:amd64                                           0.4.8+dfsg2-11                              amd64        library to access SMI MIB information
rc  libsodium13:amd64                                           1.0.3-1                                     amd64        Network communication, cryptography and signaturing library
rc  libsoundtouch0:amd64                                        1.9.0-1                                     amd64        Sound stretching library
rc  libssl1.0.0:i386                                            1.0.2g-1ubuntu4.12                          i386         Secure Sockets Layer toolkit - shared libraries
rc  libssl1.0.2:amd64                                           1.0.2l-0~ubuntu16.04.1+deb.sury.org+1       amd64        Secure Sockets Layer toolkit - shared libraries
rc  libtxc-dxtn-s2tc0:amd64                                     0~git20131104-1.1                           amd64        Texture compression library for Mesa
rc  libtxc-dxtn-s2tc0:i386                                      0~git20131104-1.1                           i386         Texture compression library for Mesa
rc  libunistring0:amd64                                         0.9.3-5.2ubuntu1                            amd64        Unicode string library for C
rc  libusageenvironment1                                        2014.01.13-1                                amd64        multimedia RTSP streaming library (UsageEnvironment classes)
rc  libusbmuxd2:amd64                                           1.0.9-1build1                               amd64        USB multiplexor daemon for iPhone and iPod Touch devices - library
rc  libuser1                                                    1:0.60~dfsg-1.2                             amd64        user and group account administration library - shared libraries
rc  libvlccore8                                                 2.2.2-5ubuntu0.16.04.4                      amd64        base library for VLC and its modules
rc  libvpx2:amd64                                               1.4.0-4                                     amd64        VP8 and VP9 video codec (shared library)
rc  libvpx2:i386                                                1.4.0-4                                     i386         VP8 and VP9 video codec (shared library)
rc  libwebrtc-audio-processing-0:amd64                          0.1-3ubuntu1~gcc5.1                         amd64        AudioProcessing module from the WebRTC project.
rc  libwildmidi-config                                          0.4.3-1                                     all          software MIDI player configuration
rc  libwildmidi1:amd64                                          0.3.8-2                                     amd64        software MIDI player library
rc  libwireshark-data                                           2.0.2+ga16e22e-1                            all          network packet dissection library -- data files
rc  libwrap0:i386                                               7.6.q-27                                    i386         Wietse Venema's TCP wrappers library
rc  libx264-146:amd64                                           2:0.146.2555+git0c21480-1                   amd64        x264 video coding library
rc  libx265-59:amd64                                            1.7-4                                       amd64        H.265/HEVC video stream encoder (shared library)
rc  libxml-sax-perl                                             1.02+dfsg-1                                 all          Perl module for using and building Perl SAX2 XML processors
rc  libxt6:i386                                                 1:1.1.5-0ubuntu1                            i386         X11 toolkit intrinsics library
rc  libxtables10                                                1.4.21-2ubuntu2                             amd64        netfilter xtables library
rc  libxtst6:i386                                               2:1.2.2-1                                   i386         X11 Testing -- Record extension library
rc  libzmq3:amd64                                               4.0.5+dfsg-3ubuntu1~gcc5.1                  amd64        lightweight messaging kernel (shared library)
rc  lintian                                                     2.62.0                                      all          Debian package checker
rc  linux-image-4.15.0-108-generic                              4.15.0-108.109                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-111-generic                              4.15.0-111.112                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-112-generic                              4.15.0-112.113                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-115-generic                              4.15.0-115.116                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-117-generic                              4.15.0-117.118                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-118-generic                              4.15.0-118.119                              amd64        Signed kernel image generic
rc  linux-image-4.15.0-34-generic                               4.15.0-34.37                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-74-generic                               4.15.0-74.84                                amd64        Signed kernel image generic
rc  linux-image-4.15.0-96-generic                               4.15.0-96.97                                amd64        Signed kernel image generic
rc  linux-image-4.2.0-16-generic                                4.2.0-16.19                                 amd64        Linux kernel image for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-4.2.0-27-generic                                4.2.0-27.32                                 amd64        Linux kernel image for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-4.2.0-30-generic                                4.2.0-30.36                                 amd64        Linux kernel image for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-4.2.0-34-generic                                4.2.0-34.39                                 amd64        Linux kernel image for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-4.2.0-35-generic                                4.2.0-35.40                                 amd64        Linux kernel image for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-21-generic                                4.4.0-21.37                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-22-generic                                4.4.0-22.40                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-24-generic                                4.4.0-24.43                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-28-generic                                4.4.0-28.47                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-31-generic                                4.4.0-31.50                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-34-generic                                4.4.0-34.53                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-36-generic                                4.4.0-36.55                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-38-generic                                4.4.0-38.57                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-42-generic                                4.4.0-42.62                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-43-generic                                4.4.0-43.63                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-45-generic                                4.4.0-45.66                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-47-generic                                4.4.0-47.68                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-51-generic                                4.4.0-51.72                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-53-generic                                4.4.0-53.74                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-57-generic                                4.4.0-57.78                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-4.4.0-59-generic                                4.4.0-59.80                                 amd64        Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-5.15.0-48-generic                               5.15.0-48.54                                amd64        Signed kernel image generic
rc  linux-image-5.15.0-50-generic                               5.15.0-50.56                                amd64        Signed kernel image generic
rc  linux-image-5.15.0-52-generic                               5.15.0-52.58                                amd64        Signed kernel image generic
rc  linux-image-5.4.0-107-generic                               5.4.0-107.121                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-121-generic                               5.4.0-121.137                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-122-generic                               5.4.0-122.138                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-124-generic                               5.4.0-124.140                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-125-generic                               5.4.0-125.141                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-126-generic                               5.4.0-126.142                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-48-generic                                5.4.0-48.52                                 amd64        Signed kernel image generic
rc  linux-image-5.4.0-52-generic                                5.4.0-52.57                                 amd64        Signed kernel image generic
rc  linux-image-extra-4.2.0-16-generic                          4.2.0-16.19                                 amd64        Linux kernel extra modules for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-extra-4.2.0-27-generic                          4.2.0-27.32                                 amd64        Linux kernel extra modules for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-extra-4.2.0-30-generic                          4.2.0-30.36                                 amd64        Linux kernel extra modules for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-extra-4.2.0-34-generic                          4.2.0-34.39                                 amd64        Linux kernel extra modules for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-extra-4.2.0-35-generic                          4.2.0-35.40                                 amd64        Linux kernel extra modules for version 4.2.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-21-generic                          4.4.0-21.37                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-22-generic                          4.4.0-22.40                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-24-generic                          4.4.0-24.43                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-28-generic                          4.4.0-28.47                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-31-generic                          4.4.0-31.50                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-34-generic                          4.4.0-34.53                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-36-generic                          4.4.0-36.55                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-38-generic                          4.4.0-38.57                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-42-generic                          4.4.0-42.62                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-43-generic                          4.4.0-43.63                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-45-generic                          4.4.0-45.66                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-47-generic                          4.4.0-47.68                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-51-generic                          4.4.0-51.72                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-53-generic                          4.4.0-53.74                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-57-generic                          4.4.0-57.78                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-image-extra-4.4.0-59-generic                          4.4.0-59.80                                 amd64        Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-108-generic                            4.15.0-108.109                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-111-generic                            4.15.0-111.112                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-112-generic                            4.15.0-112.113                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-115-generic                            4.15.0-115.116                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-117-generic                            4.15.0-117.118                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-118-generic                            4.15.0-118.119                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-34-generic                             4.15.0-34.37                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-74-generic                             4.15.0-74.84                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-96-generic                             4.15.0-96.97                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-5.15.0-48-generic                             5.15.0-48.54                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-5.15.0-50-generic                             5.15.0-50.56                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-5.15.0-52-generic                             5.15.0-52.58                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-107-generic                             5.4.0-107.121                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-121-generic                             5.4.0-121.137                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-122-generic                             5.4.0-122.138                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-124-generic                             5.4.0-124.140                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-125-generic                             5.4.0-125.141                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-126-generic                             5.4.0-126.142                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-48-generic                              5.4.0-48.52                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-52-generic                              5.4.0-52.57                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-108-generic                      4.15.0-108.109                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-111-generic                      4.15.0-111.112                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-112-generic                      4.15.0-112.113                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-115-generic                      4.15.0-115.116                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-117-generic                      4.15.0-117.118                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-118-generic                      4.15.0-118.119                              amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-34-generic                       4.15.0-34.37                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-74-generic                       4.15.0-74.84                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-96-generic                       4.15.0-96.97                                amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-48-generic                       5.15.0-48.54                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-50-generic                       5.15.0-50.56                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-52-generic                       5.15.0-52.58                                amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-107-generic                       5.4.0-107.121                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-121-generic                       5.4.0-121.137                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-122-generic                       5.4.0-122.138                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-124-generic                       5.4.0-124.140                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-125-generic                       5.4.0-125.141                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-126-generic                       5.4.0-126.142                               amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-48-generic                        5.4.0-48.52                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-52-generic                        5.4.0-52.57                                 amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  mariadb-client-10.0                                         10.0.36-0ubuntu0.16.04.1                    amd64        MariaDB database client binaries
rc  mariadb-client-10.1                                         1:10.1.44-0ubuntu0.18.04.1                  amd64        MariaDB database client binaries
rc  mariadb-client-10.3                                         1:10.3.34-0ubuntu0.20.04.1                  amd64        MariaDB database client binaries
rc  mariadb-client-10.6                                         1:10.6.7-2ubuntu1.1                         amd64        MariaDB database client binaries
rc  mariadb-common                                              1:10.6.7-2ubuntu1.1                         all          MariaDB common configuration files
rc  mariadb-server-10.0                                         10.0.36-0ubuntu0.16.04.1                    amd64        MariaDB database server binaries
rc  mariadb-server-10.1                                         1:10.1.44-0ubuntu0.18.04.1                  amd64        MariaDB database server binaries
rc  mariadb-server-10.3                                         1:10.3.34-0ubuntu0.20.04.1                  amd64        MariaDB database server binaries
rc  mariadb-server-10.6                                         1:10.6.7-2ubuntu1.1                         amd64        MariaDB database server binaries
rc  module-assistant                                            0.11.10                                     all          tool to make module package creation easier
rc  mysql-server-5.7                                            5.7.17-0ubuntu0.16.04.1                     amd64        MySQL database server binaries and system database setup
rc  mysql-server-8.0                                            8.0.31-0ubuntu0.22.04.1                     amd64        MySQL database server binaries and system database setup
rc  nginx-common                                                1.10.2-2~dotdeb+8.2                         all          small, powerful, scalable web/proxy server - common files
rc  odbcinst                                                    2.3.1-4.1                                   amd64        Helper program for accessing odbc ini files
rc  opera-stable                                                91.0.4516.20                                amd64        Fast, secure, easy-to-use web browser
rc  pepperflashplugin-nonfree                                   1.8.8~ubuntu20.04.1                         amd64        Pepper Flash Player - browser plugin (dummy package)
rc  perl-modules                                                5.20.2-6ubuntu0.2                           all          Core Perl modules
rc  php-common                                                  2:92+ubuntu22.04.1+deb.sury.org+1           all          Common files for PHP packages
rc  php8.1-cli                                                  8.1.12-1+ubuntu22.04.1+deb.sury.org+1       amd64        command-line interpreter for the PHP scripting language
rc  php8.1-common                                               8.1.12-1+ubuntu22.04.1+deb.sury.org+1       amd64        documentation, examples and common module for PHP
rc  php8.1-fpm                                                  8.1.12-1+ubuntu22.04.1+deb.sury.org+1       amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
rc  php8.1-opcache                                              8.1.12-1+ubuntu22.04.1+deb.sury.org+1       amd64        Zend OpCache module for PHP
rc  php8.1-readline                                             8.1.12-1+ubuntu22.04.1+deb.sury.org+1       amd64        readline module for PHP
rc  pm-utils                                                    1.4.1-17                                    all          utilities and scripts for power management
rc  postfix                                                     3.3.0-1ubuntu0.2                            amd64        High-performance mail transport agent
rc  printer-driver-gutenprint                                   5.3.3-4                                     amd64        printer drivers for CUPS
rc  python                                                      2.7.15~rc1-1                                amd64        interactive high-level object-oriented language (default version)
rc  python-jsonschema                                           2.6.0-2                                     all          An(other) implementation of JSON Schema (Draft 3 and 4) - Python 2.7
rc  python-pbr                                                  5.4.5-0ubuntu1                              all          inject useful and sensible default behaviors into setuptools - Python 2.x
rc  python-twisted-core                                         17.9.0-2                                    all          Event-based framework for internet applications
rc  python-ubuntu-sso-client                                    13.10-0ubuntu11                             all          Ubuntu Single Sign-On client - Python library
rc  python2.7-minimal                                           2.7.18-13ubuntu1.1                          amd64        Minimal subset of the Python language (version 2.7)
rc  python3-aptdaemon.pkcompat                                  1.1.1+bzr982-0ubuntu14                      all          PackageKit compatibilty for AptDaemon
rc  python3-pbr                                                 5.8.0-0ubuntu1                              all          inject useful and sensible default behaviors into setuptools - Python 3.x
rc  python3.4                                                   3.4.3-9ubuntu1                              amd64        Interactive high-level object-oriented language (version 3.4)
rc  python3.4-minimal                                           3.4.3-9ubuntu1                              amd64        Minimal subset of the Python language (version 3.4)
rc  python3.5-minimal                                           3.5.2-2ubuntu0~16.04.4                      amd64        Minimal subset of the Python language (version 3.5)
rc  python3.6-minimal                                           3.6.9-1~18.04ubuntu1.1                      amd64        Minimal subset of the Python language (version 3.6)
rc  python3.8-minimal                                           3.8.10-0ubuntu1~20.04.5                     amd64        Minimal subset of the Python language (version 3.8)
rc  rarian-compat                                               0.8.1-6build1                               amd64        Documentation meta-data library (compatibility tools)
rc  scangearmp-common                                           1.60-1                                      amd64        ScanGear MP for Linux.
rc  scangearmp-mp495series                                      1.60-1                                      amd64        ScanGear MP for Linux.
rc  signond                                                     8.59+17.10.20170606-0ubuntu1                amd64        Single Sign On framework
rc  snapd-login-service                                         1.13-0ubuntu0.16.04.1                       amd64        Daemon to allow non-root access to snapd
rc  sni-qt:amd64                                                0.2.7+17.04.20170112-0ubuntu1               amd64        indicator support for Qt
rc  software-center                                             16.01+16.04.20160420                        all          Utility for browsing, installing, and removing software
rc  systemd-shim                                                9-1bzr4ubuntu1                              amd64        shim for systemd
rc  sysv-rc                                                     2.88dsf-59.3ubuntu2                         all          System-V-like runlevel change mechanism
rc  teamviewer                                                  15.10.5                                     amd64        Remote control and meeting solution.
rc  telepathy-indicator                                         0.3.1+14.10.20140908-0ubuntu1               amd64        Desktop service to integrate Telepathy with the messaging menu.
rc  tk8.6                                                       8.6.8-4                                     amd64        Tk toolkit for Tcl and X11 v8.6 - windowing shell
rc  toshset                                                     1.76-4                                      amd64        Access much of the Toshiba laptop hardware interface
rc  ttf-indic-fonts-core                                        1:0.5.14ubuntu1                             all          Core collection of free fonts for languages of India
rc  unar                                                        1.10.1-2build11                             amd64        Unarchiver for a variety of file formats
rc  unity-lens-applications                                     7.1.0+16.10.20160927-0ubuntu5               amd64        Application lens for unity
rc  unity-webapps-common                                        2.4.17+15.10.20150616-0ubuntu2              all          Unity WebApp integration scripts
rc  unity-webapps-service                                       2.5.0~+16.04.20160201-0ubuntu1              amd64        Service for Web Apps integration with the Unity desktop
rc  upstart                                                     1.13.2-0ubuntu21.1                          amd64        event-based init daemon - essential binaries
rc  ureadahead                                                  0.100.0-21                                  amd64        Read required files in advance
rc  vino                                                        3.8.1-0ubuntu9.1                            amd64        VNC server for GNOME
rc  virtualbox                                                  6.1.38-dfsg-3~ubuntu1.22.04.1               amd64        x86 virtualization solution - base binaries
rc  virtualbox-7.0                                              7.0.4-154605~Ubuntu~jammy                   amd64        Oracle VM VirtualBox
rc  vlc-nox                                                     2.2.2-5ubuntu0.16.04.4                      amd64        multimedia player and streamer (without X support)
rc  webbrowser-app                                              0.23+16.04.20161028-0ubuntu2                amd64        Ubuntu web browser
rc  wine1.6                                                     1:1.6.2-0ubuntu14.2                         amd64        Microsoft Windows Compatibility Layer (Binary Emulator and Library)
rc  wireshark-common                                            2.0.2+ga16e22e-1                            amd64        network traffic analyzer - common files
rc  wodim                                                       9:1.1.11-3ubuntu2                           amd64        command line CD/DVD writing tool

Hors ligne

#16 Le 05/01/2023, à 19:02

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Cqfd83 : merci de relire le début de mon post 8 auquel je viens de rajouter des précisions !
et merci aussi de faire les choses dans l'ordre dans lesquels on te les demande même si ce n'est pass forcément l'ordre des posts... dixit mon post 14 !


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#17 Le 05/01/2023, à 19:03

xubu1957

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Pour purger les résidus de configuration marqués "rc" :

sudo apt purge ~c

comme expliqué à la machine à café et rajouté à la fin de ce message.

Pour info, dans le cas de mises à jour progressives > [Résolu] "Les paquets suivants ont été conservés" Ubuntu 22.04
        _ _ _

(edit=messages regroupés)
        _ _ _


Atteint :5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease

Et en plus, le machin qui bloque les mises à jour.

Une des remarques de bruno, pour ce ppa

Dernière modification par xubu1957 (Le 05/01/2023, à 19:38)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#18 Le 05/01/2023, à 19:05

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

xubu1957 a écrit :

Pour purger les résidus de configuration marqués "rc"

mais attend un peu sérieux ! ça sert a rien de faire ça maintenant alors qu'on a même pas fini le ménage de base...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#19 Le 05/01/2023, à 19:10

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

@Qid
Pardon, j'ai répondu à la question du pourquoi de mainline (post #11) dans le post #10, à savoir que lors de ma transition vers 22.04, je n'avais plus de réseau cablé. J'avais du installer une carte wifi que j'avais pour appliquer une recette trouvée sur un forum, à savoir d'installer mainline et changer de kernel. J'avais ainsi retrouvé du réseau.

En ce qui concerne ta commande, j'ai bien eu un gros warning mais ensuite elle retourne une erreur:

sudo apt autoremove --purge *5.19.11-051911* mainline
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Note : sélection de linux-headers-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-modules-extra-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-modules-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-image-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Note : sélection de linux-image-unsigned-5.19.11-051911-generic pour l'expression rationnelle « *5.19.11-051911* »
Le paquet « linux-image-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Le paquet « linux-headers-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Le paquet « linux-modules-extra-5.19.11-051911-generic » n'est pas installé, et ne peut donc être supprimé
Les paquets suivants seront ENLEVÉS :
  linux-image-unsigned-5.19.11-051911-generic* linux-modules-5.19.11-051911-generic*
  mainline*
0 mis à jour, 0 nouvellement installés, 3 à enlever et 7 non mis à jour.
Après cette opération, 616 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 256261 fichiers et répertoires déjà installés.)
Suppression de linux-image-unsigned-5.19.11-051911-generic (5.19.11-051911.202209231341) ...
E: Aborting removal of the running kernel
dpkg: erreur de traitement du paquet linux-image-unsigned-5.19.11-051911-generic (--remove) :
 installed linux-image-unsigned-5.19.11-051911-generic package pre-removal script subprocess returned error exit status 1
dpkg: trop d'erreurs, arrêt
Des erreurs ont été rencontrées pendant l'exécution :
 linux-image-unsigned-5.19.11-051911-generic
L'exécution a été arrêtée car il y avait trop d'erreurs.
E: Sub-process /usr/bin/dpkg returned an error code (1)

Hors ligne

#20 Le 05/01/2023, à 19:17

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Cqfd83 a écrit :

@Qid
Pardon, j'ai répondu à la question du pourquoi de mainline (post #11) dans le post #10, à savoir que lors de ma transition vers 22.04, je n'avais plus de réseau cablé. J'avais du installer une carte wifi que j'avais pour appliquer une recette trouvée sur un forum, à savoir d'installer mainline et changer de kernel. J'avais ainsi retrouvé du réseau.

ah alors ok dans ce cas c’était possiblement justifié (c'est un classique de la solution de facilité)... sauf que c'est possiblement une mauvaise idée de te le faire dégager du coups...

du coups il faut vérifier en amont que les kernels actuels de la 22.04 savent gérer ton wifi sans encombre... et pour ça il faut donc que tu démarre en choisissant un autre kernel au moment du démarrage de grub...

NB : t'as compris pourquoi la commande avait foiré avec un beau warning ? mais ce n'est pas plus mal et la solution reste la même : linux n'est pas con et ne permet pas de scier la branche sur laquelle on est assis...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#21 Le 05/01/2023, à 19:20

inbox

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

Salut,

Pour pouvoir supprimer correctement les paquets "5.19.11-051911", il faut démarrer sur le noyau 5.15.0-56. Dans le cas contraire, les fichiers du noyau sont en cours d'utilisation.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#22 Le 05/01/2023, à 19:23

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

inbox a écrit :

Pour pouvoir supprimer correctement les paquets "5.19.11-051911", il faut démarrer sur le noyau 5.15.0-56. Dans le cas contraire, les fichiers du noyau sont en cours d'utilisation.

c'est une nouveauté ? parce que j'ai pas souvenir que c’était interdit avant... cela dit comme je le disais c'est quand même assez bienvenue car plus de kernel = plus de démarrage possible donc il ne faut pas autoriser la désinstallation du kernel en cours en effet


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#23 Le 05/01/2023, à 19:27

inbox

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

@Qid,

As-tu déjà tenter d'enlever l'échelle sur laquelle tu es monté ? yikes


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#24 Le 05/01/2023, à 19:31

Qid

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

inbox a écrit :

As-tu déjà tenter d'enlever l'échelle sur laquelle tu es monté ? yikes

on est bien d'accord... je n'ai jamais dit le contraire... je m'étonne juste de le voir ouvertement sous cette forme alors que je ne pense pas qu'avant cette opération suicidaire était interdite...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#25 Le 05/01/2023, à 20:50

Cqfd83

Re : [RESOLU]VirtualBox ne fonctionne plus après passage à 22.04 - Kernel

C'est complètement absurde mais pour une raison qui m'échappe, le grub est ultra lent et ne réponds plus du tout au bout de 2 ou 3 changements de ligne.
Je n'ai pas réussi à booter sur le kernel 5.15.0-56.
Pensez-vous que je peux essayer de changer de kernel à partir de l'outil Mainline?

Hors ligne