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 - turalyon

Pages: 1 [2] 3 4 ... 14
16
Hi,

You cannot upgrade Ubuntu and keep your current Zentyal 5.1 version. Keep in mind that Zentyal needs a specific version of Ubuntu to work, for instance:

- Zentyal 6.x → Ubuntu 18.04
- Zentyal 7.x → Ubuntu 20.04

So, if you want to upgrade Ubuntu, you must use the script ‘/usr/share/zentyal/release-upgrade’ provided by Zentyal.



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

17
Other modules / Re: Zentyal 7 and hosting web site
« on: July 31, 2023, 10:06:11 am »
Hi,

Apache is installed and used by Zentyal for the module Webmail, so you can create (/etc/apache2/sites-available/website.conf), configure and enable (a2ensite website) a new virtualhost in Apache without issues, just ensure that the ServerName directive exists and a DNS record is created. Also, don't forget to restart Apache2 service after enabling the site (sudo systemctl restart apache2).



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

18
Hello,

Did you check if the package ‘zentyal-samba’ uses at least version 7.0.2 (dpkg -l zentyal-samba)? The above versions have the following bug that blocks the DNS management and domain user creation.

- https://github.com/zentyal/zentyal/issues/2121



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

19
Check the following link out. It seems you are affected by a bug in Samba.

- https://github.com/zentyal/zentyal/issues/2132



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

20
Installation and Upgrades / Re: Cannot connect Group Policy
« on: June 14, 2023, 11:15:09 am »
Hi,

What Windows version are you using? Did you try to create another domain user, add it to the ‘Domain Admins’ group, and then, log in with it and try to use the RSAT again?

Also, did you add any custom rule in the firewall that might be causing this issue?

Finally, you can try to reduce the debug level of Samba, so you cannot see those messages, however, if I were you, I would keep it as it is now.



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

21
Directory and Authentication / Re: Log directories
« on: May 30, 2023, 10:01:21 am »
Hi,

By default, the DNS module does not record much information, however, this behavior can change using the below article, just remember to use the stubs ‘named.conf.options.mas'.

* https://kb.isc.org/docs/aa-01526

Regarding the domain controller, if the log file ‘/var/log/samba/samba.log’ does not fulfill your requirements, you will need to check the documentation of Samba so you can see what is the right parameter to increase the debug level. Again, remember to use the stub smb.conf.mas

--

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

22
Directory and Authentication / Re: Log directories
« on: May 29, 2023, 09:43:24 am »
Hi,

In the official documentation, there is a section called Most important log files, you should check it out. In fact, the whole 'Zentyal Maintenance' section is really useful to manage a Zentyal server.

* https://doc.zentyal.org/en/troubleshooting.html#most-important-log-files

--

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

23
Spanish / Re: No hay acceso a la interficie web
« on: May 26, 2023, 02:35:09 pm »
¿Has revisado los archivos de logs y servicios que gestionan el módulo de Webadmin?

Los archivos de logs que debes analizar para identificar y solventar la incidencia son:

* /var/log/zentyal/zentyal.log
* /var/log/zentyal/error.log
* /var/log/nginx/error.log
* /var/log/syslog

Adicionalmente, ejecutando los siguientes comandos también podrás obtener más información sobre los servicios que gestionan el módulo:

Code: [Select]
sudo systemctl status zentyal.webadmin-nginx zentyal.webadmin-uwsgi
sudo journalctl --no-pager -u zentyal.webadmin-nginx

Finalmente, la configuración que usa Zentyal para configurar Nginx - el servicio web que sirve el módulo de Webadmin - la tienes disponible en: /var/lib/zentyal/conf/nginx.conf . Allí podrás revisar la ruta a los certificados para después consultar su información usando el comando openssl. A continuación un ejemplo para ver el contenido de un certificado:

Code: [Select]
sudo openssl x509 -text -in /var/lib/zentyal/conf/ssl/ssl.pem

--

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

24
Installation and Upgrades / Re: Postfix configuration
« on: May 26, 2023, 02:22:21 pm »
There are specific configuration files that manage Zentyal like main.cf. To modify them, you must use the stubs. Below you have more information.

* https://doc.zentyal.org/en/appendix-c.html#stubs

--

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

25
You can delete any record using samba-tool command as the below link explains:

* https://wiki.samba.org/index.php/DNS_Administration#Delete_a_record

An example:

Code: [Select]
sudo samba-tool dns delete 127.0.0.1 test.local dc01 A 10.1.1.2 -U administrator

--

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

26
Installation and Upgrades / Re: Errore Backup
« on: April 28, 2023, 05:59:28 am »
Hi,

This error is a bug reported in the following link, you can follow the steps explained by 'djoven89' to fix it.

* https://github.com/zentyal/zentyal/issues/2119#issuecomment-1448096507

--

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

27
Hi,

Did you downgrade the Samba protocol in your Zentyal 7.0 so Windows XP can use the domain controller module on that server? Below are the parameters I set long ago in the stub smb.conf.mas.

Code: [Select]
## In [global] section

## For Windows XP
server min protocol = NT1
lanman auth = yes
ntlm auth = yes

--

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

28
Russian / Re: 504 Gateway Time-out nginx
« on: April 26, 2023, 10:49:14 am »
0.0.0.0:80 failed (98: Address already in use)

--

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

29
Spanish / Re: Envio constante de un correo
« on: April 26, 2023, 10:46:59 am »
Hola,

Hace un tiempo leí ese comportamiento en otro sitio y la 'solución' que aplicó el usuario fue crear un script y una tarea programada que revisaba periodicamente los emails encolados con un mensaje determinado (según parece, el mensaje que da ese comportamiento es muy característico) y los eliminaba de la cola usando el comando postsuper.

--

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

30
The error is reported in the following link:

https://github.com/zentyal/zentyal/issues/2119#issuecomment-1448096507

--

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

Pages: 1 [2] 3 4 ... 14