Author Topic: Errors during upgrading  (Read 2014 times)

scottgutman

  • Zen Apprentice
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Errors during upgrading
« on: January 03, 2010, 09:19:30 pm »
I this error when I try to upgrade the packages on my eBox 1.2.

Quote
The packages installation has not finished correctly . More information on the logs

root command sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes' failed. Error output

1. Where can i find the log of this error?
2. How do i get rid of this error?

Thanks

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: Errors during upgrading
« Reply #1 on: January 03, 2010, 10:35:57 pm »
I'm not sure if there will be any useful information, but you can try to check the "/var/log/ebox/ebox.log" file.
Zentyal Server Lead Developer

orsomannaro

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-1
    • View Profile
Re: Errors during upgrading
« Reply #2 on: January 11, 2010, 08:08:47 am »

Quote
The packages installation has not finished correctly . More information on the logs

root command sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes' failed. Error output

same error. have you find the problem?

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: Errors during upgrading
« Reply #3 on: January 11, 2010, 04:31:36 pm »
What happens if you try to execute that command in a shell?

sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes'
Zentyal Server Lead Developer

scottgutman

  • Zen Apprentice
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Errors during upgrading
« Reply #4 on: January 11, 2010, 09:23:37 pm »
root@Main01:/home/sgutman# sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes'
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libsdl1.2debian libsdl1.2debian-alsa libiksemel3 libradiusclient-ng2 asterisk libspeex1 libvorbisenc2 libdirectfb-1.0-0 libgmime-2.0-2 libasound2
  libct3 libgsm1 libsybdb5 liblua5.1-0 asterisk-sounds-main asterisk-config libvorbis0a libogg0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up jabber-muc (0.8-3~ebox0~hardy0) ...

Configuration file `/etc/jabberd2/muc.xml'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : background this process to examine the situation
 The default action is to keep your current version.
*** muc.xml (Y/I/N/O/D/Z) [default=N] ? y
Installing new version of config file /etc/jabberd2/muc.xml ...

Setting up ebox-jabber (1.2.1-0ubuntu1~ppa1~hardy1) ...

Processing triggers for ebox ...
 * Restarting eBox module: apache                                        [ OK ]

scottgutman

  • Zen Apprentice
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Errors during upgrading
« Reply #5 on: January 11, 2010, 10:58:38 pm »
It paused at:

The default action is to keep your current version.
*** muc.xml (Y/I/N/O/D/Z) [default=N] ? y

And I answered yes.

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: Errors during upgrading
« Reply #6 on: January 13, 2010, 06:59:49 pm »
Bug confirmed. Fixed in ebox-software 1.3.13

Thanks a lot!