Shobo

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Shobo

  1. I'm not quite sure if this is the appropriate place to post this, but thought it was as good as any to start. I'm trying to get this docker to work alongside a letsencrypt reverse proxy docker. I'm able to get everything working fine separately. Letsencrypt reverse proxy to a docker works great. Setting the docker's network to the privoxyvpn container works great. However when I put them together I can only get 502 Bad Gateway errors when accessing the reverse proxy (accessing through the local IP still works). Not sure what I'm missing. I've tried googling all over the place and have found posts from users saying they got it working, but they never explain what they did to get it to work. Any obvious steps I may have missed?
  2. I'm not quite sure if this is the appropriate place to post this, but thought it was as good as any to start. I'm trying to get this docker to work alongside a privoxyvpn docker. I'm able to get everything working fine separately. Letsencrypt reverse proxy to a docker works great. Setting the docker's network to the privoxyvpn container works great. However when I put them together I can only get 502 Bad Gateway errors when accessing the reverse proxy (accessing through the local IP still works). Not sure what I'm missing. I've tried googling all over the place and have found posts from users saying they got it working, but they never explain what they did to get it to work. Any obvious steps I may have missed?
  3. As someone who has been struggling mightily with stale file handle errors on a Linux VM recently, I 100% agree and would love to see NFS v4 implemented. Please?
  4. Ignore this, I've found another thread. NIC isn't supported (yet).
  5. Would also love to see this article as it would fix the only remaining issues I'm having!
  6. I get stale file handles just about daily. It's a bit of a pain but not the end of the world for my usage. I use it as a development server so I just reboot or remount at the start of each day to keep it fresh. I've tried a handful of things but nothing has helped.
  7. Just set it up with NFS and first impressions are very positive. I think this is exactly what I needed. Thanks a bunch dodgypast. Edit: wasn't as great as I had originally thought. Getting stale file errors like crazy and constantly need to remount/reboot.
  8. I haven't given NFS a try yet. Will play around with it, thanks for the tip!
  9. I have an Ubuntu VM I want to use for development but I need the files to also be accessible outside of the VM. I have an Unraid user share set up with all of the project files and want to mount it within the VM. My first attempt was with the default 9p mount from the webui. This was painfully slow. Just awful. I then tried mounting manually with cifs. Was a bit tricky to get this working because some npm packages I'm using requires symlinks but was able to work around this by using mfsymlinks. This was faster, but still slower than I'd like for developing on every single day. I just can't seem to find an efficient way to have data that can be accessed from clients on the network (like user shares) but also accessed within a VM running on Unraid. Would appreciate any help.
  10. Well then, that is great to know. I'm quite new to Unraid so wasn't sure there was any way to do this. Absolutely no idea to do this, but it'll give me a project to read into. I can't do this because the NVMe is my cache drive. Thanks a bunch.
  11. I've attached the output of bonnie++ on both the local filesystem of the VM as well as the mounted share. The differences are quite large so something is definitely up with these mounted shares.
  12. I've done some additional tests and believe my issue doesn't have anything to do with the cache but instead of mounting shares within my VM. First I tried various other shares and they all ran at approximately the same speed. Then I made a copy of my VM disk and moved it within a share that also had the project (on the array) and also set it to mount that same share. Booted it up and tested compiling from the VM's filesystem - it was snappy as I'd expected. I then tried compiling from mounted share (which again, is the same share the VM is running on) and it was upwards of 20x slower like all previous tests. This makes me believe it isn't the cache at all but something with mounting Unraid shares on my VM that's causing the issue.
  13. The first one was a Samsung 960 EVO. I replaced it with a SABRENT Rocket 2280 for testing. They shouldn't be upwards of 20x slower than a regular SATA SSD. I've attached the diagnostics file. Thanks again. mori-diagnostics-20200503-1617.zip
  14. I have a 500GB NVMe set up for my cache drive (btrfs) and I'm experiencing some extremely poor performance. I first noticed it when I set up a development share on the cache drive for a project. I have a Linux VM setup (on a separate SSD mounted with unassigned devices) that mounted the share and the performance on both serving a website and compiling node.js was abysmal. For testing purposes I copied the data from the share to the VM's local filesystem and the compiling performance was approximately 20x faster. Night and day. I've replaced the NVMe drive to see if it had something to do with faulty hardware but that was not the case. Now I'm still very much a beginner when it comes to Unraid - so it's very possible I just have something configured incorrectly or I'm just going about this all wrong. Any help would be greatly appreciated.