Originally created by @jzuellig on GitHub (May 20, 2018).
Hi
I'm trying to use dehydrated on alpine i got my inflammations form https://pdnsmanager.lmitsystems.de/documentation/letsencrypt/ and installed the needed packages.
On Ubuntu it is working perfectly, but on my alpine VM I get the error "ERROR: Parsing error in config file." when I'm using this command "./dehydrated -c"
I can't find any information/documentation on this error, the config file works on Ubuntu.
I tied to find a solution with google an co. but I can't find any.
From the Ubuntu System:
./dehydrated -v
# INFO: Using main config file /dehydrated/config
Dehydrated by Lukas Schauer
https://dehydrated.de
Dehydrated version: git-master-after-0.6.1
GIT-Revision: 537877a0e2fa39b16676a22aa3069730f5ba0ee4
OS: Debian GNU/Linux 9
Used software:
bash: 4.4.12(1)-release
curl: curl 7.52.1
awk: GNU Awk 4.1.4, API: 1.1 (GNU MPFR 3.1.5, GNU MP 6.1.2)
sed: sed (GNU sed) 4.4
mktemp: mktemp (GNU coreutils) 8.26
grep: grep (GNU grep) 2.27
diff: diff (GNU diffutils) 3.5
openssl: OpenSSL 1.1.0f 25 May 2017
From the Alpine System
./dehydrated -v
# INFO: Using main config file /dehydrated/config
Dehydrated by Lukas Schauer
https://dehydrated.io
Dehydrated version: git-master-after-0.6.2
GIT-Revision: 10d4b98e7f1e2c5e0e5b16b0896aa7180e5a88f5
OS: Welcome to Alpine Linux 3.7
Used software:
bash: 4.4.19(1)-release
curl: curl 7.59.0
awk: awk: warning: option -W is ignored
sed: This is not GNU sed version 4.0
mktemp: mktemp: unrecognized option: version
grep: grep: unrecognized option: version
diff: diff: unrecognized option: version
openssl: OpenSSL 1.0.2o 27 Mar 2018
Thanks
iGlaedr
sorry for the bad grammar
Originally created by @jzuellig on GitHub (May 20, 2018).
Hi
I'm trying to use dehydrated on alpine i got my inflammations form [https://pdnsmanager.lmitsystems.de/documentation/letsencrypt/](url) and installed the needed packages.
On Ubuntu it is working perfectly, but on my alpine VM I get the error "ERROR: Parsing error in config file." when I'm using this command "./dehydrated -c"
I can't find any information/documentation on this error, the config file works on Ubuntu.
I tied to find a solution with google an co. but I can't find any.
From the Ubuntu System:
```
./dehydrated -v
# INFO: Using main config file /dehydrated/config
Dehydrated by Lukas Schauer
https://dehydrated.de
Dehydrated version: git-master-after-0.6.1
GIT-Revision: 537877a0e2fa39b16676a22aa3069730f5ba0ee4
OS: Debian GNU/Linux 9
Used software:
bash: 4.4.12(1)-release
curl: curl 7.52.1
awk: GNU Awk 4.1.4, API: 1.1 (GNU MPFR 3.1.5, GNU MP 6.1.2)
sed: sed (GNU sed) 4.4
mktemp: mktemp (GNU coreutils) 8.26
grep: grep (GNU grep) 2.27
diff: diff (GNU diffutils) 3.5
openssl: OpenSSL 1.1.0f 25 May 2017
```
From the Alpine System
```
./dehydrated -v
# INFO: Using main config file /dehydrated/config
Dehydrated by Lukas Schauer
https://dehydrated.io
Dehydrated version: git-master-after-0.6.2
GIT-Revision: 10d4b98e7f1e2c5e0e5b16b0896aa7180e5a88f5
OS: Welcome to Alpine Linux 3.7
Used software:
bash: 4.4.19(1)-release
curl: curl 7.59.0
awk: awk: warning: option -W is ignored
sed: This is not GNU sed version 4.0
mktemp: mktemp: unrecognized option: version
grep: grep: unrecognized option: version
diff: diff: unrecognized option: version
openssl: OpenSSL 1.0.2o 27 Mar 2018
```
Thanks
iGlaedr
sorry for the bad grammar
Alpine uses busybox for awk, sed, mktemp, grep, diff and everything else, and those are all just implemented with their very basic feature-set which in some cases just isn't enough. If i remember correctly there are coreutils-$whatever packages on alpine which should replace those busybox symlinks and with those everything should work normally.
@lukas2511 commented on GitHub (May 20, 2018):
Alpine uses busybox for awk, sed, mktemp, grep, diff and everything else, and those are all just implemented with their very basic feature-set which in some cases just isn't enough. If i remember correctly there are coreutils-$whatever packages on alpine which should replace those busybox symlinks and with those everything should work normally.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jzuellig on GitHub (May 20, 2018).
Hi
I'm trying to use dehydrated on alpine i got my inflammations form https://pdnsmanager.lmitsystems.de/documentation/letsencrypt/ and installed the needed packages.
On Ubuntu it is working perfectly, but on my alpine VM I get the error "ERROR: Parsing error in config file." when I'm using this command "./dehydrated -c"
I can't find any information/documentation on this error, the config file works on Ubuntu.
I tied to find a solution with google an co. but I can't find any.
From the Ubuntu System:
From the Alpine System
Thanks
iGlaedr
sorry for the bad grammar
@lukas2511 commented on GitHub (May 20, 2018):
Alpine uses busybox for awk, sed, mktemp, grep, diff and everything else, and those are all just implemented with their very basic feature-set which in some cases just isn't enough. If i remember correctly there are coreutils-$whatever packages on alpine which should replace those busybox symlinks and with those everything should work normally.
@jzuellig commented on GitHub (May 20, 2018):
First thanks for the fast reply
I've created a new VM and it dose not work with the coreutils installed and a few other to replace busybox .
Still the the same error.
@lukas2511 commented on GitHub (May 22, 2018):
Could you run
bash -x ./dehydrated -cand post the last few lines?@jzuellig commented on GitHub (May 22, 2018):
I've found the problem myself it was a Problem with the ads-acm client config.
Thanks for the help