Recent Posts

Pages: [1] 2 3 ... 10
1
News and Announcements / Re: Zentyal 7.0 available!
« Last post by trvaa on June 09, 2023, 04:12:04 pm »
This may explain!

https://www-heraldo-es.translate.goog/noticias/aragon/zaragoza/2019/02/06/audiencia-zaragoza-condena-dos-ejecutivos-empresa-zentyal-administracion-desleal-1291185-2261126.html?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp



Sorry where?

All links are dead...

Downloads community version (any) not possible. Always Document not found Error 404.
Sad... Is community still alive?
FF 88.0.1, Ubuntu 20.04 LTS
2
Hi afranca,

If you edit default Linux config files, Zentyal will overwrite them on reboot.

Use Hooks and Stubs to create persistent configuration

please look at https://doc.zentyal.org/en/appendix-c.html#stubs and https://doc.zentyal.org/en/appendix-c.html#hooks

Cheerio
3
It worked for me. Thnx a lot ! :)
4
Any solution?

I'm having this same problem.
5
Directory and Authentication / Re: Log directories
« Last post by turalyon 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".
6
Directory and Authentication / Re: Log directories
« Last post by PeterTTR on May 30, 2023, 02:43:56 am »
Thanks turalyon for your reply, I went through all those log files in instruction but couldnt find anything relate to my request.

For example:

1. DNS I want to see logs of bind9 service. I have another bind9 service install for POC and I can see detail logs in /var/log/named/ related to query denied, resolving AAAA, etc.
2. LDAP I want to see logs of user authentication, success or not.

Please let me know if I'm able to see that logs, many thanks.
7
Spanish / Re: No hay acceso a la interficie web
« Last post by jporras on May 29, 2023, 01:26:25 pm »
Hola Turalyon, muchísimas gracias por tu ayuda, con la información que me has dado he podido solucionar el problema.

El problema era el certificado /var/lib/zentyal/conf/ssl/ssl.pem ya que en /var/log/nginx/error.log me aparecia el error ANY PRIVATE KEY error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib. Parece que le faltaba una parte.

Lo que he hecho es montarme otro Zentyal nuevo en un VirtualBox y copiar el contenido de la /var/lib/zentyal/conf/ssl/ en mi Zentyal original, una vez hecho aplicar permisos a los certificados 600 y usuario root:root, arrancar el webadmin mediante systemctl start zentyal.webadmin-nginx zentyal.webadmin-uwsgi y todo ha vuelto a la normalidad.

He mirado de detallarlo un poco por si a alguien le pasa.

Muchas gracias de nuevo Turalyon, un saludo!
8
Directory and Authentication / Re: Log directories
« Last post by turalyon 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".
9
Directory and Authentication / Log directories
« Last post by PeterTTR on May 29, 2023, 12:52:46 am »
Hi Team,

I'm using Zentyal 5.1 version, currently trying to find where the log files of services within Zentyal like DNS, SAMBA, LDAP, FileSharing, etc. so I can send those log files to another service for monitoring.

I couldnt find them anywhere, is there any clue please?

Many thanks, Peter
10
Spanish / Re: No hay acceso a la interficie web
« Last post by turalyon 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".
Pages: [1] 2 3 ... 10