Ticket #2190 (closed defect: worksforme)
no update install
| Reported by: | anonymous | Owned by: | jacalvo@… |
|---|---|---|---|
| Milestone: | Component: | base | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Sorry, an unexpected error has ocurred root command apt-get -qq --no-install-recommends --simulate install ebox-zarafa failed. Error output: E: Broken packages Command output: . Exit value: 100
To show technical details click here.
Trace root command apt-get -qq --no-install-recommends --simulate install ebox-zarafa failed. Error output: E: Broken packages
Command output: . Exit value: 100 at /usr/share/perl5/Error.pm line 182 Error::throw('EBox::Exceptions::Sudo::Command', 'cmd', 'apt-get -qq --no-install-recommends --simulate install ebox-z...', 'output', 'ARRAY(0x25c5ed88)', 'error', 'ARRAY(0x228b4608)', 'exitValue', 100, ...) called at /usr/share/perl5/EBox/Sudo.pm line 214 EBox::Sudo::_rootError('/usr/bin/sudo -p sudo: /var/lib/ebox/tmp/ehlgdCznXx.cmd 2> /v...', 'apt-get -qq --no-install-recommends --simulate install ebox-z...', 25600, 'ARRAY(0x25c5ed88)', 'ARRAY(0x228b4608)') called at /usr/share/perl5/EBox/Sudo.pm line 183 EBox::Sudo::_root(1, 'apt-get -qq --no-install-recommends --simulate install ebox-z...') called at /usr/share/perl5/EBox/Sudo.pm line 138 EBox::Sudo::root('apt-get -qq --no-install-recommends --simulate install ebox-z...') called at /usr/share/perl5/EBox/Software.pm line 436 EBox::Software::_packageDepends('EBox::Software=HASH(0x23863118)', 'install', 'ARRAY(0x22a18d48)') called at /usr/share/perl5/EBox/Software.pm line 354 EBox::Software::listPackageInstallDepends('EBox::Software=HASH(0x23863118)', 'ARRAY(0x22a18d48)') called at /usr/share/perl5/EBox/CGI/Software/InstallPkgs.pm line 145 EBox::CGI::Software::InstallPkgs::showConfirmationPage('EBox::CGI::Software::InstallPkgs?=HASH(0x22e588f8)', 'install', 'ARRAY(0x22a18d48)') called at /usr/share/perl5/EBox/CGI/Software/InstallPkgs.pm line 73 EBox::CGI::Software::InstallPkgs::_process('EBox::CGI::Software::InstallPkgs?=HASH(0x22e588f8)') called at /usr/share/perl5/EBox/CGI/Base.pm line 264 EBox::CGI::Base::run('EBox::CGI::Software::InstallPkgs?=HASH(0x22e588f8)') called at /usr/share/perl5/EBox/CGI/Run.pm line 122 EBox::CGI::Run::run('EBox::CGI::Run', 'Software/InstallPkgs?', 'EBox') called at /usr/share/ebox/cgi/ebox.cgi line 35 ModPerl::ROOT::ModPerl::Registry::usr_share_ebox_cgi_ebox_2ecgi::handler('Apache2::RequestRec?=SCALAR(0x258c0e78)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204 eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204 ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x24cc0308)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170 ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x24cc0308)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31 ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec?=SCALAR(0x258c0e78)') called at -e line 0 eval {...} called at -e line 0
Attachments
Change History
comment:1 Changed 3 years ago by jsoriano@…
- Status changed from new to closed
- Resolution set to worksforme
It's a known issue for installations over Ubuntu server, you need to add the Zarafa repository to your sources.list:
deb http://archive.canonical.com/ubuntu lucid partner
These instructions will be added to the installation guide.
