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.

vitaprimo

Members
  • Joined

  • Last visited

  1. i.e; from Overlay2 to native. Or does that only affects the "Docker directory" (by default /mnt/user/system/docker/), Docker.img, whatnot. Thanks!
  2. For a while now, I've been unable to use SSH because of "too many open sockets." # IPv6 addresses slightly edited Jul 21 05:30:36 zx3 rc.sshd: Starting SSH server daemon... Jul 21 05:30:36 zx3 rc.sshd: /usr/sbin/sshd Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:900::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.9.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:800::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.8.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:700::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.7.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:600::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.6.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:1200::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.18.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:1100::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.17.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:1000::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.16.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 2001:db8:b9dd:e00::d port 22. Jul 21 05:30:36 zx3 sshd[40808]: Server listening on 10.14.0.13 port 22. Jul 21 05:30:36 zx3 sshd[40808]: fatal: Too many listen sockets. Enlarge MAX_LISTEN_SOCKS Jul 21 05:30:36 zx3 rc.sshd: SSH server daemon... Failed. Jul 21 05:30:36 zx3 emhttpd: shcmd (2083): rm -f /boot/config/plugins/dynamix/mover.cron Jul 21 05:30:36 zx3 emhttpd: shcmd (2084): /usr/local/sbin/update_cron Jul 21 05:30:36 zx3 emhttpd: Starting services...I still could use the web shell it has most of the time, sometimes it would just open a black window that would never print any text in it other than a blinking cursor. I never found what triggers its failure. In the last few days, the shell with the prompt that never gets ready became the norm effectively locking me out of all CLI but the console itself. The server room, a former walk-in closet, is both freezing and burning, no desk but only the cold floor tile to sit on. It's extremely uncomfortable for more than a quick check. Never mind console use. I read somewhere that it may be do to changes in the go file, and I had edited it to change the default contents of /root but since then I undid the changes but I'm still locked away. I remember also verifying ~/.ssh permissions to be correct, but I don't remember where if the directory was a symlink or not. In any case, that should be irrelevant for the web CLI, right? In some xBSD forum I stumbled on that the solution for this could potentially be making sshd listen in 0.0.0.0 and ::1 rather than on every interface; then use FreeBSD's firewall to police access. Aside that there's a few missing key pieces that solution in Unraid, namely the firewall, as far as I'm aware, /etc is expanded from the Republic of Congo or whatever straight into memory each boot, rewriting whatever was held live since the last boot. Though since it was never there in the first place, maybe rewriting is not the best term. Any ideas? Thanks.
  3. Thanks but I figured it out, I used the New Config tool, preserving the pool assignments. It was the scariest button I've had to click in quite a while but it paid off. The array was startable (and was started) right away. VMs are coming online as I type this. Nevertheless, I do appreciate that you took time to help though. Thank you very much!
  4. vitaprimo changed their profile photo
  5. I have a small app server that needs very little space, mostly for binaries as it uses the network for everything else. Nevertheless, that very little space is in the form of a handful of virtual machine disk images. It makes no sense "checking out" relatively giant VM files from the array to a cache disk if those files are the norm, so I opted to change the storage for a small ZFS flash mirror instead so they can be worked with in-place. The server was initially configured with an Unraid array, which I cannot get rid of. In the GUI, unless hidden files are, well… hidden, the Unraid array appears to be empty already but when I remove it from the system it tells me too many disks are missing or something like that as if there was something in the array it needs. I took a few screenshots to help me illustrate my point: I cannot log in via SSH to see if there are any ZFS snapshots or datasets (from the brief period the Unraid array was used for containers) because it's locked up, there is some error about sshd having too many open ports or listening in too many ports or something along those lines. Regardless, since everything was moved to the ZFS pool, I don't see why should there be anything lingering in the array at least from the ZFS standpoint. Could you help me out with some pointers on how to remove the array, please? This is Unraid 7.1.3, BTW. Thanks!
  6. I just found this: macvtap's libvirt XML definition ... <devices> <interface type='network'> <mac address='52:54:00:0a:8a:c1'/> <source network='ovs-bridge-eth1'/> <model type='rtl8139'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/> </interface> <interface type='network'> <mac address='52:54:00:0a:8a:c2'/> <source network='macvtap-bridge-eth2'/> <model type='rtl8139'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/> </interface> ... </devices>Source: https://suhu0426.github.io/Web/Presentation/20150203/index.html I noticed the VM definition thingy now presents both the breakdown of the XML side by side together with much easier to digest boxes too, it should take out much of the guessing for the vSphere immigrants who've never had to deal with this sort of thing before. Since the last post, now I'm running Unraid baremetal, but I have yet to check it out to confirm it works on it. I tried a couple of things but then the DNS cache expired (DNS servers and edge firewall were offline; project got just a bit out of hand) and things got very ugly very fast after that. If it works I'll make sure to confirm back. 🤓 I've no objections on being beaten to it though. For what it's worth; in the logs and drivers section (in Tools→System Drivers) there is mention of macvtap being loaded. I'm optimistic. But still, Unraid? Buddy? You alive? Sh— Should I check on the news? Did a night time "employee" stole your wallet and keys when you fell asleep, again? 😒
  7. It's called MACVTAP. It's supposed to be supported on Unraid since version 6, I believe. But it's nowhere to be found on the GUI nor the docs, which of course you already know. I'm not running Unraid baremetal for the same reasons as you, on top that I'm also passing though a storage controller to it, thus I can't run do nested virtualization in it to confirm but I think it's done with: # ip link add link eth0 name macvtap0 type macvtap (oh look! In-line code. About time! 🤰) Where you replace eth0 for your network adapter. macvtap0 is the name of the new adapter. I tried it: and...: (not there.) But as I mentioned, I can't actually run VMs, I can only pretend to make them, and a lot of things in Unraid don't present themselves unless you select something else and things of that nature. Also, ip commands are ephemeral; this wouldn't survive a reboot. It would be awesome if somebody from Unraid replied for once to this question as it's not the first time it's been asked. I came in today to ask the same thing because I have this other Unraid server that so big it's occupying the most of the resources of any of the servers of the cluster it's in. It would be much more efficient to run it baremetal in the server the other one that can't run VMs is and consolidate them. I'm not holding my breath though. :( I can sacrifice everything I'm used to on vSphere: I'm fine not being able to clone VMs (especially Debian that takes ages to install) again, not being to cluster servers, using templates. deploying OVAs, all that except for the ability to pass trunk ports. Even Hyper-V does that (surprisingly well actually, if you don't mind PowerShell). Unraid? You there?
  8. So… the Silverstone one, I made that one the very first time it was requested, but I didn't like how it came out. I'm not a designer, much less an actual artist, and I think it takes a real artist to simplify a design to a few lines. Mine keep coming out too detailed, that's bad for an icon. And as far as the UGREEN ones, I think they can be used as they are, they almost look like icons if you squint. It will be tiny, you will barely gonna notice: I liked the design both in and out of the Jonsomething, John Deere, whatever. It reminds me to this — I think it was a kickstarter — something about "zima", but the Lil' Jon looks better. In any case, I made them all, but since they're lousy designs (again I'm not a designer); if a real designer wants to take them up I'm attaching the original Affinity Designer file, SVGs and PSDs so they don't have to start from scratch. Very unrelated: have you noticed the 4bay UGREEN thing from the front? I think might be a perfect square. After tracing it, I noticed it was only one pixel of difference from the other side, and I think only because the image was zoomed it way too much, I thought that was y'know… I don't know. Never mind. I must be having hot flashes or something. Have fun. UGREEN NASync DXP4800.psd UGREEN NASync DXP4800.svg UGREEN NASync DXP2800.psd UGREEN NASync DXP2800.svg Jonsbo N3.psd Jonsbo N3.svg Silverstone RM21-308.psd Silverstone RM21-308.svg case icons.afdesign
  9. I'm attempting to set up a network appliance-type of VM. I need the equivalent for a [distributed] port group on pseudo-VLAN 4095. I hadn't used Unraid in a minute, but I remember once — while reading some Unraid article — I learned about macvtap, which is essentially sort of "a macvlan" but at the port/interface level but bypassing the networking stack since it's already handled or som' like that; it's kind of like cloning/aliasing an interface, MAC-spoofing it, while the physical pays the bills or moves the packets in this case; interface impersonation. Whatever it is, it seems like it may be able to support tagged traffic of its own whereas macvlan needs to target directly a subinterface to handle its otherwise tagged traffic. (Correct me where needed, please.) The article where I read this not about it, but about a workaround for a bug. Add just enough time to that and now I don't remember how to find it anymore. I remember that it was enabled by disabling bridging, specifically so because it was counterintuitive. I did that and it seems to have worked. If I'm not misreading the logs (attached below). Although I'm still lost about setting the interface to allow guests to set up their own access to VLANs. Is it possible? I still have two options left, I think; SR-IOV network virtual functions and PCIe passthrough. I've never set up SR-IOV VF networking on Unraid before though and the volume of traffic isn't high enough to warrant a VF, let alone a full NIC. It'd be wasteful. Log: … Aug 25 16:01:56 zx4 root: Starting virtlockd... # ↙︎ No longer references virtual construct Aug 25 16:01:56 zx4 kernel: eth0: renamed from vethbc9e72e # ← but rather an interface directly Aug 25 16:01:56 zx4 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha63b935: link becomes ready Aug 25 16:01:56 zx4 kernel: docker0: port 1(vetha63b935) entered blocking state Aug 25 16:01:56 zx4 kernel: docker0: port 1(vetha63b935) entered forwarding state Aug 25 16:01:56 zx4 root: Starting virtlogd... Aug 25 16:01:56 zx4 rc.libvirt: change br0.9 to macvtap in /etc/libvirt/qemu/machine-spec1.xml # ← macvtap Aug 25 16:01:56 zx4 rc.docker: container01: started succesfully! Aug 25 16:01:56 zx4 rc.libvirt: change br0.9 to macvtap in /etc/libvirt/qemu/machine-spec2.xml # ← Aug 25 16:01:56 zx4 rc.libvirt: change br0 to macvtap in /etc/libvirt/qemu/machine-spec3.xml # ← Aug 25 16:01:56 zx4 root: Starting libvirtd... Aug 25 16:01:56 zx4 kernel: ccp 0000:09:00.2: psp enabled Aug 25 16:01:56 zx4 kernel: SVM: TSC scaling supported Aug 25 16:01:56 zx4 kernel: kvm: Nested Virtualization enabled Aug 25 16:01:56 zx4 kernel: SVM: kvm: Nested Paging enabled Aug 25 16:01:56 zx4 kernel: SEV enabled (ASIDs 0 - 15) Aug 25 16:01:56 zx4 kernel: SEV-ES enabled (ASIDs 0 - 4294967295) Aug 25 16:01:56 zx4 kernel: SVM: Virtual VMLOAD VMSAVE supported Aug 25 16:01:56 zx4 kernel: SVM: Virtual GIF supported Aug 25 16:01:56 zx4 kernel: SVM: LBR virtualization supported Aug 25 16:01:56 zx4 kernel: tun: Universal TUN/TAP device driver, 1.6 Aug 25 16:01:56 zx4 dnsmasq[2263]: started, version 2.89 cachesize 150 Aug 25 16:01:56 zx4 dnsmasq[2263]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset no-nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Aug 25 16:01:56 zx4 dnsmasq-dhcp[2263]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h Aug 25 16:01:56 zx4 dnsmasq-dhcp[2263]: DHCP, sockets bound exclusively to interface virbr0 … and, consistent to some light research on the Internet, the interfaces change their names too: If I choose the parent interface, "vhost0", is that VLAN-agnostic pass through like VLAN4095? Or is it like VLAN0; the untagged VLAN and nothing else? All advice (and education) is welcome. Thanks.
  10. Thanks, I'm sorry, I meant to answer earlier but I got food poisoning, slept-on-the-shower-food-poisoning. 🤢 On the plus side, I may have lost some weight. I'm not using the disks anymore, even if they have not shown any signs of failure, I know they old, but pretending they're good I kept trying different things so I'd know how to proceed when an actual emergency presents itself; the disks wouldn't mount again formatted as ZFS either in their own pool or in the Unraid pool, as a group or by each of themselves (after Tools→New Config, of course). I remembered though, that ZFS format data can persist on a disk even after this has been reformatted to something else, so I changed the format to Btrfs and finally they mounted again. I don't know what to make of it, I'm just leaving it out there for whomever it serves a purpose. Gratzie ancora. 🙇‍♂️
  11. When Unraid is virtualized or when it is using iSCSI disks — scenarios where disks can grow in size — how does it respond is a disk size is augmented? Is it able to detect/adjust to the change? Will it crash? I guess that's it. =]
  12. Scratch that, I couldn't wait. I did zpool import disk1 to import the main array without starting the thing, it succeeded. Therefore, that's the asnwer to the question. However, in regards to what I wanted to do, it didn't quite work, the problem that appeared earlier when attempting mounting the pool the system would hang forever (and show some micro kpanics) is still there. [Wed22@ 6:15:58][root@zx3:~] #〉zpool import alpha Message from syslogd@zx3 at Nov 22 06:16:46 ... kernel:VERIFY3(size <= rt->rt_space) failed (281442912784384 <= 2054406144) Message from syslogd@zx3 at Nov 22 06:16:46 ... kernel:PANIC at range_tree.c:436:range_tree_remove_impl() I haven't given up though, I think I still might have an idea or two. Thanks! =]
  13. It shows up ! Last login: Wed Nov 22 03:15:25 on ttys003 [Wed22@ 5:36:29][v@zx9:~] $〉ssh zx3 Linux 6.1.49-Unraid. [Wed22@ 5:36:32][root@zx3:~] #〉zpool import pool: disk1 id: 9807385397724693529 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: disk1 ONLINE sdd1 ONLINE pool: alpha id: 1551723972850019203 state: DEGRADED status: One or more devices contains corrupted data. action: The pool can be imported despite missing or damaged devices. The fault tolerance of the pool may be compromised if imported. see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J config: alpha DEGRADED raidz1-0 DEGRADED sdb1 ONLINE sdc1 ONLINE sdd1 UNAVAIL invalid label [Wed22@ 5:36:35][root@zx3:~] #〉zpool list no pools available [Wed22@ 5:38:17][root@zx3:~] #〉 sdd1 is not inserted, BTW. No idea why it says invalid label. Now I just need to figure out the order to start, if I should start at all, the array. I think it should be mountable without starting the array with zpool import alpha though I'll continue reading — I'm using the manpages from Fedora 39's ZFS — a bit more for clues, then I'll skim Unraid's docu one last time. It's very little VM data, of which I have a backup, or rather a version, but the one in these disks has been OCPDed to the max. Thank you ! ❤️
  14. Oh yeah, my bad. I just caught on. Thanks for correcting me. I'll do that and come back. It might take a little bit, I had reinserted the ESXi SD card to check on something. It goes inside the giant heavy toaster. 😔 Thanks!
  15. Since my ZFS pool fails to mount, I thought maybe I could nudge it into working by changing enough things about it so the system is forced to look into it…or something. It's a ZRAID, it should be able to work with any 1 missing disk. I removed 1 disk and booted the system. I log in to mount it manually the pool (auto-mount is temporarily disabled) but it tells me I have a missing cache disk and won't let me start the array without extra steps. I'm not sure what it's talking about since I don't have a cache anything; it's an all-flash ZFS pool, there's no need. I have one other obligatory disk in the regular array but it's empty and doesn't have any of the supporting pools (parity, cache). Does it refer to this pool – the ZRAID one – as the cache? And followup: when it says "remove the missing cache disk" does it mean the individual disk drive or the volume "disk" would be? And followup of the followup: if it means the whole pool, how do I get it to mount degraded then? I can't remove one disk while mounted to degrade it live because that's why I'm trying to get it to mount degraded, it won't mount when it's normal. C'est tout, thanks.
  16. Huh. I thought it was going to take longer to find it. Nov 19 19:48:46 zx3 monitor: Stop running nchan processes Nov 19 19:48:47 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:48:50 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:48:50 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:48:53 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:48:56 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:48:58 zx3 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Nov 19 19:49:52 zx3 kernel: mdcmd (31): set md_num_stripes 1280 Nov 19 19:49:52 zx3 kernel: mdcmd (32): set md_queue_limit 80 Nov 19 19:49:52 zx3 kernel: mdcmd (33): set md_sync_limit 5 Nov 19 19:49:52 zx3 kernel: mdcmd (34): set md_write_method Nov 19 19:49:52 zx3 kernel: mdcmd (35): start STOPPED Nov 19 19:49:52 zx3 kernel: unraid: allocating 15750K for 1280 stripes (3 disks) Nov 19 19:49:52 zx3 kernel: md1p1: running, size: 71687336 blocks Nov 19 19:49:52 zx3 emhttpd: shcmd (205): udevadm settle Nov 19 19:49:53 zx3 emhttpd: Opening encrypted volumes... Nov 19 19:49:53 zx3 emhttpd: shcmd (206): touch /boot/config/forcesync Nov 19 19:49:53 zx3 emhttpd: Mounting disks... Nov 19 19:49:53 zx3 emhttpd: mounting /mnt/disk1 Nov 19 19:49:53 zx3 emhttpd: shcmd (207): mkdir -p /mnt/disk1 Nov 19 19:49:53 zx3 emhttpd: /usr/sbin/zpool import -d /dev/md1p1 2>&1 Nov 19 19:49:56 zx3 emhttpd: pool: disk1 Nov 19 19:49:56 zx3 emhttpd: id: 9807385397724693529 Nov 19 19:49:56 zx3 emhttpd: shcmd (209): /usr/sbin/zpool import -N -o autoexpand=on -d /dev/md1p1 9807385397724693529 disk1 Nov 19 19:50:01 zx3 emhttpd: shcmd (210): /usr/sbin/zpool online -e disk1 /dev/md1p1 Nov 19 19:50:01 zx3 emhttpd: /usr/sbin/zpool status -PL disk1 2>&1 Nov 19 19:50:01 zx3 emhttpd: pool: disk1 Nov 19 19:50:01 zx3 emhttpd: state: ONLINE Nov 19 19:50:01 zx3 emhttpd: scan: scrub repaired 0B in 00:00:01 with 0 errors on Tue Nov 14 00:00:02 2023 Nov 19 19:50:01 zx3 emhttpd: config: Nov 19 19:50:01 zx3 emhttpd: NAME STATE READ WRITE CKSUM Nov 19 19:50:01 zx3 emhttpd: disk1 ONLINE 0 0 0 Nov 19 19:50:01 zx3 emhttpd: /dev/md1p1 ONLINE 0 0 0 Nov 19 19:50:01 zx3 emhttpd: errors: No known data errors Nov 19 19:50:01 zx3 emhttpd: shcmd (211): /usr/sbin/zfs set mountpoint=/mnt/disk1 disk1 Nov 19 19:50:02 zx3 emhttpd: shcmd (212): /usr/sbin/zfs set atime=off disk1 Nov 19 19:50:02 zx3 emhttpd: shcmd (213): /usr/sbin/zfs mount disk1 Nov 19 19:50:02 zx3 emhttpd: shcmd (214): /usr/sbin/zpool set autotrim=off disk1 Nov 19 19:50:02 zx3 emhttpd: shcmd (215): /usr/sbin/zfs set compression=on disk1 Nov 19 19:50:03 zx3 emhttpd: mounting /mnt/alpha Nov 19 19:50:03 zx3 emhttpd: shcmd (216): mkdir -p /mnt/alpha Nov 19 19:50:03 zx3 emhttpd: shcmd (217): /usr/sbin/zpool import -N -o autoexpand=on -d /dev/sdb1 -d /dev/sdc1 -d /dev/sdd1 1551723972850019203 alpha Nov 19 19:50:29 zx3 kernel: VERIFY3(size <= rt->rt_space) failed (281442912784384 <= 2054406144) Nov 19 19:50:29 zx3 kernel: PANIC at range_tree.c:436:range_tree_remove_impl() Nov 19 19:50:29 zx3 kernel: Showing stack for process 25971 Nov 19 19:50:29 zx3 kernel: CPU: 3 PID: 25971 Comm: z_wr_iss Tainted: P IO 6.1.49-Unraid #1 Then comes the trace: [ look at me, saying things authoritatively as if I knew what they mean 😆 ] Nov 19 19:50:29 zx3 kernel: Call Trace: Nov 19 19:50:29 zx3 kernel: <TASK> Nov 19 19:50:29 zx3 kernel: dump_stack_lvl+0x44/0x5c Nov 19 19:50:29 zx3 kernel: spl_panic+0xd0/0xe8 [spl] Nov 19 19:50:29 zx3 kernel: ? memcg_slab_free_hook+0x20/0xcf Nov 19 19:50:29 zx3 kernel: ? zfs_btree_insert_into_leaf+0x2ae/0x47d [zfs] Nov 19 19:50:29 zx3 kernel: ? slab_free_freelist_hook.constprop.0+0x3b/0xaf Nov 19 19:50:29 zx3 kernel: ? bt_grow_leaf+0xc3/0xd6 [zfs] Nov 19 19:50:29 zx3 kernel: ? bt_grow_leaf+0xc3/0xd6 [zfs] Nov 19 19:50:29 zx3 kernel: ? zfs_btree_find_in_buf+0x4c/0x94 [zfs] Nov 19 19:50:29 zx3 kernel: ? zfs_btree_find+0x16d/0x1b0 [zfs] Nov 19 19:50:29 zx3 kernel: ? rs_get_start+0xc/0x1d [zfs] Nov 19 19:50:29 zx3 kernel: range_tree_remove_impl+0x77/0x406 [zfs] Nov 19 19:50:29 zx3 kernel: ? range_tree_remove_impl+0x3fb/0x406 [zfs] Nov 19 19:50:29 zx3 kernel: space_map_load_callback+0x70/0x79 [zfs] Nov 19 19:50:29 zx3 kernel: space_map_iterate+0x2d3/0x324 [zfs] Nov 19 19:50:29 zx3 kernel: ? spa_stats_destroy+0x16c/0x16c [zfs] Nov 19 19:50:29 zx3 kernel: space_map_load_length+0x93/0xcb [zfs] Nov 19 19:50:29 zx3 kernel: metaslab_load+0x33b/0x6e3 [zfs] Nov 19 19:50:29 zx3 kernel: ? slab_post_alloc_hook+0x4d/0x15e Nov 19 19:50:29 zx3 kernel: ? __slab_free+0x83/0x229 Nov 19 19:50:29 zx3 kernel: ? spl_kmem_alloc_impl+0xc1/0xf2 [spl] Nov 19 19:50:29 zx3 kernel: ? __kmem_cache_alloc_node+0x118/0x147 Nov 19 19:50:29 zx3 kernel: metaslab_activate+0x36/0x1f1 [zfs] Nov 19 19:50:29 zx3 kernel: metaslab_alloc_dva+0x8bc/0xfce [zfs] Nov 19 19:50:29 zx3 kernel: ? preempt_latency_start+0x2b/0x46 Nov 19 19:50:29 zx3 kernel: metaslab_alloc+0x107/0x1fd [zfs] Nov 19 19:50:29 zx3 kernel: zio_dva_allocate+0xee/0x73f [zfs] Nov 19 19:50:29 zx3 kernel: ? kmem_cache_free+0xc9/0x154 Nov 19 19:50:29 zx3 kernel: ? spl_kmem_cache_free+0x3a/0x1a5 [spl] Nov 19 19:50:29 zx3 kernel: ? preempt_latency_start+0x2b/0x46 Nov 19 19:50:29 zx3 kernel: ? _raw_spin_lock+0x13/0x1c Nov 19 19:50:29 zx3 kernel: ? _raw_spin_unlock+0x14/0x29 Nov 19 19:50:29 zx3 kernel: ? tsd_hash_search+0x70/0x7d [spl] Nov 19 19:50:29 zx3 kernel: zio_execute+0xb1/0xdf [zfs] Nov 19 19:50:29 zx3 kernel: taskq_thread+0x266/0x38a [spl] Nov 19 19:50:29 zx3 kernel: ? wake_up_q+0x44/0x44 Nov 19 19:50:29 zx3 kernel: ? zio_subblock+0x22/0x22 [zfs] Nov 19 19:50:29 zx3 kernel: ? taskq_dispatch_delay+0x106/0x106 [spl] Nov 19 19:50:29 zx3 kernel: kthread+0xe4/0xef Nov 19 19:50:29 zx3 kernel: ? kthread_complete_and_exit+0x1b/0x1b Nov 19 19:50:29 zx3 kernel: ret_from_fork+0x1f/0x30 Nov 19 19:50:29 zx3 kernel: </TASK> And ish hann..nnngs… I guess that's it.

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.