mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
ERROR: Parsing error in config file #350
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 @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