I’m getting a lot of errors in my Hestia logs, yet everything seems to be working. I tried to search the documentation on these functions but do not see any explanation of the error codes (maybe I am just overlooking it).
Here’s an example of just a few of the errors I see most:
2024-10-02 21:51:20 v-add-mail-domain 'example' 'example.com' [Error 2]
2024-10-02 21:52:11 v-add-mail-account-fwd-only 'example' 'example.com' 'postmaster' [Error 3]
2024-10-04 13:33:35 v-list-web-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:36 v-list-web-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:36 v-add-web-domain 'example' 'example.us' 'x.x.x.x' 'yes' [Error 2]
2024-10-04 13:33:38 v-list-dns-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:38 v-list-dns-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:38 v-add-dns-domain 'example' 'example.us' 'x.x.x.x' '' '' '' '' '' '' '' '' 'no' [Error 2]
2024-10-04 13:33:39 v-list-mail-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:39 v-list-mail-domain 'example' 'example.us' 'plain' [Error 3]
2024-10-04 13:33:39 v-add-mail-domain 'example' 'example.us' [Error 2]
2024-10-05 00:38:30 v-list-web-domain 'example' 'wiki.example.com' 'plain' [Error 3]
2024-10-05 00:38:30 v-list-web-domain 'example' 'wiki.example.com' 'plain' [Error 3]
2024-10-05 00:38:30 v-add-web-domain 'example' 'wiki.example.com' 'x.x.x.x' 'yes' [Error 2]
2024-10-05 00:38:32 v-list-dns-domain 'example' 'wiki.example.com' 'plain' [Error 3]
2024-10-05 00:38:33 v-list-dns-domain 'example' 'wiki.example.com' 'plain' [Error 3]
2024-10-05 00:38:33 v-add-dns-domain 'example' 'wiki.example.com' 'x.x.x.x' '' '' '' '' '' '' '' '' 'no' [Error 2]
I woke up this morning to my server being completely inaccessible from the internet, and I’m just trying to go thru some logs and triage the situation. I doubt this is related but I was surprised by all these errors since things seem to be working with my sites (aside from this issue).
I’m new to Hestia, so I apologize if I’m just being dense. If you someone could just point me to a manual section I’ll happily RTFM on my own, just didn’t see anything so far. Thanks!