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.

SpaceInvaderOne

Community Developer
  • Joined

Everything posted by SpaceInvaderOne

  1. Hi Yes, I really should make a new guide from start to finish soon. You need to install the fake SMC (see the video on upgrading to 10.12.4) when you have created the VM in VMware Fusion before converting to kvm. then you must remove the osk key part in the XML. Many people don't realise it is actually 3 lines you need to remove. <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain> You don't just remove the <qemu:arg value='isa-applesmc,osk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/> You must remove these 3 lines when using fake SMC. <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/> <qemu:arg value='-smbios'/> Hope that helps
  2. I didnt realise there was still probs with containers mapping to fuse shares, I thought this was fixed in previous unraid versions? Good point about faster writes to the disk directly.
  3. Yes its always best to use a cpu topology that would exist in a cpu that apple would use in a real machine.
  4. Hi @wgstarks Yes people should always map downloads to a user share. If you have a cache then make the share cache enabled so the writes are done there first, then later moved over to the parity protected array. If you have the downloads, downloading inside the container image this will just fill it up and can break your Docker containers. The docker image is normally 20 gigs I think so it wouldn't take a lot. We need to keep the docker image only for Docker containers themselves not their data.
  5. Your welcome @DarkHorse Just upload the icons somewhere to google drive, dropbox then link them here and I will then add them to the repo. Looking forward to seeing your icons
  6. Your welcome, glad you got the vm fixed
  7. Luckily you can pass the keyboard/mouse on a machine without vt-d so just add a keyboard! You only need vt-d for pci passthrough. Also try adding this below the xml for the disabled nic, if above fails <interface type='bridge'> <mac address='52:54:00:35:d1:d2'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x03' function='0x0'/> </interface> This will add a second nic best of luck !
  8. I normally make mine about 220 x 220 but they will scale. unRAID stores the icons in /usr/local/emhttp/plugins/dynamix.vm.manager/templates/images However, this location isn't persistent so when you reboot the icons will go. That's why I use a location on the array and have it copy them to the correct location on boot.
  9. I have put together a tutorial showing how to link media containers through Binhex's excellent vpn containers. https://forums.lime-technology.com/topic/58283-video-guide-how-to-use-privoxy-with-vpn-for-ultimate-privacy-when-using-media-collection-apps/
  10. I have put together a tutorial showing how to link media containers through Binhex's excellent vpn containers.
  11. I have put together a tutorial showing how to link media containers through Binhex's excellent vpn containers.
  12. Yeah its an awesome bit of software. Also great as it is cross platform for mac,windows and linux.
  13. Give no machine a go a great remote desktop solution https://www.nomachine.com/
  14. Hi @scottw I find for me the windows client doent work well. Download the .ovpn file (Yourself (user-locked profile) Then download from here https://openvpn.net/index.php/open-source/downloads.html and use that software with the .ovpn file. Works great.
  15. @planetwilson great thats good you got it working. Thanks for reporting back with your findings
  16. I have never used imessage myself, but i looked through that guide quickly. There is nothing there that will break the vm. I would leave the model as imac 14,2 though then just generate serial etc. I will go through and try the tutorial when i have more time if it doesnt work. Please report back
  17. Hi @bjp999 Thanks, glad you like the videos Yes, I think the most common CPU and RAM most users would have would be 4 cores (8threads) and 16gb of ram. When assigning resources to VMs and Docker Containers it is as much as an art as it is a science. It is best to experiment to find what works best for you but following certain principles. After the second part to this video I am realising a video about server, Docker container and vm tuning alot of which based off @dlandon excellent tips and tweaks plugin and post here Plex obviously will use more CPU when transcoding streams and direct play (non-transcoding) wouldn't affect CPU usage very much. By default, each Docker container can access the whole of the server's resources as the host OS seems fit. So this includes all cores of the CPU. This is the case even if you have pinned the vCPUs in the VM. The pinning of the vCPUs in the VM just tells the VM it can only use those cores for its processes. However, it doesn't stop the host OS from being able to use them. So even pinning 3 out of the 4 cores for the VM will not slow down Plex that much unless the VM starts doing some heavy number crunching. It really isn't much different to if you ran a plex server on a bare-metal Windows machine. Plex would work fine, but then if you started rendering some video files in a video editing software it will effect plex as each process will have to "wait its turn" for the use of the CPU. Now you can isolate cores from the host OS by adding isolcpus= and the numbers of the threads. This will stop the host system using these and you can assign them VMs or Docker containers manually. So then yes this would take them 'out of the game' as they would then only be used by whatever is pinned to them The reason it is best, with a VM, not to split hyperthreaded cores is to stop context switching between hyperthreads. This wouldn't be so much of a problem for a vm that you don't game on or watch video on. So anyway if you just wanted a basic Windows 10 VM for non-gaming processes then i would pin just one core to the VM for example core 4 (3,7). That would then just limit the VM to that core. I would then pin plex to the other 3 cores(1-3) using --cpuset-cpus=0,4,1,5,2,6 that would keep the two processes off the same cores.
  18. Yeah, I consider 70G as quite small. I have known people setting up 500gig Vdisks !! 70G It is more space than I will fill up on the disk. Windows recommends a minimum of 20 gigs of free space. But I think its useful to have 10 - 20 gigs more than that for temporary files and the desktop etc. I often have video /image files of up to 10 gigs. I may work on these on the desktop before putting on the array. Also, the vdisk size will be different to the file size on the disk until the vdisk is filled. Good idea about the script
  19. The best way to install and setup a windows 10 vm as a daily driver or a Gaming VM Hi, Guys. This is the first part of a two-part video about setting up a Windows 10 KVM VM in unRAID. (second part in a day or 2 if work lets me !) The first part deals with setting up the VM correctly to be able to use as a 'daily driver'. Then the second part passing through hardware to turn it into a gaming VM. The first part consists of Download a windows 10 iso. Where to Buy a license for windows 10 pro for $20 How to assign resources and correctly pin you CPUs. How to install the virtio drivers including the qxl graphics driver. How to remove or block the windows 10 data mining - phone home - etc with anti beacon. How to install multiple useful programmes with ninite Using Splashtop desktop for good quality remote viewing How to install a virtual sound card to have sound in Splashtop/RDP etc. Using mapped drives and symlinks to get the most out of the array. Windows tweaks for VM compatibility. general tips Hope you find it useful Below is the T second part of a two-part video about setting up a Windows 10 KVM VM in unRAID. The second part deals with passing through hardware and potential problems and solutions showing you how to turn it into a gaming VM. Hope you find it useful.
  20. @Xxharry I have replied in your other thread
  21. Unfortunately, Rclone has been banned from ACD see https://forum.rclone.org/t/rclone-has-been-banned-from-amazon-drive/2314/24 so we need to use other cloud providers at present. If you have encrypted data there then just download it then you can upload it elsewhere then connect to it using the same password/salt and access the data.
  22. Rclone has been banned from ACD see https://forum.rclone.org/t/rclone-has-been-banned-from-amazon-drive/2314/24
  23. Hi @jrdnlc Yes, its still supported i think we have about 50 plus new VM icons (thanks for help @methanoid ) https://spaceinvader.one/unraidvmicons/ We and a load of new banners ( thanks to Anis El-Mariesh ) https://spaceinvader.one/unraidbanners/ The site was moved to another server this week and directory listing wasn't on for those folders afterwards, so the script couldn't see what was there. It should work now

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.