Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Update issue after 14.04 LTS upgrade

  1. #1
    Join Date
    Sep 2014
    Beans
    7

    Post Update issue after 14.04 LTS upgrade

    Upgraded from 12.04 LTS to 14.04 LTS, something went wrong (not sure what). Now I can no longer update te server. The errors I see:
    Code:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    7 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue? [Y/n]
    Setting up linux-cloud-tools-common (3.13.0-36.63) ...
    start: Job failed to start
    invoke-rc.d: initscript hv-kvp-daemon, action "start" failed.
    dpkg: error processing package linux-cloud-tools-common (--configure):
     subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of linux-cloud-tools-3.13.0-34:
     linux-cloud-tools-3.13.0-34 depends on linux-cloud-tools-common; however:
      Package linux-cloud-tools-common is not configured yet.
    
    
    dpkg: error processing package linux-cloud-tools-3.13.0-34 (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-cloud-tools-3.13.0-34-generic:
     linux-cloud-tools-3.13.0-34-generic depends on linux-cloud-tools-3.13.0-34; however:
      Package linux-cloud-tools-3.13.0-34 is not configured yet.
    
    
    dpkg: error processing package linux-cloud-tools-3.13.0-34-generic (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-cloud-tools-3.13.0-36:
     linux-cloud-tools-3.13.0No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                                                       No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                                                                                                                                                                No apport report written because MaxReports is reached already
                                                                 No apport report written because MaxReports is reached already
                                                                                                                               No apport report written because MaxReports is reached already
                                                                                                                                                                                             No apport report written because MaxReports is reached already
              -36 depends on linux-cloud-tools-common; however:
      Package linux-cloud-tools-common is not configured yet.
    
    
    dpkg: error processing package linux-cloud-tools-3.13.0-36 (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-cloud-tools-3.13.0-36-generic:
     linux-cloud-tools-3.13.0-36-generic depends on linux-cloud-tools-3.13.0-36; however:
      Package linux-cloud-tools-3.13.0-36 is not configured yet.
    
    
    dpkg: error processing package linux-cloud-tools-3.13.0-36-generic (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-cloud-tools-virtual:
     linux-cloud-tools-virtual depends on linux-cloud-tools-3.13.0-36-generic; however:
      Package linux-cloud-tools-3.13.0-36-generic is not configured yet.
    
    
    dpkg: error processing package linux-cloud-tools-virtual (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of hv-kvp-daemon-init:
     hv-kvp-daemon-init depends on linux-cloud-tools-virtual | linux-cloud-tools; however:
      Package linux-cloud-tools-virtual is not configured yet.
      Package linux-cloud-tools is not installed.
      Package linux-cloud-tools-virtual which provides linux-cloud-tools is not configured yet.
    
    
    dpkg: error processing package hv-kvp-daemon-init (--configure):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     linux-cloud-tools-common
     linux-cloud-tools-3.13.0-34
     linux-cloud-tools-3.13.0-34-generic
     linux-cloud-tools-3.13.0-36
     linux-cloud-tools-3.13.0-36-generic
     linux-cloud-tools-virtual
     hv-kvp-daemon-init
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get dist-upgrade

    I am not very experience with Linux troubleshooting so I really could use some help to find what is causing this.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Update issue after 14.04 LTS upgrade

    I do not run linux-cloud, but you could also try:
    Code:
    sudo dpkg --configure -a
    --configure package...|-a|--pending Configure a package which has been unpacked but not yet configured. If -a or --pending is given instead of package, all unpacked but unconfigured packages are configured.
    http://manpages.ubuntu.com/manpages/...n1/dpkg.1.html
    and
    Code:
    sudo apt-get -f install
    https://help.ubuntu.com/community/Ap...nance_commands

  3. #3
    Join Date
    Sep 2014
    Beans
    7

    Re: Update issue after 14.04 LTS upgrade

    Thanks for your answer. Both commands do not fix the issue, the output is similar to what I copied in my startpost.

  4. #4
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Update issue after 14.04 LTS upgrade

    And your running the right kernel

    Code:
    uname -r

  5. #5
    Join Date
    Sep 2014
    Beans
    7

    Re: Update issue after 14.04 LTS upgrade

    3.13.0-36-generic

  6. #6
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,351
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Update issue after 14.04 LTS upgrade

    Jetze_Mellema; Hi !

    I do not know what is actually going on, as:
    apt-cache show linux-cloud-tools
    N: Can't select versions from package 'linux-cloud-tools' as it is purely virtual
    N: No packages found
    But, we can at least try a direct application of the 'configure' command and see what results, maybe get some additional info .
    Code:
    sudo dpkg-reconfigure linux-cloud-tools-3.13.0-34
    just a nudge along the path
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #7
    Join Date
    Sep 2014
    Beans
    7

    Re: Update issue after 14.04 LTS upgrade

    Thanks, appreciate it! Unfortunately this didn't work:
    /usr/sbin/dpkg-reconfigure: linux-cloud-tools-3.13.0-34 is broken or not fully installed

  8. #8
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,351
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Update issue after 14.04 LTS upgrade

    Jetze_Mellema; Well !

    Let's take the package manager's hint:
    /usr/sbin/dpkg-reconfigure: linux-cloud-tools-3.13.0-34 is broken or not fully installed
    And see what results if we (re-)install it.
    Code:
    sudo apt-get install linux-cloud-tools-3.13.0-34
    Keeping in mind we are working to resolve this :
    Package linux-cloud-tools-common is not configured yet.
    So ->
    a work in progress
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  9. #9
    Join Date
    Oct 2014
    Beans
    1

    Re: Update issue after 14.04 LTS upgrade

    Hey guys, I'm having the same exact issue, and also on Ubuntu 14.04.1 LTS but with latest kernel (3.13.0-37-generic). It started on the package update to latest kernel, and stuck ever since, for now I removed all related packages ! Here is the list:
    hv-kvp-daemon-init
    linux-cloud-tools-3.13.0-37 linux-cloud-tools-3.13.0-37-generic linux-cloud-tools-common linux-cloud-tools-virtual
    walinuxagent

  10. #10
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,351
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Update issue after 14.04 LTS upgrade

    Fernando_Nunes; Hi ! Welcome to the forum .

    The basis of all things; " what does the package manager think ?: ->
    So, lets see what the package manager thinks.

    Post pack - between code tags - the output of terminal commands:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get -f install
    sudo dpkg -C
    and let's see
    what tale gets told
    Last edited by Bashing-om; October 17th, 2014 at 03:00 AM. Reason: Welcome !
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •