1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 21:22:11 -04:00
parent 4f2c8d9e15
commit 9c848d6808

View File

@ -37,21 +37,25 @@ before_install:
# domain. We don't have those in QA, so we need the hosts entry. # domain. We don't have those in QA, so we need the hosts entry.
- echo "$(source setup/functions.sh; get_default_privateip 4) $PRIMARY_HOSTNAME" > /tmp/hosts_add.tmp - echo "$(source setup/functions.sh; get_default_privateip 4) $PRIMARY_HOSTNAME" > /tmp/hosts_add.tmp
- sudo $SHELL -c 'cat /tmp/hosts_add.tmp >>/etc/hosts' - sudo $SHELL -c 'cat /tmp/hosts_add.tmp >>/etc/hosts'
- (sudo systemctl status -l nsd; true)
install: install:
- sudo ./setup/start.sh -v - sudo ./setup/start.sh -v
script: script:
- (sudo systemctl status -l nsd; true)
- sudo cat /var/log/nsd.log
- sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf' - sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf'
- sudo sed -i 's/\(.\) yes/\1 yes\n port\1 1053/' /etc/nsd/nsd.conf - sudo sed -i 's/\(.\) yes/\1 yes\n port\1 1053/' /etc/nsd/nsd.conf
- sudo systemctl restart nsd - sudo systemctl restart nsd
- sudo systemctl status -l nsd - sudo systemctl status -l nsd
- sudo tail -100 /var/log/syslog - sudo tail -100 /var/log/syslog
- sudo cat /var/log/nsd.log
- sudo cat /etc/nsd/nsd.conf - sudo cat /etc/nsd/nsd.conf
- sudo nsd-checkconf -o port /etc/nsd/nsd.conf - sudo nsd-checkconf -o port /etc/nsd/nsd.conf
- sudo ps -ef - sudo ps -ef
- sudo ss -lp "sport = 8952" - sudo ss -lp "sport = 8952"
- sudo ss -lp "sport = :domain" - sudo ss -lp "sport = :domain"
- sudo find / nsd.conf - sudo find / -name nsd.conf
- ip add - ip add
- sudo ./tests/runner.sh -dumpoutput -no-smtp-remote - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote