automorphism88

Results 11 issues of automorphism88

I changed the scrub period in `/etc/sysconfig/btrfsmaintenance` from monthly to weekly, and it seems that when using systemd timers, `btrfsmaintenance-refresh.service` implements this change by creating a file`/etc/systemd/system/btrfs-scrub-timer.d/schedule.conf` to make the...

After running bees on a filesystem containing a parent snapshot, and then trying to do an incremental send from that snapshot, after bees has been run in between, but not...

kernel bug

I'm using Gentoo, and since bees comes with a systemd service but I'm using OpenRC, I decided to write my own initscript. It is based somewhat on the `beesd` script...

I tried to build the libgcrypt 1.9.0 upgrade just now and got this error: ``` libtool: link: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC .libs/libgcrypt_la-visibility.o .libs/libgcrypt_la-misc.o .libs/libgcrypt_la-global.o .libs/libgcrypt_la-sexp.o .libs/libgcrypt_la-hwfeatures.o .libs/libgcrypt_la-stdmem.o .libs/libgcrypt_la-secmem.o .libs/libgcrypt_la-missing-string.o...

Hi, I noticed you recently fixed another issue I reported so I thought I'd go ahead and report this one too as it should be a relatively easy fix. Currently...

in progress

If a filesystem has no devid 1 (because it was removed at some point) then running `btrfs fi show` on the mountpoint will say `ERROR: not a valid btrfs filesystem`...

bug

Does this file really need to be executable? If you `chmod -x` it, bees will just add the executable permission back when you restart it. Seems to me like it...

As suggested in the comments on [this PR](https://github.com/stefan-langenmaier/brother-overlay/pull/52), it might be useful to create an eclass to share code between ebuilds for different printers. Specifically, I think the following could...

I noticed that `RESTRICT="mirror"` is set for `brother-overlay/net-print/brother-genml1-bin`, and probably for other ebuilds as well. According to the [Gentoo dev manual](https://devmanual.gentoo.org/general-concepts/mirrors/index.html), > The `RESTRICT="mirror"` setting should be used if we...

I recently downloaded snapsync and noticed that my default snapper configuration named `root` for my `/` subvolume would not sync to the folder I had set up with `snapsync init`,...