-
-
My Unraid server Sleep function stops working after 24 hours
Hi all. I have had my Unraid server running for years and mostly problem-free. Recently, I think after an os update, my Unraid server's Sleep function stops working after 24 hours. Here is the error from the log Aug 20 10:49:23 Vault kernel: Freezing user space processes failed after 20.006 seconds (1 tasks refusing to freeze, wq_busy=0): Aug 20 10:49:23 Vault kernel: task:chmod state:D stack:0 pid:53124 tgid:53124 ppid:40406 flags:0x00004006 Aug 20 10:49:23 Vault kernel: Call Trace: Aug 20 10:49:23 Vault kernel: <TASK> Aug 20 10:49:23 Vault kernel: __schedule+0x707/0x760 Aug 20 10:49:23 Vault kernel: schedule+0x2e/0x50 Aug 20 10:49:23 Vault kernel: request_wait_answer+0xff/0x1e0 Aug 20 10:49:23 Vault kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Aug 20 10:49:23 Vault kernel: __fuse_simple_request+0x1a6/0x1f0 Aug 20 10:49:23 Vault kernel: fuse_readdir_uncached+0x15b/0x670 Aug 20 10:49:23 Vault kernel: iterate_dir+0x6d/0x120 Aug 20 10:49:23 Vault kernel: __do_sys_getdents64+0x6b/0xe0 Aug 20 10:49:23 Vault kernel: ? __pfx_filldir64+0x10/0x10 Aug 20 10:49:23 Vault kernel: do_syscall_64+0x68/0xe0 Aug 20 10:49:23 Vault kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Aug 20 10:49:23 Vault kernel: RIP: 0033:0x1542364e6647 Aug 20 10:49:23 Vault kernel: RSP: 002b:00007fff34d16d18 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9 Aug 20 10:49:23 Vault kernel: RAX: ffffffffffffffda RBX: 000055b019969c20 RCX: 00001542364e6647 Aug 20 10:49:23 Vault kernel: RDX: 0000000000008000 RSI: 000055b019969c20 RDI: 0000000000000003 Aug 20 10:49:23 Vault kernel: RBP: 000055b019969bf4 R08: 0000000000000000 R09: 000055b019e72690 Aug 20 10:49:23 Vault kernel: R10: 000055b01b7f74c0 R11: 0000000000000293 R12: ffffffffffffff80 Aug 20 10:49:23 Vault kernel: R13: 0000000000000000 R14: 000055b019969bf0 R15: 00000000000010e3 Aug 20 10:49:23 Vault kernel: </TASK> Aug 20 10:49:23 Vault kernel: OOM killer enabled. Aug 20 10:49:23 Vault kernel: Restarting tasks ... done. Aug 20 10:49:23 Vault kernel: random: crng reseeded on system resumption Aug 20 10:49:23 Vault kernel: PM: suspend exit Aug 20 10:49:23 Vault s3_sleep: Wake-up from sleep mode I assume the problem is in the first line in bold, but I'm not sure how to fix it. Does anyone have any idea? thanks
-
*** Guide *** Setup WOL for UNRAID
Thank you.
-
*** Guide *** Setup WOL for UNRAID
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.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
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>
monkiefone
Members
-
Joined
-
Last visited