Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daniel Joven

Pages: 1 [2] 3 4
16
Hi Gabriel,

It seems that the connection to the server ‘keyserver.ubuntu.com’ was not successful (time-out), and because of that, the script could not fetch the public key and ended up in failure.

Probably there was a temporal issue in that server when you ran the upgrade. We have checked the command that failed and it works now, so, the server is recovered.

We strongly recommend you check the Internet resolution in your Zentyal 7.0 server before trying to upgrade the server again.

Best regards, Daniel Joven.

17
Hi,

The bug has been solved as the below link explains, tomorrow morning a 'zentyal-samba' package will be released.

* https://github.com/zentyal/zentyal/issues/2121#issuecomment-1464197003

We are sorry for the inconvenience.

Best regards, Daniel Joven.

18
Directory and Authentication / Re: AD Stop Working on Windows 11 22H2
« on: January 27, 2023, 12:55:54 pm »
Hi,

Apparently, there were multiple regressions with one of the latest updates of Samba as the following link shows. If your Zentyal 7.0 server is up-date, your Samba version should be '2:4.13.17~dfsg-0ubuntu1.20.04.5' and the issue should be fixed.

* https://launchpad.net/ubuntu/+source/samba/+changelog

Best regards, Daniel Joven.

19
Directory and Authentication / Re: AD Stop Working on Windows 11 22H2
« on: December 20, 2022, 01:51:40 pm »
Hi,

I just want to inform you that Ubuntu has released the packages that fix the Windows 11 bug with Samba, so if you did not apply any of the proposal workarounds, you just need to update your system packages.

Best regards, Daniel Joven.

20
Hi mikeinmaine,

There was an incident with one of the servers and because of that, the downtime of the repositories.

Regarding your 504 gateway error, it should not be caused by the downtime of the Zentyal repositories. I recommend you analyze the following log files in order to identify why your Zentyal Admin Interface had issues.
  • /var/log/zentyal/
  • /var/log/syslog

Best regards, Daniel Joven.

21
Directory and Authentication / Re: AD Stop Working on Windows 11 22H2
« on: November 10, 2022, 10:24:01 am »
Hi guys,

We have added an additional workaround in the documentation that allows upgrading Samba to 4.16. As you will see, this workaround is easier than the other but it has some points to consider.

So, all of you have two ways to approach this bug and it depends on you what way you chose.

Thank you for your feedback.

Best regards, Daniel Joven.

22
Directory and Authentication / Re: AD Stop Working on Windows 11 22H2
« on: November 03, 2022, 05:22:40 pm »
Hello guys,

We have written a new entry in the official documentation where we propose a workaround until Zentyal 8.0 is released or Samba fixes the bug in Ubuntu 20.04. Below you have the links:

* English: https://doc.zentyal.org/en/workaround-windows11.html
* Spanish: https://doc.zentyal.org/es/workaround-windows11.html

For more information about the status of this issue and the comments from peptoniET, please, read the following answers.

* https://github.com/zentyal/zentyal/issues/2106#issuecomment-1302325083
* https://github.com/zentyal/zentyal/issues/2106#issuecomment-1302340821

Best regards, Daniel Joven.

23
Hi,

We have issued a new certificate. Now you can use HTTPS in your repository configuration.

Thank you for your feedback.

Best regards, Daniel Joven.

24
Other modules / Re: Webadmin error, after update.
« on: September 17, 2021, 12:57:20 pm »
Hi,

This error is a bug that is reported is Github.

* https://github.com/zentyal/zentyal/issues/2055

Best regards, Daniel Joven.

25
Email and Groupware / Re: Zentyal 7.0 Sogo-Sieve dont work
« on: August 23, 2021, 10:53:29 am »
Hi,

This behaviour is a bug reported, below you have the ticket. Until Developers Team fix it, you can set a valid email address to the postmaster box in the Zentyal Admin Interface.

* https://github.com/zentyal/zentyal/issues/2067

Best regards, Daniel Joven.

26
Hi Gilberto,

I did a few tests in my lab and I couldn't reproduce those errors, probably it was an isolated issue.

As an additional note, when you install all the modules but you skip their configuration in the wizard, it is normal to get the following messages in the log file 'syslog':

Code: [Select]
Your configuration is broken. Not reloading Apache 2
AH00526: Syntax error on line 47 of /etc/apache2/conf-enabled/SOGo.conf:
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration

This is because Webmail module isn't enabled yet.

Best regards, Daniel Joven.

27
Hi Deslack,

The command that you used to fix the Suricata public key is defined in the script:

Code: [Select]
## Adding Suricata repositorio for zentyal-ips module
if ! grep -qR 'http://ppa.launchpad.net/oisf/suricata-stable/ubuntu' /etc/apt/sources.list*
  then
    echo "deb http://ppa.launchpad.net/oisf/suricata-stable/ubuntu $(lsb_release -sc) main" >> /etc/apt/sources.list
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ${SURI_KEY}
fi

Is it possible that you already had that repository in your Ubuntu server? How many times times did you run the script?

Best regards, Daniel Joven.

28
Installation and Upgrades / Re: can't log in Webadmin
« on: June 08, 2021, 01:27:40 pm »
Hi denis.robel,

Thank you for the information, we are working in the solution.

Best regards, Daniel Joven.

29
Installation and Upgrades / Re: Problems with Upgrading to 7
« on: June 08, 2021, 01:25:50 pm »
It's as up-to-date as it will allow me, hence the problem above using the site you sent me, some of the output of the CLI commands is posted above.

Hi arch113,

Confirm that your Zentyal Server 6.2 is using Ubuntu 18.04 Bionic (lsb_release -a) and if it does, you can compare the script located at '/usr/share/zentyal/release-upgrade' with the following:
 
* https://github.com/zentyal/zentyal/blob/support/6.2/main/core/src/scripts/release-upgrade

And then, run it using the debug mode to see any error:

Code: [Select]
sudo bash -x /usr/share/zentyal/release-upgrade
Best regards, Daniel Joven.

30
I have two Zentyals, one upgraded fine, the other just hangs here

Code: [Select]
Setting up zentyal (7.0.0ubuntu1) ...
Setting up zentyal-firewall (7.0.0) ...
 * Restarting Zentyal module: firewall
   ...done.
Setting up zentyal-dns (7.0.2) ...
Installing new version of config file /etc/bind/db.root ...

Try to locate the process with the command 'lslocks | grep dns', kill it 'kill -9 id_process' and then, repair the packages using 'dpkg --configure -a'.

Pages: 1 [2] 3 4