Author Topic: Error DNS EXTERNAL updating from version 7.0.9 to version 7.1  (Read 944 times)

havacuban

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +5/-0
    • View Profile
Error DNS EXTERNAL updating from version 7.0.9 to version 7.1
« on: September 30, 2023, 11:07:48 pm »
hi

Please help me to solve the following error DNS EXTERNAL updating 7.0.9 to 7.1


# bash -x /usr/share/zentyal/release-upgrade
+ SOURCES=/etc/apt/sources.list
+ UPGRADE_FILE=/var/lib/zentyal/.upgrade-finished
++ lsb_release -c
++ awk '{print $2}'
+ CURCODE=focal
+ DSTCODE=focal
++ dpkg -l
++ grep zentyal-core
++ awk '{print $3}'
++ cut -d. -f1
+ CURMAJORV=7
++ dpkg -l
++ grep zentyal-core
++ awk '{print $3}'
++ cut -d. -f2
+ CURMINORV=0
++ wget --quiet -O - http://update.zentyal.org/update-from-7.0.txt
++ cut -d. -f1
+ DESTMAJOR=7
++ wget --quiet -O - http://update.zentyal.org/update-from-7.0.txt
++ cut -d. -f2
+ DESTMINOR=1
+ CURRV=7.0
+ DESTV=7.1
+ ZEN_KEYS_URL='
https://keys.zentyal.org/zentyal-7.1-packages-org.asc
https://keys.zentyal.org/zentyal-7.1-packages-com.asc
'
+ IPS_KEY_ID=D7F87B2966EB736F
+ RED='\033[0;31m'
+ GREEN='\033[0;32m'
+ YELLOW='\033[1;33m'
+ NC='\033[0m'
++ tput bold
+ BOLD=''
++ tput sgr0
+ NORM=''
+ echo

+ echo -e '\033[0;32m Doing some initial checks...\033[0m'
 Doing some initial checks...
+ echo

+ [[ 0 -eq 1 ]]
+ prepareUpgrade
+ checkifupgrade
+ echo -e '\033[0;32m - Checking if there is a Zentyal upgrade available...\033[0m'
 - Checking if there is a Zentyal upgrade available...
+ [[ -z 7 ]]
+ [[ -z 1 ]]
+ echo -e '\033[0;32m...OK\033[0m'
...OK
+ echo

+ checkZentyalVersion
+ echo -e '\033[0;32m - Checking the version of Zentyal...\033[0m'
 - Checking the version of Zentyal...
+ '[' 7 -gt 7 ']'
+ '[' 7 -gt 7 ']'
+ '[' 0 -gt 1 ']'
+ '[' 0 -eq 1 ']'
+ echo -e '\033[0;32m...OK\033[0m'
...OK
+ echo

+ checkUbuntuVersion
+ echo -e '\033[0;32m - Checking the version of Ubuntu...\033[0m'
 - Checking the version of Ubuntu...
+ '[' focal '!=' focal ']'
+ echo -e '\033[0;32m...OK\033[0m'
...OK
+ echo

+ checkIfCommercial
+ echo -e '\033[0;32m - Checking if the server is a Commercial edition...\033[0m'
 - Checking if the server is a Commercial edition...
+ '[' -f /var/lib/zentyal/.commercial-edition ']'
+ echo -e '\033[1;33m   Zentyal Development edition\033[0m'
   Zentyal Development edition
+ echo -e '\033[0;32m...OK\033[0m'
...OK
+ echo

+ checkInternetAccess
+ echo -e '\033[0;32m - Checking if there external DNS resolution...\033[0m'
 - Checking if there external DNS resolution...
+ wget -T 15 -q --spider https://google.com
+ '[' 8 -ne 0 ']'
+ echo -e '\033[0;31m   Your server does not have external DNS resolution...\033[0m'
  Your server does not have external DNS resolution...
+ exit 130

----------------
#nslookup google.com
Server:      127.0.0.1
Address:   127.0.0.1#53

Non-authoritative answer:
Name:   google.com
Address: 142.250.217.174
Name:   google.com
Address: 2607:f8b0:4008:80a::200e


ping PING google.com (142.250.217.174) 56(84) bytes of data.
64 bytes from mia07s60-in-f14.1e100.net (142.250.217.174): icmp_seq=1 ttl=112 time=51.9 ms
64 bytes from mia07s60-in-f14.1e100.net (142.250.217.174): icmp_seq=2 ttl=112 time=51.9 ms

Thx

turalyon

  • Zen Warrior
  • ***
  • Posts: 197
  • Karma: +15/-0
    • View Profile
Re: Error DNS EXTERNAL updating from version 7.0.9 to version 7.1
« Reply #1 on: October 02, 2023, 11:39:53 am »
Hi,

If you run the command that is complaining, what is the result you get?

Code: [Select]
wget -T 15 -q --spider https://google.com
echo $?



“This world is ours, and by the Holy Light we will keep it safe, now and forever".

havacuban

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +5/-0
    • View Profile
Re: Error DNS EXTERNAL updating from version 7.0.9 to version 7.1
« Reply #2 on: October 02, 2023, 05:16:36 pm »
hi
#wget -T 15 -q --spider https://google.com
#echo $?
#8  This is the result