archedraft

Community Developer
  • Posts

    2070
  • Joined

  • Last visited

Everything posted by archedraft

  1. Alright I suppose I can live with that as it is a valid reason. Lol
  2. Cake over ice cream?!? WHAT??
  3. Only problem with this approach is LT would be back where they started with everyone complaining about how long it is taking for a stable release. I don't personally see how it would be possible to keep two branches active with similar features (I.e. KVM and dockers will most likely be more on the bleeding edge side for the foreseeable future). Personally, in order to realistically have a stable version and a bleeding edge version you would want an unRAID NAS only version (stable) and an unRAID (docker/kvm) version (bleeding edge) - just my opinion.
  4. I have a feeling that a standalone commercial skipping docker would be pretty popular. I would be testing it out for sure.
  5. Just thought I would post an update in case anyone else comes across this issue. I asked Tom to take a look and got the following reply. I wonder what else is coming up in 6.4! I would like to thank the LT team for their quick response time.
  6. Thank you for installing FF on IOS to test! I wonder what the problem is. FF does show me the credential window for my router... not sure if that helps solve whether is it a FF or unRAID problem though.
  7. I found out that if I remove my unRAID password and leave it blank I can open unRAID from Firefox on my phone. If I add the password back it does not prompt me for my credentials.
  8. Yeah, I just did again for good measure! I can use Firefox on my windows VM without issue. All I wanted to do was switch to Firefox from chrome but I swear nothing is easy.
  9. I am trying to open unRAIDs webGUI from Firefox on my iPhone. It keeps giving me "401 unauthorized" and does not let me enter the username and password. Safari works just fine. Ive tried clearing all history, deleting the Firefox app, restarting my phone but nothing is changing. Is anyone else able to access unRAID through Firefox with 6.3.2? Is there a setting inside the Firefox app that needs to be changed??
  10. Since I seldom need it, I don't usually have it installed. If I do use it, I plan to let it send my statistics. I don't have a problem being asked, but only once, and that should be the end of it. Some explanation of what is being sent woudl be good too. Agreed, it would be nice if it indicated it was part of the preclear plugin and it collects the following data.
  11. Thanks, I figured it was part of a plugin but just wanted to make sure. The tin foil hat gets stuck on the head a little tight sometimes. True, I also do not use it very often. I suppose I will leave it be for now and see how often this happens.
  12. I have been randomly getting a pop-up that says "Install Statistics Plugin". It doesn't pop-up often but has shown up enough that I am posting now. First, can someone confirm that this pop-up is "normal"? I am assuming I am getting it because of one of the plugins I have installed? I did search for "Install Statistics Plugin" here but nothing caught my eye. Second, assuming it is a normal pop-up and my server is not being hacked as I type this Is there a setting somewhere that disables this pop-up, as I would not like to participate in anonymous reporting.
  13. powerdown will do a safe shutdown Perfect, that worked. Thanks Squid. I was under the wrong understanding that the powerdown command was deprecated with the powerdown plugin. Glad I was wrong.
  14. Upgraded without issue. Everything is acting as it should. I do have one question, what is the correct ssh cmd to safety shutdown the server? I tried "/sbin/shutdown now" but that caused my server to hang. If I use the web GUI to shutdown it works fine so I am assuming I am doing something wrong from the cmd.
  15. I think I have narrowed it down to Website Protection and Windows 10 VirtIO network driver. If I passthrough my Intel PCI-e network card to the VM and disable my VirtIO driver everything is OK with both 2.2.1 and 3.0. Hmmm
  16. Yes, that does make a difference. With website protection turned off everything acts normal (even with real-time protection enabled) and with it turned on the VM displays the above issues. Have you dealt with a similar issue?
  17. Been messing with my new VM some more and it appears that when Malwarebytes is installed with real-time protection enabled it is blocking my internet connection. I tried installing an older VirtIO driver (the same one that is installed on my older Seabios VM) but that doesn't help. As soon as Malwarebytes is uninstalled everything is fine again... this is strange.
  18. I just created a new Windows 10 VM with OVMF and applied all the Windows updates/drivers. Right after I installed Malwarebytes and turned on real-time protection. As soon as real time protection is turned on it makes the VM very unresponsive. It even makes my restart time around 2 minutes. If I uninstall Malwarebytes my restart time goes back to ~3 seconds. I have an older Windows 10 VM (Seabios) I have used for over a year with Malwarebytes that is fine. I have tried both Malwarebytes 2.2.1 and 3.0 and the results are the same. Is anyone else experiencing this or have any ideas why this is happening?
  19. I did look into this and I was able to get the correct ip range working if I removed the bottom qemu commands and added <interface type='bridge'> <mac address='52:54:00:00:20:30'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> The only problem was that the internet upload speed seems to be broken. I was reading through the developer's GitHub support pages and it looks like he was aware of most of these issue but hasn't updated anything for a few years. He even stated Probably best to avoid this driver until someone smart enough to fix it updates it.
  20. I am getting my full internet speed (although I was with the e1000 driver) and somewhere around ~30 to 60 MB/s transfer speeds from unRAID to the VM and back (this doesn't completely surprise me because the hard drive the OS X VM lives on is an older spinner and I also have 2 other VM's running off of it as I tested.)
  21. Nice guide gridrunner! I used it to finally upgrade from Yosemite (been very busy). I thought I would share a few things with the community. I managed to get Virtio network working via https://github.com/pmj/virtio-net-osx/ 1. Download the install file https://github.com/pmj/virtio-net-osx/raw/master/bin/Virtio-Net-Driver-0.9.4.pkg 2. Install the file on your Mac 3. Shutdown the VM 4. Remove your old network from your config <interface type='bridge'> <mac address='52:54:00:00:20:30'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> 5. Add the Virtio code to your config under <qemu:commandline> <qemu:arg value='-netdev'/> <qemu:arg value='user,id=hub0port0'/> <qemu:arg value='-device'/> <qemu:arg value='virtio-net,netdev=hub0port0,id=eth0'/> <qemu:arg value='-set'/> <qemu:arg value='device.eth0.vectors=0'/> 6. Turn on your Mac VM and you should now have a virtio network (tested and working for me on 10.12 Sierra) Also, the same developer managed to get Qemu's usb-tablet absolute pointing device working (meaning your mouse will work in any VNC session) 1. Download the install file http://philjordan.eu/osx-virt/ 2. Install the file on your Mac 3. Shutdown the VM 4. Change the following code: <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> 5. to: <qemu:arg value='-device'/> <qemu:arg value='usb-tablet'/> 6. Turn on your Mac VM and your mouse should follow in unRAID webVNC (tested and working for me on 10.12 Sierra)
  22. Trying to install but I am getting the follow error: plugin: installing: https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg plugin: downloading https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg plugin: downloading: https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg ... done Warning: simplexml_load_file(): /tmp/plugins/ca.update.applications.plg:95: parser error : xmlParseEntityRef: no name in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): rm /etc/cron.daily/updateApplications.sh >/dev/null 2>&1 in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/ca.update.applications.plg:95: parser error : xmlParseEntityRef: no name in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): rm /etc/cron.daily/updateApplications.sh >/dev/null 2>&1 in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/ca.update.applications.plg:95: parser error : xmlParseEntityRef: no name in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): rm /etc/cron.daily/updateApplications.sh >/dev/null 2>&1 in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 plugin: xml parse error