Error on External DNS page

I really noticed this earlier, but now maybe this is pointing to something wrong in the install…

When I use the admin page pulldown to go to “External DNS”, I get warned of an error.

If I go to download a zone file I get dialog box saying download error with the content:

<!doctype html>

500 Internal Server Error

Internal Server Error

The server encountered an internal error and was unable to complete

This MAY be my problem with understanding the MiaB DNS. It never fully installed?

Check sudo journalctl -u mailinabox at the bottom it will show an error.

(also, perhaps not create a new topic for this to keep the forum clean. Or take it to slack?)

I will not post any more on this message other than below and go back to the other message. I am not a regular forum user, or slack user. I am mailing list person… anyway:

May 16 13:35:22 klovia.htt-consult.com start[8528]: Traceback (most recent call>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/usr/local/lib/mail>
May 16 13:35:22 klovia.htt-consult.com start[8528]: response = self.full_di>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/usr/local/lib/mail>
May 16 13:35:22 klovia.htt-consult.com start[8528]: rv = self.handle_user_e>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/usr/local/lib/mail>
May 16 13:35:22 klovia.htt-consult.com start[8528]: rv = self.dispatch_requ>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/usr/local/lib/mail>
May 16 13:35:22 klovia.htt-consult.com start[8528]: return self.ensure_sync>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/root/mailinabox/ma>
May 16 13:35:22 klovia.htt-consult.com start[8528]: return viewfunc(*args, >
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/root/mailinabox/ma>
May 16 13:35:22 klovia.htt-consult.com start[8528]: return Response(get_dns>
May 16 13:35:22 klovia.htt-consult.com start[8528]: File "/root/mailinabox/ma>
May 16 13:35:22 klovia.htt-consult.com start[8528]: with open(nsd_zonefile,>
May 16 13:35:22 klovia.htt-consult.com start[8528]: FileNotFoundError: [Errno 2>
May 16 13:35:22 klovia.htt-consult.com gunicorn[8528]: Exception on /dns/zonefi>
Traceback (most recent c>
File "/usr/local/lib/m>
response = self.full>
File "/usr/local/lib/m>
rv = self.handle_use>
File "/usr/local/lib/m>
rv = self.dispatch_r>
File "/usr/local/lib/m>
return self.ensure_s>
File "/root/mailinabox>
return viewfunc(*arg>
File "/root/mailinabox>
return Response(get_>
File "/root/mailinabox>
with open(nsd_zonefi>
FileNotFoundError: [Errn

And I forget the option to not truncate the journal lines. But something did go south.

I figured as much :grin:

Without truncation would be easier, but this looks like the error you get when retrieving the zonefile. There might be something above that that’s probably more interesting.