Everything posted by GuillermoMG
-
AMD 7900 XT GPU Stops Working in Ollama + Stuck at 100% Usage After Use
Same issue on a RX580. Ollama can detect it, but will enter hang state with the first prompt. Not sure what logs I could share, but happy to help troubleshoot the problem if anyone knows how to go about it.
-
[Support] binhex - DelugeVPN
Binhex confirmed on this issue that the problem is on Deluge's side, nothing they can do. And Deluge https://dev.deluge-torrent.org/ticket/3252 seems to know about it, though looks low on the priority.
-
[Support] FoxxMD - maloja
Apologies, did not get a notification for the quote. A bit late, but if it helps, this is how it looks:
-
Latest release causing errors in logrotate
+1 - Have this error since the 9th Feb, after an upgrade to 7.0 on the 8th. Interestingly, I initially upgraded from 6.1X to 7 and ran it for about a week without any issues. However, after I encountered a corrupted bz file, manually replaced it using the zipped release file, and then completed the upgrade again through the normal process, I’m now experiencing this error. It might be related or just a coincidence, but it’s certainly interesting.
-
[Support] NightScout LibreLink Up Uploader (PLACEHOLDER)
Tonight, 25/09/2024, there was maintenance done on the LibreLink app, that included a new license agreement, until the new agreement is not signed, the upload will not work (seems it's not affecting everyone!). The solution is to sign-out of your LibreLink app on your phone, sign in again and you'll get prompted to accept the new license. Uploads will resume from there. [info]: renew token [error]: LibreLink Up - Non-zero status code: {...} [error]: LibreLink Up - No AuthTicket received. Please check your credentials. [info]: renew token [info]: Logged in to LibreLink Up [info]: Found 1 LibreLink Up connection. [info]: -> The following connection will be used: XXXXXXXXXXXXXXXXXXXXXX More info can be found in the maintainer's repo - https://github.com/timoschlueter/nightscout-librelink-up/issues/162
-
How do you configure wger app on Unraid???
This is the solution: https://github.com/wger-project/docker/issues/17#issuecomment-1112959239 Setting DJANGO_DEBUG=True as one of the env variables fixes the issue (by using django´s inbuilt webserver?). I also added these variables, before adding DJANGO_DEBUG=True, so don't know if they did anything in the end, other than catching locally the files. Taken from https://github.com/wger-project/docker/blob/master/config/prod.env. SYNC_EXERCISES_ON_STARTUP=True DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP=True SYNC_EXERCISES_CELERY=True SYNC_EXERCISE_IMAGES_CELERY=True SYNC_EXERCISE_VIDEOS_CELERY=True USE_CELERY=True CELERY_BROKER=redis://cache:6379/2 CELERY_BACKEND=redis://cache:6379/2 CELERY_FLOWER_PASSWORD=adminadmin Same can be done from the docker container: python3 manage.py sync-exercises python3 manage.py download-exercise-images python3 manage.py download-exercise-videos Still have the issue that the wger folder is 777... but that will be a problem for another day.
-
How do you configure wger app on Unraid???
Changing the appdata/wger/ permission to 777 (yes... yes... I know) at least get's me a bit further, the page is accesible, but nothing loads. In the logs can see everything spammed with: 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/icons/flags/pt-br.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,304 log Not Found: /static/images/icons/flags/tr.svg 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,306 log Not Found: /static/images/icons/flags/sv.svg 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/icons/flags/tr.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/icons/flags/sv.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,309 log Not Found: /static/images/icons/flags/uk.svg 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/icons/flags/uk.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,313 log Not Found: /static/images/icons/flags/zh-hans.svg 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/icons/flags/zh-hans.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,317 log Not Found: /static/images/logos/play-store/google-play-badge.svg 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/logos/play-store/google-play-badge.svg HTTP/1.1" 404 2883 01/09/2024 04:37:59 PM WARNING 2024-01-09 16:37:59,321 log Not Found: /static/images/favicon.png 01/09/2024 04:37:59 PM [09/Jan/2024 16:37:59] "GET /static/images/favicon.png HTTP/1.1" 404 2883
-
How do you configure wger app on Unraid???
@unraid.headsman400 a bit late, but did you figure out the fields you needed?. Taking for granted you had no other DB managed already, from your Postgress installation template you wanted: POSTGRES_PASSWORD: POSTGRES_USER POSTGRES_DB: PORT: those would apply as: DJANGO_DB_PASSWORD: DJANGO_DB_USER DJANGO_DB_DATABASE:
-
How do you configure wger app on Unraid???
By the error it would seem the db doesn't exist in your Postgress instance, double check the spelling. You can check what DBs your instance is managing with: postgres=# \l I'm actually stumbling into a permission's issue: PermissionError: [Errno 13] Permission denied: '/home/wger/static/CACHE' Did you have any trouble with that?
-
[Support] NightScout LibreLink Up Uploader (PLACEHOLDER)
Placeholder for the CA template for NightScout LibreLink Up Uploader
-
[Support] FoxxMD - maloja
Hi @FoxxMD, Thanks for creating this template! and FYI, without MALOJA_FORCE_PASSWORD and MALOJA_SKIP_SETUP I could not access /admin_settings. Adding both to the container variables fixed it. Thanks again!
-
[Support] ich777 - Gameserver Dockers
You're amazing, thank you so much for your work.