hygienic-books
  • Joined on 2022-02-27
hygienic-books closed issue quico-containers/zabbixserver#1 2024-06-03 23:33:23 +00:00
Fix for Zabbix upstream 6.4.15+
hygienic-books pushed to main at Quico/remco-docker-config 2024-06-03 23:26:19 +00:00
95c2c132bf fix(zabbixserver): Fix env vars
hygienic-books opened issue quico-containers/zabbixserver#1 2024-06-03 23:12:10 +00:00
Fix for Zabbix upstream 6.4.15+
hygienic-books pushed to main at quico-containers/zabbixserver 2024-05-13 19:16:27 +00:00
7aaa80cd08 Initial commit
hygienic-books created repository quico-containers/zabbixserver 2024-05-13 19:14:53 +00:00
hygienic-books commented on issue quico-os-setup/arch-zbm#25 2024-02-26 04:03:58 +00:00
Document kernel change

Go from precompiled zfs-linux-zen/zfs-linux-zen to DKMS archzfs/zfs-dkms.

  • Install archzfs/zfs-dkms
    • This will prompt for removal of zfs-linux-zen/zfs-linux-zen
  • In `/etc/pacman.con…
hygienic-books commented on issue Quico/cec-dm-controller#6 2023-12-29 11:22:49 +00:00
Second++ script runs encounter two instead of one .Xauthority files

Workaround for now: Stay inside Kodi, do not leave else you'll be unable to reenter without keyboard input.

hygienic-books opened issue Quico/cec-dm-controller#6 2023-12-29 11:20:37 +00:00
Second++ script runs encounter two instead of one .Xauthority files
d606ae9688 refactor(docs): Layout (#1)
2246823d06 refactor(docs): Typo (#1)
Compare 2 commits »
hygienic-books commented on issue quico-os-setup/zfs-pacman-hook#2 2023-12-26 05:10:51 +00:00
Detect ZFS snapshot name collision, append unique identifier

On second thought this approach does sound safer. It takes away any and all uncertainty from the user about whether or not snapshots are created.

hygienic-books reopened issue quico-os-setup/zfs-pacman-hook#2 2023-12-26 05:10:51 +00:00
Detect ZFS snapshot name collision, append unique identifier
3516f56580 refactor(docs): Explain counter suffix (#1)
525600dde4 refactor(docs): Adjust explanation of how we avoid naming collisions (#1)
650a91f2cc refactor(docs): Fix incorrect explanation how we identify snapshottable datasets (#1)
917a71ced4 feat(script): Avoid snap name collisions, always append counter to make them unique (#1)
ff963aa844 refactor(script): Abort early and with clear msg when no datasets snapshottable (#1)
Compare 7 commits »
204a2a49b1 refactor(docs): Add warning about simple snapshot names (#1)
d027966ed3 refactor(docs): Phrasing (#1)
Compare 2 commits »
f16f2b8612 refactor(docs): Trim ZFS example snapshot list (#1)
93380891ec Merge remote-tracking branch 'refs/remotes/origin/1-get-base-version-going' into 1-get-base-version-going
8de0e25ab8 refactor(docs): Spell ZFS all uppercase (#1)
4069c33145 feat(docs): Don't do duplicate snapshot names (#1)
2fbbf4da19 refactor(docs): Add pkg list trimming (#1)
47885efbab refactor(docs): Explain ZFS snapshot name max length (#1)
Compare 13 commits »
hygienic-books commented on issue quico-os-setup/zfs-pacman-hook#2 2023-12-25 23:13:54 +00:00
Detect ZFS snapshot name collision, append unique identifier

Won't fix. Thought about this and decided that simply skipping these otherwise identical snapshots is more straightforward.

The rationale is that user's doing the exact same operation twice or…

hygienic-books closed issue quico-os-setup/zfs-pacman-hook#2 2023-12-25 23:13:54 +00:00
Detect ZFS snapshot name collision, append unique identifier
hygienic-books pushed to master at Quico/py-cookiecutter-templates 2023-12-24 02:31:26 +00:00
da60952fe4 refactor(docs): Explain Docker registry use
hygienic-books pushed to master at Quico/py-cookiecutter-templates 2023-12-24 02:18:23 +00:00
d6ea3f1853 fix(docker-compose): For a single-service Compose file prefill our example README.md with docker compose --profile 'build' build ...
hygienic-books pushed to master at Quico/py-cookiecutter-templates 2023-12-24 01:56:17 +00:00
adb7bf6795 fix(docker-compose): When we have only one service in Docker Compose set its Dockerfile context dir to just build-context/ instead of build-context/service since the latter doesn't exist