You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using ddclient with a strong randomly generated password and I migrated it to a passwordFile as part of the 21.11 upgrade. Ddclient didn't start after the upgrade.
Steps To Reproduce
Steps to reproduce the behavior:
Configure services.ddclient with passwordFile pointing at a file containing characters such as / followed by characters that aren't valid options for sed's s command such as o.
Rebuild.
Sed in prestart script of ddclient should choke on unknown option for s command.
Expected behavior
Ddclient starts despite non-alphanumeric chars in the passwordFile.
Notify maintainers
I don't know how to check maintainers for a module but I see @felschr did #143705
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Describe the bug
I was using ddclient with a strong randomly generated password and I migrated it to a passwordFile as part of the 21.11 upgrade. Ddclient didn't start after the upgrade.
Steps To Reproduce
Steps to reproduce the behavior:
services.ddclient
withpasswordFile
pointing at a file containing characters such as/
followed by characters that aren't valid options for sed's s command such aso
.Expected behavior
Ddclient starts despite non-alphanumeric chars in the passwordFile.
Notify maintainers
I don't know how to check maintainers for a module but I see @felschr did #143705
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: