[SOLVED] Can't update from 0.5.60 to even 1.0

  • Hey all,Like so many others, I really am struggling to upgrade from 0.5.60 to even 1.0.
    When using the command via CLI apt-get update && apt-get dist-upgrade && omv-update, this is the end of the output:


    Code
    E: Kunne ikke udføre øjeblikkelig konfiguration på 'dmsetup'. Se venligst man 5 apt.conf under APT:Immediate-Cinfigure for detaljer. (2)
    root@NAS:~#


    Tried almost every guide in here, but can't seem to figure it out.


    Anybody up for a TeamViewer look see?

  • Output of dpkg -l | grep openm

    • Offizieller Beitrag

    What is the output of:


    apt-get clean
    apt-get update

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Out put of apt-get clear

    Code
    root@NAS:~# apt-get clean
    root@NAS:~#


    Output of apt-get update


    Can't post over 10.000 chars, but it's getting stuff, and returns no errors.

    • Offizieller Beitrag

    It is good that it didn't update. You would've gone straight to Jessie and had to reinstal. You need to replace the word stable in /etc/apt/sources.list with wheezy. Then run apt-get update again. Don't run omv-update or omv-release-upgrade again until you are updated. Post any errors of apt-get update.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Like this?


    With the new word:

    • Offizieller Beitrag

    Perfect. What is the output of: cat /etc/apt/source.list.d/openmediavault.list

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Output of cat /etc/apt/source.list.d/openmediavault.list


    Code
    root@NAS:~# cat /etc/apt/source.list.d/openmediavault.list
    cat: /etc/apt/source.list.d/openmediavault.list: Ingen sådan fil eller filkatalog
    root@NAS:~#
    • Offizieller Beitrag

    Sorry typo. cat /etc/apt/sources.list.d/openmediavault.list

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Looks good. If apt-get update didn't have any errors, try: apt-get dist-upgrade

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    root@NAS:~# apt-get dist-upgrade
    Indlæser pakkelisterne... Færdig
    Opbygger afhængighedstræ
    Læser tilstandsoplysninger... Færdig
    Beregner opgraderingen... Mislykkedes
    Følgende pakker har uopfyldte afhængigheder:
     initscripts : Ødelægger: nfs-common (< 1:1.2.5-3) men 1:1.2.2-4squeeze2 forventes installeret
    E: Fejl, pkgProblemResolver::Resolve satte stopklodser op, det kan skyldes tilbageholdte pakker.
    root@NAS:~#


    Sorry for the Danish translation..Could I do anything about that,, so you can read it?

    • Offizieller Beitrag

    Google translate did well enough especially since I am familiar with apt-get. I hate to try it because it may not reboot but I think you need to reboot.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Translation reads:
    root @ NAS : ~ # apt -get dist-upgrade
    Reading package lists ... Done
    builds dependency
    Reading state information ... Done
    Calculating upgrade ... Failed
    The following packages have unmet dependencies:
    initscripts : Destroys : nfs -common ( < 1: 1.2.5-3 ) but 1: 1.2.2-4squeeze2 expected to be installed
    E : Error , pkgProblemResolver :: Resolve put chocks up , it may be caused by held packages .
    root @ NAS : ~ #


    It looks like you have newer nfs-common installed. Did you build from source?


  • Didn't build anything, since Lego when I was a kid ;)


    Rebooting now...
    Shall I try apt-get dist-upgrade when it comes online again?

    • Offizieller Beitrag

    Yep. Maybe post:


    apt-cache policy nfs-common initscripts


    I would execute the following as well:
    omv-mkconf omvextrasorg aptclean

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Same error as b4.


    apt-cache policy nfs-common initscripts

    • Offizieller Beitrag

    Run the aptclean command and post output;

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

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