From 4f2c8d9e159d221fcdb21a81caffb9418f2893cb Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 21:03:43 -0400 Subject: [PATCH] again --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a33a6df..8e5a9e34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,12 +43,15 @@ install: script: - sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf' - - sudo sed -i 's/\(.\) 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 status -l nsd + - sudo tail -100 /var/log/syslog - sudo cat /etc/nsd/nsd.conf - - ip add - - sudo cat /var/log/nsd.log + - 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 + - ip add - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote