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

Pages: [1]
1
Hi,

Is this the valid configuration. I use bridge "br0" on top of interface "eth0", eth1 is not used.

Can someone with bridge post their results of this command
Code: [Select]
redis-cli
127.0.0.1:6379> select 0
OK
127.0.0.1:6379> GET network/conf/interfaces
"{\"eth0\":{\"method\":\"bridged\",\"external\":0,\"alias\":\"eth0\",\"virtual\":{},\"changed\":1,\"name\":\"eth0\",\"bridge_id\":1},\"eth1\":{\"name\":\"eth1\",\"alias\":\"eth1\",\"method\":\"notset\",\"external\":0},\"br0\":{\"alias\":\"br0\",\"method\":\"static\",\"external\":0,\"address\":\"192.168.168.250\",\"netmask\":\"255.255.255.0\",\"changed\":1,\"name\":\"br0\"}}"
Best Regards
Krzysztof

2
A managed to solve this myself, installing TryCatch from cpan not the one from Ubuntu.
So the solution is
Code: [Select]
cpan TryCatch

3
Hi, all

I have problem with starting zentyal after upgrade from ubuntu 14.04/Zentyal 4.2 to 16.04/Zentyal 5.0
When I try to start zentyal I am getting error like below.

Can you please help me to repair my server

Code: [Select]
service zentyal start
Job for zentyal.service failed because the control process exited with error code. See "systemctl status zentyal.service" and "journalctl -xe" for details.

Code: [Select]
journalctl -xe

Apr 24 12:03:57 zentyal systemd[1]: Starting Zentyal start/stop task...
-- Subject: Unit zentyal.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit zentyal.service has begun starting up.
Apr 24 12:03:57 zentyal zs[19906]: Can't locate TryCatch.pm in @INC (you may need to install the TryCatch module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/loc
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Sudo.pm line 25.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/share/perl5/EBox/Module/Base.pm line 28.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Module/Base.pm line 28.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/share/perl/5.22/base.pm line 97.
Apr 24 12:03:57 zentyal zs[19906]:         ...propagated at /usr/share/perl/5.22/base.pm line 106.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Module/Config.pm line 20.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/share/perl/5.22/base.pm line 97.
Apr 24 12:03:57 zentyal zs[19906]:         ...propagated at /usr/share/perl/5.22/base.pm line 106.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/GlobalImpl.pm line 21.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/share/perl5/EBox/Global.pm line 22.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Global.pm line 22.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/share/perl5/EBox/Util/Init.pm line 21.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/share/perl5/EBox/Util/Init.pm line 21.
Apr 24 12:03:57 zentyal zs[19906]: Compilation failed in require at /usr/bin/zs line 18.
Apr 24 12:03:57 zentyal zs[19906]: BEGIN failed--compilation aborted at /usr/bin/zs line 18.
Apr 24 12:03:57 zentyal systemd[1]: zentyal.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Apr 24 12:03:57 zentyal systemd[1]: Failed to start Zentyal start/stop task.
-- Subject: Unit zentyal.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit zentyal.service has failed.
--
-- The result is failed.


Pages: [1]