Posts by LuigiTheHunter

    Following this post solved the problem with OMV for me:

    Thanks for this, I wasn't able to recover and reinstalled OMV from there.

    It might be best to do a "clean install", instead of a "reinstall" to avoid:

    Code
    1 not upgraded.
    1 not fully installed or removed.

    Well probably, I have a Backup I can rewind to, but I just wanted to try to fix the problem myself. But since I exhausted everything I know, that's probably the best shot here. Thanks. P.S: Maybe if I had asked you guys before removing OMV it would have been a different outcome...

    Hello, I'm getting an error while trying to reinstall OMV:

    I tried updating the salt package, manually reinstalling it and deleting its old files from /usr/lib/python3/dist-packages/salt. This problem first occured while OMV failed to upgrade to version 6.0.46-2 from 6.0.45-1. I most likely had an issue because I had jinja2 and/or markupsafe updated unintentionally while installing something directly on OMV (which I will not do again in the future...). I also tried to reinstall jinja2 and markupsafe with the suggestion from here: RE: Upgrade from 6.0.21-1 to 6.0.22-1 fails but no luck there.


    I'm very grateful for any suggestions. Thanks in advance!

    The versions I have are: salt==3003 MarkupSafe==1.1.1 and Jinja2==2.11.3 is that correct so far? So far it seems that I have identified the issue. It seems to be the salt program. I tried downgrading omv but with no success: apt install openmediavault/6.0.42-1 for example, no version seems to be in my apt repos. Also when I run omv-salt stage run deploy I get this:

    Maybe I have to reset the salt config file or something?

    Hello, I hope it's okay to attach this here, I had the exact same issue but

    In case someone else falls into this problem, the solution is to run the following commands:


    Code
    # pip uninstall Jinja2
    # pip uninstall MarkupSafe
    # apt install python3-jinja2/stable
    # apt install python3-markupsafe/stable

    this did not fix it for me. I guess I must have messed with my installation as well, I just can't remember what I did...

    When I try to reinstall OMV I get this:

    Sorry, for bothering, I just don't have any clue where to look.