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

Pages: [1]
1
Other modules / Re: DHCP server broken on non-Ubuntu kernels
« on: December 18, 2016, 03:47:01 pm »
I see. Unfortunately, if Virtualisation wasn't mandatory in my home environment, I would use an old laptop (Celeron M or Pentium M/512MB RAM) which is a fine pfSense box doing its job perfectly at my client's location.

2
Other modules / Re: DHCP server broken on non-Ubuntu kernels
« on: December 18, 2016, 10:23:22 am »
When I was over at Netgate, I know there was some discussion on this.  I am not sure if they were targeting the 2.4 release to resolve it.  I can say that their hardware is pretty high quality.
I am not sure what are you talking about.

4
Other modules / Re: DHCP server broken on non-Ubuntu kernels
« on: December 18, 2016, 12:48:12 am »
No. Arch Linux. I thought it might be AppArmor thing, so I compiled a new kernel with its full support, but that did not solve the problem.

5
Installation and Upgrades / List of connected fixed IP clients?
« on: December 16, 2016, 02:45:53 am »
I am coming from pfSense, and there in the DHCP leases section, you can see all clients, not just those with dynamic leases. It also shows their online/offline status. This is a very useful thing when you want to see how many and what machines are running at the time, with both fixed and dynamic IP.

Can something similar be achieved on Zentyal?

6
Other modules / Re: DHCP server broken
« on: December 13, 2016, 09:47:34 pm »
I think the problem is related to the kernel. When Zentyal is run in LXD on top of non-ubuntu linux, it is using host's kernel. And it seems that for some reason Zentyal's DHCP is dependant on ubuntu-kernel specific functions.

Is there some way around it?

7
Other modules / Re: DHCP server broken in Zentyal 5.0
« on: December 12, 2016, 11:47:46 am »
Here are the logs to show for it:
Code: [Select]
Command output: .
Exit value: 1
2016/12/12 10:45:23 INFO> Base.pm:231 EBox::Module::Base::save - Restarting service for module: logs
2016/12/12 10:45:23 ERROR> GlobalImpl.pm:735 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: dhcp  at The following modules failed while saving their changes, their state is unknown: dhcp  at /usr/share/perl5/EBox/GlobalImpl.pm line 735
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x49d3c40)', 'progress', 'EBox::ProgressIndicator=HASH(0x23706b0)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x49d36d0)', 'progress', 'EBox::ProgressIndicator=HASH(0x23706b0)') called at /usr/share/zentyal/global-action line 32
eval {...} at /usr/share/zentyal/global-action line 30

8
Other modules / DHCP server broken on non-Ubuntu kernels
« on: December 12, 2016, 12:10:44 am »
I just installed bare Ubuntu 16.04 server (lxc container) and Zentyal on top of it (like so: https://wiki.zentyal.org/wiki/Installation_Guide ) three times, and it is not possible to make its DHCP server work.

Every time I try to enable (or disable) it, I get an error message
Code: [Select]
Some modules reported error when saving changes . More information on the logs in /var/log/zentyal/

The following modules failed while saving their changes, their state is unknown: dhcp

I tried reinstalling it form GUI and from command line - to no avail.
There is nothing in /var/log/zentyal/errors.log
The file /etc/dhcp/dhcpd.conf remains untouched with default sparse config regardless of how much settings I add to DHCP server from web gui.

I finally did some manual editing of the file and only then clients were able to get IP addresses. But I need the GUI to manage clients so that is not a solution.

What can be done to fix it?

Pages: [1]