[4.0] Issues after dist-upgrade

  • Hi,


    All process came quite easy but after this only thing which is not ok ;)



    Do you have any ideas how to fix/solve this?


    M.

  • Code
    apt-get upgrade


    Well I guess it has been mentioned a thousand times by feeling, but maybe not in english:


    Code
    #/> sudo apt-get update; sudo apt-get dist-upgrade

    And the package "uswsusp" is not part of the yaVDR repositories, it is part of Ubuntu's:


    Code
    #/> apt-cache policy uswsusp


    Issues have to be reported due Ubuntu's launchpad.


    Regards
    fnu

    HowTo: APT pinning

  • U don't need to quote this entry with big font - I did it (apt-get update) before distro upgrade


    Also to depencises part ...... hm ......

    Code
    root@htpc:~# dpkg --purge uswsusp
    dpkg: dependency problems prevent removal of uswsusp:
     yavdr-essential depends on uswsusp.


    M.

  • U don't need to quote this entry with big font


    As long as I don't see what you're exactly do, I have to.


    But I would suggest now these steps:


    Code
    #/> sudo apt-get clean
    #/> sudo apt-get update
    #/> sudo apt-get install --reinstall uswsusp


    And use "dpkg" only for local packages or if you now what exactly is to do, for all things coming from repostories, "apt-get", "aptitude" or maybe "wajig" ...


    Regards
    fnu

    HowTo: APT pinning

    Einmal editiert, zuletzt von fnu ()

  • Thanks and also sorry for confusion....


    But things you sugessted do not work :(


    Code
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up uswsusp (1.0-1ubuntu1) ...
    dpkg: error processing uswsusp (--configure):
     subprocess installed post-installation script returned error exit status 128
    Errors were encountered while processing:
     uswsusp
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    Do you have any other ideas?


    I could also do again clean install but I'm assuming that this will be the same :(

  • Code
    Log started: 2012-04-25  12:19:01
    root@htpc:/var/log/apt#
    dpkg: error processing uswsusp (--configure):
     subprocess installed post-installation script returned error exit status 128
    Errors were encountered while processing:
     uswsusp
    Log ended: 2012-04-25  12:19:03


    This is log from apt.


    Code
    2012-04-25 12:19:01 startup packages configure
    2012-04-25 12:19:01 configure uswsusp 1.0-1ubuntu1 <none>
    2012-04-25 12:19:01 status half-configured uswsusp 1.0-1ubuntu1


    This is log drom dpkg

  • Please show:


    Code
    #/> apt-cache policy uswsusp
    #/> apt-cache policy yavdr-essential
    #/> apt-cache policy vdr
    #/> apt-cache policy vdr-addon-acpiwakeup


    Regards
    fnu

    HowTo: APT pinning

  • Code
    root@htpc:/var/log# apt-cache policy uswsusp
    uswsusp:
      Installed: 1.0-1ubuntu1
      Candidate: 1.0-1ubuntu1
      Version table:
     *** 1.0-1ubuntu1 0
        	500 http://us.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages
        	100 /var/lib/dpkg/status


    Code
    root@htpc:/var/log# apt-cache policy yavdr-essential
    yavdr-essential:
      Installed: 20111230185313stable-0yavdr0~natty
      Candidate: 20111230185313stable-0yavdr0~natty
      Version table:
     *** 20111230185313stable-0yavdr0~natty 0
        	100 /var/lib/dpkg/status


    Code
    root@htpc:/var/log# apt-cache policy vdr
    vdr:
      Installed: 1.7.22-8yavdr1~natty
      Candidate: 1.7.22-8yavdr1~natty
      Version table:
     *** 1.7.22-8yavdr1~natty 0
        	100 /var/lib/dpkg/status
     	1.7.18-2 0
        	500 http://us.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages


    Code
    root@htpc:/var/log# apt-cache policy vdr-addon-acpiwakeup
    vdr-addon-acpiwakeup:
      Installed: 0.0.10-2yavdr1~natty
      Candidate: 0.0.10-2yavdr1~natty
      Version table:
     *** 0.0.10-2yavdr1~natty 0
        	100 /var/lib/dpkg/status
  • hm ...
    apt-get source yavdr-essential
    cd yavdr-esse*
    nano/vi/mcedit yavdr-essential
    remove the line with uswsusp
    build it again with dpkg-buildpackage -tc


    dpkg -i ../*.deb


    then
    apt-get -f install
    apt-get --purge remove uswsusp
    apt-get install uswsusp

  • Hm....


    I did [again] apt-get update and ....


    Code
    root@htpc:/# apt-get source yavdr-essential
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to find a source package for yavdr-essential


    Below is sources.list


  • Hi,


    You did a "do_release_upgrade", didn't you? "dist upgrade" was misunderstood as "apt-get dist-upgrade".
    A release upgrade is not supported with a plain yaVDR installation.


    Lars.

  • we never released a oneiric version :


    Code
    deb http://us.archive.ubuntu.com/ubuntu/ oneiric main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ oneiric main restricted


    thats why mini73 thinks that you did a do_release_upgrade

  • Hm..... ok, can you tell me what is a procedure to upgrade clean iso install ?


    It has already happend more than one time, first time here.


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • So - what is the right procedure to have latest version of yavdr ?


    From this point, download yaVDR 0.4 ISO, burn it and reinstall it.


    You have obviously done a


    Code
    #/> sudo do_release_upgrade


    from Natty to Oneiric, "apt-get dist-upgrade" doesn't do a migration to new lsb releases, it just does an upgrade from all packages within the installed distribution.


    To check it, provide the following information:


    Code
    #/> uname -a
    #/> cat /etc/lsb-release


    Regards
    fnu

    HowTo: APT pinning

    Einmal editiert, zuletzt von fnu ()

  • Code
    root@htpc:/# uname -a
    Linux htpc 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


    Code
    root@htpc:/# cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.10
    DISTRIB_CODENAME=oneiric
    DISTRIB_DESCRIPTION="Ubuntu 11.10"
  • Ok, i will do it again ;) Thanks :) I will replay when it will be finished...


    Good luck, and don't forget, prevent to use "do_release_upgrade" in either way, even if the system does complain every time you log into it.


    To get the newest packages from the valid Natty & yaVDR repositories after installation:


    Code
    #/> sudo apt-get update
    #/> sudo apt-get dist-upgrade


    Regards
    fnu

    HowTo: APT pinning

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!