X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=25247dceaeda29c128307ea2d0c96fddd64a746c;hb=e81ac02c3c177cdfb148395bd7fdba328361869d;hp=ef18bbd9020f6c5eb8f8fc1001f0f16790bc9eec;hpb=ae10fa08bb841b99b0df8e827735bef08c05f3ca;p=distro-setup diff --git a/distro-begin b/distro-begin index ef18bbd..25247dc 100755 --- a/distro-begin +++ b/distro-begin @@ -319,13 +319,16 @@ if [[ ! -e $f ]]; then sudo sed -i --follow-symlinks 's/^ *hosts:.*/hosts: files dns myhostname/' $f fi case $HOSTNAME in - bk) + bk|je) + # je should be able to get along systemd-resolved, but ive had some odd + # very intermittent dns failures with spamassassin, it seems it might only + # be happening with systemd-resolved, so just use unbound + # to make it consistent with the other hosts. sudo sed -i --follow-symlinks 's/^ *hosts:.*/hosts: files dns myhostname/' /etc/nsswitch.conf soff systemd-resolved sudo ln -sf 127.0.0.1-resolv/stub-resolv.conf /etc/resolv.conf sgo unbound - sgo named - # cautious measure to make sure bind is up + # cautious measure to make sure resolution is working sleep 1 ;; *) @@ -340,6 +343,13 @@ case $HOSTNAME in ;; esac +case $HOSTNAME in + bk) + sgo named + ;; +esac + + f=/etc/apparmor.d/abstractions/nameservice if [[ -e $f ]] && ! grep -q /etc/resolved-nsswitch/nsswitch.conf $f; then sudo sed -i '/\/etc\/nsswitch.conf/a /etc/resolved-nsswitch/nsswitch.conf r,' $f