uek2wooF
Members
-
Joined
-
Last visited
Solutions
-
uek2wooF's post in zoneminder events filling up docker.img was marked as the answerI removed all the events and added a path to the config for that container to map a subdir in the zm share to /var/cache/zoneminder and restarted the container. All good.
-
uek2wooF's post in swag won't update my LE certs was marked as the answerOk I solved it. For some reason the logs don't actually show the logs. But I got a bash on the docker with
docker exec -it deadbeefabc123 bash
Then I hoped that the renewal runs out of cron. And it does. So I got the command from there and did
/app/le-renew.sh
and saw the real error in the output. I don't want to paste it here because it has my IP and domains but basically it was showing an error connecting to the IP I recognized as being the old one.
I have a dynamic IP at home (and yes I should set up something to update it in dns). The IP only changes every few years. It changed a few weeks ago and I changed it for some domains and not all since they are on different dns providers. Since LE needs to put a file on the webserver for the domain in order to prove you own it, it couldn't verify I owned those domains anymore.
I fixed the IP on my provider for those 2 domains, reran the renew script, and good to go. Whew.
-
uek2wooF's post in Command in docker container terminal was marked as the answerOr you could also do
nohup mycommand >/dev/null 2>&1 & exit
-
uek2wooF's post in how to change nic to e1000 for VM? was marked as the answerSorry to stump you guys with such a hard one. I edited the template and changed virtio to e1000. heh