Recent Posts

Pages: [1] 2 3 ... 10
1
Hello Everyone,

i have trouble after upgrading to 22.04 - Zentyal 8.
after recovering the whole system due complications while upgrading - it powered off. Ubuntu is running correctly again. but Domain Controller and File Sharing and OpenVPN cant be reinstalled, i had it installed and now they are missing. Configuration files are there but every time i try to reinstall i get the message that there are not available packages.
i did this to get the available packages

dpkg -l

and these packages are listed as RC zentyal-ips (7.0.0), zentyal-openvpn (7.1.0), zentyal-samba (7.1.0) and Zentyal-ucp (6.2.0)...

no matter what is do (apt update, upgrade, rebooting and trying again, there is no way to reisntall Domain Controller and VPN....

any clues how can i fix this?

Thanks for you help!!

2
Para aquellos que lo necesiten hay 2 teorias que resuelven este problema. La primera es que se instale al menos uno de los roles principales (aunque queden inactivos) y la segunda es NO configurar la red hasta que entren en el Dashboard. La causa del problema sigo sin detectarla aunque obviamente tiene que ver con la conf de la red.
3
Hi:

After a fresh install of Zentyal 8 and select only Web Server and CA modules (including regular Firewall and Network) when finish the process and set the IP address, can't display the Dashboard (after normal login), only get Error 504 Gateway Time-Out from Nginx.
Any solution for this?

Kind regards
Note: When unplug network cable I can enter the Dashboard normally.
4
Hola

Estoy probando Zentyal 8 y luego de instalado seleccione solamente los paquetes Webserver y CA (Certification Auth.), mas los paquetes normales(firewall, network, etc) todo bien, pero al terminar e intentar entrar al Dashboard despues de loguearme se queda inactivo y al cabo de uno o dos minutos me da error 504 Gateway Time-Out Nginx. Por favor alguien que me oriente como resolver este problema y que lo esta causando.
Saludos cordiales

NOTA: Cuando desconecto la red puedo entrar sin problemas al Dashboard.
5
Installation and Upgrades / Re: Virtual machines and bridge interface
« Last post by gabor.strama on May 03, 2024, 09:31:21 pm »
Hi,

Have you any news in this case?

THX,

BR,
GáborS
6
Hi David,

Here is the output:

root@mail:/home/strama_admin# sudo apt policy zentyal-sogo
zentyal-sogo:
  Telepítve: (nincs)
  Jelölt:    8.0.0
  Verziótáblázat:
     8.0.0 500
        500 https://packages.zentyal.org/zentyal 8.0/main amd64 Packages
        500 https://packages.zentyal.org/zentyal 8.0/main i386 Packages
     7.0.0 500
        500 file:/var/tmp/zentyal-packages ./ Packages

root@mail:/home/strama_admin# sudo apt policy sogo
sogo:
  Telepítve: (nincs)
  Jelölt:    5.5.1-1
  Verziótáblázat:
     5.5.1-1 500
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
     5.0.1.20201214-1 500
        500 file:/var/tmp/zentyal-packages ./ Packages
root@mail:/home/strama_admin#

root@mail:/home/strama_admin# sudo apt policy gnustep-base-common
gnustep-base-common:
  Telepítve: (nincs)
  Jelölt:    1.28.0-4build1
  Verziótáblázat:
     1.28.0-4build1 500
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
     1.26.0-7 500
        500 file:/var/tmp/zentyal-packages ./ Packages
root@mail:/home/strama_admin#

Please let me know if you needm ore information.

BR,
GáborS

Hi GáborS,

The initial local repository of Zentyal that is set when Zentyal is installed through the ISO file is still active and because of that, the behavior you get. You must search for the following repository and remove it:

Code: [Select]
deb [trusted=yes] file://file:/var/tmp/zentyal-packages ./

It might be located at /etc/apt/sources.list.d/zentyal-temporal.list , /etc/apt/sources.list or in a similar location.

Once you find it, remove it and then, run the following command:

Code: [Select]
sudo apt update

After that, you should be able to install zentyal-sogo package.
7
Hi David,

Here is the output:

root@mail:/home/strama_admin# sudo apt policy zentyal-sogo
zentyal-sogo:
  Telepítve: (nincs)
  Jelölt:    8.0.0
  Verziótáblázat:
     8.0.0 500
        500 https://packages.zentyal.org/zentyal 8.0/main amd64 Packages
        500 https://packages.zentyal.org/zentyal 8.0/main i386 Packages
     7.0.0 500
        500 file:/var/tmp/zentyal-packages ./ Packages

root@mail:/home/strama_admin# sudo apt policy sogo
sogo:
  Telepítve: (nincs)
  Jelölt:    5.5.1-1
  Verziótáblázat:
     5.5.1-1 500
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
     5.0.1.20201214-1 500
        500 file:/var/tmp/zentyal-packages ./ Packages
root@mail:/home/strama_admin#

root@mail:/home/strama_admin# sudo apt policy gnustep-base-common
gnustep-base-common:
  Telepítve: (nincs)
  Jelölt:    1.28.0-4build1
  Verziótáblázat:
     1.28.0-4build1 500
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        500 http://hu.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
     1.26.0-7 500
        500 file:/var/tmp/zentyal-packages ./ Packages
root@mail:/home/strama_admin#

Please let me know if you needm ore information.

BR,
GáborS
8
Hi,

Thank you for reporting this behavior. Could you please tell us where the configuration remained after the upgrade? We have identified that certain configuration remains in the configuration file /etc/netplan/netplan.yaml

Best regards, Daniel Joven.
9
Hi David,

You mean this command:
sudo apt policy zentyal-sogo
sudo apt policy sogo
sudo apt policy gnustep-base-common

It is not solve the issue, but produce same error message:

The following packages have unmet dependencies:
libgnustep-base1.26 : Depends: gnustep-base-common (= 1.26.0-7) but 1.28.0-4build1 is to be installed
Depends: libicu66 (>= 66.1-1~) but it is not installable


BR,
GáborS

The goal of those commands is to get more information about your Zentyal, concretely, for your repositories.
10
Hi David,

You mean this command:
sudo apt policy zentyal-sogo
sudo apt policy sogo
sudo apt policy gnustep-base-common

It is not solve the issue, but produce same error message:

The following packages have unmet dependencies:
libgnustep-base1.26 : Depends: gnustep-base-common (= 1.26.0-7) but 1.28.0-4build1 is to be installed
Depends: libicu66 (>= 66.1-1~) but it is not installable


BR,
GáborS
Pages: [1] 2 3 ... 10