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.

rctneil

Members
  • Joined

  • Last visited

Everything posted by rctneil

  1. Hey @wildfire305 IT'S WORKING!!!! I think the deletion of appdata did the trick! Many thanks for your super rapid replies!
  2. Ok, allocation mode confirmed to be read/write. Let me test delete and reinstall
  3. Where do I check for this?
  4. I'm using MacOS and have to use the optical drive in my Unraid server as it's the only optical drive in my house! Haha. Even if there was a version for MacOS, I don't have an optical drive able to be connected to it for it to use.
  5. Every output directory i try seems to have the same issue. I would use Exact Audio Copy but I don't have any VM's set up and it seems overkill to create one just for this.
  6. The permissions for /mnt/user/Downloads are:
  7. Just tried adding it in this format: --device=/dev/sr0:/dev/sr0 --device=/dev/sg6:/dev/sg6 but get the same chown error. I really need to get this working. It used to work perfectly last time i tried it about a year or so ago.
  8. Ok, mine is showing as sg6. How would I update that extra parameters value to accomodate this?
  9. srX is set as below but unsure what sgX is or what it should be set to. --device=/dev/sr0:/dev/sr0
  10. Hi, Privileged is on already and my output path is "/mnt/user/Downloads/" which is fine. I've tried changing it but it makes no difference. Anyone any other ideas? Thanks
  11. Hello, I have been trying to use this to rip a CD but my logs look like this: Any ideas? I have used this in the past and it worked first time. Not sure why it's stopped working now. I'd love to get this CD ripped correctly. Thanks, Neil
  12. Fantastic. I'm assuming that now remote access is enabled I can access my shares on my machine or any other machine? How would I mount a share remotely though?
  13. I tried rebooting but that didn't work. I removed and reinstalled the plugin and all looks great now!
  14. Hi, That results in: bash: unraid-api: command not found
  15. Hi, When I click my username in the Dashboard, it says "My Servers Error, Graphql is offline". How can this be resolved? Also, the Settings page shows I have remote access setup but I cannot access the server remotely. When I visit My Servers, it states "Access unavailable". Any ideas? Neil
  16. My backup has JUST started to actually run this morning. I started it at 08:00 and it's now 14:47 and it's backed up 1.77Gb!!! Why is it soooo slow? I've tried all solutions posted on the forums and nothing works. Can someone from Unraid chip in? I purchased Unraid to use it for Time Machine purposes as well as a Plex Media Server and it simply does not work reliably for TM. I did try topost my message in my previous thread about TM but it appears to no longer exist. I'm really getting fed up of this not working in Unraid. Please support your customers! I am happy to provide anything you may need from my server to help investigate the problems
  17. I took the XML file in that post and tweaked it for my system and Catalina to make this: but am getting this error: "Cannot access storage file '/mnt/user/domains/MacinaboxCatalina/macos_disk.qcow2' (as uid:0, gid:100): No such file or directory" Any ideas? <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxCatalina</name> <uuid>fe4cdace-a7b4-456d-9885-c28ea78fde83</uuid> <description>MacOS Catalina</description> <metadata> <vmtemplate xmlns="unraid" name="MacOS" icon="/mnt/user/domains/MacinaboxCatalina/icon/catalina.png" os="Catalina"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.qcow2'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:c8:13:3a'/> <source bridge='br0'/> <model type='vmxnet3'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <redacted> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain>
  18. Hello, When I start my VM, I just see this in the VNC viewer: Any ideas?
  19. @binhex Found it. Ok, yes corruption is mentioned. When you state "Move Plex metadata to cache drive". How do I do this? I'm unsure of the steps to acheive this? I am also running the latest version of unraid so why did this happen if the bug is no longer present in this version?
  20. Can you check the link? I just see "Not Found"?
  21. For some reason as of yesterday I can't access Plex. The web UI fails to load and I can't access it via the Apple TV either. Here's the latest logs: 2020-02-23 14:37:09.105281 [info] System information Linux TARDIS 4.19.98-Unraid #1 SMP Sun Jan 26 09:15:03 PST 2020 x86_64 GNU/Linux 2020-02-23 14:37:09.125494 [info] PUID defined as '99' 2020-02-23 14:37:09.147151 [info] PGID defined as '100' 2020-02-23 14:37:09.218180 [info] UMASK defined as '000' 2020-02-23 14:37:09.238160 [info] Permissions already set for volume mappings 2020-02-23 14:37:09.258091 [info] TRANS_DIR defined as '/config/transcode' 2020-02-23 14:37:09.281146 [info] Deleting files in /tmp (non recursive)... 2020-02-23 14:37:09.299892 [info] Starting Supervisor... 2020-02-23 14:37:09,423 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing 2020-02-23 14:37:09,424 INFO Set uid to user 0 succeeded 2020-02-23 14:37:09,425 INFO supervisord started with pid 6 2020-02-23 14:37:10,427 INFO spawned: 'plexmediaserver' with pid 55 2020-02-23 14:37:10,428 INFO reaped unknown pid 7 2020-02-23 14:37:10,491 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22991339452112 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stdout)> 2020-02-23 14:37:10,492 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22991339450960 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stderr)> 2020-02-23 14:37:10,492 INFO exited: plexmediaserver (exit status 255; not expected) 2020-02-23 14:37:10,492 DEBG received SIGCHLD indicating a child quit 2020-02-23 14:37:11,494 INFO spawned: 'plexmediaserver' with pid 60 2020-02-23 14:37:11,555 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22991339043136 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stdout)> 2020-02-23 14:37:11,556 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22991339346432 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stderr)> 2020-02-23 14:37:11,556 INFO exited: plexmediaserver (exit status 255; not expected) 2020-02-23 14:37:11,556 DEBG received SIGCHLD indicating a child quit 2020-02-23 14:37:13,559 INFO spawned: 'plexmediaserver' with pid 65 2020-02-23 14:37:13,620 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22991339450960 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stdout)> 2020-02-23 14:37:13,620 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22991339043472 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stderr)> 2020-02-23 14:37:13,620 INFO exited: plexmediaserver (exit status 255; not expected) 2020-02-23 14:37:13,620 DEBG received SIGCHLD indicating a child quit 2020-02-23 14:37:16,624 INFO spawned: 'plexmediaserver' with pid 70 2020-02-23 14:37:16,687 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22991339346432 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stdout)> 2020-02-23 14:37:16,687 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22991339452112 for <Subprocess at 22991339451584 with name plexmediaserver in state STARTING> (stderr)> 2020-02-23 14:37:16,687 INFO exited: plexmediaserver (exit status 255; not expected) 2020-02-23 14:37:16,687 DEBG received SIGCHLD indicating a child quit 2020-02-23 14:37:17,688 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly Any ideas?
  22. I have this set up and working but how can i access the files stored on my Unraid? How can i map locations on the server to locations in MacOS?
  23. Hello, I have a Time Machine share set up on my server to backup my MacBook Pro too but it's unbelievably slow. Any suggestions how to speed it up or figure out why it's slow? I'm using a 2017 13" MacBook Pro running Catalina 10.15.2. Connected via Ethernet as well. All suggestions very much welcome! Thanks, Neil Edit: As per @limetech instructions I have attached diagnostics: tardis-diagnostics-20200204-2055.zip
  24. Just 7Tb for me right now. I'm at 60% full at the mo so should be good for a little while.

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.