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.


Topics - jaapzee

Pages: [1]
1
Installation and Upgrades / Zentyal 4.0 on Ubuntu 14.04.1 LTS [SOLVED]
« on: November 26, 2014, 12:18:50 pm »
I'm trying to install Zentyal 4.0 on Ubuntu 14.04.1 LTS.

I get the following dependency problem:
Code: [Select]
dpkg: dependency problems prevent configuration of zentyal-software:
 zentyal-software depends on zentyal-core (>= 4.0); however:
  Package zentyal-core is not configured yet.
 zentyal-software depends on zentyal-core (<< 4.1); however:
  Package zentyal-core is not configured yet.

dpkg: error processing package zentyal-software (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of zentyal:
 zentyal depends on zentyal-core; however:
  Package zentyal-core is not configured yet.
 zentyal depends on zentyal-software; however:
  Package zentyal-software is not configured yet.

dpkg: error processing package zentyal (--configure):
 dependency problems - leaving unconfigured

/var/lib/zentyal/tmp/mason.err:
Code: [Select]
Could not connect to Redis server at /var/lib/zentyal//redis.ebox.sock: No such file or directory at /usr/share/perl5/Redis.pm line 550.
        Redis::__build_sock('Redis=HASH(0x3db42d0)') called at /usr/share/perl5/Redis.pm line 529
        Redis::__connect('Redis=HASH(0x3db42d0)') called at /usr/share/perl5/Redis.pm line 127
        Redis::new('Redis', 'sock', '/var/lib/zentyal//redis.ebox.sock', 'encoding', undef) called at /usr/share/perl5/EBox/Config/Redis.pm line 517
        EBox::Config::Redis::_respawn('EBox::Config::Redis=HASH(0x3db4030)') called at /usr/share/perl5/EBox/Config/Redis.pm line 63
        EBox::Config::Redis::_new('EBox::Config::Redis') called at /usr/share/perl5/EBox/Config/Redis.pm line 92
        EBox::Config::Redis::instance('EBox::Config::Redis') called at /usr/share/perl5/EBox/Module/Config.pm line 47
        EBox::Module::Config::_create('EBox::GlobalImpl', 'name', 'global', 'printableName', 'global') called at /usr/share/perl5/EBox/GlobalImpl.pm line 71
        EBox::GlobalImpl::_new_instance('EBox::GlobalImpl') called at /usr/share/perl5/Class/Singleton.pm line 58
        Class::Singleton::instance('EBox::GlobalImpl') called at /usr/share/perl5/EBox/Global.pm line 38
        EBox::Global::new('EBox::Global', undef) called at /usr/share/perl5/EBox/Global.pm line 56
        EBox::Global::getInstance('EBox::Global') called at /usr/share/zentyal/sudoers-friendly line 40

/var/log/syslog:
Code: [Select]
Nov 26 09:27:01 ubuntu kernel: [55740.261985] init: ebox.redis main process (8784) terminated with status 1
Nov 26 09:27:01 ubuntu kernel: [55740.262005] init: ebox.redis main process ended, respawning
Nov 26 09:27:01 ubuntu kernel: [55740.280415] init: ebox.redis main process (8787) terminated with status 1
Nov 26 09:27:01 ubuntu kernel: [55740.280429] init: ebox.redis main process ended, respawning
Nov 26 09:27:01 ubuntu kernel: [55740.298568] init: ebox.redis main process (8790) terminated with status 1
Nov 26 09:27:01 ubuntu kernel: [55740.298581] init: ebox.redis main process ended, respawning
Nov 26 09:27:01 ubuntu kernel: [55740.316332] init: ebox.redis main process (8793) terminated with status 1
Nov 26 09:27:01 ubuntu kernel: [55740.316345] init: ebox.redis main process ended, respawning
Nov 26 09:27:01 ubuntu kernel: [55740.334448] init: ebox.redis main process (8796) terminated with status 1
Nov 26 09:27:01 ubuntu kernel: [55740.334461] init: ebox.redis respawning too fast, stopped

/var/log/zentyal/redis-server.log:
Code: [Select]
[8786] 26 Nov 09:27:01.244 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8786] 26 Nov 09:27:01.244 # Creating Server TCP listening socket 127.0.0.1:6380: bind: Cannot assign requested address
[8789] 26 Nov 09:27:01.262 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8789] 26 Nov 09:27:01.262 # Creating Server TCP listening socket 127.0.0.1:6380: bind: Cannot assign requested address
[8792] 26 Nov 09:27:01.280 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8792] 26 Nov 09:27:01.280 # Creating Server TCP listening socket 127.0.0.1:6380: bind: Cannot assign requested address
[8795] 26 Nov 09:27:01.298 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8795] 26 Nov 09:27:01.298 # Creating Server TCP listening socket 127.0.0.1:6380: bind: Cannot assign requested address
[8798] 26 Nov 09:27:01.316 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
[8798] 26 Nov 09:27:01.316 # Creating Server TCP listening socket 127.0.0.1:6380: bind: Cannot assign requested address

How to proceed?

Pages: [1]