Jump to content

rctneil

Members
  • Posts

    223
  • Joined

  • Last visited

Posts posted by rctneil

  1. 29 minutes ago, wildfire305 said:

    Sounds like you may need to look at your allocated path for the output directory on the settings page and confirm it to be correct. I noticed that I have privileged turned on for mine, although I am not sure why I have that set. Perhaps I had the same issue as you and that fixed it. Anyone Correct me if I am wrong, but I think "privileged" enables root access to the file system for the docker. 

     

    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

  2. Hello,

     

    I have been trying to use this to rip a CD but my logs look like this:

     

    Quote

    13.12.2021 20:38:25 : CD detected: Saving MP3 and FLAC
    13.12.2021 20:38:25 : Done! Ejecting Disk
    chown: cannot access '/out/Ripper/CD': No such file or directory

     

    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

  3. Hi,

     

    On my Mac Big Sur system, the locations panel in Finder looks like the following:

     

    158660991_Screenshot2021-07-02at20_41_19.png.3e31665cf897f8e97a7b1136104e5c96.png

     

    I know that Cyberman is the system itself but why does my Unraid server (TARDIS) show up twice, both as tardis.local and TARDIS?

     

    Thanks,

    Neil

  4. Just now, ljm42 said:

     

    Thanks, we'll keep an eye out for similar problems. This should not happen :) 

    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?

  5. 2 minutes ago, ljm42 said:

     

    Please open a terminal window and type this:

    
    unraid-api restart

     

    When the API restarts it will hopefully make a connection and then from the My Servers Dashboard you should have options for "Local access" or "Remote access" instead of "Access unavailable"

     

     

    Hi,

     

    That results in: 

    bash: unraid-api: command not found

     

  6. 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

  7. 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

     

     

  8. On 7/5/2020 at 7:20 PM, jonathanm said:

    Read the recommended post pinned at the top of every page on this topic.

    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>
     

  9. I hope Unraid don't mind (if you do then let me know) but i've bee n building an Unraid plugin for Ferdi (getferdi.com). It basically allows you to access your Unraid dashboard from within Ferdi as it's a page I like to have open most of the time and with it being in Ferdi, it doesn't clog up my main browser.

     

    It has support for notifications too.  Unraid is support in the new 5.5.0 GM build.

     

    Enjoy!

  10. @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?

  11. 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

     

     

     

     

    179316107_Screenshot2020-02-23at14_36_06.thumb.png.74a480ee19139cfbe022ecb469542de1.png

     

     

    Any ideas?

  12. Hey,

     

    Is there a GUI version of rclone for Unraid?  Or a GUI sync application that will allow me to sync directories from a share to different cloud storage locations?

     

    I'm after sync and not backup.

     

    Thanks

  13. On 2/2/2020 at 5:52 PM, limetech said:

     

     

    Please try turning off hard link support: Settings/Global Share Settings/Tunable (support hard links)

    @limetech Thanks for the suggestion. I don't think it's working as i've left my machine doing a TM backup all day since 7:30am and it's done less than 5Gb and this is over a wired connection.  Something else must be wrong here.  Any ideas?

  14. 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

    • Like 2
  15. Hey,

     

    I while back I was having trouble with getting Time Machine to actually do a backup.  It kept getting stuck in the "Preparing backup" stage and would never move on.  In frustration I looks around online and people told me to locate the .inProgress file and remove it.  I moved this to my Trash and it allowed Time Machine to fully complete a backup.

     

    But....

     

    I seem to have made a problem for myself. I now have this file in my trash which refuses to actually delete. I stupidly renamed it to "test" and I can leave my Trash emptying for hours and hours but it never gets removed.  I THINK it was a ".inProgress" file but I have no clue what the actually previous name was unfortunatley. If I try to "Get Info" on it it says it is in "Time Machine Backups > .Trashes".  How do I find this and remove it.  It only shows up in my Mac's Trash when the server is on and a backup has been started.

     

    It's really annoying and i've learnt not to be so hasty when things go wrong!!

     

    I hope someone here can help me solve this.

     

    Thanks,

    Neil

     

     

  16. Hey,

     

    I was using the official Plex Docker and yesterday the web interface refused to load and just gave an error.  I tried a whole host of things but it failed to get working.  In my annoyance I deleted the Docker and installed the binhex one.  I started it up and it has data left over from my previous Plex, eg, it knows the server name etc but cant access any data and feels messed up. I have a copy of the appdata of the old one i deleted, is there a way to transplant this into my new binhex Docker and get everything back up and running?

     

    I'd really appreciate someones help with this as i've totally made a mess of it and really would like to get it back up and running.

     

    Thanks!

×
×
  • Create New...