Update It happened again it's not the Build script it is letsencrypt.sh
Great find! I hope they'll fix it soon.
Update It happened again it's not the Build script it is letsencrypt.sh
Let's Encrypt script does not have this.tr -cd 'a-zA-Z0-9' < /dev/urandom 2 > /dev/null | head -c`perl -le 'print int rand(7) + 10'`
tr -cd 'a-zA-Z0-9' < /dev/urandom 2>/dev/null | head -c8
I did the tests you asked the poster before us.Let's Encrypt script does not have this
Seems to be if I kick off a ssl cert renew. The tr command keeps on running the LE process never seems to finish. I found the tr process running for 15 hours on one of my servers.Do you have any?
So I can test this. Seems it has to be one or the other LE or ./build I didn’t think LE called ./build, I've updated RPC bit for FreeBSD, it'd likely fix the issue.
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build letsencrypt
Version should be.
Let's encrypt client 2.0.14 has been installed.
service directadmin restart
ps -aux |grep lets
kill -9 pids from command
ps -aux |grep tr
kill -9 pids from command