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 - Gilberto Ferreira

Pages: 1 [2] 3 4 ... 34
16
Installation and Upgrades / Re: Manual install on 18.04 no networking
« on: August 12, 2019, 05:42:55 am »
Hello,

I setup a new box with Ubuntu 18.04 LTS and manually installed the zentyal packages.
On the configuration page I wanted to install networking, but it failed.
Upon trying to manually install zentyal-network through apt, it showed a conflict with netplan.io
As I thought zentyal will take over the tasks (otherwise why would it have a conflict) I removed netplan and installed the zentyal packages.

But now after booting it doesn't get any network connection.
It does have an IP address and I can access it through ssh in my local network,
but any attempt at outgoing connections (apt-get update, ping, ...) result in name resolution errors.
The DNS is set correctly (at least it's listed on the webportal) and there is no gateway (even setting it statically in the webportal didn't change anything)

HI there

You can add a dns nameserver into /etc/resolv.conf, using this comand:

echo 'nameserver 8.8.8.8' > /etc/resolv.conf

Or edit it with nano

And you can add a default gateway using this:


route add default gw <gateway IP>

Then try use apt update and so on...

17
Installation and Upgrades / Re: Backup took to long to list files...
« on: August 09, 2019, 02:09:05 pm »
:)

Zentyal 5.0 and Zentyal 6.0 have an utility called redisvi able to edit the database. But I don't know if it is ready on Zentyal 4.0.

I fear you'll have to use the usual redis command line tools. In a few days I'll be able to assist you in a more detailed way.

Cheers!

Thanks

18
Installation and Upgrades / Re: Backup took to long to list files...
« on: August 04, 2019, 10:54:28 pm »
Hi!  :)
I don't know so old Zentyal versions.  :o

I have downloaded the Zentyal 3.5 code from Github and I have searched for 'ebackup' templates but the only config file I have found is this:
https://github.com/zentyal/zentyal/blob/3.5/main/ebackup/conf/ebackup.conf
which specifies:
 
Code: [Select]
# Config keys are set this way:
key = value

and

Code: [Select]
# This file contains the most basic settings, most other stuff is configured
# using the web interface.

So, I think you should be able to change the parameter here if you reach to know his name.

I haven't found any official download link for Zentyal 3.5, so, I can't do some trials as I would like to do.


Another option should be to move backuped files to an other folder (or to remove them) So you could re-take the control.

The last option I have in this moment is to change the value on the redis database and to restart the server.

Tell me how do you manages the issue please.

Cheers!

The conf files theres no options to edit the webadmin interface in backup sections, in order to restore the view option...
I also tried to change the folder name but not work at all.
How can I change redis-server??

Thanks a lot

19
Installation and Upgrades / Backup took to long to list files...
« on: August 03, 2019, 01:56:26 am »
Hi there!

I have Zentyal 3.5 here and install ebackup (duplicity) and for my mistake, I set to view all the files (or itens) into restore files tab...
There's thousands files and took too long list them...

The problem occur when I try to display this page:

https://189.115.89.18:50443/SysInfo/EBackup#RemoteFileList

I have seen that uwsgi process took 100% of CPU:

14917 ebox      20   0  757780 394492  54992 R 100,0  4,9   3:50.59 uwsgi                                                           

And I also notice that when I kill the process uwsgi, I am able to return to the dashboard after a while...

How can I reset the view to just 10 itens??

Thanks

https://photos.app.goo.gl/dzT53gAUa8ChLEhi9


20
Hi there!

I am using Zentyal 6 and notice this warn in zentyal.log, after restart DHCP module:

2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 114.
2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - readdir() attempted on invalid dirhandle $dirHandle at /usr/share/zentyal/stubs/dhcp/includes.mas line 17.
2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - closedir() attempted on invalid dirhandle $dirHandle at /usr/share/zentyal/stubs/dhcp/includes.mas line 21.

What should cause this issue?
Sometimes, the module showing in dashboard as stopped.
So I click in restart module, get the information above and the module still show as stopped.
However, the services dhcpd remain in running state...

Any clue??

Thanks

I have reinstall zentyal-dhcp and the issue is gone.
The module doesn't stop anymore.
However, I still get that WARN message...

Thanks anyway

21
Hi there!

I am using Zentyal 6 and notice this warn in zentyal.log, after restart DHCP module:

2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - Use of uninitialized value $dir_path in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Tools.pm line 114.
2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - readdir() attempted on invalid dirhandle $dirHandle at /usr/share/zentyal/stubs/dhcp/includes.mas line 17.
2018/11/12 14:45:05 WARN> zentyal.psgi:43 Plack::Sandbox::_2fusr_2fshare_2fzentyal_2fpsgi_2fzentyal_2epsgi::__ANON__ - closedir() attempted on invalid dirhandle $dirHandle at /usr/share/zentyal/stubs/dhcp/includes.mas line 21.

What should cause this issue?
Sometimes, the module showing in dashboard as stopped.
So I click in restart module, get the information above and the module still show as stopped.
However, the services dhcpd remain in running state...

Any clue??

Thanks

22
News and Announcements / Re: Zentyal 6.0 available!
« on: November 05, 2018, 03:19:51 pm »
[ From: https://wiki.zentyal.org/wiki/Zentyal_6.0_Changelog#squid ]
squid
Remove adzapper integration as it is no longer maintained in 18.04
HTTPS block rules are evaluated first and packets are rejected
Group-based user authentication for commercial editions !!!!!!!!!!!!!!!!!!!!!!!!!

Now with need buy commercial edition subscription in order to make squid works with Group-based user auth?
Too bad! =(

23
Amigos...

Vamos criar um Fork do Zentyal??? Quem topa???

Pegar as coisas melhores e colocar tudo em um pacote só???

Abs

24
Wow!

Nice to hear that!...

Congratulations

25
Did you notice if this IP is recursive??
I meant, the update always come from this IP??
Consider to block it in your Firewall, or something.

26
Well

I see nothing that compromise the Server in logs and nothing that justify hangs or freezing...

Perhaps you to consider power line, power supply or even energy peak in your data center!

I am in the dark as well and trying to help you, but there's a lot of things to take in count!

I hope you can find the issue and solve it!

Sorry for nothing help with more!

27
Can you post zentyal.log, syslog and dmesg output?

28
Portuguese / Re: Gerenciamento de Backup
« on: February 22, 2017, 02:26:50 pm »
Sim...

Ao menos nas versões mais antigas, ele tem um módulo para backup, incluindo para fazer backup incremental, com criptografia, para SSH ou FTP

https://wiki.zentyal.org/wiki/En/3.5/Backup

https://wiki.zentyal.org/wiki/Data_backups_with_Duplicity

29
Hi

Are you alread consider to change the server??
Perhaps this is a hardware issue.

30
News and Announcements / Re: Zentyal 5.0 available!
« on: January 22, 2017, 03:13:07 pm »
Huh!

That's bad news!

I hope they can fix it same day in the future!

Pages: 1 [2] 3 4 ... 34