Jason McCormick
Jason McCormick
Replacement for Pull #151 and addresses Issue #176
This pull request implement a functional purge process that doesn't orphan incremental without a parent full. This is to address the issues #177 and #163. In order not to change...
After working on #177 and trying to debug #166, I've discovered that the logic inside of PointService.php in the function getRPFromInstances does not implement the proper checks for an instance...
I've been trying to troubleshoot some strange behaviors I've been seeing with the backup app. (e.g. #163, #114). I completely reset the backup app yesterday and started over with a...
I've had next-cloud backup running for about a month without doing anything to it. I now have a fair number of differential backups that are marked "orphans". As far as...
On a clean installation of Typemill 2.0.2, after going through the initial account setup, post-login all I can get is below. The default site contents and everything else seem fine....
When building a Pi image, if you're already on an arm64/aarch64 system, there's no need to try to install/use `qemu-arm-static` binary for the build.
This pull request addresses two things: - Fixed the architecture mismatch in #239 by adding a statement to read the basic config in before generating the board-related configuration - A...
There is obsolete code in `modules/network` that tries to force-mangle iptables for NTP purposes. This adds an option to enable that behavior if desired.
Something in the last month or so is making the value set of `BASE_ARCH` skew from what is set in the configuration. Given the following config: ``` export DIST_NAME=AllStarLink3 export...