andreidelait

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by andreidelait

  1. I have two Unraid instances. One is at home and I use a few docker containers over br0 with IP Addresses from my local network (pi-hole, unifi-controller etc). And also one that I manage remotely for a friend. Both have the same settings as far as I can tell and both are on v6.9.2, but on his I cannot use any container on br0 what so ever. The interesting part is that I have Host access to custom networks: Disabled and it still works. On the other one I've tried Enabled or Disabled with no success.
  2. Mine is stuck on June 27th right now. I just restarted the container and you're right. All daily alerts are shown now.
  3. You have to format them as NTFS. Windows does not work with XFS or BTRFS.
  4. If you're willing to run a VM 24/7 that's totally fine. When you finish plotting you can also reduce the amount of RAM allocated to that VM and just farm with it.
  5. Yes that is true but I have some unassigned HDDs. Also is very common for people to use external HDDs for farming.
  6. I was referring to /plots not plotting. I found a solution by adding a new directory in the config file /mnt/user/appdata/chia/mainnet/config/config.yaml I added another directory named plots2 and mapped it to another HDD where I store more plots plot_directories: - /plots - /plots2 So I guess you can add as many directories as you need if you're using multiple HDDs.
  7. Is there a way to add multiple plots locations with this container?
  8. Thank you for making it clear. I've edited the post above and I can confirm if works after moving that section from swag to nextcloud default config.
  9. So I updated to 21.0.1 today and I had a few errors after. I will address them here and I hope they will help others to fix them quick. I had errors referring to my nginx config /.well-known/carddav, caldav, webfinger etc. Here is my nextcloud nginx config section about that location ^~ /.well-known { location = /.well-known/carddav { return 301 /remote.php/dav/; } location = /.well-known/caldav { return 301 /remote.php/dav/; } location = /.well-known/webfinger { return 301 /index.php$uri; } location ^~ /.well-known { return 301 /index.php$uri; } try_files $uri $uri/ =404; } I had them different before and apparently they do not work in this version. Also I had an error reffering to some db indices. Fo these you go into nextcloud container console and run sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices And another one was reffering to default phone region. You have to add your phone region in config.php 'default_phone_region' => 'GB', You have to replace GB with your country specific code. You can find it here I hope this is useful info.
  10. On Demand is the Default option. I remember changing it to Power Save a few months ago without noticing a performance impact but hoping for a better power consumption. So changing it back I expect a more aggressive frequency stepping with a small increase in power consumption. I hope I'm not wrong.
  11. I don't know if this is related to your problem as well but I hope it helps. I looked for a solution for weeks
  12. Wow you're a life saver. Thank you so much for the solution. It works as expected now. BEFORE AFTER
  13. Did this happen since Unraid 6.9.0 update? My VMs are slow and luggy since then and they worked just fine before. Maybe this solution will work for you. Mine is fixed
  14. I can confirm the same. I've noticed it since I updated from 6.8.3 to 6.9.0 RC2 and it's the same in the release version. I'm going crazy about it. I've tried everything I've found on the internet about it. I see System Interrupts in task manager a lot and I'm sure that's not good. I nuked my old W10 VM that I worked from home on the entire last year and it was just fine back then. Installin a new one takes a much longer time than it should. I think also the linux VMs are much slower now. I'll calm down that I'm not alone in this and I'm looking forward for a fix. I'll let you know if I find something for sure.
  15. I have issues on RC2 with a Windows 10 VM too. It runs slow comparred to 6.8.3. I se quite often System Interrupts in task manager and I don't remember seeing it before.
  16. What I find unusual is that wp-login is a file specific to wordpress and NOT nextcloud. I guess some bot knocks at my door.
  17. I have some log entries in nginx error log that look like this 2020/12/29 20:38:38 [error] 375#375: *405 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /wp-login.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "MYDOMAIN", referrer: "http://mta-sts.MYDOMAIN/wp-login.php" is this normal?
  18. My Nextcloud interface is very slow since 20.0.3 I guess. I updated de 20.0.4 and it's the same. Is it just me or somone else has this problem too?
  19. I got burned two times with this, so I guess I'll convert everything to XFS as soon as I can. For some reason I tought I can only use BTRFS for cache drive.
  20. Thank you for the advice again. Indeed I have a bad stick of RAM and you pointed me in the right direction. Should I try to recover the cache drive somehow or is better to recover what I can and format it? Any BTRFS commands I should try? I have a few unassigned HDDs using BTRFS. Should I be worried about that data too?
  21. Thank you for the quick reply. If I remember corectly the Unraid USB has a built in memtest? Or should I prepare a memtestx86 for this?
  22. I don't know what to blaim yet. I have to get the cache SSD out of the server and try to find out what's wrong with it. As I mentioned it happened before and the SSD looked fine at the time. Any help is really appreciated. tower-diagnostics-20201126-1246.zip
  23. If you're not using reverse proxy you need to modify the nginx config that nextcloud container is using. In my case is /mnt/user/appdata/nextcloud/nginx/site-confs/default
  24. I have the same issue and it looks like it's related to an internal port 8088 Edit: I had another docker using that port. After changing that, it works now. 2020-09-22T19:48:12.501537Z info Go runtime {"log_id": "0PPqaULG000", "version": "go1.13.8", "maxprocs": 8} run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use