Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ustrombase

Members
  • Joined

  • Last visited

Everything posted by Ustrombase

  1. Thank you both! I have been running restic for months now and just forgot to report back but I agree --ignore-inodes does indeed work here and has made a world of difference!I need to pull the latest stats on this but it hides in the background for the most part.
  2. @itimpijust wanted to follow up here in case you had any additional insight
  3. I am currently using restic to backup about 9TB of data which is my entire array + appdata + cache files. Basically everything under `/mnt/user`. I have been noticing that my backups have taken a gigantic amount of time to backup (14hrs+ with no end in sight). I have this thread going on the restic forums: https://forum.restic.net/t/restic-takes-a-long-time/8409/11 They are leading me to realize that using a fuse-based filesystem is the cause and specifically due to shfs which is painfully slow. I want to understand how does Unraid handle inodes on its mount points? Seems my issue is due to inodes not being stable on any fuse-based filesystem which means every file is seen as "new" and has to be re-scanned.
  4. @miniraidhow has it worked for you?
  5. @PtolemyivDid you ever figure this out? I'm considering switching form this revproxy to another one but before I do wanted to get caught up on the latest fixes if any. I haven't seen anything on his github only that you can kill the PID process that runs on a loop for this. I have a feeling the maintainer has stepped away because I also haven't seen any updates to this container.
  6. Hi I have a lot of backtraces in my logs, I am running latest unraid 6.12.6. Is this a known bug? edith-diagnostics-20240124-1630.zip
  7. So are there any further steps to help identify root cause? I haven't had this issue again but it is frustrating to have this issue seemingly unresolved and perhaps just hibernating. To put it in another way is there a way to do a process of elimination?
  8. Yea well that is just great then...
  9. Ok so I have done 6 passes of memtest with no errors so I officially don't think it's the ram. Any other ideas? I may try to recreate the docker image.
  10. BTW I forgot to mention my server is on atm so I can still navigate to it via webUI
  11. I have done more research on this and RAM is coming up. I did change RAM last month, but I did a memtest recently 1 full pass with 0 issues on the RAM. It is a 64gb so it takes a very long time to complete 1 pass. I could run another memtest to make it run for 2 passes, but I rather see if it is another issue first given the 1 pass of memtest recently.
  12. Hi, I am getting issues with my server. I have a `BTRFS critical (device dm-1): corrupt leaf`. My diagnostics are attached. I researched this and I see a solution is to reformat the drive that is having the issue. I have 2 cache pools 1 for VMS and Docker and the other is for cache. I have my data backed up. However, i'm hoping to seek some help on the root cause. edith-diagnostics-20230725-1511.zip
  13. @itimpiany other thoughts here? I feel I have been able to replicate this using other VMs that are not on the same VLAN as my unRAID server host but everything can ping each other. It's not a routing issue as I have other machines able to connect to my unRAID host and to the VMs. I'm unsure what is going on but it feels like it's something to do with unRAID and how it handles VLANs.
  14. So I made sure all VMs and the unRAID host can ping each other and my firewall rules allow traffic hence why I call out pinging because my firewall rules are set for all traffic tcp and udp
  15. Maybe that's true I haven't used VMs until now. I was under the impression it would see the host just as another computer but maybe it's the n00b in me thinking that. oh and btw it can communicate to the host IF it's on the same network as in untagged network.
  16. I have created a small diagram to illustrate my problem. Basically I have configured VLANs on my Unraid Server under Settings > Network Settings with "Enable VLANs" set to `Yes` and I added a VLAN for each one I have on my pfsense router. I then have 2 VMs on top of Unraid and I have some dockers on the Unraid Host. My problem is I can't connect to my containers on the host via a port. I have done a `netcat` port scan and from either VM i have I can't detect a port open on the host, but the VMs can see each other's ports. This is weird bc I assumed a VM should be able to talk to the host with no problems. FYI Unraid on the default untagged VLAN hence why I put it as VLAN 0 but maybe it should have been VLAN 1 i can't remember what is the notation for the untagged VLAN. This situation reminds me when I used macvlan dockers to give a docker an IP it couldn't connect back to the host but that was a known issue this is something I felt with VMs wouldn't happen.
  17. Hi guys i read all the pages on this thread and I see 1 comment that says the SSL is fixed. Was this referring to using the myunraid.net SSL cert that the Limetech guys provide to us? i have 2 unRAID servers that have the https set to strict which issues out a TLS cert. I know when I visit http://<my server ip> it redirect to a myunraid.net url and on my pfsense box I had to add a private domain in the DNS resolved to make it work. However with this container when I visit the Tailscale IP it redirects to the myunraid url but it leads me nowhere. the only way it works is because I also have my pfsense box on the tail net and I have subnet routing setup so since my pfsense box runs on the same vlan as my unRAID it works but on my 2nd unRAID box it doesn’t as I don’t have my pfsense box advertising the vlan where my 2nd unRAID box lives in. is there a setup to make this work or do I have to resort to not using https strict in the unRAID networking settings?
  18. @Bcy and @Kilrah just figured it out. I killed the process so that I could work backwards and figured out home assistant is what runs on that port... I got an immediate notification that it was shutting down lol
  19. I already took a look in the containers and none of them use port 1900 except Jellyfin...
  20. So i had nerd tools running, but I deleted the plugin and restarted the server. Now I still have python3 running. However, when I enter `python3` into the terminal I can't get it to run so maybe some other service is using python3? I ran `top | grep PROCESS_ID` where PROCESS_ID is the ID that i got when i ran `lsof -i4 | grep 1900` and i get that it is running which is weird. I am unsure where else to look
  21. 1000%! Came to just add my support. It would be great for the webUI to have a responsive layout exactly as described!
  22. I am trying to install Jellyfin, but it wants to use port 1900. There seems to be a conflict with python3. I do not have python3 on my system as I ran `which python3` and there isn't a service installed. Here is the error message Here is the service that is using port 1900
  23. Yea so the reason i couldn't do this is bc I am trying to give https to my internal services and use my domain name to access them for convenience, to do this I needed to establish split DNS and for that, since I use pfsense, I had to use host overrides entries in the DNS Resolver. Well for this you have to link to a rev proxy that is using port 80 and 443 since DNS doesn't let you redirect the host to an IP AND a Port, so I had to remap the unRAID for this very reason. I solved it as I was just dumb and didn't realize I had to use the unRAID IP with the new http port and that would automagically redirect to the https port.
  24. OK so it seems that the redirect only happens when you access the http version of the site not the new HTTPS version so since I changed both ports I actually needed to try using http://IP:280 which is my 80 / http port. My bad.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.