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 ... 11 12 [13] 14
181
Installation and Upgrades / Re: Migration from zentyal 4.0.18 to 7.0.4
« on: September 10, 2021, 04:34:38 pm »
When you import that backup, did you check in the Sogo database if the values of the users are restored?

Code: [Select]
## To access to the Sogo database
mysql -u root -p$(cat /var/lib/zentyal/conf/zentyal-mysql.passwd) sogo

--

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

182
Other modules / Re: How to configure ssh access to the Zentyal 7.0
« on: September 06, 2021, 03:50:48 pm »
Hi,

You need to check if the ssh service is running, which port it is using and if it is listening in that port:

Code: [Select]
## To see if the SSH is running
sudo systemctl status ssh

## To get the SSH port
sudo grep 'Port' /etc/ssh/sshd_config

## To see if the port is correctly listening (in this example, the port is 22)
ss -tunpl | grep '22'

Once you have ensure that the service is OK, make sure that the firewall allows the connection. You can check it in Zentyal Admin Interface.

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

183
Hi,

Even Zentyal has all the FSMO roles, it will always displays that it is an Additional Domain Controller. Don't change it or you will loose all the information from your Domain Controller, just ignore it.

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

184
Other modules / Re: DNS error after update
« on: August 23, 2021, 10:58:53 am »
If you are not using the HTTP Proxy module, just remove the module or move the configuration file '/etc/resolvconf/update-libc.d/squid'. After that, try to restart the network module and check if the issue is fixed.

185
The scripts are located at: '/usr/share/zentyal-samba/'.

186
Directory and Authentication / Re: can't create or edit users
« on: July 22, 2021, 12:11:25 pm »
Did you check the status of the internal database of Samba?

* https://wiki.samba.org/index.php/Dbcheck

187
Installation and Upgrades / Re: Zentyal 7 domain controller
« on: July 09, 2021, 10:12:37 am »
Hi,

You can add Windows XP machines to the domain, but keep in mind that this task reduces the security of the Domain Controller. Below you have the parameters that I added to the stub 'smb.conf.mas' in the section '[global]' to achieve this goal:

Code: [Select]
## 09-07-2021
## Allowing Windows XP
server min protocol = NT1
lanman auth = yes
ntlm auth = yes

188
Hola,

Ejecutando el siguiente comando podrás ver los servicios que crea Zentyal para gestionar las conexiones VPN.

Code: [Select]
find /lib/systemd/ | grep 'openvpn'

Una vez que hayas identificado su nombre, podrás gestionarlos con el comando 'systemctl', a continuación tienes 2 ejemplos:

Code: [Select]
sudo systemctl status ebox.openvpn.server.servidorvpn.service
sudo systemctl stop ebox.openvpn.server.servidorvpn.service

Espero que te sea de utilidad.

Un saludo!

189
Spanish / Re: Reiniciar modulos por la teriminal
« on: May 21, 2021, 05:37:38 pm »
Buenas tardes,

Desde Zentyal 5, el comando es 'zs', por ejemplo:

Code: [Select]
sudo zs webadmin restart
Un saludo!

190
Hi,

The package 'mysql-server' is a dependency of 'zentyal-core', so, those packages must be installed and configured, otherwise, your Zentyal server will be unstable.

Also, I don't think it is a good idea to install Mariadb in the same machine, did you consider Docker?


191
Email and Groupware / Re: archivemail in Zentyal 7 / Ubuntu 20
« on: April 16, 2021, 04:05:15 pm »
Did you test it?

192
Email and Groupware / Re: archivemail in Zentyal 7 / Ubuntu 20
« on: April 09, 2021, 02:41:49 pm »
Hi,

Dovecot has a command called 'doveadm' that helps to maintain and debug issues. For this particular case, I think that you could use the command 'doveadm expunge' to clean up the emails.

193
Directory and Authentication / Re: Users account locked
« on: March 31, 2021, 06:18:35 pm »
Hi,

Perhaps it is caused by the default settings of Samba. You can check it out with the following command:

Code: [Select]
samba-tool domain passwordsettings show

194
Portuguese / Re: Backup Bare-metal Zentyal
« on: March 31, 2021, 06:13:24 pm »
Você pode usar:
* tar
* rsync
* mysqldump


Ou também 'duplicity':
* http://duplicity.nongnu.org/vers8/duplicity.1.html

195
Hi,

I think that the steps to achieve your goal are:

1. Copy the VMs disks from your old Zentyal server to the new one.

2. Create the virtual machines with the same configuration but don't configure anything in the tab 'Device Settings' yet.

3. Once the directory of each VM have been created, move the hard drives to the correct directory.

4. Edit the VMs and configure the hard drive of that VM in the 'Device Settings' tab.

5. Finally, save changes and start the VM.

I don't know what is your current environment and also I didn't test this solution but I think it should work.

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