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.
1
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".
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".
2
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".
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".
3
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:
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:
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
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".
4
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".
* 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".
5
Directory and Authentication / Re: How to remove wrong DNS IP addres
« on: May 02, 2023, 03:43:35 pm »
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:
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
* 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".
6
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".
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".
7
Directory and Authentication / Re: XP machine can't access shares on Zentyal 7.0
« on: April 26, 2023, 10:53:28 am »
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.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
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".
8
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".
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
9
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".
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".
10
Installation and Upgrades / Re: Unable to take Zentyal Configuration backup got some error
« on: April 26, 2023, 10:40:39 am »
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".
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".
11
Other modules / Re: Network Configuration
« on: April 19, 2023, 01:44:35 pm »
You shouldn't change anything in Redis itself, you must use the Zentyal GUI. If for some reason you need it, you could use the script '/usr/share/zentyal/clean-conf network that resets the module from scratch. I am not sure if there would be an issue due to the module dependencies. So, if you try it, make sure you did a backup of the server.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
12
Installation and Upgrades / Re: Zentyal ADC installation and licensing
« on: April 18, 2023, 11:44:15 am »
You can install as many additional domain controllers as you want, however, keep in mind that those ADCs increase the complexity of your environment, so you should analyze if it is worth it or not.
Regarding the license question, you should contact sales so they can inform you.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
Regarding the license question, you should contact sales so they can inform you.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
13
Other modules / Re: Network Configuration
« on: April 18, 2023, 11:11:17 am »
Apparently, the interfaces name are gathered by the following function and passed as an argument to the stub 'interfaces.mas':
* https://github.com/zentyal/zentyal/blob/master/main/core/src/EBox/NetWrappers.pm#L83
Also, all the configurations you set in Zentyal GUI are stored in the Redis database, you can see all the configurations by running the following command:
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
* https://github.com/zentyal/zentyal/blob/master/main/core/src/EBox/NetWrappers.pm#L83
Also, all the configurations you set in Zentyal GUI are stored in the Redis database, you can see all the configurations by running the following command:
Code: [Select]
sudo /usr/share/zentyal/redisvi
## For a particular module
sudo /usr/share/zentyal/redisvi network
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
14
Other modules / Re: Network Configuration
« on: April 17, 2023, 03:15:49 pm »
Hi,
There is a stub called 'interfaces.mas' located by default in '/usr/share/zentyal/stubs/network/' that manages the '/etc/network/interfaces' configuration file.
* https://doc.zentyal.org/en/appendix-c.html#stubs
Remember that if you do any changes in the stub, you will need to run the following command to apply the changes:
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
There is a stub called 'interfaces.mas' located by default in '/usr/share/zentyal/stubs/network/' that manages the '/etc/network/interfaces' configuration file.
* https://doc.zentyal.org/en/appendix-c.html#stubs
Remember that if you do any changes in the stub, you will need to run the following command to apply the changes:
Code: [Select]
sudo zs network restart
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
15
Off topics / Re: SSL Certificate installation Mothed
« on: April 13, 2023, 10:13:22 am »
Depending on the module you want to configure, you will need to modify one stub or another. Below you have two links from the documentation that will help you to identify the correct one.
* https://doc.zentyal.org/en/ca.html#let-s-encrypt-configuration
* https://doc.zentyal.org/en/appendix-c.html#stubs
NOTE: Do not forget to restart the module to apply the changes.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
* https://doc.zentyal.org/en/ca.html#let-s-encrypt-configuration
* https://doc.zentyal.org/en/appendix-c.html#stubs
NOTE: Do not forget to restart the module to apply the changes.
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever".