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 - m.walecki

Pages: [1]
1
Other modules / Error after restart DNS module
« on: May 22, 2021, 09:31:14 pm »
Restarting the DNS module gives the following error:
2021/05/22 20:17:47 ERROR> Service.pm:969 EBox :: Module :: Service :: restartService - Error restarting service: Can't call method "valueByName" on an undefined value at / usr / share / perl5 / EBox / DNS.pm line 1291.

DNS module is not working. Restarting the server and updating the system does not help either.

How to solve the problem?

2
Installation and Upgrades / Bridged bonding doesn't work on Zentyal 4.0
« on: January 07, 2015, 09:22:05 am »
I noticed that no one was interested in my problem for almost a year :( So, I decided to look for the problem and put here more information about the bonding error. Maybe now someone will find a way to help me.

Currently I have Zentyal version 4.0.5 and continues I have problems with bonding. I looked through the logs and noticed that the method _preSetConf from file /usr/share/perl5/EBox/Network.pm generates an error. According to me there is an error in the 3716 line:
Code: [Select]
push (@cmds, "/usr/sbin/brctl delbr $if");
I think it should be like this:
Code: [Select]
my $bridge = $self->ifaceBridge($if);
push (@cmds, "/sbin/brctl delif br$bridge $if");

I changed it, but there are still bond0 errors. Logs are as follows:
Code: [Select]
/sbin/ip address flush label bond0
/sbin/ip address flush label bond0:*
/sbin/ifdown --force -i /etc/network/interfaces bond0
/sbin/brctl delif br1 bond0 failed.
Error output: interface bond0 does not exist!
Code: [Select]
/sbin/ip address flush label eth0
/sbin/ip address flush label eth0:*
/sbin/ifenslave --force -d bond0 eth0
/sbin/ifdown --force -i /etc/network/interfaces eth0 failed.
Error output: bond0: no such interface
Code: [Select]
/sbin/ip address flush label eth1
/sbin/ip address flush label eth1:*
/sbin/ifenslave --force -d bond0 eth1
/sbin/ifdown --force -i /etc/network/interfaces eth1 failed.
Error output: bond0: no such interface
Code: [Select]
/sbin/ip address flush label eth2
/sbin/ip address flush label eth2:*
/sbin/ifenslave --force -d bond0 eth2
/sbin/ifdown --force -i /etc/network/interfaces eth2 failed.
Error output: bond0: no such interface

_preSetConf Method generates all of the above errors.

I hope that there will be a person who can help solve this problem, because I think there is a bug in Zentyal. I am very keen on adding bond0 to the bridge, and I can not do it using Zentyal.

I will continue testing and looking for solution...

3
Installation and Upgrades / Bridged bonding doesn't work on Zentyal
« on: April 18, 2014, 08:32:13 am »
When I created bond0 on interfaces eth2, eth3 and I configured DHCP on bond0 then bonding works very well. But when I added the bond0 to bridge br1 with DHCP then bonding doesn't work. In the Dashboard the bond0 is down. Why?

I have a second question:

Why can't I create a second bonding, for example bond1? When I try adding new bonding then Zentyal give me an error. Is Zentyal can be configured with only one bonding?

Pages: [1]