[solved] Problem with update OMV 0.4->0.5

  • Did you restart after your upgrade to 0.5?


    Greetings
    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!

  • Can you give me the output of


    Code
    dpkg -l openmediavault


    I want to know which version (e.g. 0.5.0.24 or 0.5.7) you're running.


    In case it is lower than 0.5.6 please do the following

    Code
    apt-get update
    apt-get upgrade


    That should update omv to the latest version, in case it isn't already on it.
    Reboot after that and try again.


    Greetings
    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!

  • Can you tell me what the problem is? Do you get a loginscreen when opening the OMV-IP in your browser?


    Do you may have some old 3rd Party Plugins installed (anyone of the ones listed here in the bottom table: http://wiki.openmediavault.org/index.php?title=Plug-ins)
    The ones showing above are not relevant.


    Greetings
    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!

  • So you type in your user credentials, but instead of continueing to the webinterface the page "refreshs" and again the loginscreen gets shown?


    In this case please try the following:


    Code
    apt-get remove openmediavault
    apt-get install openmediavault


    Your config stays in place, but maybe the reinstall fixes your problem.


    Greetings
    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!

  • >>So you type in your user credentials, but instead of continueing to the webinterface the page "refreshs" and again the loginscreen gets shown?
    No, I cant type my login/password - login page refreshing (blinking) every second


    I am try

    Zitat

    apt-get remove openmediavault


    And in the end got the error:


    Code
    .: 59: Can't open /usr/share/openmediavault/scripts/helper-functions
    E: Problem executing scripts DPkg::Post-Invoke '. /etc/default/openmediavault; . /usr/share/openmediavault/scripts/helper-functions; if omv_checkyesno ${OMV_DPKG_POSTINVOKE_PURGE_MAN}; then if [ $(ps w -p $PPID | grep -c remove) != 1 ]; then echo 'Purging man pages ...'; rm -rf /usr/share/doc/* /usr/share/man/* /var/cache/man/*; else exit 0; fi; fi'
    E: Sub-process returned an error code


    After, I am try:


    Code
    apt-get install openmediavault


    OMV installed, but nothing has changed
    login page refreshes every second ;(

  • You OMV installation is definitly broken.


    What is the output of

    Code
    ls -la /etc/apt/sources.list
    ls -la /etc/apt/sources.list.d


    After that you may try the reinstall flag for apt


    Code
    apt-get --reinstall install openmediavault


    Greetings
    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!

  • >>What is the output of

    Code
    root@NAS:~# ls -la /etc/apt/sources.list
    -rw-r--r-- 1 root root 749 Ноя 16  2012 /etc/apt/sources.list
    root@NAS:~# ls -la /etc/apt/sources.list.d
    итого 16
    drwxr-xr-x 2 root root 4096 Сен  5 22:47 .
    drwxr-xr-x 6 root root 4096 Янв 31  2013 ..
    -rw-r--r-- 1 root root  140 Янв 31  2013 i2p.list
    -rwxr-xr-x 1 root root  679 Сен  1 00:52 openmediavault.list
    root@NAS:~#
  • Code
    cat /etc/apt/sources.list
    cat /etc/apt/sources.list.d/i2p.list
    cat /etc/apt/sources.list.d/openmediavault.list


    Greetings
    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!

  • Why do you have that file in your sources? i2p.list?
    You have to remove it, as it uses ubuntu ppa sources which are not compatible to debian!


    Code
    rm /etc/apt/sources.list.d/i2p.list
    apt-get update
    apt-get --reinstall install openmediavault


    Greetings
    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!

  • >>Why do you have that file in your sources? i2p.list?
    I dont know. Before I am use OMV 0.4 and before 0.3


    I am try

    Code
    rm /etc/apt/sources.list.d/i2p.list
    apt-get update
    apt-get --reinstall install openmediavault


    but the same problems

  • Well, that doesnt seem to work on the normal way.


    Does


    Code
    dpkg --remove openmediavault


    work?


    Greetings
    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!

Jetzt mitmachen!

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