Page 1 of 1

No update...

Posted: 04 Nov 2011, 08:59
by bumpaberra
Get this mess after update to 2.3.0.2
"Cannot connect to the updater daemon; Please contact support"

The update progress stops at 98% but after F5 in webbbrower eweything works.
And new version numbers presented. But when i try to click update again this come up.

Erik

Re: No update...

Posted: 09 Nov 2011, 16:45
by ajander
I have this problem too (on B3). Have tried to install the base system 2.3 and then update. the same error

/ / Johan

Re: No update...

Posted: 10 Nov 2011, 11:12
by johannes
sounds like the old updater (replaced in 2.3.1) is acting up and refusing to die. A restart might help (can't promise though). And if not, a command line update will for sure solve this issue if this is an option for you. In that case, do:


Log on to the shell via ssh and become root:

Code: Select all

su
Password excito.

Code: Select all

apt-get update
apt-get dist-upgrade
if the last one fails, follow the instructions (dpkg -a etc..) and run

Code: Select all

apt-get dist-upgrade
..again.


If you have problems and don't want to mess with command line, don't hesitate to contact support ([email protected]) and we'll help you out.

Re: No update...

Posted: 10 Nov 2011, 15:10
by ajander
It works according to your instructions
Thank you!
//Johan

Re: No update...

Posted: 11 Nov 2011, 13:48
by bumpaberra
I fix it to! But i dident know what i do :-)
Only follow our guide. Thanks!