system funktioniert nicht richtig nach update

  • After update and upgrade works that no longer WebGUI and the processes do not start ..


    via ssh I'm coming in when I folgedes I inspire get the error message


    apt-get update


    Ign file: Release.gpg
    Ign file: Release
    Ign file: Translation-de_DE
    Ign file: Translation-de
    Ign file: Translation-en
    OK http://security.debian.org wheezy/updates Release.gpg
    OK http://packages.openmediavault.org kralizec Release.gpg
    OK http://security.debian.org wheezy/updates Release
    OK http://ftp.debian.org wheezy-updates Release.gpg
    OK http://packages.openmediavault.org kralizec Release
    OK http://ftp.de.debian.org stable Release.gpg
    OK http://ftp.debian.org wheezy-updates Release
    OK http://ftp.de.debian.org stable Release
    OK http://security.debian.org wheezy/updates/main amd64 Packages
    OK http://packages.openmediavault.org kralizec/main amd64 Packages
    OK http://security.debian.org wheezy/updates/contrib amd64 Packages
    OK http://ftp.debian.org wheezy-updates/main amd64 Packages/DiffIndex
    OK http://security.debian.org wheezy/updates/non-free amd64 Packages
    OK http://ftp.de.debian.org stable/main amd64 Packages
    OK http://security.debian.org wheezy/updates/contrib Translation-en
    OK http://ftp.debian.org wheezy-updates/contrib amd64 Packages
    OK http://ftp.de.debian.org stable/contrib amd64 Packages
    OK http://security.debian.org wheezy/updates/main Translation-en
    OK http://ftp.debian.org wheezy-updates/non-free amd64 Packages
    OK http://ftp.de.debian.org stable/non-free amd64 Packages
    OK http://security.debian.org wheezy/updates/non-free Translation-en
    OK http://ftp.debian.org wheezy-updates/contrib Translation-en
    OK http://ftp.de.debian.org stable/contrib Translation-en
    OK http://ftp.debian.org wheezy-updates/main Translation-en/DiffIndex
    OK http://ftp.de.debian.org stable/main Translation-de_DE
    OK http://ftp.debian.org wheezy-updates/non-free Translation-en
    OK http://ftp.de.debian.org stable/main Translation-de
    OK http://ftp.de.debian.org stable/main Translation-en
    OK http://ftp.de.debian.org stable/non-free Translation-en
    Ign http://packages.openmediavault.org kralizec/main Translation-de_DE
    Ign http://packages.openmediavault.org kralizec/main Translation-de
    Ign http://packages.openmediavault.org kralizec/main Translation-en
    E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure -a« ausführen, um das Problem zu beheben.


    apt-get upgrade


    E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure -a«



    the last time when I was about WebGUI it I got the error message
    when I pressed on update
    perhaps the log has more info




    how do I get the system back up and running properly?

  • Give results of this:


    ls -la /etc/apt/apt.conf.d



    You have something in your sources that will break your system. You do not want these upgrades I see in your Spoiler.


    Here is what is on my vm for gcc:

    Code
    ii  gcc-4.6                                                     4.6.3-14                           amd64        GNU C compiler
    ii  gcc-4.6-base:amd64                                          4.6.3-14                           amd64        GCC, the GNU Compiler Collection (base package)
    ii  gcc-4.7                                                     4.7.2-5                            amd64        GNU C compiler
    ii  gcc-4.7-base:amd64                                          4.7.2-5                            amd64        GCC, the GNU Compiler Collection (base package)
    ii  linux-compiler-gcc-4.6-x86                                  3.16.7-ckt11-1~bpo70+1             amd64        Compiler for Linux on x86 (meta-package)
  • # ls -la /etc/apt/apt.conf.d
    insgesamt 44
    drwxrwxr-x 2 root root 4096 Jul 12 21:15 .
    drwxrwxr-x 6 root root 4096 Jul 12 20:13 ..
    -rw-r--r-- 1 root root 82 Dez 19 2014 00CDMountPoint
    -rw-r--r-- 1 root root 73 Sep 10 2014 00recommends
    -rw-r--r-- 1 root root 40 Dez 19 2014 00trustcdrom
    -rw-r--r-- 1 root root 430 Jun 12 2014 01autoremove
    -rw-r--r-- 1 root root 182 Dez 26 2012 70debconf
    -rw-r--r-- 1 root root 505 Mär 18 16:17 99openmediavault-localrepository
    -rw-r--r-- 1 root root 229 Jan 4 2015 99openmediavault-mkaptidx
    -rw-r--r-- 1 root root 32 Jun 30 2014 99openmediavault-norecommends
    -rw-r--r-- 1 root root 30 Jul 1 2014 99openmediavault-nosuggests

  • cat /etc/apt/sources.list


    deb http://ftp.de.debian.org/debian stable main contrib non-free


    deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free


    deb http://security.debian.org/ wheezy/updates main contrib non-free



    ls -la /etc/apt/sources.list.d
    insgesamt 16
    drwxr-xr-x 2 root root 4096 Jul 12 21:38 .
    drwxrwxr-x 6 root root 4096 Jul 12 20:13 ..
    -rw-r--r-- 1 root root 145 Mai 19 22:58 openmediavault.list
    -rw-r--r-- 1 root root 45 Nov 2 2011 openmediavault-local.list

  • sources.list sollt fuer dich sein:


    Code
    deb http://ftp.de.debian.org/debian wheezy main contrib non-free
    
    
    deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
    
    
    deb http://security.debian.org/ wheezy/updates main contrib non-free


    You have to edit the file and then:
    apt-get update
    apt-get upgrade

  • sources.list I adjusted


    deb http://ftp.de.debian.org/debian wheezy main contrib non-free


    deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free


    deb http://security.debian.org/ wheezy/updates main contrib non-free


    Code
    cat /etc/apt/sources.list
    
    
    deb http://ftp.de.debian.org/debian wheezy main contrib non-free
    deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
    deb http://security.debian.org/ wheezy/updates main contrib non-free


    apt-get update
    Ign file: Release.gpg
    Ign file: Release
    Ign file: Translation-de_DE
    Ign file: Translation-de
    Ign file: Translation-en
    OK http://packages.openmediavault.org kralizec Release.gpg
    OK http://ftp.de.debian.org wheezy Release.gpg
    OK http://security.debian.org wheezy/updates Release.gpg
    OK http://ftp.debian.org wheezy-updates Release.gpg
    OK http://packages.openmediavault.org kralizec Release
    OK http://security.debian.org wheezy/updates Release
    OK http://ftp.debian.org wheezy-updates Release
    OK http://packages.openmediavault.org kralizec/main amd64 Packages
    OK http://security.debian.org wheezy/updates/main amd64 Packages
    OK http://ftp.debian.org wheezy-updates/main amd64 Packages/DiffIndex
    OK http://security.debian.org wheezy/updates/contrib amd64 Packages
    OK http://ftp.debian.org wheezy-updates/contrib amd64 Packages
    OK http://ftp.debian.org wheezy-updates/non-free amd64 Packages
    OK http://ftp.debian.org wheezy-updates/contrib Translation-en
    OK http://ftp.debian.org wheezy-updates/main Translation-en/DiffIndex
    OK http://ftp.debian.org wheezy-updates/non-free Translation-en
    Ign http://packages.openmediavault.org kralizec/main Translation-de_DE
    Ign http://packages.openmediavault.org kralizec/main Translation-de
    Ign http://packages.openmediavault.org kralizec/main Translation-en
    OK http://ftp.de.debian.org wheezy Release
    OK http://ftp.de.debian.org wheezy/main amd64 Packages
    OK http://ftp.de.debian.org wheezy/contrib amd64 Packages
    OK http://ftp.de.debian.org wheezy/non-free amd64 Packages
    OK http://ftp.de.debian.org wheezy/contrib Translation-en
    OK http://ftp.de.debian.org wheezy/main Translation-de_DE
    OK http://ftp.de.debian.org wheezy/main Translation-de
    OK http://ftp.de.debian.org wheezy/main Translation-en
    OK http://ftp.de.debian.org wheezy/non-free Translation-en
    W: Fehlschlag beim Holen von http://security.debian.org/dists/wheezy/updates/Release Erwarteter Eintrag »non-free/binary-amd64/Packages« konnte in Release-Datei nicht gefunden werden (falscher Eintrag in sources.list oder missgebildete Datei).


    E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
    E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure -a« ausführen, um das Problem zu beheben.



    apt-get upgrade
    E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure -a« ausführen, um das Problem zu beheben.


    still the same error

  • OK, there is something wrong with the security line.. We use American repo for that:


    Code
    deb http://ftp.de.debian.org/debian wheezy main contrib non-free
    
    
    deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
    
    
    deb http://security.debian.org/ wheezy/updates main contrib non-free


    edit file and save...
    Then:
    apt-get update
    apt-get upgrade

  • Im Fehler steht doch sogar was du machen sollst....


    Gruss
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Na dann war tekk auch richtig, dein system wurde auf Debian Jessie aktuallisiert durch einen falschen Eintrag in deiner sources.list.


    Neuinstallation ist wohl der einzige weg das System wieder ans laufen zu bekommen.


    Gruss
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • sad................ tut mir leid sc2...


    @votdev


    There are several people that have accidentally upgraded to Jessie because of omv-update. Since this script says omv-update one naturally assumes it only upgrades omv packages. dist-upgrade is dangerous if people accidentally put a source in their repo for a release that is above the current release that omv is using. Is there any chance we can have the end of this script changed to "upgrade openmediavault*" instead. sc2 is a good kid and this just makes me sad.


    There was also the situation with the apt.conf file that had "stable" in it. This type of situations could very easily happen to advanced users when there is a change in a stable release of Debian. It is not good.

  • Thank you very much for your help! :thumbup:
    then I'm probably out of luck and will have to reinstall the system :(
    if I make myself to the install of OMV I must first disconnect all the disks to the system disk and then re-record the system ...
    Then All data is saved on the other disks?

  • Yes, only the system disk should be connected when you reinstall. After reinstall on the system disk turn your machine off. Then reconnect the data disks. You do this so the data disks do not accidentally get erased. Your data should be fine. But I know you had a lot of personal settings on the system drive, like ps3netsvr. I am sorry...

  • apt-get update would've caused the exact same thing.... but yeah, @votdev, implement a stable detection and prevent it from updating if source says stable...


    also, the apt.conf issue only caused confusion and blocks, no accidental upgrades.


    Greetings
    David


    Edit: apt-get upgrade would've caused the same issue.

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

    2 Mal editiert, zuletzt von davidh2k ()

Jetzt mitmachen!

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