David Disseldorp
David Disseldorp
While working on unit tests for Dracut's cpio utilities I was hoping to be able to run them as a non-root user. This doesn't appear to be currently possible, due...
When generating initramfs images, dracut currently recreates the filesystem tree in a staging area under `tmpdir`. This is mostly needed due to GNU cpio's unfortunate source-path-is-dest-path behaviour. As of https://github.com/dracutdevs/dracut/pull/1531...
I'm a big fan of tiny - thanks for developing it! I'd prefer to avoid pulling in the (many) `notify-rust` dependencies, so I build tiny with `desktop-notifications` disabled. With `desktop-notifications`...
Not a PCP bug per se, but still something worth tracking here IMO... We observe the following build dependency loop in openSUSE Factory:  As a temporary workaround I've disabled...
Upstream open-iscsi (https://github.com/open-iscsi/open-iscsi/pull/170) and LIO (queued at https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.5/scsi-queue&id=a572d24af4d16e70743feb0b4decb17aaae7ce43) now have support for SHA1, SHA256 and SHA3-256 CHAP authentication. The new algorithm identifiers have been officially assigned via https://www.iana.org/assignments/ppp-numbers/ppp-numbers.xml#ppp-numbers-9 . It'd...
I'm trying to test Linux LIO target ALUA support, and have no idea where to start given that my favourite iSCSI test tool (libiscsi) doesn't do anything ALUA related. Given...
lrbd could use RADOS watch/notify functionality to automatically detect and apply configuration changes. - change the one-shot systemd service to run "rados watch " - ensure that all updates to...
Thanks a lot for publishing your interesting project. While looking into a aarch64 cross-compilation issue with the `libloading` nested dependency, I noticed that rust-pkcs11 is flagged as deprecated upstream via...
Hi, I'm trying to use `udisks2` alongside [lklfuse](https://github.com/lkl/linux/blob/master/tools/lkl/lklfuse.c), which gets invoked via the following `mount_options.conf`: ``` [defaults] vfat_drivers=lklfuse vfat:lklfuse_allow=type=vfat,uid=$UID,gid=$GID... vfat:lklfuse_defaults=type=vfat,uid=$UID,gid=$GID... ``` ```bash # mount.lklfuse is a simple wrapper around the...
git commits and tags can be be GPG signed using the -S and -s parameters respectively. Verification can be performed using git verify-commit/verify-tag. tar_scm should provide the ability to verify...