Nano

Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Nano

  1. Instead of having to modify 2 Files and aswell as a few GUI settings. Allow users to configure SMTP either in the notification area or options area. The From address should be in the same location
  2. I have moved to Proxmox after a long 7 years with unraid and running OMV and Debian VM for docker which has solved the share performance. See ya in a few years UNRAID, we will meet again
  3. have you got any black electrical tape? I think that's the next best option as it could be the adapter, I also would not trust them as they are known to burn.
  4. would be good for your comments on my last post GIFS can you confirm if that issue does not appear, if so, would love to see the specific settings you use as I feel like I have tried everything.
  5. Except when I run a Truenas VM inside Unraid, the Image previews load instantly on a test SMB share and the folder itself loads fast. Yet the same share inside Unraid has slow previews and the files don't appear for ages. Here is an example I just took and this is one the better examples.. Here is then Truenas VM Share which loads fast and Includes preview images.
  6. Not even sure you can connect to AFP on latest macs
  7. I have a Mac with 10GBps link, transfer speed is fine. The issues come when you have a folder with like over 300 images. Is it possible for you to confirm no issues in this scenario
  8. Love the plugin, feels like it should be default included. Is there any plans to add a search, or is anyone aware of a search docker. For example it would be great to search for extensions like .exe or .mkv for mass deletion ect
  9. put this in the perms for the share IPOFPROXMOX(sec=sys,rw)
  10. So I have tried this, simply making a fresh truenas VM within Unraid with base settings is insane fast and works out of the box, has anyone else got the time to confirm and spin up a Truenas VM, It must be something in the OS, we should NOT need a million settings to get better performance
  11. There has been some major issues with SMB speed on Unraid for a while, Unfortunately due to not many users using Mac's for access it does not come up. I have done some more testing today that may help. Test folder with 300 Images Unraid 6.12.6 Fresh install with NVME SSD Share = Crap SMB speed loading photos Truenas SCALE Fresh build with simple 1 Drive SMB Test = Fast loading of photos, expected speed Truenas SCALE Fresh Build VM within the same Unraid install with simple 1 Drive SMB Test = Fast loading of photos, expected speed What's going on?
  12. Mac OS SMB performance is shockingly bad still, I spun up a Truenas VM on a 2.5gbe Link and it's double the speed of my 10gbe link via Unraid. Its really pushing me to migrate but its so much work
  13. Unraid seems to have what i can only explain ghosts in the system, something that i don't get on proxmox for example. it seems base windows 11/Server 2022 VM’s will freeze, or lock the entire unraid system at 100% CPU especially if left overnight.. cpu : 13600Kf
  14. Thank you, what I was looking for, you guys should team up with unraid together because this plug-in has the most obvious name for one!
  15. Does this work with ZFS on 6.12, trying to figure out how the hell I can take VM snapshots on a ZFS drive
  16. I did move to Proxmox for the VM part and virtualise Unraid but then had some problems with Proxmox after upgrades with hanging boots so was easy to switch back to bare metal Unraid and reassign the disks. I want to give Unraid another Shot on the VM side but on my first day two issues stick out. 1. Does anyone get this Error page when opening VNC view from the GUI, its really annoying.. (Browser = Safari) 2. The VM crashes for some reason when VNCing to the machine via iPad (realvnc), very strange (RealVNC) Desktop the VM does not crash. It's an instant crash, Really stumped by this one, is Unraid seeing some sort of signal or crashing, it's hard to tell. 3.PCIE errors show when starting a VM with PCIE Express disks passed through when stopping the VM, Is this the GUI saying it's stopped before it actually has? Second start after the PCIE error message then starts the VM.
  17. After some checking, NFS fixes these painful issues, feel free to try my guide here. Over 3 times quicker via NFS.
  18. I am no expert but wanted to share what worked as most of what I found on google was crap from 2010 that did not work. I will also mention for anyone accessing their Unraid server on a Mac, NFS is around 3 times faster from my testing, all the SMB issues experienced are just not present with NFS. First Enable NFS shares in "Settings" Go to Shares, Click the share you want to share and go NFS. Set Export to Yes Set Security to Private Set the Rule to allow full access to a certain trusted IP - This could be a server or your main PC E.G 192.168.1.20(sec=sys,rw) Proxmox/Linux mounting - I had zero issues here after setting the security - Simply press the + button and it found the share and done. Mac OSX mounting- This was just a massive pain.... 1. Open Terminal 2. Enter showmount -e localhost ----- Replace localhost with your servername.local or the IP. 3. It should list the Share Name and you should see the PC IP you have allowed 4. Create a mount point (Basically make a folder on your Mac somewhere) 5. Point it to the folder with the following command - E.G sudo mount -o resvport nfs://server_IP_or_hostname:/path/to/shared/folder /path/to/mount/point sudo mount -o resvport 192.168.1.20:/mnt/user/unraidshare /users/yourname/yourfolderyoumade 6. Done its now usable and mounted
  19. Is it normal to have to click all the little box's on restore? Clicking like 40 box's manually is a bit of a drag. Secondly is there any chance we could have a progress bar/number per restore of each Tar.GZ pretty please. I am doing a restore now and it's stuck on a small docker. I just restored and my docker tab is empty despite restoring all XML's too. I assume this is normal and a limitation, upon choosing each template it worked fine.
  20. May be beyond me then, that’s basically what I use and works okay, my understanding was that the PCI device is simply passed through here, I assume you have installed all the drivers in windows? right click the start button on windows, click device manager and make sure you have nothing missing/yellow exclamation mark. Otherwise hopefully someone else can help.
  21. What settings are clicking on the VM create page, create a new VM template and send the screenshot? You could also try a Ubuntu distro as a test. Are you connecting an actual monitor to it or a headless hdmi fake. Some of the symptoms sound like you need one of these HDMI headless
  22. Likely a local device with incorrect creds, shutdown all local computers if easy and see if logs disappear. Credential manager with incorrect password for example?
  23. Use a TCP vpn, UDP vpns have been getting limited by some ISP’s
  24. I setup AUTOGPT on a windows Server and wow, its really awesome at first, Then you realise nothing got done and you spent $1 on API calls in the space of 30 minutes Its fun but its nothing ground breaking.