Open Source Experience 2023 – OSXP2023 – J’y étais …

J’ai assisté à quelques Talks… pour plus d’informations : www.opensource-experience.com .

 

YOLO : Mise à jours

En passant

Petite mise à jours des composants pour les scripts python Yolo:

pip3 install  opencv-python
pip3 install torch
pip3 install pandas
pip3 install tqdm
pip3 install torchvision
pip3 install matplotlib
pip3 install seaborn

le meilleur endroit pour faire des captures vidéos … Villeneuve-Loubet et les bouchons sans fin tous les weekends. Misère.

Ubuntu : ERROR (dkms apport): binary package for evdi: 1.10.1 not found

Dans syslog j’ai l’erreur suivante :

make -j16 KERNELRELEASE=6.5.0-10006-tuxedo all INCLUDEDIR=/lib/modules/6.5.0-10006-tuxedo/build/include KVERSION=6.5.0-10006-tuxedo DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.10.1 not found
Error! Bad return status for module build on kernel: 6.5.0-10006-tuxedo (x86_64)
Consult /var/lib/dkms/evdi/1.10.1/build/make.log for more information.

Quand je regarde le fichier /var/lib/dkms/evdi/1.10.1/build/make.log :

DKMS make.log for evdi-1.10.1 for kernel 6.5.0-10006-tuxedo (x86_64)
mar. 07 nov. 2023 14:00:31 CET
make KBUILD_VERBOSE=1 M=/var/lib/dkms/evdi/1.10.1/build SUBDIRS=/var/lib/dkms/evdi/1.10.1/build SRCROOT=/var/lib/dkms/evdi/1.10.1/build CONFIG_MODULE_SIG= -C /lib/modules/6.5.0-10006-tuxedo/build modules
make[1]: Entering directory '/usr/src/linux-headers-6.5.0-10006-tuxedo'
make --no-print-directory -C /usr/src/linux-headers-6.5.0-10006-tuxedo \
-f /usr/src/linux-headers-6.5.0-10006-tuxedo/Makefile modules
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  You are using:           gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
make -f ./scripts/Makefile.build obj=/var/lib/dkms/evdi/1.10.1/build need-builtin=1 need-modorder=1
# cmd_mod /var/lib/dkms/evdi/1.10.1/build/evdi.mod

Pour l’instant j’ai pas réussi à fixer le problème.

A suivre.

Ubuntu : ThunderBirds : Plus possible de se connecter à Gmail via IMAP OAuth2

Depuis le 17/09/2023, Thunderbird n’arrive plus à se connecter sur Gmail en IMAP.

Ma configuration :

  • Ubuntu 22.04.3 LTS (Jammy Jellyfish)

$ sudo snap refresh thunderbird –stable
thunderbird 115.2.3-1 from Canonical✓ refreshed

J’ai le même problème avec la version 118 de thunderbird.

J’ai l’erreur :

« 400. That’s an error.
The server cannot process the request because it is malformed. It should not be retried. That’s all we know. »

J’ai essayé quelques commandes sans succès :

/snap/thunderbird/current/thunderbird  -profilemanager -no-remote

J’ai bien la fenetre : https://accounts.google.com/AccountChooser?oauth=1…. qui s’ouvre mais ensuite quand j’approuve j’ai une erreur.

Misère.

Solution :

J’ai modifié general.useragent.compatMode.firefox = true à la place de false et cela refonctionne !