bobalot

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by bobalot

  1. I think I may have the same problem. Did you fix this?
  2. Additional Info: I'm going off the GPU Statistics plugin which indicates no dockers were using the GPU and no load.
  3. This used to work and has stopped at some point. I'm not really sure why. I'm pretty sure my setup is correct. Extra Parameters: --runtime=nvidia --mount type=tmpfs,destination=/tmp,tmpfs-size=12000000000 --no-healthcheck Nvidia Visible Devices Name: Nvidia Visible Devices Key: NVIDIA_VISIBLE_DEVICES Value: GPU ID taken off the "NVidia Driver" page in the settings tab. Copied and pasted with no space at the end. Nvidia Driver Capabilities: Name: Nvidia Driver Capabilities Key: NVIDIA_DRIVER_CAPABILITIES Value: all Under my Plex transcoder settings, I have it turned on and the graphics card selected. I have checked the forum for similar topics and double checked my setup (which I followed Space Invader's guide a while back). I'm really baffled. Is there something obvious I have missed?
  4. Did you ever get this fixed?
  5. Any updated instructions for this? I can't get it to work. I have tried another variation of the ElasticSearch docker and just can of get this to work. I'm wondering if there any additional steps required or perhaps some parts of the current instructions are redundant.
  6. Are there any updated instructions for this? I have tried installing this a number of times and it has ended it failure every time.
  7. Thanks. Did exactly that and it worked. The preclear took 60 hours which seemed a bit excessive.
  8. Thanks! Wondering how to preclear the 16TB drive before starting this process. I have no spare SATA slots.
  9. Hi, I have been reading the official tutorial wiki on this and watching some YouTube videos on this. There is a recommendation about pre-clearing the new parity drive. Just want to confirm I'm doing this in the right order. I have the following: 1x 8TB parity drive 2x 4TB data drives 1x 8TB data drive All my SATA slots are used up. I have a new 1x 16TB hard drive I want to: Replace the 8TB parity drive with the 16TB hard drive. Replace one of the 4TB hard drives (which is currently basically empty) with the former 8TB parity drive. This is what I plan to do: Stop the array un-assign the 4TB hard drive (which I want to replace with the current 8TB parity drive) Start the array and check the "Yes I want to do this" Stop the array Power down Take out the 4TB hard drive Install the 16TB hard drive Power On Stop the array Pre-Clear the the 16TB hard drive <- This is the only difference from the tutorial Un-Assign the current 8TB Parity drive Assign the 16TB drive in the parity slot Assign the former 8TB parity drive into slot for the old 4TB hard drive (which I removed) Go to the Main ->Array Operation Put check in the "Yes, I want to do this" and click copy and then wait a long time Once the start button is available, check "Yes, I want to do this" and click start. Is this the correct way of doing this?
  10. I went into my garage and physically turned the server off and on and things seem to be back to normal. I don't understand why that fixed the problem. Anyway, managed to get the diagnostics. Not sure if this would be helpful identifying the original problem. tower-diagnostics-20231105-2253.zip
  11. I have changed my router recently but my access to unraid was working fine (I had to change a number of settings of dockers when my IP address changed). The Apps never finish loading: The Main tab doesn't load anything: The docker tab doesn't load anything either: The tools tab seems responsive but trying to download the diagnostics never ended. My plex server seems to be working fine. A website that I host is working fine as well. So the dockers seem to be working. I can't work out what the issue is. Tried restarting my server. Didn't fix the problem. Has anybody ever encountered this problem before?
  12. Now I feel like a dingus. That seemed to have worked.
  13. I have an issue with the sleep function. I disabled the S3 sleep function. But now my server seems to randomly go into standby / sleep mode. Not sure what is going here.
  14. Would love to host a lemmy server.
  15. Cheers. I restarted and it cleared the error. Regarding the syslog, is repeating message you are referring to: "port X (XXXXXX) entered blocking state" "port X (XXXXXX) entered forwarding state" "port X (XXXXXX) entered disabled state"?
  16. I deleted a few dockers I wasn't using any more and fixed a few that had various issues (not talking to each other, VPN was not working, etc.). How do I tell the problem is sorted? Also how would I clear the var/logs?
  17. Hi, I received the following warning through the Fix Common Problems plugin: With the advice: My uptime is only 3 months. I thought it might be mover log spamming (I read some previous posts with this error), but it wasn't that. I can't work out what is causing this issue. I have attached the Diagnostics file. Any help would be appreciated. tower-diagnostics-20230410-1537.zip
  18. Apologies. I never responded to this post. I can't explain it but it just started working. I didn't do anything differently.
  19. Hi, I cannot work out why I cannot access my server via My Servers remotely. I used to have remote access and it stopped at one point. According my Myservers settings, it should be reachable from the internet. I have tried logging out and back into my unraid account via MyServer. I have tried resetting the application via "unraid-api restart" command in the console. Is there something I'm obviously doing wrong?
  20. Hi, Unfortunately, I'm away away from my server for a bit and can't double check a few things. This is what I think will work: 1) completely removing the moodle docker (including the files in appdata using the community applications clean up application) 2) completely deleting/dropping the database (I'm assuming you as using MariaDB and Adminer to manage it) 3) Recreate the database (pretty sure it is utf8mb4_unicode_ci from memory) 4) Install Moodle without Moodle_skip_bootstrap as moodle needs to set up the various fields, etc. Make sure your values are all correct (dbname is the database name and not the docker name etc.) and changing the pathing to what I had done before. It should work the first time. 5) Add Moodle_skip_bootstrap with a value of YES after you successfully connect the first time and restart the docker. 6) I'm not sure if this helped, I did have both dockers (MariaDB and Moodle) on the same custom network. Regards Bobalot
  21. I think I worked out a solution. I had to add the following parameter: MOODLE_SKIP_BOOTSTRAP with a value of YES I think docker was trying to initialise a new database every time it loaded up rather than using the existing database it had created.
  22. Hi all, I noticed my issues only seems to occur if I disconnect from the database and attempt to reconnect (docker update, server restart, etc). There also doesn't appear to be any appdata for moodle. Does anybody have any advice?
  23. Hi, I have exactly the same problem on connecting to the database. It actually connected once but I keep getting this error. How did you fix this?
  24. Any of the maintainers of this docker seen this issue before?
  25. Actually, it's gone back to not working. I was able to enter the moodle docker and muck around a bit but after a while it just stops working. I checked the database via adminer and moodle has created a whole bunch of tables, etc. If anybody has any idea how to fix this, it would be much appreciated.