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

Pages: [1] 2
1
Installation and Upgrades / Re: Issue with zentyal
« on: October 20, 2021, 11:16:54 am »
Hi,

I experience the same mistake. Zentyal 6.2 with latest updates.

When I try to restart on dashboard or command line I have this error in zentyal.log:

2021/10/20 03:17:37 INFO> Service.pm:965 EBox::Module::Service::restartService - Restarting service for module: mail
2021/10/20 03:17:39 ERROR> LDAP.pm:196 EBox::Module::LDAP::_connectToSchemaMaster - Error binding to schema master LDAP: An error occurred in C<Net::LDAP>
 at Error binding to schema master LDAP: An error occurred in C<Net::LDAP>
 at /usr/share/perl5/EBox/Module/LDAP.pm line 196
EBox::Module::LDAP::_connectToSchemaMaster('EBox::Mail=HASH(0x5567c4f07eb8)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 275
EBox::Module::LDAP::_loadSchemasFiles('EBox::Mail=HASH(0x5567c4f07eb8)', 'ARRAY(0x5567c6434800)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 267
EBox::Module::LDAP::_loadSchemas('EBox::Mail=HASH(0x5567c4f07eb8)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 341
EBox::Module::LDAP::_performSetup('EBox::Mail=HASH(0x5567c4f07eb8)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 331
EBox::Module::LDAP::_regenConfig('EBox::Mail=HASH(0x5567c4f07eb8)', 'restart', 1, 'restartModules', 1) called at /usr/share/perl5/EBox/Module/Kerberos.pm line 378
EBox::Module::Kerberos::_regenConfig('EBox::Mail=HASH(0x5567c4f07eb8)', 'restart', 1, 'restartModules', 1) called at /usr/share/perl5/EBox/Module/Service.pm line 967
eval {...} at /usr/share/perl5/EBox/Module/Service.pm line 966
EBox::Module::Service::restartService('EBox::Mail=HASH(0x5567c4f07eb8)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119
EBox::Util::Init::moduleAction('mail', 'restartService', 'restart') called at /usr/share/perl5/EBox/Util/Init.pm line 247
EBox::Util::Init::moduleRestart('mail') called at /usr/bin/zs line 62
main::main at /usr/bin/zs line 82
2021/10/20 03:17:39 ERROR> Service.pm:969 EBox::Module::Service::restartService - Error restarting service: Error binding to schema master LDAP: An error occurred in C<Net::LDAP>
2021/10/20 03:17:39 ERROR> Service.pm:971 EBox::Module::Service::restartService - Error binding to schema master LDAP: An error occurred in C<Net::LDAP>
 at Error binding to schema master LDAP: An error occurred in C<Net::LDAP>
 at /usr/share/perl5/EBox/Module/Service.pm line 971
EBox::Module::Service::restartService('EBox::Mail=HASH(0x5567c4f07eb8)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119

When the mail service shuts down, I can't restart it.  Later, when I get up in the morning I can restart the mail service with the zs mail start command.

This is a serious problem, could anyone help?

Thank you for your help.

2
Dear turalyon,

thanks for your advice but unfortunately this is not a solution for me.

I am running two virtual machines (FreePBX and Windows) under Zentyal and the server is no longer suitable for this task. Therefore, it would be a solution to replace mysql 8 with mariadb or mysql 5.7.

Unfortunately, I haven't been able to solve this under Zentyal 7 yet I'm looking for a solution.

Thanks for your help.

3
Other modules / Re: Enabling IDS/IPS stops internet on interface
« on: May 20, 2021, 11:11:59 pm »
Hello webmaster,

thank your for the link. I now understand what this problem is and I am glad that they are already working on solving it.

Thanks and Regards

4
Hello,

unfortunately, in addition to Zentyal, I also run other database programs but it doesn't work with MySQL 8.0. My database program works well with mariadb or MySQL 5.x versions.

I tried to install Zentyal version 7.0 with mariadb but during installation it removed mariadb and installed version 8.0 of MySQL.

How can I install Zentyal version 7.0 with mariadb?

Could someone help me?

Thanks for the help.

5
Other modules / Re: Enabling IDS/IPS stops internet on interface
« on: May 17, 2021, 02:30:49 pm »
Hello,

I have a similar problem. Zentyal 7.0, suricata 6.0.2, zentyal-ips 7.0.0, used virtual machine and br0 and eth0 interfaces

I installed the zentyal-ips package and it also installed the dependency suricata package. I enabled IDS/IPS and setup it on br0 then it disable all traffic (services) over LAN and suricata.service doesn't run and zentyal-ips module disabled.

When I enabled IDS/IPS and setup it on eth0 then LAN traffic enabled but suricata.service doesn't run and zentyal-ips module "Running".

I removed zentyal-ips and suricata then I install they again.
root@srv04:~# apt-get --purge remove zentyal-ips
root@srv04:~# apt-get --purge remove suricata
root@srv04:~# rm -rf /var/log/suricata
root@srv04:~# rm -rf /etc/suricata   
root@srv04:~# rm -rf /etc/default/suricata

root@srv04:~# apt-get install zentyal-ips

I checked suricata status
root@srv04:~# systemctl status suricata.service
● suricata.service - LSB: Next Generation IDS/IPS
     Loaded: loaded (/etc/init.d/suricata; generated)
     Active: active (running) since Mon 2021-05-17 13:35:41 CEST; 35s ago
       Docs: man:systemd-sysv-generator(8)
      Tasks: 14 (limit: 19013)
     Memory: 83.1M
     CGroup: /system.slice/suricata.service
             └─383442 /usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /var/run/suricata.pid --af-packet -D>

máj 17 13:35:41 srv04 systemd[1]: Starting LSB: Next Generation IDS/IPS...
máj 17 13:35:41 srv04 suricata[383422]: Starting suricata in IDS (af-packet) mode... done.
máj 17 13:35:41 srv04 systemd[1]: Started LSB: Next Generation IDS/IPS.

I don't understand why it used suricata.yaml when /etc/default/suricata includes SURCONF=/etc/suricata/suricata-debian.yaml parameter.

I enabled IDS/IPS on Webadmin but not setup it any interface and suricata.service exited and doesn't use SURFCONF parameter
root@srv04:~# systemctl status suricata.service
● suricata.service - LSB: Next Generation IDS/IPS
     Loaded: loaded (/etc/init.d/suricata; generated)
     Active: active (exited) since Mon 2021-05-17 13:38:27 CEST; 1min 4s ago
       Docs: man:systemd-sysv-generator(8)
      Tasks: 0 (limit: 19013)
     Memory: 0B
     CGroup: /system.slice/suricata.service

máj 17 13:38:27 srv04 systemd[1]: Starting LSB: Next Generation IDS/IPS...
máj 17 13:38:27 srv04 suricata[391965]: Starting suricata in IPS (nfqueue) mode... done.
máj 17 13:38:27 srv04 systemd[1]: Started LSB: Next Generation IDS/IPS.

Can someone help me?

Thanks and Regards

6
Hi turalyon,

I tested the scenario what you recommended.

The solution works. Thank you for your help.

Regards

7
Hi turalyon,

thank you for your help.

I'm going to try it on weekend and I'll report you what happened...

Thanks and Regards

8
Hi turalyon,

thank you for your advice.

My problem is how can I copy or move my old zentyal VMs to new zentyal server without I need to create VMs on new zentyal server. Or I need to create them?

Any advice?

Thanks and Regards

9
Hi,

I need to copy or move virtual machine to other zentyal.

How can I do it?

Thanks and Regards

10
Installation and Upgrades / Re: zentyal 6.2 install
« on: March 15, 2021, 11:56:17 am »
I didn't give up and I found in the log that the problem is with groff-base cheksum.

I checked the groff-base checksum in the iso file and in the installation pen drive. I found that the groff-base checksum in the iso file is correct but in the pen drive faulty.

I was looking for another pen drive and I wrote the iso file to it and then I managed to install zentyal 6.2.

Thanks and Regards

11
Installation and Upgrades / zentyal 6.2 install
« on: March 14, 2021, 06:43:23 pm »
Hi,

I need urgent help, please. I would like to install (reinstall) my zentyal server and I downloaded http://download.zentyal.com/zentyal-6.2-development-amd64.iso file. I think this is the latest installer file ...

But I can't install because the installer keeps displaying an error in the Select and Install Software menu.

The error on the F4 console is as follows:
Failed to download ubuntu-server-18.04.5 LTS Bionic Beaver release amd64 Hash sum is incorrect.

How can I fix it?

Thanks for help.

12
Installation and Upgrades / Re: Zentyal and MS SQL
« on: June 14, 2020, 08:40:47 pm »
Thanks for your help doncamilo!

This is not good news... It seems that the problem has not been solved in the last two years.

I'm using a virtual machine now but I want to eliminate that. It is therefore a waste of resources to operate a virtual machine. I have no luck...

Thanks and Regards

13
Installation and Upgrades / Re: Zentyal and MS SQL
« on: June 12, 2020, 09:10:42 pm »
I don't like to test on my working server but I found this problem:

https://forum.zentyal.org/index.php?topic=32370.0

and i want to know if it has been fixed yet?

Thanks and Regards

14
Installation and Upgrades / Zentyal and MS SQL
« on: June 11, 2020, 02:00:55 pm »
Hi,

I would like to know if it is possible to install MS SQL on Zentyal without any problem.

Microsoft has released the MS SQL database manager for Linux and runs on Ubuntu but I read that it doesn't work properly under Zentyal.

Unfortunately I would need MS SQL but I don't want to create a virtual machine for that.

Thanks for all the information and help.

Regars.

15
Hi,

thank you for your help. I wait the fix.

Regards

Pages: [1] 2