Author Topic: Tried to upgrade. Outcome disaster.  (Read 1339 times)

micpic

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Tried to upgrade. Outcome disaster.
« on: May 28, 2015, 03:20:24 pm »
Hello,

I was running a 3.4 zentyal and decided to update to 3.5
Pretty soon after this errors started to occur till i got to this in the webadmin page:

Code: [Select]
Sorry, an unexpected error has occurred
There are some software packages which are not correctly installed: dbus, mysql-server-5.5, resolvconf, udev.
You should reinstall them and retry your operation.

1. in EBox::CGI::Run::run at /usr/share/perl5/EBox/CGI/Run.pm line 105

  102:         if (Scalar::Util::blessed($ex) and $ex->isa('EBox::Exceptions::Base')) {
  103:             $ex->throw();
  104:         } else {
  105:             die $ex;
  106:         }
  107:     }
  108: }

2. in main::__ANON__ at /usr/share/zentyal/psgi/zentyal.psgi line 46

   43:     local $SIG{__WARN__} = sub { EBox::warn($_[0]) };
   44:
   45:     my $req = Plack::Request->new($env);
   46:     return EBox::CGI::Run->run($req);
   47: };
   48:
   49: my $builder = new Plack::Builder();

3.in Plack::App::URLMap::call at /usr/share/perl5/Plack/App/URLMap.pm line 71

   68:         return $self->response_cb($app->($env), sub {
   69:             $env->{PATH_INFO} = $orig_path_info;
   70:             $env->{SCRIPT_NAME} = $orig_script_name;
   71:         });
   72:     }
   73:
   74:     DEBUG && warn "All matching failed.\n";

4.in Plack::Component::__ANON__ at /usr/share/perl5/Plack/Component.pm line 50

   47: sub to_app {
   48:     my $self = shift;
   49:     $self->prepare_app;
   50:     return sub { $self->call(@_) };
   51: }
   52:
   53:


and continues!



Now, /var/log/zentyal/zentyal.log shows only:
2015/05/28 16:03:31 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19798) - /sbin/status 'ebox.redis'
2015/05/28 16:03:32 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19811) - /sbin/status 'ebox.redis'
2015/05/28 16:03:33 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19822) - /sbin/status 'ebox.redis'
2015/05/28 16:03:35 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19833) - /sbin/status 'ebox.redis'
2015/05/28 16:03:36 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19844) - /sbin/status 'ebox.redis'
2015/05/28 16:03:37 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19855) - /sbin/status 'ebox.redis'
2015/05/28 16:03:39 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19866) - /sbin/status 'ebox.redis'
2015/05/28 16:03:40 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19879) - /sbin/status 'ebox.redis'
2015/05/28 16:03:41 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19891) - /sbin/status 'ebox.redis'
2015/05/28 16:03:43 DEBUG> Sudo.pm:189 EBox::Sudo::_root - /usr/share/zentyal/loggerd (pid: 19902) - /sbin/status 'ebox.redis'


The output of attempt to fix:

micpic@daxi:~$ sudo apt-get update && sudo apt-get install -f zentyal

.......

Fetched 2,687 kB in 15s (169 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
zentyal is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 99 not upgraded.
23 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up resolvconf (1.69ubuntu1.1) ...

and stuck


Tried a lot of solutions i found in the forum or documentation. Nothing yet.
Please help