Jump to content

DZMM

Members
  • Posts

    2,801
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by DZMM

  1. I'm hoping someone can help me with a script please. I run the following command in a script to upload files via rclone to google: rclone move /mnt/user/rclone_upload/google_vfs/ gdrive_media_vfs: -vv --drive-chunk-size 512M --checkers 3 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --bwlimit 15500k --tpslimit 3 --min-age 30m what I've been doing is rotating the /mnt/user/rclone_upload/google_vfs/ bit to rotate through my drives to stop them all spinning at the same time, e.g. /mnt/disk1/rclone_upload/google_vfs/ then /mnt/disk2/rclone_upload/google_vfs/ then /mnt/disk3/rclone_upload/google_vfs/ etc etc but what I'm finding is the script is never making it to disk7 so it never frees up space. Is there a way to dynamically determine the disk with the least GB (rather than % if possible) free and then upload that one e.g. the final command would be rclone move /mnt/VARIABLE SETTING CORRECT DISK/rclone_upload/google_vfs/ gdrive_media_vfs: -vv --drive-chunk-size 512M --checkers 3 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --bwlimit 15500k --tpslimit 3 --min-age 30m Thanks in advance for any help
  2. That's why I'd rather have 106GB free rather than 16GB free as that was cutting it too fine
  3. Thanks! I've just completed this and I've gone from 16GB free to 106GB free on a 256GB drive - excellent. Does the command only work with Windows VMs or can I do the same to my pfsense vdisk? I won't gain a huge amount, but every GB helps
  4. "empty trash automatically after every scan" in Plex library settings
  5. I had to rebuild my W10 VMs today as I had a drive disaster and I decided to do a fresh build, rather than use a backup. I basically built one VM then re-used the vdisk images to create the 2nd two VMs. All went well, except for that thin provisioning is only working on one of the VMs so I'm wasting about 60GB of space on my small 256GB drive. Edit: Adding du - LEGO and Buzz should be the same as Disney root@Highlander:/mnt/disks/sm961/domains# du -h --max-depth=1 | sort -hr 196G . 75G ./LEGO 74G ./Buzz 36G ./Disney 10G ./Baymax 128K ./gpu I can't for the life of me see why as I've done this loads of times using @johnnie.black guide. What's strange about all 3 VMs is that in Windows it says 'Optimisation not available', even for the drive that seems to be ok, although I can't be confident that space will be recovered in the future. Any ideas how to fix? Thanks in advance. Here's the VM that seems to be working: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Disney</name> <uuid>d01e827e-d0fa-b27b-406f-bd84d84e0d23</uuid> <description>2 Cores</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='16'/> <vcpupin vcpu='1' cpuset='17'/> <vcpupin vcpu='2' cpuset='18'/> <vcpupin vcpu='3' cpuset='19'/> <emulatorpin cpuset='2-3'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/d01e827e-d0fa-b27b-406f-bd84d84e0d23_VARS-pure-efi.fd</nvram> </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='4' threads='1'/> </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='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/disks/sm961/domains/Disney/vdisk1.img'/> <target dev='hdc' bus='scsi'/> <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' discard='unmap'/> <source file='/mnt/disks/ud_pool/domains/Disney/vdisk2.img'/> <target dev='hdd' bus='scsi'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/disks/sm961/iso/Windows.iso'/> <target dev='hda' bus='ide'/> <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/disks/sm961/iso/virtio-win-0.1.160-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='scsi' index='0' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:21:c9:a5'/> <source bridge='br0.33'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc534'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </memballoon> </devices> </domain> and the two that aren't <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>LEGO</name> <uuid>a365eeb2-8784-fa80-bb90-b1458515e0f7</uuid> <description>3 Cores</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='10'/> <vcpupin vcpu='1' cpuset='11'/> <vcpupin vcpu='2' cpuset='12'/> <vcpupin vcpu='3' cpuset='13'/> <vcpupin vcpu='4' cpuset='14'/> <vcpupin vcpu='5' cpuset='15'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/a365eeb2-8784-fa80-bb90-b1458515e0f7_VARS-pure-efi.fd</nvram> </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='6' threads='1'/> </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='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/disks/sm961/domains/LEGO/vdisk1.img'/> <target dev='hdc' bus='scsi'/> <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' discard='unmap'/> <source file='/mnt/disks/ud_pool/domains/LEGO/vdisk2.img'/> <target dev='hdd' bus='scsi'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/disks/sm961/iso/Windows.iso'/> <target dev='hda' bus='ide'/> <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/disks/sm961/iso/virtio-win-0.1.160-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='scsi' index='0' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='ac:7c:12:31:96:56'/> <source bridge='br0.33'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0b' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0b' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x44' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> </domain> <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='7'> <name>Buzz</name> <uuid>54263aab-81a4-ed75-aa59-e7701d3f14fd</uuid> <description>3 Cores</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='26'/> <vcpupin vcpu='1' cpuset='27'/> <vcpupin vcpu='2' cpuset='28'/> <vcpupin vcpu='3' cpuset='29'/> <vcpupin vcpu='4' cpuset='30'/> <vcpupin vcpu='5' cpuset='31'/> <emulatorpin cpuset='2-3'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/54263aab-81a4-ed75-aa59-e7701d3f14fd_VARS-pure-efi.fd</nvram> </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='6' threads='1'/> </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='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/disks/sm961/domains/Buzz/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='scsi'/> <boot order='1'/> <alias name='scsi0-0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/disks/ud_pool/domains/Buzz/vdisk2.img'/> <backingStore/> <target dev='hdd' bus='scsi'/> <alias name='scsi0-0-0-3'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/disks/sm961/iso/Windows.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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/disks/sm961/iso/virtio-win-0.1.160-1.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='scsi' index='0' model='virtio-scsi'> <alias name='scsi0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='e8:2e:d9:1e:b4:9d'/> <source bridge='br0.33'/> <target dev='vnet1'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/5'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/5'> <source path='/dev/pts/5'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-7-Buzz/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x43' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/disks/sm961/domains/gpu/gtx1060.dump'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0d' slot='0x00' function='0x3'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x43' slot='0x00' function='0x1'/> </source> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x3'/> </source> <alias name='hostdev3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> highlander-diagnostics-20181122-2045.zip
  6. and depending on how you've got plex setup, it will either (i) delete the reference to the /normal/folder/movie or (ii) say /normal/folder/movie is missing and delete it when you empty trash. I prefer the 2nd way, because if I've made any changes to the metadata (labels, posters etc) they are preserved whereas the first way ditches all custom edits and redownloads Plex's metadata. Edit: the 2nd way is also advisable because if the mount ever fails, plex won't delete the items from its libraries, and then re-add them
  7. the unionfs folder once setup acts like a normal folder where you can move, delete, add files etc. Plex sees this folder just like any folder, so if you move a movies in or out of the unionfs folder, whether or not Plex says it is missing, or automatically removes it from the collection will be determined by your plex settings not rclone or unionfs.
  8. I never read the full github page for Jackett, so tucked away at the bottom it says: I hadn't and this causes the docker to go a bit bonkers and it's memory usage was 10GB...... https://hub.docker.com/r/linuxserver/jackett/
  9. Sadly, I didn't spot this and my nvme drive lost all it's files. Nothing critical lost, just painful having to rebuild a few VMs today.
  10. Should this be submitted as a bug to the unRAID team? Maybe it's something they can fix
  11. I upgraded to a TR 2950X last week after my last mobo died and rather than sourcing a poor X99 board from what was still retailing, I decided to upgrade. It's gone really well, except for high memory usage that just seems to grow in the first 24 hours of usage to the point where I run into OOM problems. Usually I can run 3x 8GB VMs, a 4GB VM and lots of dockers with memory to spare - now I can only run 1-2 VMs safely. I even installed the swap plugin last night and that's now being using 100%. I managed to track down that Jackett was using 10GB and I fixed that, but can I get help sourcing the problem please. Thanks highlander-diagnostics-20181121-2147.zip top - 21:39:54 up 1 day, 2:09, 2 users, load average: 15.82, 15.02, 16.51 Tasks: 823 total, 1 running, 820 sleeping, 0 stopped, 2 zombie %Cpu(s): 11.4 us, 4.4 sy, 0.6 ni, 71.2 id, 11.7 wa, 0.0 hi, 0.6 si, 0.0 st MiB Mem : 64302.1 total, 519.2 free, 46732.1 used, 17050.8 buff/cache MiB Swap: 12288.0 total, 0.0 free, 12288.0 used. 15748.1 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 19054 root 20 0 4738240 4.2g 21528 S 215.2 6.7 3523:38 qemu-system-x86 46448 root 20 0 9747840 8.1g 20340 S 138.4 12.9 1881:50 qemu-system-x86 119982 nobody 20 0 13.6g 1.7g 0 S 75.2 2.7 856:25.16 java 31471 root 22 2 2907420 2.2g 18040 S 29.5 3.5 67:30.76 rcloneorig 14545 root 20 0 0 0 0 S 15.2 0.0 220:21.53 unraidd 44111 root 22 2 10136 1464 1128 D 10.3 0.0 1:12.58 rsync 44109 root 22 2 10244 2508 2056 S 9.6 0.0 1:10.03 rsync 15849 root 20 0 3537760 37916 19444 S 6.6 0.1 98:26.28 docker-containe 15138 root 20 0 1841844 18120 796 S 5.3 0.0 138:43.96 shfs 117826 nobody 20 0 5015844 283144 964 S 5.3 0.4 137:26.36 nzbget 61515 nobody 20 0 662320 482436 1728 S 4.0 0.7 198:43.13 transmission-da 117807 root 20 0 0 0 0 D 4.0 0.0 0:40.96 kworker/u256:17+flush-9:3 15828 root 20 0 3487504 86360 35216 S 3.6 0.1 61:51.55 dockerd 92800 root 20 0 47792 26860 20344 S 3.3 0.0 0:00.10 docker 1337 root 20 0 0 0 0 S 3.0 0.0 35:45.77 kswapd0 4959 root 20 0 34200 10672 7860 D 2.0 0.0 6:11.80 mc 56962 root 20 0 12.5g 122364 4904 S 2.0 0.2 19:47.04 python 59943 root 22 2 2316708 1.3g 18928 S 1.3 2.1 50:29.47 rcloneorig 2624 root 20 0 8200 4396 1276 S 0.7 0.0 10:13.00 haveged 10122 root 20 0 0 0 0 I 0.7 0.0 0:43.72 kworker/u256:28-btrfs-endio 13952 root 20 0 350436 2620 1936 S 0.7 0.0 5:19.77 emhttpd 28898 root 20 0 0 0 0 D 0.7 0.0 0:58.16 kworker/u256:13+flush-9:1 45858 102 20 0 44908 220 0 S 0.7 0.0 0:08.93 avahi-daemon 45859 nobody 20 0 1410632 130220 14344 S 0.7 0.2 121:18.42 Plex Media Serv 46461 root 20 0 0 0 0 S 0.7 0.0 14:18.54 vhost-46448 64360 nobody 20 0 3897776 1.8g 7412 S 0.7 2.9 89:34.27 mono 65113 root 20 0 0 0 0 I 0.7 0.0 0:35.27 kworker/u256:7-events_power_efficient 77244 root 20 0 0 0 0 I 0.7 0.0 0:02.20 kworker/u256:6-btrfs-endio 95933 root 20 0 0 0 0 I 0.7 0.0 0:48.71 kworker/u256:20-btrfs-endio 117805 root 20 0 0 0 0 I 0.7 0.0 0:14.43 kworker/u256:14-btrfs-endio 125302 root 20 0 0 0 0 I 0.7 0.0 0:41.51 kworker/u256:25-btrfs-endio 127782 root 20 0 0 0 0 I 0.7 0.0 1:00.62 kworker/u256:30-btrfs-endio 10 root 20 0 0 0 0 I 0.3 0.0 3:00.66 rcu_sched 101 root 20 0 0 0 0 S 0.3 0.0 1:21.29 ksoftirqd/18 7302 root 20 0 0 0 0 I 0.3 0.0 0:06.55 kworker/0:5-xfs-cil/md3 10757 root 22 2 160436 23840 18412 S 0.3 0.0 8:20.29 php 13980 root 20 0 84864 5228 3856 S 0.3 0.0 1:34.50 ttyd 19142 root 20 0 0 0 0 S 0.3 0.0 0:29.06 kvm-pit/19054 21594 nobody 20 0 2432084 59864 0 S 0.3 0.1 15:55.11 mysqld 22771 nobody 20 0 19.2g 334964 0 S 0.3 0.5 7:10.63 java 25191 nobody 20 0 904736 74272 1656 S 0.3 0.1 12:07.96 mongod 39379 nobody 20 0 1171124 76768 2812 S 0.3 0.1 0:09.05 Plex Script Hos 46469 root 20 0 0 0 0 S 0.3 0.0 1:53.26 kvm-pit/46448 60976 nobody 20 0 1367464 41744 2648 S 0.3 0.1 0:25.62 Plex Script Hos 63245 nobody 20 0 295316 79964 2928 S 0.3 0.1 4:24.19 python 64587 root 20 0 89180 9544 1812 S 0.3 0.0 4:06.66 fail2ban-client 91157 root 20 0 19840 4120 2548 R 0.3 0.0 0:00.13 top 124014 nobody 20 0 1033988 17212 2856 S 0.3 0.0 3:15.33 crashplan 125751 nobody 20 0 1033592 18392 5700 S 0.3 0.0 5:48.84 crashplan 1 root 20 0 2444 1672 1572 S 0.0 0.0 0:09.57 init 2 root 20 0 0 0 0 S 0.0 0.0 0:00.21 kthreadd 3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-kblockd 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq 9 root 20 0 0 0 0 S 0.0 0.0 0:36.73 ksoftirqd/0 11 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_bh 12 root rt 0 0 0 0 S 0.0 0.0 0:01.99 migration/0
  12. I was just about to try this on one of my my VMs and I'm a bit confused now about cores and threads. I have a 3 core VM: But in my xml it says 6 cores, 1 thread: <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='6' threads='1'/> </cpu> Has unRAID got confused, or is it (more likely) me? If I do the EPYC Changed should my config be: <cpu mode='custom' match='exact' check='partial'> <model fallback='allow'>EPYC-IBPB</model> <topology sockets='1' cores='3' threads='2'/> <feature policy='require' name='topoext'/> </cpu>
  13. Worked for me. Try putting your url in the top bit - I didn't fill in the url at the bottom
  14. Thanks for finding this - the manual is awful. I'll make this change the next time I reboot. Do you recommend NUMA mode? I'm hoping my LSTOPO layout doesn't make it hard for me to assign cores. If I match cores to a die, does unRAID automatically add RAM from the same die, or do I need to make other changes? Are there any other settings I should have enabled in my bios? I just checked my GTX 1060 and it's in PCIe 3.0 - I'll check the other two VMs later.
  15. Bump - just tried again and no joy with Transmission. When I click TEST nothing happens.
  16. The experience is not as great with Android devices, and although things have improved, I still get the occasional stutter. With Plex, the stream takes longer to get going but then it's 100% stable. The wrap around the TV is much better with Plex: Remote access for watching TV and scheduling recordings on any device and there are transcoding options for playback a la Plex guide search is excellent programme discovery is much better e.g. it highlights upcoming programmes I didn't even know were going to be broadcast I can control which recordings go in the grown-up library or the kids library recordings are integrated with my own TV shows e.g. I was 'missing' a power rangers episode for my son so I recorded it and it's merged with his other episodes
  17. @sittingmongoose or anyone else - have you got RadarrSync to work? I've had a few attempts with no joy. What I've tried so far is downloading the script, running a few commands via user scripts to install the dependencies and then added a UHD profile to my 1080p Radarr docker with no 4k formats selected, and added the UHD profile to the config file Help please #!/bin/bash pip install --upgrade pip pip install requests pip install --upgrade setuptools pip install configparser pip install bs4 cd /mnt/user/software/unRAID/RadarrSync python RadarrSync.py exit
  18. Out of interest, does all memory get moved to SWAP e.g. even memory in use by VMs? Is there a way to not swap VM memory, or only certain dockers where performance doesn't matter?
  19. I use a TBS 6205 successfully with plex using TVheadend and then TVHproxy to add the card and channels to Plex. Plex plays Live TV better than Kodi now IMHO. This post covers setting up TVH https://blog.linuxserver.io/2017/02/19/how-to-set-up-tvheadend-with-your-dvb-t2-receiver/ and adding the tuner to plex is a doddle with tvhproxy
  20. I just enabled ACS PCIe Override for the first time after using unRAID for 2 years. Even though I've learnt in my time as a novice user what it does, I didn't know there were options available - downstream, multifunction or both. The current help text says: It'd be more useful given the warning if the text had a bit on what each option did, and maybe a link to a FAQ.
  21. I tried multi-function and my machine didn't explode, and it split group 14 which is what I wanted, so I'll try passing through a controller next time I reboot. By changing the help content, I was suggesting explaining what each option is or linking to a relevant FAQ page.
  22. I went for the N300 as the reviews said the Ironwolf was quite noisy and I like how my system is quiet even though I'm running 8 HDDs now. Also, because I think having similar performance drives makes more sense, even if the Ironwolf is 'faster' which I'm not certain it is - and would I even notice anyway! I've also had good experiences with Toshiba's warranty in the UK, so I'm sticking with what I know.
  23. I had two variants of Disney - Disney (LEGO) and Disney_4C. When I deleted the original Disney profile, it let me delete the variants and when I re-created Disney I can now delete variants at will. For other variants e.g. of Buzz I can't delete them - I guess I'll have to delete and re-create the original Buzz profile to fix the bug to allow me to delete the variants. highlander-diagnostics-20181118-0919.zip
×
×
  • Create New...