William J. Franck
William J. Franck
Some Ref Doc : (you certainly have it already !) * [Daemons and Services Programming Guide](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html)
Some more testing with **SIP disabled**, ZFS mounts of User's `HomeDirectory` **is OK**. My MacPro has a password on user 'root'. (I had forgotton this ... and pointed it out...
* I didn't had this issue on my MacPro 5,1 with zpool on 3x HD. (ZFS v 1.8.x / 1.9.x) * I have the reverse issue on my MacBook with...
same issue on ZFS v1.9.4
I found out that `decmpfs` source code is part of Apple's Opensource kernel. * [Mojave 10.14](https://opensource.apple.com/source/xnu/xnu-4903.270.47/) ``` 57209 31 jan 19:13 ./xnu-4903.270.47/bsd/kern/decmpfs.c 8123 31 jan 19:13 ./xnu-4903.270.47/bsd/sys/decmpfs.h ``` I'm not...
`$ grep decmpfs -n spl/module/spl/KernelExports/allsymbols` > 7288:_decmpfs_cnode_destroy > 7289:_decmpfs_cnode_get_vnode_cached_size > 7290:_decmpfs_cnode_get_vnode_state > 7291:_decmpfs_cnode_init > 7292:_decmpfs_cnode_set_vnode_state > 7293:_decmpfs_ctx > 7294:_decmpfs_decompress_file > 7295:_decmpfs_file_is_compressed > 7296:_decmpfs_free_compressed_data > 7297:_decmpfs_hides_rsrc > 7298:_decmpfs_hides_xattr > 7299:_decmpfs_init >...
mine is: `$ uname -a` > Darwin macpro.home 18.7.0 Darwin Kernel Version 18.7.0: Mon Feb 10 21:08:45 PST 2020; root:xnu-4903.278.28~1/RELEASE_X86_64 x86_64 `$ sw_vers` > ProductName: Mac OS X > ProductVersion:...
As I understand, > _decmpfs_cnode_alloc > _decmpfs_cnode_free are already present on my system. but not found at link time.
Hi JΓΆrgen, I can't carry on with this for now. Could you please give me a corrected build script ? Thanks a lot, William
Strange ! * after a `zpool export [-a | pool_name]` , `/etc/zfs/zpool.cache` vanished (deleted, moved ?) * while rebooting, launchd of `*...zpool-import-all.plist` do find the cache file !! _Question_ :...