Daniel M. Zimmerman
Daniel M. Zimmerman
The following warning appears (many times) under 2021.10, and says that the template will no longer work under 2021.12: > Template warning: 'float' got invalid input 'Not Charging' when rendering...
In implementing the solution presented in #799, using the latest build of 2.1.99 available from the OpenZFS forums, I discovered that when I run `sudo /usr/zfs/bin/zsysctl -f /etc/zfs/zsysctl.conf`, I don't...
On my M1 Ultra with 128GB RAM, I've been getting panics like the one below. The interesting thing about them is that what's in the backtrace is `com.apple.filesystems.hfs.kext` - but...
There was a missing transition in the state machine: namely, the transition from `CVRS_IMPORTING` (and also `BALLOT_MANIFEST_OK_AND_CVRS_IMPORTING`) to `BALLOT_MANIFEST_OK_AND_CVRS_IMPORTING` when a ballot manifest is uploaded while a CVR is importing...
Occasionally, when I leave the server running and idle for a while, I see one of these pop up in my terminal: ``` Exception in thread "C3P0PooledConnectionPoolManager[identityToken->1hge8tw9q3j483e1ooj1bn|40ef3420]-AdminTaskTimer" java.lang.NoClassDefFoundError: com/mchange/v2/resourcepool/BasicResourcePool$1DestroyResourceTask at...
Right now, these two endpoints have identical code: it takes an array of `ContestToAudit` objects as the request, and updates the DoS dashboard with them. This allows it to be...
Right now, every single endpoint() method ends with `return my_endpoint_result`. This seems ripe for refactoring, i.e., by having the overridable method be something like `endpointImpl(Request, Response)` and having the `endpoint()`...
Right now, the logs in the database are hashchained - you can pick any log entry, follow the chain of hashes back to the root, and know that no entry...
### System information Type | Version/Name macOS | Sequoia Developer Beta 1 (24A5264n) ZFS Version | 2.2.3 rc1 (Apple Silicon) ### Describe the problem you're observing The kernel extension does...