mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
again
This commit is contained in:
parent
4f2c8d9e15
commit
9c848d6808
@ -37,21 +37,25 @@ before_install:
|
||||
# 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
|
||||
- sudo $SHELL -c 'cat /tmp/hosts_add.tmp >>/etc/hosts'
|
||||
- (sudo systemctl status -l nsd; true)
|
||||
|
||||
install:
|
||||
- sudo ./setup/start.sh -v
|
||||
|
||||
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 sed -i 's/\(.\) yes/\1 yes\n port\1 1053/' /etc/nsd/nsd.conf
|
||||
- sudo systemctl restart nsd
|
||||
- sudo systemctl status -l nsd
|
||||
- sudo tail -100 /var/log/syslog
|
||||
- sudo cat /var/log/nsd.log
|
||||
- sudo cat /etc/nsd/nsd.conf
|
||||
- sudo nsd-checkconf -o port /etc/nsd/nsd.conf
|
||||
- sudo ps -ef
|
||||
- sudo ss -lp "sport = 8952"
|
||||
- sudo ss -lp "sport = :domain"
|
||||
- sudo find / nsd.conf
|
||||
- sudo find / -name nsd.conf
|
||||
- ip add
|
||||
- sudo ./tests/runner.sh -dumpoutput -no-smtp-remote
|
||||
|
Loading…
Reference in New Issue
Block a user