remati

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by remati

  1. Thinking about it now I suppose having an SSD/m.2 drive in the array would de-sync the parity since trim would cause issues. I wish in the VM settings page we could change the "Default VM storage path" to be an unassigned drive. I haven't tried it yet but I'm assuming when editing the VM templates the "Auto" setting would revert back to the "/mnt/user/domains/ " folder path?
  2. Excuse me if I'm an idiot but how do I go about setting an m.2 drive as my domains folder? In my setup I would like to keep my SSD drive as the cache drive while keeping my virtual machines in my separate m.2 drive. I see posts about people using unassigned devices for their m.2 drives but how would do I tell unRAID to use that for the /mnt/user/domains folder only? Do I assign the m.2 drive into the array and adjust the user share folder to only use Disk X (X being the m.2 disk) while adjusting the other shares to exclude disk X? Or is there a way to just tell unRAID to use this unassigned disk as a specific user share?
  3. Is there a way to set which ovpn file to use in the docker settings? My VPN provider has multiple servers i.e. lax1.vpn.com and lax2.vpn.com and I have saved a few of them to the deluge/openvpn folder. Would just like to specify which one to use when starting the docker. Thanks in advance!
  4. I suggest/request a unraid safe docker based on MegaSync https://github.com/TuRDMaN/megasync
  5. Looks like there is an extra parameter "--shm-size 2g" already. Will this shm-size limit firefox to 2gb or should I use "--memory=2G" instead?
  6. Is there a way to limit how much ram this firefox or docker can use?
  7. Is there a "Message Signaled Interrupts" fix for OSX? I'm getting crackling audio from my High Sierra VM. I applied the MSI fix on my Windows VMs and that has fully solved the issue there. I'm hoping I can do the same thing on MacOS.
  8. Does telegraf support NVMe drives? I don't see stats on my samsung nvme in the influxdb being recorded.
  9. I had to downgrade from Coffee Lake to Skylake when I couldn't get the integrated graphics to pass through. Looking forward for the new kernel in 6.6 for this! ?
  10. Looks like the Samsung 970 Pro nvme drives are out now if you want the latest and greatest. I'll will be replacing my current cache drive which is the famous $99 Black Friday Crucial MX300 750GB sata drive. The new Samsung 970 Pro 512GB nvme drive is smaller but I need the speed for my virtual machines so I just put an order in for one. I know everyone here would recommend dual cache drives in a BTRFS pool so I'll probably order another one soon. I hear along with redundancy with dual matching cache drives you also get faster speeds.
  11. I updated to Unraid 6.5.1 and now Telegraf cannot start up. I am getting this error in the Telegraf log: 2018-05-06T07:00:40Z E! [outputs.influxdb]: when writing to [http://10.100.100.100:8086]: Post http://10.100.100.100:8086/write?consistency=any&db=telegraf: dial tcp 10.100.100.100:8086: getsockopt: connection refused 2018-05-06T07:00:40Z E! Error writing to output [influxdb]: could not write any address Tried restarting influxdb as well but the issue with telegraf still persists.
  12. Looks like the very latest telegraf update has fixed this issue.
  13. Has anyone else noticed Grafana showing 0 or no uptime now? I updated my Telegraf docker and just noticed it's not reporting uptime anymore.
  14. I've thought about that too so I've tried running an "Extended Test" using the Fix Common Problems plugin which checks every file/folder for invalid characters and permission issues. Nothing came up.
  15. Got a weird error today after my weekly integrity check. I seem to have a blank file giving a hash key mismatch. BLAKE2 hash key mismatch, is corrupted I tried doing a rebuild and export before another check but the error still came up. Any idea what it could be?
  16. Thanks jbrodriguez! I can now see my vms and dockers. Having an issue starting vms though. When pressing the play/start button it doesn’t seem to actually start. This is happening on the iOS app when showing vms in the list style display.
  17. Hey jbrodriguez, I tried re-adding the server on port 80 on the ios app and it went into an endless loop of adding the server screen. Still no VMs or dockers either.
  18. Having an issue with the web ui and the ios app. I've reinstalled the plugin and restarted the server but the issue persists.
  19. Can we add the optical drive to a VM to burn cds/dvds now?
  20. Maybe it’s hardware failure? Have you tried another USB port or stick?
  21. Have you been able to pass through the iGPU to a Windows VM?
  22. Is anyone else having trouble updating to 10.13.3? I tried installing the update from the App Store, restarting and the OS is still on 10.13.2 no matter how many times I try updating.
  23. Adding that to my append line does fix the issue but I managed to get it working also by reverting back to Legacy boot on unraid (opposed to using UEFI). Now I am getting this error on my High Sierra VM using IGD passthrough: Jan 16 09:06:23 Tower kernel: DMAR: DRHD: handling fault status reg 3 Jan 16 09:06:23 Tower kernel: DMAR: [DMA Read] Request device [00:02.0] fault addr 40366000 [fault reason 23] Unknown Any idea what this could be about?
  24. Has anyone been able to get their High Sierra to boot using Skylake Intel HD 530 Graphics? In my unraid logs I get a flood of these: Jan 15 20:30:40 Tower kernel: DMAR: DRHD: handling fault status reg 3 Jan 15 20:30:40 Tower kernel: DMAR: [DMA Read] Request device [00:02.0] fault addr ff000000 [fault reason 07] Next page table ptr is invalid The intel graphics seems to pass through ok for Windows VMs. So not sure what it could be.