openmediavault

Ungelesene Themen

    1. Thema
    2. Antworten
    3. Letzte Antwort
    1. Steps to revert back to OMV5 from OMV6 20

      • brucefan42
    2. Antworten
      20
      Zugriffe
      625
      20
    3. brucefan42

    1. Has anyone installed OMV on Asustor NAS?

      • nasadmin
    2. Antworten
      0
      Zugriffe
      6
    1. Simplest way to sync files between OMV instances 20

      • Shinobi
    2. Antworten
      20
      Zugriffe
      12k
      20
    3. fbeye

    1. create a persistan cronjob inside a docker container 1

      • WueBumbum
    2. Antworten
      1
      Zugriffe
      18
      1
    3. ryecoaaron

    1. Impossible to pull anything in compose 7

      • MrBn77
    2. Antworten
      7
      Zugriffe
      197
      7
    3. MrBn77

Letzte Aktivitäten

  • brucefan42

    Hat eine Antwort im Thema
    • OMV 6.x
    • Upgrade 5.x -> 6.x
    Steps to revert back to OMV5 from OMV6 verfasst.
    Beitrag
    Took a shot with SSH and I think it worked (selected the correct boot drive):

    sudo dpkg --configure grub-pc
    Setting up grub-pc (2.06-3~deb10u4) ...
    Installing for i386-pc platform.
    Installation finished. No error reported.
    Generating grub configuration file…
  • brucefan42

    Hat eine Antwort im Thema
    • OMV 6.x
    • Upgrade 5.x -> 6.x
    Steps to revert back to OMV5 from OMV6 verfasst.
    Beitrag
    I also still have the drive that Grub is complaining about if there's something that can be done with that.
  • nasadmin

    Thema
    I just bought an Asustor AS5404T NAS and am evaluating that platform for a product offering. There are many things about it I like, but am disappointed in the ADM op sys. At least it's based on Linux! I have a python3 based GUI application that was…
  • brucefan42

    Hat eine Antwort im Thema
    • OMV 6.x
    • Upgrade 5.x -> 6.x
    Steps to revert back to OMV5 from OMV6 verfasst.
    Beitrag
    […]

    Grub:

    This is an HP MediaSmart Server and the only way to get video is to buy a custom cable (if it's still available) and drill a hole in the side of the cabinet (to reach a debug connector). I do have direct access with a wireless mouse and keyboard.…
  • fbeye

    Hat eine Antwort im Thema
    • OMV 4.x
    Simplest way to sync files between OMV instances verfasst.
    Beitrag
    Alright cool. I was like OH Man what did I do!?

    Hey, one other question, sorry, is there a way to see what speed it is running at?
    Machine 1 is 10Gb NIC
    Machine 2 is 10Gb NIC
    Switch Between is 10Gb

    Under Glances, it is showing like 2.5Mb xfer
    Any better way to…
  • ryecoaaron

    Hat eine Antwort im Thema create a persistan cronjob inside a docker container verfasst.
    Beitrag
    […]

    You could schedule to run the script in the container from outside the container. Just use docker exec container_name /path/to/script
  • ryecoaaron

    Hat eine Antwort im Thema
    • OMV 4.x
    Simplest way to sync files between OMV instances verfasst.
    Beitrag
    […]

    If you started the job from the OMV web interface, yes, it will keep running.
  • fbeye

    Hat eine Antwort im Thema
    • OMV 4.x
    Simplest way to sync files between OMV instances verfasst.
    Beitrag
    Oh crap, I just configured and started a [big] job at work remotely from my work laptop...if I shut down this end, will it still run its job at home?
  • MrBn77

    Hat eine Antwort im Thema
    • gelöst
    • OMV 7.x
    Impossible to pull anything in compose verfasst.
    Beitrag
    Problem solved, it was dns as you said thanks
  • WueBumbum

    Thema
    Hello,

    I am using mariadb in a compose docker container on my OMV (V 7.2.1-1 (Sandworm)) I have "mounted" a backup folder in my compose file:

    (Quelltext, 5 Zeilen)


    In this folder (/backup) is a backup.sh script. I want to run this weekly for example. I…