Mart Frauenlob
Mart Frauenlob
In Amarok I think something like this was implemented as "Dynamic Playlists". As for myself, I often clear and re-fill playlists based on content of a folder, or by the...
Sounds like a candidate to battle the bot...
Thank you for looking into it and answering. A option to configure that behavior would very much be appreciated. There are enough scenarios, where this logic of folder name guessing...
@ezplanet Does `systemctl mask zfs-mount.service` do the trick? Essentially the same thing, but it creates a symlink to /dev/null, but with the advantage it stays that way on re-install /...
echo 'zfs' > /etc/dnf/protected.d/zfs.conf does the trick
dkms does not provide any mechanism to talk to each possible packet manager out there (AFAIK). If a distro is packaging the zfs-dkms or kmods it is responsible for configuring...
@DominoTree Maybe this will come in handy: https://fedoraproject.org/wiki/Packaging:Conflicts
@DominoTree I didn't notice it before, but looked at the zfs-dkms.spec.in file now and I see the min/max version and a requires definition are already there: ``` Requires: kernel-devel >=...
@poige ptr1337 meant ZFS upstream. Namely by this pull request: https://github.com/openzfs/zfs/pull/15694 If it fails for you with kernel 6.7, you should open a new issue providing the details of your...
It's in the works: https://github.com/openzfs/zfs/pull/15509