Ticket #4705 (closed defect: fixed)
Fresh install Zentyal 2.3 firewall module unknown status
| Reported by: | darren@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 3.0 | Component: | firewall |
| Severity: | critical | Keywords: | |
| Cc: |
Description
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: firewall The following modules failed while saving their changes, their state is unknown: firewall at /usr/share/perl5/EBox/GlobalImpl.pm line 683 EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl?=HASH(0x25cbaa0)', 'progress', 'EBox::ProgressIndicator?=HASH(0x25c2f00)') called at /usr/share/perl5/EBox/Global.pm line 95 EBox::Global::AUTOLOAD('EBox::Global=HASH(0x25cb6c8)', 'progress', 'EBox::ProgressIndicator?=HASH(0x25c2f00)') called at /usr/share/zentyal/global-action line 39
Attachments
Change History
Changed 11 months ago by darren@…
-
attachment
logs.tar.bz2
added
comment:2 Changed 11 months ago by jamor@…
Hello Darren,
Thanks for your report, I think you have spotted a bug.
However I need the following information to figure out what is happening:
- configuration of eth1 on the zentyal interface
- output of the command: '/sbin/ifconfig eth1'
Regards,
Javier
comment:3 Changed 11 months ago by darren@…
Configuration of eth1 is 10.0.5.1/28 10.0.6.1/27
/sbin/ifconfig eth1 eth1 Link encap:Ethernet HWaddr 00:1a:92:45:d0:88
inet addr:10.0.5.1 Bcast:10.0.5.15 Mask:255.255.255.240 inet6 addr: fe80::21a:92ff:fe45:d088/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:126 errors:0 dropped:0 overruns:0 frame:0 TX packets:87 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16468 (16.4 KB) TX bytes:14158 (14.1 KB) Interrupt:23 Base address:0xe000
/sbin/ifconfig eth1:guests eth1:guests Link encap:Ethernet HWaddr 00:1a:92:45:d0:88
inet addr:10.0.6.1 Bcast:10.0.6.31 Mask:255.255.255.224 UP BROADCAST MULTICAST MTU:1500 Metric:1 Interrupt:23 Base address:0xe000
comment:4 Changed 11 months ago by jamor@…
- Status changed from accepted to closed
- Resolution set to fixed
Thanks for the feedback, with it I have fixed this. (Changeset [7b09705] )
If you don't want to wait for the next release of zentyal-network , you can hotfix with this steps:
- Download the new version Network.pm from http://git.zentyal.org/zentyal.git/blob_plain/7b09705d87136b3140c750d538638562109ddee5:/main/network/src/EBox/Network.pm
- Use it to replace /usr/share/perl5/EBox/Network.pm (make a backup of this file)
- Restart the firewall 'sudo /etc/init.d/zentyal firewall restart'
- Restart the web interface 'sudo /etc/init.d/zentyal apache restart'
Maybe after mending your system it will be worth to try again to et the static gateway?.
Regards,
Javier
error log and zentyal log