Charles Hedrick
Charles Hedrick
Here's the smoking gun. In kernel vfs.c, create has if (!IS_POSIXACL(dirp)) iap->ia_mode &= ~current_umask(); Unless ZFS tells it that the file system has posix acls, the umask will mask the...
Does this apply to 2.2.8 also?
I don't have a use case for putting all on special, but I could imagine that there's one file system where you need faster performance and want to put it...
zdb -C shows a hostid that looks like the current IPv4 address with bytes swapped. The system was recently rebooted. There was no problem with the automatic import. A zpool.cache...
this was 2.3.5. is there an update to that? To be clear: the issue isn't the initial dnf installation, which is fine. It's what happens when the kernel updates. This...
The 9.6 test isn't quite valid. I'm guessing you compiled under 9.7. But yes, none of the symbols used are kosher. I'm guessing whoever did the kabi-tracking version was thinking...
It would be great to get stable lists updated to include what ZFS needs. Until that happens, the kabi tracking version is still useful, since it almost never breaks. But...
``` class LocalProcessSpawnerEnv(LocalProcessSpawner): async def start(self): # actually start the process startret = await super().start() # this simulates pam_systemd, i.e. it sets up a logind session, and also # sets...
No. I'm running the jupyter from the` jupyterhub site, just to make sure I'm getting consistent results. I open File and do Shutdown. The Java process is no longer there.
I may have been following a bad example. interrupt_mode` is set to message. I wonder whether these kernels can handle that.