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.

dubbly

Members
  • Joined

  • Last visited

Everything posted by dubbly

  1. Thank you all. For this discussion regarding moding worlds and textures. If anyone has any suggestions for where to find some bedrock worlds and packs for 1.14.60 that would be great. the peegs mod sounds cool.
  2. Thank you. The instructions above worked perfectly! Skin Packs: Is it possible to add skin packs to the server using the same instructions to add textures? Or, do skin packs have to be installed by each individual separately?
  3. Ahh... I somehow missed your post about the floppy! I read it and also found the following which was the key. I followed the instructions and blam! Thank you so much for your suggestion. It was key.
  4. For some reason I am not able to find a way to open an load the drivers in XP setup. Pressing F6 should work as shown in the image above. However, no options exist to load drivers when I press S. I wonder if I need to add a virtual floppy drive.
  5. Ohhh... I have always started with the spaceinvader one's videos. Good suggestion on the docs! Reading now.
  6. Q35 didn't solve the problem However, pressing F6 while loading brought up the following screen (see image). It seems that it can't find a mass storage device to save to. At least that is how I read it. Pressing S resulted in no additional drivers found. I wasn't able to see a way to load the drivers. This seems like progress. Suggestions?
  7. I can try Q35. Yes, there is an opportunity to load drivers. I am just not sure what to load. I will see if I can show a screen shot of the options. Thanks
  8. Thank you for the suggestion. Just tried reducing to a single core and experienced the same issue. Any other ideas?
  9. Made some progress based on assistance from rachid596 and also gareth_iowc. The XP VM now appears to boot the ISO and begin installing. However, I now get a blue screen right when it says "starting windows," see the image below. After the blue screen I need to force quit the VM. Then it WILL NOT boot/install again. In that see is "booting from HDD" with no action. I can destroy the VM and setup new and end up in the same loop. Screen shots and config file below. I wonder if my XP SP3 ISO is somehow corrupted or the HDD doesn't function. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows XP</name> <uuid>557a0dec-0d49-bffd-94f1-3b3910ced0b5</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows XP" icon="windowsxp.png" os="windowsxp"/> </metadata> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='6'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-4.2'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows XP/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.160-1.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows XP/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:45:e7:cd'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> This is just before the blue screen: Blue Screen: This is what I see if I restart after the blue screen.
  10. Setting up a second minecraft server? Thank you so much for this wonderful docker. It has made my family and friends time at home during the shut down much more enjoyable! I would like to setup a second server on the same unraid box to try to explore texture pack /add-ins. Looking for guidance on how to setup a second server and without creating conflicts.
  11. I have some old windows XP based music software and files that I created a long time ago. They won't run on windows 7. So, I am trying to get an XP VM based on a Windows XP SP3 to run but am struggling. I have tried a number of virtIO drivers and but every time it halts at "Booting from hard drive" and pegs a single cpu at 100% until force shut down. Suggestions and help is appreciated. Logs and Images below:
  12. Thank you for thIs discussion about addon and instruction. Suggestions for add-ons to try on the latest bedrock is appreciated.
  13. I have noticed what I believe is a bug. I started out with compression selected. However, I have decided that I would rather have uncompress backups. Switching to “no” for compression and saving the setting hasn’t changed anything with new daily backups still compressed. Suggestions?
  14. I am curious. What causes a double NAT in your situation?
  15. Why use this as opposed to just the basic wireguard install?
  16. Compression setting. I notice that enabling compression doesn't really compress my appdata folder. In fact, it is a small amount larger. Any benefit to enabling compression outside of size? Should I just keep it set to off?
  17. What is the best way to backup my Minecraft bedrock server/world? Is it using CA Backup/Restore App Data. Which is what i am using now, or another solution?
  18. **Solved** This is what I am doing: 1. Click on the binhex-minecraftbedrockserver icon from my unraid gui 2. Click on console from the dropdown list. Console pops up and I see "sh-5.0#" 3. Try to enter commands such as alwaysday, tp, list, and others. I get "command not found" 4. Using Help shows me items that are not mincraft related Nevermind: I solve my own confusion. I can't use the console opened up by clicking on the Minecraft server docker. Need to use the Unraid console and enter "docker exec -u nobody -it binhex-minecraftbedrockserver screen -r minecraft" and then had to understand that the commands entered complete without any visual feedback on the console.
  19. Entering Command line Info I have been able to connect to the console and used the following command: docker exec -u nobody -it binhex-minecraftbedrockserver screen -r minecraft I was able to grab my xuid and change to the permissions file. However, using the window opened by "docker exec -u nobody -it binhex-minecraftbedrockserver screen -r minecraft' I was unable to run commands. Such as: 'permissions reload' QUESTION: Any idea how I can run commands from the the command line?
  20. ***SOLVED**** I am currently running an extended preclear on some drives that I am going to shuck. However, I am getting the following error in my logs thousands of times in a row. /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Any idea what it means?
  21. Updated posting to make the plug-in clear. I am using the Clear an Array Drive Plug-in. Relaunching the plug-in doesn't open up the status. It just runs from the start again but can't because it is running on the drive that I am clearing. Not sure what to do. Either let it finish and hope that it worked or restart the server?
  22. Clear an unRAID array data drive - Potential Issue I am currently running the CLEAR AN ARRAY DRIVE plug-in. It was about 2 hours into the process with the window open to the script update when my PC restarted due to a windows update. After restart the script window was of course no longer open. It appears based on drive traffic that the script is still running. What should I do? Find a way to stop the script? What is the best way? Let it run an assume it is good once drive traffic stops? Other?
  23. Great! Thank you. I assume that if I turn off everything else then Plex should be fine. Appdata and system are on the cache. Also, changes are likely written to the cache. So, if it is the only thing running then I assume that I should be pretty safe.
  24. New to unbalance. I am looking to remove two (1TB) 7 year old drives from my server. Will move all content onto an 8TB in the array so that I can remove the drives. Understand that i need to turn off the mover. Question: During the re-allocation do I need to shut off all of the dockers? I typically run Plex, Duckdns, ombi.... with the dockers running on a SSD cache. Is it ok for me to keep these running?

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.