Falsche Debian Version ermittelt bei Update von 1.2.2 auf 1.2.17

  • Hallo und frohe Ostern!


    Ich wollte gerade von imscp 1.2.2 auf 1.2.17 aktualisieren, jedoch erhalte ich bei der Installation diese Meldung:

    Code
    1. Debian 8.0 (jessie) has been detected. Is this ok?


    Das ist falsch. Ich nutze nicht Jessie sondern Wheezy.


    Verneine ich diese Frage, komme ich nicht weiter, da mir gesagt wird, dass mein System nicht kompatibel sei. Aber laut Readme wird Wheezy unterstützt.


    Wie mache ich nun weiter? Einfach ignorieren?




    Ich nutze definitiv Wheezy. Siehe Quellenliste:

    Code
    1. deb http://nginx.org/packages/debian wheezy nginx
    2. deb ftp://mirror.hetzner.de/debian/packages wheezy main contrib non-free
    3. deb ftp://mirror.hetzner.de/debian/security wheezy/updates main contrib non-free
    4. deb http://security.debian.org/ wheezy/updates main contrib non-free
    5. deb-src http://security.debian.org/ wheezy/updates main contrib non-free
    6. deb http://ftp.debian.org/debian wheezy-updates main non-free
    7. deb-src http://ftp.debian.org/debian wheezy-updates main non-free


    Ein Update auf Jessie habe ich nicht durchgeführt. Aber was mir gerade aufgefallen ist... ein "cat /etc/debian_version" liefert mit Version 8 oO Wie kann das sein?




    Danke.

  • @Mutschas


    Hello,


    i-MSCP doesn't create, nor edit the /etc/debian_version file. Our LSB library reads that file to get info about your distribution among other factors.


    First, install lsb_release command

    Shell-Script
    1. # apt-get update# apt-get install lsb-release


    then give us the output of the following commands:

    Shell-Script
    1. # apt-cache policy
    2. # lsb_release -a

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Nicht mehr möglich. Ich update seit ca. einer Stunde auf Jessie. Ich fand es nämlich suspekt, dass mein System meinte, dass ich schon Jessie drauf habe, obwohl dem so nicht war...


    Trotzdem danke.