mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Incompatibility with freebsd sed? #490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukas2511 on GitHub (Aug 18, 2020).
There seem to be some issues using dehydrated under FreeBSD atm, need to investigate further...
@oranenj commented on GitHub (Sep 7, 2020):
These issues are likely similar on OpenBSD too. At a cursory glance, things like using
\swithgrepand/orsedinstead of[[:space:]]seem to be the primary gnuisms.I hacked my copy of dehydrated to work by forcing it to use gsed, gawk and ggrep; if making the script POSIX-compliant is too much work, then making it so that it checks for and explicitly uses those commands on non-Linux platforms is a good idea.
@oranenj commented on GitHub (Sep 7, 2020):
I made #761 which works for me; more testing needed though.
@morganwdavis commented on GitHub (Sep 20, 2020):
After upgrading from 0.6.5 (which works) to 0.6.6 I'm getting this error:
... and it bails out here without doing anything.
This is running on FreeBSD 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64
Using oranenj's patched version is working with http-01, although a --cron run has only processed domains.txt with no renewals yet needed.
Hopefully there's a universally working version again soon.
@lukas2511 commented on GitHub (Sep 30, 2020):
@morganwdavis could you check if you are still getting errors with the current master branch?
@morganwdavis commented on GitHub (Sep 30, 2020):
Version 0.6.6 confirmed working again on FreeBSD 12.1.
MD5 (dehydrated.sh) = 44d2ff6866cc31dddeef935f099f6690
Thank you, Lukas, and contributors.
@lukas2511 commented on GitHub (Nov 14, 2020):
Closing as this should be fixed by now.