Author Topic: [Solved] Issues since upgrading to 7.0 March 12, 2021  (Read 1263 times)

Jeff63301

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +2/-0
    • View Profile
[Solved] Issues since upgrading to 7.0 March 12, 2021
« on: March 16, 2021, 01:10:59 pm »
Since upgrading I have experienced the following issues. 
(Perhaps a numbered list would help others add to the list and when resolved the list can be updated)

1010 - GUI Issues
1011 - GUI - Any option with additional items (Click multiple options show in the GUI they have "<") none work
1012 - GUI DNS - it opens; however, clicking to change things on that menu fails

1020 - DNS issues - I join others knowing there are DNS issues; however, due to the GUI issues and my limited LINUX experience - not much I can try.  I can and will use the cmd line, I just don't know where to start yet.
« Last Edit: March 17, 2021, 06:27:53 pm by Jeff63301 »

Jeff63301

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +2/-0
    • View Profile
Re: Issues since upgrading to 7.0 March 12, 2021
« Reply #1 on: March 16, 2021, 01:18:25 pm »
I have applied this fix:
We are up and running and fixed the issue with this commands!

sudo rm -rf /var/lib/zentyal/conf/ssl
sudo /usr/share/zentyal/create-certificate /var/lib/zentyal/conf/ssl `hostname --fqdn`
sudo systemctl start zentyal.webadmin-nginx.service

No help

Jeff63301

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +2/-0
    • View Profile
Re: Issues since upgrading to 7.0 March 12, 2021
« Reply #2 on: March 16, 2021, 01:22:04 pm »
With the DNS issue, the repositories can not be resolved.  This is a complicated issue

Err:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
  Could not resolve 'us.archive.ubuntu.com'
Err:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
  Could not resolve 'us.archive.ubuntu.com'
Err:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
  Could not resolve 'us.archive.ubuntu.com'
Err:4 http://ppa.launchpad.net/oisf/suricata-stable/ubuntu focal InRelease
  Could not resolve 'ppa.launchpad.net'
Err:5 http://security.ubuntu.com/ubuntu focal-security InRelease
  Could not resolve 'security.ubuntu.com'
Err:6 http://packages.zentyal.org/zentyal focal InRelease
  Could not resolve 'packages.zentyal.org'
Err:7 http://packages.zentyal.org/zentyal 7.0 InRelease
  Could not resolve 'packages.zentyal.org'
Reading package lists... Done
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal/InRelease  Co                          uld not resolve 'us.archive.ubuntu.com'
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal-updates/InRel                          ease  Could not resolve 'us.archive.ubuntu.com'
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal-backports/InR                          elease  Could not resolve 'us.archive.ubuntu.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRele                          ase  Could not resolve 'security.ubuntu.com'
W: Failed to fetch http://packages.zentyal.org/zentyal/dists/focal/InRelease  Co                          uld not resolve 'packages.zentyal.org'
W: Failed to fetch http://ppa.launchpad.net/oisf/suricata-stable/ubuntu/dists/fo                          cal/InRelease  Could not resolve 'ppa.launchpad.net'
W: Failed to fetch http://packages.zentyal.org/zentyal/dists/7.0/InRelease  Coul                          d not resolve 'packages.zentyal.org'
W: Some index files failed to download. They have been ignored, or old ones used                           instead.

mscfw

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +4/-0
    • View Profile
Re: Issues since upgrading to 7.0 March 12, 2021
« Reply #3 on: March 16, 2021, 01:57:00 pm »
Hi ,
for a quick & dirty fix of your DNS problem - just to get some updates - you could try to edit resolv.conf
Code: [Select]
sudo nano /etc/resolv.confThe original one should look like this:
Code: [Select]
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# and managed by Zentyal.
#
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
nameserver 127.0.0.1
search [i]YOUR.DOMAIN[/i]

Change "nameserver 127.0.0.1" to something like "nameserver 8.8.8.8" or "nameserver 1.1.1.1" - whom ever you trust more ;-)

You should now be able to run apt update / apt upgrade and so on. After the next reboot your resov.conf is / should be overwritten.

This helped me during the upgrade process. DNS was fixed after Ubuntu and Zentyal were back on a more or less stable version / config. Some additional issues left, but AD and Mail/WebMail are fine.
bye
Markus

Jeff63301

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +2/-0
    • View Profile
Re: Issues since upgrading to 7.0 March 12, 2021
« Reply #4 on: March 16, 2021, 03:17:29 pm »
THANK YOU very much.  At least now I can download the updates when they become available now!!

Jeff63301

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +2/-0
    • View Profile
Re: Issues since upgrading to 7.0 March 12, 2021
« Reply #5 on: March 17, 2021, 06:27:31 pm »
I can now say, with the new DNS upgrade and Core upgrade to 7.0.3, everything seems to be working again.