It says: Something went wrong, sorry.
I can log in and log out. I can send and receive mails. But I can not check status.
Here’s some output:
root@box:~/mailinabox/management# ./status_checks.py
rndc: connect failed: 127.0.0.1#953: connection refused
Traceback (most recent call last):
File "./status_checks.py", line 633, in <module>
run_checks(env, ConsoleOutput())
File "./status_checks.py", line 22, in run_checks
shell('check_call', ["/usr/sbin/rndc", "flush"])
File "/root/mailinabox/management/utils.py", line 149, in shell
ret = getattr(subprocess, method)(cmd_args, **kwargs)
File "/usr/lib/python3.4/subprocess.py", line 557, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/sbin/rndc', 'flush']' returned non-zero exit status 1
root@box:~# rndc flush
rndc: connect failed: 127.0.0.1#953: connection refused
root@box:~# netstat -tunpa | grep nsd
tcp 0 0 216.189.149.179:53 0.0.0.0:* LISTEN 8093/nsd
tcp 0 0 127.0.0.1:8952 0.0.0.0:* LISTEN 8093/nsd
tcp6 0 0 ::1:53 :::* LISTEN 8093/nsd
tcp6 0 0 ::1:8952 :::* LISTEN 8093/nsd
udp 0 0 216.189.149.179:53 0.0.0.0:* 8093/nsd
udp6 0 0 ::1:53 :::* 8093/nsd
root@box:~# rndc flush -p 53
rndc: connect failed: 127.0.0.1#953: connection refused
root@box:~# rndc flush -p 8952
rndc: connect failed: 127.0.0.1#953: connection refused