Jorgen Lundman
                                            Jorgen Lundman
                                        
                                    `zpool clear` is stuck in `txg_sync` and if `txg_sync` is stuck, then everything will basically stop. What are the two `txg_sync` threads doing?
Looks like they are doing SFA, just sitting there. Most peculiar, don't think I've come across this before
You can run something like ``` sudo dtrace -qn 'zfs_dbgmsg_mac:entry{printf("%s\n", stringof(arg0));}' ``` before import and it'll print the internal buffers, which include txgs. and possibly post the full spindump, need...
That wasn't very useful - I wonder then, it seems that hfs_mount is locked, as well as zpool clear. I wonder if we can stop hfs from mounting it. Alas,...
``` bash-3.2# zpool create -f tank mirror disk0 disk5 bash-3.2# rsync -ar ./ /Volumes/tank/files/ bash-3.2# zpool status pool: tank state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM...
It is a standard Unix thing, you can just chmod 777 the mountpoint after you create it, it is a one-time thing. Or use chown as you guys discussed. It...
Yep - easiest is the chmod, one time thing. To fix it properly, we need to basically support OSX "owner" feature on mounts, which should be straight forward, but that...
Tried this with latest @rottegift pagein/out work, specifically `spl-lf_advlock-master-20171222+` and `zfs-rotte/dmu-write-panic-31`. It starts ok with "Welcome to Notes" but after that: ``` panic(cpu 1 caller 0xffffff800bec8132): Kernel trap at 0xffffff800bb0f05b,...
I think it is supposed to create a symlink there - or copy it, I'll check the installer script
Can you please turn on `keepsyms` so we can see what is going on. If you want to boot without ZFS, just use https://openzfsonosx.org/wiki/Boot_loop 1.8.2 will announce as 1.8.1.