Nicholas D Steeves
Nicholas D Steeves
@comio No output. Linux-4.9.80 on Debian 9. /sys/class/power_supply/AC: symbolic link to ../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/PNP0C09:00/ACPI0003:00/power_supply/AC /sys/class/power_supply/BAT0: symbolic link to ../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/PNP0C09:00/PNP0C0A:00/power_supply/BAT0 On the other hand, `if [ -f /sys/class/power_supply/*/online ]; then echo 'We are...
Hi Comio, Thank you for all your work on this, and thank you for looking into deferred task scheduling! I had been planning to submit a naïve trivial patch adding...
That looks ok to me, and your method also accommodates those who don't use systemd ;-) That said, the user who submitted a Debian bug report I received titled "Blindly...
Continuing discussion from PR #45 : @kdave wrote: > I'm not sure if the on_ac_power is generally available, so we'll need some fallback anyway, but > systemd has /usr/lib/systemd/systemd-ac-power so...
On 24 May 2018 at 03:19, Frederic Crozat wrote: > > openSUSE Leap 15 / SLE 15 (both SLES and SLED) are / will be shipping with systemd 234, systemd-ac-power...
@kdave, so, would you like me work on adding event-driven upower support, plus a config key (disabled by default). Also, would you like btrfsmaintenance to store it's state or unconditionally...
Hi, "Barak A. Pearlmutter" writes: > This stuff should all have extremely low priority for both CPU and IO, Agreed! :-) > and there's no harm making double-sure of that....
Hi @krichter722, I'm not sure about the feasibility of this, because a snapshot could exist anywhere. One would have to: for each btrfs volume, for each directory (`find -type d`),...
P.S. And it also might be worth checking $SNAPSHOT_LIMIT for `btrfs sub list -s $i`, where that limit is either 8 or 12 ( https://btrfs.wiki.kernel.org/index.php/Gotchas#Having_many_subvolumes_can_be_very_slow ).
Are you working on this or should I try to work on something that can be reused for #30 ? eg: something that can use special case SUBVOLUME_LIMIT="snapper", where that...