Frank Crawford

Results 17 issues of Frank Crawford

Looking at the files in tools/misc, some of them, such as `compress-rdiff-backup-increments` look like they would be good to include in a distribution, but others, like `make-many-data-files.py` are more for...

enhancement
need more info

If the file modules.dep does not exist, because the directory has been removed or just cleaned up from an uninstall, then dkms remove fails with the message: There is no...

bug
help wanted

CentOS 6 and earlier runs python 2.6, and so format statements require positional argument specifiers, i.e. "{0} {1}", etc, and fail when given "{} {}".

## Bug summary Executing the beta version of rdiff-backup to remove old increments fail if the related directory is write protected. This worked in the previous version. ## Version, Python,...

bug

The test in htdocs/user/login-process.php files if the user's password has a space in it. The test is: `$password = security_form_input("/^\S*$/", "password_namedmanager", 1, "Please enter a password.");` The message appears to...

PR #85 probably breaches RFC 4343, in that Section 4.2 DNS Input Case Preservation states that > When a node in the DNS name tree is created by any of...

Has anyone tried to support DNSSEC with inline-signing and auto-dnssec options turned while using namedmanager? From the looks of it, it should just work for leaf zones as there is...

More a question than an issue, but is there any way to schedule an update to occur at a particular time? For example, say I want a DNS change to...

I noticed a minor issue on importing a zonefile, in that if no TTLs are specified it applies the default TTLs rather than the specific NS and MX TTLs.

I've just found that DHCP has been deprecated by ISC as at the end of 2022, this included dhclient. See https://www.isc.org/dhcp/ While a client is built into NetworkManager and into...