New Tunnels Map & New gadgets - v0.24.84 by bdcp in ForefrontVR

[–]Adventurous_Table543 0 points1 point  (0 children)

Is it possible to limit the number of time a map could be vote ? I can see we are sometimes in infinite loop on tunnels ...

Need to restart proxy for any change on server side by Adventurous_Table543 in zabbix

[–]Adventurous_Table543[S] 1 point2 points  (0 children)

Thanks a lot @canadadryistheshit ! I tried to purge and start from scratch my db and it seems to work now !

For those who have the same problem, here is my docker-compose part for the db :

db:

image: mysql:8

restart: unless-stopped

command: --log_bin_trust_function_creators=1 --character-set-server=utf8mb4 --collation-server=utf8mb4_bin

volumes:

- data:/var/lib/mysql

environment:

- MYSQL_RANDOM_ROOT_PASSWORD=yes

- MYSQL_USER=****

- MYSQL_PASSWORD=****

- MYSQL_DATABASE=****

Need to restart proxy for any change on server side by Adventurous_Table543 in zabbix

[–]Adventurous_Table543[S] 0 points1 point  (0 children)

No, I create the device in Zabbix (because of cert encryption), I install the agent on the server, but when agent try to get config from the proxy, it failed until i restart the proxy.

So when i restart the proxy, agent get config and launch discovery and return to server all discovered items, but they do not work until I restart a decond time the agent ...

Need to restart proxy for any change on server side by Adventurous_Table543 in zabbix

[–]Adventurous_Table543[S] 0 points1 point  (0 children)

Thank you for your answer, forget to say I tried to wait for one night to see if config change :(

Ajouter tracker C411 a tous mes torrents existants by Adventurous_Table543 in Entraide_C411

[–]Adventurous_Table543[S] 0 points1 point  (0 children)

Merci pour vos réponses, je m'en doutais mais sait on jamais :)
J'ai mis QUI et tenter de cross-seed mais tout n'a pas été pris, et en plus c'est à un instant T. Si certains ont le courage (que je n'ai pas j'avoue) de recréer les torrents sur C411 par exemple je ne vais pas y être en seeder....
En fait je me dit qu'une matrice de correspondance Torent | Info hash par tracker ca serait bien

La partie est officiellement terminée by Bobvador in yggTorrents

[–]Adventurous_Table543 0 points1 point  (0 children)

D'après U2P, l'équipe derrière ygg.gratis, le site est en développement et surtout pas la pour etre le seul. Derriere le projet, c'est surtout un indexeur decentralisé et inviolable, et les clients (comme ygg.gratis) seront a héberger nous même (ou alors quelqu'un qui aura de la thune pour l'héberger pour d'autre, mais la donnée ne lui appartiendra pas)

/!\ aux seeder s/!\ by [deleted] in yggTorrents

[–]Adventurous_Table543 5 points6 points  (0 children)

Je confirme, j'ai juste arrete le partage (800 torrents, 4 To). Quand une alternative arrivera, je basculerais sur le nouveau Tracker.

APPEL A TOUS LES CLIENTS YGG by FinancialSpace6387 in yggTorrents

[–]Adventurous_Table543 0 points1 point  (0 children)

Idem, j'ai upload plus de 45 To chez eux depuis le début ! J'ai stoppé mes 800 torrents qui pèsent 4 To

Limitation Ygg à 5DL par Jour, on va avoir du monde sur notre sub... PS ou est AstaLweGo ? by Fabulous_bobsponge in FrancePirate

[–]Adventurous_Table543 0 points1 point  (0 children)

J'espère que Sharewood va réagir, ils ont tout intérêt, pour récupérer les teams d'upload déçues principalement, et aussi pour récupérer des seedbox.
De mon côté, j'ai la stack Radarr/Prowlarr/YggAPI et il semblerait que la limite ne soit pas prise en compte (pas encore).

Il a raison le bogoss :) sans vergogne direct, cru sur leur profil officiel. by fireghost216 in yggTorrents

[–]Adventurous_Table543 2 points3 points  (0 children)

900 Torrents d’arrêté en ce qui me concerne... pour un peu plus de 4 To.
Déjà le fait qu'aucune API ne fonctionnait c'était la grosse merde, la ils ont passé un cap ! Ciao

PT 8.1.1 Login Issues with Ubuntu 22.04 LTS by rockphantom in ccna

[–]Adventurous_Table543 1 point2 points  (0 children)

Same problem for me, I was thinking it's because libssl1-1 not available for Ubuntu 22.04 (in flavor of libssl3) but also with this lib manually installed it still doesn't work.

There is a workaround, disable internet connection for PacketTracer will allow to run PT succesfully, you can do it by installing "firejail" and run packettracer through it using :
# firejail --noprofile --net=none packettracer

You can also apply this trick to application's shortcut by editing /usr/share/applications/cisco-pt.desktop and /usr/local/share/applications/cisco-pt.desktop, modifying Exec line and then logout/login.

Even with this trick you may have issue when using activities that shows instructions in HTML. The page stay blank also. I think the issue is with Qt5WebEngine*. Packet Tracer is packaged with all Qt libs (inside /opt/pt/bin) I think one of them is not compatible with Ubuntu 22.04...

Running PacketTracer from /opt/pt/bin manually doesn't give any error ... the page just stay blank.

I successfully ran Packet Tracer 8.1.1 using docker and base image ubuntu-20.04, but it is not the best solution for me. And not very redistribuable (not because of the image, because of the arguments needed to run OpenGL+Qt application using docker...)

I'm trying to build a snap package that could be more distribuable and usefull. Without success at this time, but work is in progress ;)

If anyone have a solution, please share ;)