monkiefone

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by monkiefone

  1. Hey Squid, loved your recent podcast with Spaceinvader. Can you elaborate on how this would look in a script please? so far I have only used scrips that have already been created by others from tutorials. thanks again.
  2. I rebooted my system this morning as i needed to move the tower over on my desk and didn't want to disturb the drives etc. On reboot I have been greeted by the below. It has been working faultlessly for over a year before this. Any ideas?
  3. Hi, I have a couple of Windows VM's running on my unraid server. I have an older Radeon HD 7470 GPU in slot one and an NVIDIA [GeForce GTX 960] in slot 2. I have passed through the Nvidia card to my daily driver VM successfully, but i am struggleing to pass through the AMD card to my other VM. It was working ok some time ago when I did not have the Nvidia card installed but since I cannot get it to work. I have tried creating new VM's etc but it has not worked. I can see the Server info when it boots so i can see the card is working normally. I have attached the XML from the latest VM I have tried to pass it through to you. Does it look correct? <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Downloads</name> <uuid>501eb1cc-f1f4-18b3-ec7b-9b6e9f1a3dc6</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/501eb1cc-f1f4-18b3-ec7b-9b6e9f1a3dc6_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'/> <source file='/mnt/disks/UN_VM_SSD/Downloads/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 10.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/user/isos/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='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='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='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:91:0d:d3'/> <source bridge='br0'/> <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='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <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='0x26' 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='0x26' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  4. I cannot assign any of the PCIe devices to any of the VM's (gpu in this case)
  5. Thank you. I've now updated the bios again and now have IOMMU enabled. I am still struggling with PCIe passthrough. Can anyone suggest which Bios settings I may have missed? Thank you.
  6. So. I’m currently running a Ryzen 1700 in an Asrock B450 pro4 motherboard. It’s been running well since it’s build when the cpu was released. I purchased a 3700x for an upgrade, updated my motherboard bios to accept the zen 2 cpu but then could not get any of my PCIe devices to pass through. I use my server to run 2x windows vm’s plus an OSX test vm. Has anyone got this or a similar combo up and running before I return the 3700x and get a 2700x instead? thanks.
  7. Hi, I have had both Sonarr and Radarr installed as docker contains for a couple of years now. I haven't used either for 6 months or more but started them both up today and now I cannot connect to the WebUi's I get a 'This site can’t be reached' ' ERR_CONNECTION_REFUSED' I can connect to other docker Ui's OK like SabNZB etc. Any idea where to start looking? thanks
  8. Good morning. I have been trying to get Mojave up and running but have struggled with a slashed circle on boot. below is the XML I am using. Can anyone pass comment on what I may have incorrectly set? the Unraid CPU is Ryzen in case it makes any difference. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Mojave</name> <uuid>**************************************** <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="Apple_2_vintage_trans.png" os="linux"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='9'/> <vcpupin vcpu='2' cpuset='12'/> <vcpupin vcpu='3' cpuset='13'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/db59fde9-29ff-08f5-c5b9-49084bde531f_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' 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/Mojave/clover.qcow2'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Mojave/mojave.img'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Mojave/vdisk3.img'/> <target dev='hde' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </disk> <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='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0x16'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:6c:3a:97'/> <source bridge='virbr0'/> <model type='e1000-82545em'/> <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='0x06' 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'/> <qemu:arg value='isa-applesmc,osk='/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,+avx,+avx2,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,vmware-cpuid-freq=on,'/> </qemu:commandline> </domain>
  9. Hi everyone. Bit it of a noob when it comes to vm’s but have been successfully running a Win10 VM for a couple of years. I descided to use Space invaders excellent YouTube video to install Mojave and it installs fine and runs well until I shut it down. When I go to restart it Clover will not boot from the Mac OS image. Well sort of. It shows the apple logo and then drops right back to the clover boot screen. This will repeat its self over and over. Im sorry if this has been covered before but I did a search without much luck as i’m Not really sure what to call the problem. Thank you.
  10. Thank you. After doing a bit more reading I think a small investment in a used motherboard may be a better option to get the expandability for a while until I'm ready for the big upgrade.
  11. Hi Everyone. My server is running an older Foxconn H67 mothboard and i7. I am using both my PCi-e Slots for a graphics card (VM) and 10g network card. I am currently using the 6 Sata ports on the mother board for my drives but I now need 2 more to expand my array. Any idea of a suitable car that is PCI only as I have 2 spare slots but no PCi-e slots left? I'm just trying to extend the life of this setup before going full Ryzen next year. thank you.
  12. I'm not really sure. the only docker app I have that has access to the same files is Plex.
  13. That is a great suggestion! Fixed, I wish I had thought of it. Thank you.
  14. Hi Everyone. A little new to UnRaid, but I have been successfully running a home server set up for over a year now with no issues and some great tips from the forum. I have a slightly puzzling issue that I can't solve. I get 'Destination folder access denied' on all my shares when trying to write/create new folder on the Share. I don't get this error if I try and write to a folder within one already created on a share. this is a little puzzling!
  15. Thank you. I'm only going to run this setup for a couple of days until the new drive shows up. thank you again for your help.
  16. Thank you, everyone. I have sorted it! I have taken the cache pool out of Raid 1 and put it in Raid 0 for now. I've changed where Plex now stores its metadata and I've just ordered a new 1tb SSD as a new cache drive as these are far too small.
  17. Thank you. root@UnRaid:~# btrfs balance start -dusage=5 /mnt/cache Done, had to relocate 0 out of 58 chunks root@UnRaid:~# btrfs fi show /mnt/cache Label: none uuid: ac9204a2-b518-428c-85d0-198999695b79 Total devices 2 FS bytes used 54.96GiB devid 1 size 55.90GiB used 55.90GiB path /dev/sdg1 devid 2 size 111.79GiB used 55.90GiB path /dev/sdb1 root@UnRaid:~# btrfs fi df /mnt/cache Data, RAID1: total=54.87GiB, used=54.87GiB System, RAID1: total=32.00MiB, used=16.00KiB Metadata, RAID1: total=1.00GiB, used=89.97MiB GlobalReserve, single: total=70.42MiB, used=0.00B
  18. Hi, root@UnRaid:~# btrfs fi show /mnt/cache Label: none uuid: ac9204a2-b518-428c-85d0-198999695b79 Total devices 2 FS bytes used 54.96GiB devid 1 size 55.90GiB used 55.90GiB path /dev/sdg1 devid 2 size 111.79GiB used 55.90GiB path /dev/sdb1 root@UnRaid:~# btrfs fi df /mnt/cache Data, RAID1: total=54.87GiB, used=54.87GiB System, RAID1: total=32.00MiB, used=16.00KiB Metadata, RAID1: total=1.00GiB, used=89.97MiB GlobalReserve, single: total=70.42MiB, used=0.00B
  19. Further to this, when the mover runs I get this error for what looks like every file on the array!
  20. HI Everyone. I'm asking for help again! All my docker apps disappeared after a power cut here last week. I followed Squids excellent advise to delete the corrupted Docker image and reinstall the apps. All worked fine for a week or so until all the docker apps stopped and would not restart. I deleted the docker image again and started reinstalling the apps but I now get an error when installing. Oct 9 10:20:22 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/plex (28) No space left on device Oct 9 10:21:36 UnRaid shfs/user: cache disk full Oct 9 10:21:36 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/plex (28) No space left on device Oct 9 10:28:13 UnRaid shfs/user: cache disk full Oct 9 10:28:13 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/plex (28) No space left on device Oct 9 10:28:24 UnRaid shfs/user: cache disk full Oct 9 10:28:24 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/openvpn-as (28) No space left on device Oct 9 10:28:33 UnRaid shfs/user: cache disk full Oct 9 10:28:33 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/plex (28) No space left on device Oct 9 10:29:08 UnRaid shfs/user: cache disk full Oct 9 10:29:08 UnRaid shfs/user: err: shfs_mkdir: assign_disk: appdata/openvpn-as (28) No space left on device Oct 9 10:31:49 UnRaid emhttp: shcmd (345): /usr/sbin/hdparm -y /dev/sdg &> /dev/null It states that my Cache disk is full but it is at approx 60% full. I get the attached error when trying to start Plex or open VPN from the docker.
  21. Thank you, Squid. Now working my way through reinstalling my apps.
  22. The title should be Docker Disappeared!
  23. Hi....Help. I'm a new user to unraid and have been running it for a couple of months now. I was running a couple of docker apps, Plex, a Windows VM, OpenVPN etc. The server has been running fine all day but then started to slow and then restarted for an unknown reason. Now it has restarted, all my docker apps are missing and my windows VM, Help. Here is a copy of the LOG. Oct 6 18:25:49 UnRaid kernel: BTRFS info (device loop1): bdev /dev/loop1 errs: wr 514, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:49 UnRaid root: Resize '/var/lib/docker' of 'max' Oct 6 18:25:49 UnRaid kernel: BTRFS info (device loop1): new size for /dev/loop1 is 21474836480 Oct 6 18:25:49 UnRaid emhttp: shcmd (605): /etc/rc.d/rc.docker start |& logger Oct 6 18:25:49 UnRaid root: starting docker ... Oct 6 18:25:50 UnRaid kernel: lo_write_bvec: 7 callbacks suppressed Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: 7 callbacks suppressed Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: btrfs_dev_stat_print_on_error: 7 callbacks suppressed Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 515, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 516, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 517, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 518, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 519, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 520, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 521, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 522, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 523, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:50 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:25:50 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:25:50 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 524, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:25:51 UnRaid emhttp: shcmd (607): umount /var/lib/docker |& logger Oct 6 18:26:01 UnRaid emhttp: shcmd (619): set -o pipefail ; /usr/local/sbin/mount_image '/mnt/user/system/docker/docker.img' /var/lib/docker 20 |& logger Oct 6 18:26:01 UnRaid kernel: BTRFS info (device loop1): disk space caching is enabled Oct 6 18:26:01 UnRaid kernel: BTRFS info (device loop1): has skinny extents Oct 6 18:26:01 UnRaid kernel: BTRFS info (device loop1): bdev /dev/loop1 errs: wr 531, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:02 UnRaid root: Resize '/var/lib/docker' of 'max' Oct 6 18:26:02 UnRaid kernel: BTRFS info (device loop1): new size for /dev/loop1 is 21474836480 Oct 6 18:26:02 UnRaid emhttp: shcmd (621): /etc/rc.d/rc.docker start |& logger Oct 6 18:26:02 UnRaid root: starting docker ... Oct 6 18:26:03 UnRaid kernel: lo_write_bvec: 7 callbacks suppressed Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: 7 callbacks suppressed Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: btrfs_dev_stat_print_on_error: 7 callbacks suppressed Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 532, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 533, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 534, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 535, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 536, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 537, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 538, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 539, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 540, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid kernel: loop: Write error at byte offset 2319282176, length 4096. Oct 6 18:26:03 UnRaid kernel: blk_update_request: I/O error, dev loop1, sector 4529848 Oct 6 18:26:03 UnRaid kernel: BTRFS error (device loop1): bdev /dev/loop1 errs: wr 541, rd 0, flush 0, corrupt 0, gen 0 Oct 6 18:26:03 UnRaid emhttp: shcmd (623): umount /var/lib/docker |& logger