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 ... 9 10 [11] 12 13 14
151
Directory and Authentication / Re: Netlogon? Scripts
« on: December 09, 2021, 12:27:24 pm »
Hi,

According the configuration file '/etc/samba/smb.conf', the logon directory is located at '/var/lib/samba/sysvol/domain_name/scripts'. You could try to change temporarily the permissions or change the group owner to 'domain users'.

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

152
Spanish / Re: Zentyal 7 no carga el Dashboard después de actualizar.
« on: December 07, 2021, 03:47:43 pm »
Hola Orelvigm,

Los usuarios para acceder al Webadmin son del propio sistema, y para ser más concretos, son los usuarios que pertencen al grupo 'sudo'. Lo que se me ocurre que puedes hacer es parar temporalmente el módulo de Webadmin. Después, asegúrate de que el uso de recursos del servidor es correcto. A continuación, vuelve a iniciar el módulo y trata de logearte una vez más. En caso de que incidencia persista, indícanos el uso de recursos del servidor en el momento del login (cpu y memoria) así como los últimos registros del log '/var/log/zentyal/zentyal.log'.

NOTA-1: Asegúrate que los registros del archivo de log mencionado no contienen información sensible antes de postearlos.
NOTA-2: El comando para parar e iniciar el módulo Webadmin es:

Code: [Select]
## Para iniciar:
sudo zs webadmin stop

## Para iniciar
sudo zs webadmin start

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

153
Email and Groupware / Re: Zentyal 7 and Thunderbird configuration
« on: December 07, 2021, 03:40:44 pm »
Hi Tomasich,

You need to configure 'Normal password' in the 'Authentication' field for Incoming and Outgoing methods.

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

154
Hi,

So I tried to install Zentyal on top of Ubuntu 20.04LTS as mentioned here: https://doc.zentyal.org/en/installation.html#installation-on-top-of-ubuntu-20-04-lts-server-or-desktop

on reboot Zentyal/Ubuntu don't have IP, and netplan is removed
and obviously without network, I'm unable to install zentyal-network module
how I could resolve that ?

You could use 'dhclient' or 'ip' commands to configure the network temporarily.

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

155
Spanish / Re: Error al Ver los Registros en Zentyal 7.0
« on: December 07, 2021, 03:33:38 pm »
Hola,

Efectivamente, este comportamiento es un bug. Tal y como indiqué en otro hilo, un workaround temporal es crear una tarea de cron que reinicie el módulo de Webadmin cada X horas. A continuación un ejemplo de la tarea programada que me funciona ami:

Code: [Select]
## Workaround
## Added on: 15-09-2021
## Bug: https://github.com/zentyal/zentyal/issues/2055
0 */6 * * * /usr/bin/zs webadmin restart >/dev/null 2>&1

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

156
Installation and Upgrades / Re: Upgrade to 7 using CLI
« on: November 23, 2021, 03:11:51 pm »
Hi,

'http://packages.zentyal.com/zentyal-qa' is the commercial repository. Are you using a commercial license o a trial version?

If you are not, just comment that repository and set the community:

Code: [Select]
deb http://packages.zentyal.org/zentyal 7.0 main extra

If you have a trial version or a commercial version, just make sure that the 'HTTP' protocol is set un the URL of the configuration file '/etc/apt/auth.conf'.

Code: [Select]
machine http://packages.zentyal.com ...

--

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

157
I think is because of this:

* https://wiki.samba.org/index.php/Joining_a_Windows_Server_2012_/_2012_R2_DC_to_a_Samba_AD

--

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

158
Other modules / Re: Endless login popups from Proxy
« on: November 11, 2021, 10:24:06 am »
You should report this bug and provide the solution and the details you can in Github.

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

--

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

159
Other modules / Re: CRL URL
« on: November 04, 2021, 02:11:07 pm »
Hi,

Take a look at the directory '/var/lib/zentyal/, there you should see subdirectory called 'CA' with the certificates, keys and CRL information.

--

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

160
Directory and Authentication / Re: Issue with Bind?
« on: November 04, 2021, 02:07:20 pm »
Hi,

Did you check the configuration of the '/etc/resolv.conf'? Or perhaps is something about Bind cache.

Could you explain which actions you do when you said 'i create a dns host overide to resolve erp.mydomain.com to 192.168.0.160'?

--

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

161
Spanish / Re: Consulta de datos mediante Powershell
« on: November 04, 2021, 02:03:07 pm »
Hola,

Me temo que no es posible todavía, te indico a continuación una contestación vieja pero que describe el problema que estás teniendo.

* https://samba.samba.narkive.com/TuymWiOJ/samba4-domain-and-powershell

Si quieres automatizar tareas, puedes usar los comandos los siguientes comandos en el propio servidor Zentyal: samba-tool , ldbsearch y pdbedit

--

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

162
Installation and Upgrades / Re: Error restoring Config Backup
« on: October 29, 2021, 04:28:45 pm »
Hi,

This error is explained in the following post:

* https://forum.zentyal.org/index.php/topic,35179.msg114328.html#msg114328

--

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

163
Hi,

You can try to skip the wizard configuration, or try to install an Ubuntu 12.04 and then, add the Zentyal repository and install Zentyal. NOTE: I didn't test this option in Zentyal 3.2 version.

The repository should something like this: 'deb http://archive.zentyal.org/zentyal 3.2 main extra' and the repository key is in this URL: 'http://keys.zentyal.org/zentyal-3.2-archive.asc'. After that, search for a package called 'zentyal' and 'zenbuntu '.

Hope it helps.

--

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

164
Installation and Upgrades / Re: Temporary failure in name resolution
« on: October 25, 2021, 10:45:32 am »
Hi,

When you lost the content of the '/etc/resolv.conf', the proper way to fix it is restarting the network module instead of editing yourself that configuration file. Zentyal should be able to generate again the content, however, sometimes I had to restart twice the module to recover the content.

Code: [Select]
sudo zs network restart

--

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

165
Directory and Authentication / Re: OU "groups" not show in RSAT
« on: October 25, 2021, 10:40:44 am »
Hello,

"Groups" and "Users" are containers and not OUs, that why you can see them as the other OUs in RSAT.

--

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

Pages: 1 ... 9 10 [11] 12 13 14