Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: strikegun on September 19, 2010, 04:09:03 pm

Title: "ERR invalid password at /usr/share/perl5/Redis.pm line 128" after update.
Post by: strikegun on September 19, 2010, 04:09:03 pm
Hi, I just updated my zentyal on my ubuntu lucid to 2.0.2 but after the reboot this came up:
Code: [Select]
ERR invalid password at /usr/share/perl5/Redis.pm line 128
        Redis::AUTOLOAD('Redis=HASH(0x3627d00)', 'cO4jtJZn') called at /usr/share/perl5/EBox/Config/Redis.pm line 566
        EBox::Config::Redis::_respawn('EBox::Config::Redis=HASH(0x39cb600)') called at /usr/share/perl5/EBox/Config/Redis.pm line 44
        EBox::Config::Redis::new('EBox::Config::Redis') called at /usr/share/perl5/EBox/GConfModule.pm line 45
        EBox::GConfModule::_create('EBox::Global', 'name', 'global', 'domain', 'ebox', 'printableName', 'global') called at /usr/share/perl5/EBox/Global.pm line 59
        EBox::Global::_new_instance('EBox::Global') called at /usr/share/perl5/Apache/Singleton.pm line 19
        Apache::Singleton::instance('EBox::Global') called at /usr/share/perl5/EBox/Global.pm line 659
        EBox::Global::getInstance('EBox::Global', 1) called at /etc/init.d/ebox line 22

I cannot find anything about that error in the web.
Hope that someone can help me here.
thanks
Title: Re: "ERR invalid password at /usr/share/perl5/Redis.pm line 128" after update.
Post by: strikegun on September 19, 2010, 05:35:16 pm
I found my workaround by checking the files before the update.
The /var/lib/ebox/conf/redis.passwd contains a other password after the update. I insert the "old" password into the file and my ebox could start again.

How did that happen? Any idea?
Title: Re: "ERR invalid password at /usr/share/perl5/Redis.pm line 128" after update.
Post by: exekias on September 19, 2010, 06:23:24 pm
Hi strikegun,

This should not happen, I cannot understand the problem, redis config file is written on each redis start, so a simple /etc/init.d/ebox apache restart should fix this issue.

Can you make some test o give more info?
Title: Re: "ERR invalid password at /usr/share/perl5/Redis.pm line 128" after update.
Post by: strikegun on September 19, 2010, 08:42:36 pm
sorry not that it works, I have no issue. It was really only that wrong passwort in the file.
First I made a Update through Zentyal. I think there were some apache Updates.
Then I made a apt-get upgrade wich installed all zentyal updates.
After the reboot I had that problem.

Sorry for not giving more infos.