Posts by seife

    That worked perfectly!


    Only one failed in the summary:




    You still have an OMV 4.x plugin installed. What is the output of: dpkg -l | grep openm

    Ohh yes you are very much correct indeed. I did remove all of them that I was able to. After:


    Code
    it  openmediavault                      5.5.20-1                              all          openmediavault - The open network attached storage solution
    rH  openmediavault-diskstats            5.0.6-1                               all          openmediavault disk monitoring plugin
    ii  openmediavault-keyring              1.0                                   all          GnuPG archive keys of the OpenMediaVault archive
    ic  openmediavault-omvextrasorg         4.1.16                                all          OMV-Extras.org Package Repositories for OpenMediaVault


    Unfortunately I can't remove openmediavault-omvextrasorg with apt-get --purge remove openmediavault-omvextrasorg because:

    Code
    Errors were encountered while processing: openmediavault-diskstats

    UPDATE: The GUI-login now suddenly showed up without any changes. After login with the following error:


    Hey dleidert, thanks for your awesome upgrade scripts. These really seem like a lot of work. I absolutely love that there are scripts automating this process.


    Now maybe you can help me with a little problem upgrading from 4 to 5. The upgrade script failed giving me this error message in the Log.



    I figured I google the issue finding out that people had this problem before upgrading manually and were able to fix this by commenting out the following line in the omg post install script /var/lib/dpkg/info/openmediavault.postinst

    Code
    omv-salt deploy run --no-color --quiet collectd chrony postfix


    After that running that command manually, apt-get update and apt-get upgrade works fine. This all worked out fine but im not getting a GUI (with cleared cache).


    Here the summary with the two failed below:


    Summary for test.local

    -------------

    Succeeded: 11 (changed=4)

    Failed: 2

    -------------

    Total states run: 13

    Total run time: 2.695 s




    Is there a possibility to just run the post install script again or should this be done another way?


    Maybe you have an idea what went wrong. Once I fully understand what is happening I can maybe create a pull request for you. Right now im still a little overwhelmed.