ClaudeBot/1.0 via l’IP 216.73.216.160 m’a saturé mes serveurs

J’ai donc bloqué cette IP : 216.73.216.160 . En fait j’ai bloqué 216.73.216.0/24 et 3.141.17.0/24. 

C’est visible via : https://webanalyse.cyber-neurones.org/ 

1 119 354 (27.47%) 9 (00.09%) 1.7 GiB (16.20%) 216.73.216.160
5 26 720 (06.15%) 4 (00.04%) 386.9 MiB (03.53%) 216.73.216.136
7 11 672 (02.69%) 1 (00.01%) 175.9 MiB (01.60%) 216.73.216.114
8 9 434 (02.17%) 1 (00.01%) 137.8 MiB (01.26%) 216.73.216.207
9 5 867 (01.35%) 1 (00.01%) 91.1 MiB (00.83%) 216.73.216.78

Misère.

Mise à jours de FitTrackee & Wanderer

En passant

FitTrackee ( Passage en version v0.10.3 ) : https://fit.cyber-neurones.org/ Suite à la mise à jours, impossible de faire la synchronisation. J’ai pas encore compris … en plus je suis en dernière version, donc dans le message « Please update ».

ERROR    Fittrackee instance isn't supported. Please update your Fittrackee instance main fittrackee

Wanderer ( Passage en version v0.17.0 ) : https://aventures.cyber-neurones.org/ Après la mise à jours

 500 Internal Error 

Par moment je sais pas pourquoi je fais des mises à jours.

A suivre.

Sur Wanderer j’ai fixé le problème, il fallait faire passer en variable globale dans docker-compose.yml : POCKETBASE_ENCRYPTION_KEY & ORIGIN. ( C’était pour wanderer-db ).

Activités personnelles informatique depuis le début d’année

Activités informatiques depuis le debut de l’année (je fais des articles que sur des problèmes en général) :

Ubuntu 24 : Stable diffusion : Problème avec Python 3.12 & torch

Avec Python 3.12.3 :

Python 3.12.3 (main, Feb  4 2025, 14:48:35) [GCC 13.3.0]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 
(from versions: 2.2.0, 2.2.0+cu121, 2.2.1, 2.2.1+cu121, 2.2.2, 2.2.2+cu121, 
2.3.0, 2.3.0+cu121, 2.3.1, 2.3.1+cu121, 2.4.0, 2.4.0+cu121, 2.4.1, 
2.4.1+cu121, 2.5.0, 2.5.0+cu121, 2.5.1, 2.5.1+cu121, 2.6.0, 2.7.0)
ERROR: No matching distribution found for torch==2.1.2

Donc j’utilise Python 3.11 :

# apt-get install python3-setuptools
# apt-get install python3-build
# python3.11 -m pip install --upgrade pip setuptools wheel
# virtualenv -p /usr/bin/python3.11 venv
created virtual environment CPython3.11.12.final.0-64 in 1366ms
  creator CPython3Posix(dest=/home/XXXX/stable-diffusion-webui/venv, clear=False, 
no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, 
via=copy, app_data_dir=/home/XXXX/.local/share/virtualenv)
    added seed packages: pip==24.0, setuptools==68.1.2, wheel==0.42.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
$ source venv/bin/activate
$ python3.11 -m pip install --upgrade pip setuptools wheel
$ bash webui.sh --api --listen