David Disseldorp
David Disseldorp
I'm not familiar with Meson, but just wanted to mention that I find the existing `make` based build process really nice.
> Ah, OK. In that case I guess with #261 you could use something like `echo -ne '\007'` as the notification command and it would work. This would be fine...
I should have mentioned, Samba's dependency on pcp is for the CTDB pmda, which lives in the Samba source tree due to it's use of non-public APIs for metric collection....
> @ddiss another option - can these non public APIs be made public? Then we could ship the PMDA with PCP (we can also help maintain, keep it up-to-date with...
Does the SCSI spec define how a target should respond to PR requests which are outside the target's capabilities (e.g. INVALID FIELD IN CDB)? I'd probably make sense to confirm...
CHAP with MD5 currently uses the in-tree lib/md5.c library. For the new algorithms I think it'd make sense to pull in openssl (like libsmb2). Should we keep the in-tree md5...
Hmm, actually I see that an optional libgcrypt dependency is already there, with fallback to bundled md5.
Thanks for the feedback, Eric. A few comments on the points you made: - watching and handling notifications across multiple objects from the systemd service should be possible - regarding...
As reference, Linux's `gen_init_cpio` supports the following archive manifest: ``` is a file containing newline separated entries that describe the files to be included in the initramfs archive: # a...
My rough task breakdown for this ticket is: - add archive manifest generation support to `dracut-install` - add manifest parsing support to `dracut-cpio` + remove old GNU cpio style source-path-is-dest-path...