Soucis avec Virtualbox
En fait je suis en testing,
mais vbox n'étant pas disponible dans cette distribution,
j'utilise la version de sid.
avec
Code : Tout sélectionner
deb [arch=amd64] http://ftp.fr.debian.org/debian/ sid main contrib non-free
et
/etc/apt/preferences.d/sid.pref
avec :
Code : Tout sélectionner
Package: *
Pin: release n=sid
Pin-Priority: 100
Qui après MàJ des paquets suivants (ce matin) :
virtualbox-guest-utils
virtualbox-guest-dkms
virtualbox-dkms
virtualbox-ext-pack
virtualbox
virtualbox-qt
virtualbox-guest-x11
groovy
(d'autre dont LibreOffice, git, binutils ,...)
Je ne parviens plus à lancer Virtualbox :
Code : Tout sélectionner
$ /usr/bin/VirtualBox
/usr/lib/virtualbox/VirtualBox: error while loading shared libraries: UICommon.so: cannot open shared object file: No such file or directory
$ virtualbox
/usr/lib/virtualbox/VirtualBox: error while loading shared libraries: UICommon.so: cannot open shared object file: No such file or directory
sudo n'y change rien.
J'ai recherché le fichier : UICommon.so
Je ne l'ai trouvé ni sur mon système,
ni dans la recherche : packages.debian.org
Et je n'ai rien trouvé sur la toile à ce sujet.
Apparament, ça démarre correctement,
enfin ... je crois.
Code : Tout sélectionner
$ sudo dmesg --level=err,warn
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 2.866984] i801_smbus 0000:00:1f.1: can't derive routing for PCI INT A
[ 2.866987] i801_smbus 0000:00:1f.1: PCI INT A: not connected
[ 2.942673] pxa2xx-spi pxa2xx-spi.2: no DMA channels available, using PIO
[ 2.962643] pxa2xx-spi pxa2xx-spi.3: no DMA channels available, using PIO
[ 2.982709] pxa2xx-spi pxa2xx-spi.4: no DMA channels available, using PIO
[ 3.423277] ata1.00: supports DRM functions and may not be fully accessible
[ 3.423990] ata1.00: supports DRM functions and may not be fully accessible
[ 4.003576] usb 1-8: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[ 4.003583] usb 1-8: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[ 5.784636] thermal thermal_zone1: failed to read out thermal zone (-61)
[ 6.247414] EDAC pnd2: Failed to register device with error -22.
[ 6.299700] EDAC pnd2: Failed to register device with error -22.
[ 6.381180] EDAC pnd2: Failed to register device with error -22.
[ 6.431737] EDAC pnd2: Failed to register device with error -22.
[ 10.237797] vboxdrv: loading out-of-tree module taints kernel.
[ 10.333473] VBoxNetFlt: Successfully started.
[ 10.371409] VBoxNetAdp: Successfully started.
$ sudo dmesg | grep -i vbox
[ 10.237797] vboxdrv: loading out-of-tree module taints kernel.
[ 10.238293] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 10.254157] vboxdrv: Found 4 processor cores
[ 10.284673] vboxdrv: TSC mode is Invariant, tentative frequency 1497598100 Hz
[ 10.284676] vboxdrv: Successfully loaded version 6.1.0_Debian (interface 0x002d0001)
[ 10.333473] VBoxNetFlt: Successfully started.
[ 10.371409] VBoxNetAdp: Successfully started.