openmediavault

Ungelesene Themen

    1. Thema
    2. Antworten
    3. Letzte Antwort
    1. Unable to Install Kernel Plugin 1

      • Exodus00FF
    2. Antworten
      1
      Zugriffe
      42
      1
    3. Krisbee

    1. Nextcloud Error 2

      • shs0262
    2. Antworten
      2
      Zugriffe
      23
      2
    3. Soma

    1. CPU-Temp - Possible to change sensors used? 7

      • Superorb
    2. Antworten
      7
      Zugriffe
      154
      7
    3. chente

    1. Nextcloud is running but not accessible 30

      • yohpagan
    2. Antworten
      30
      Zugriffe
      944
      30
    3. Soma

    1. I think i get no more updates till my upgrade to OMV 7 14

      • muddiver
    2. Antworten
      14
      Zugriffe
      508
      14
    3. zacokc

Letzte Aktivitäten

  • Krisbee

    Hat eine Antwort im Thema Unable to Install Kernel Plugin verfasst.
    Beitrag
    Exodus00FF I saw your reddit post which included problems with pve. The responder had missed the oboius point that yout CM3588 is an ARM based deivce, not x86. AFAIK there is no pve kernel for ARM devices. As to what other plugins may or may not…
  • Soma

    Hat eine Antwort im Thema Nextcloud Error verfasst.
    Beitrag
    […]

    As KM0201 already said it, it's right there:
    (Quelltext, 1 Zeile)


    […]

    Post your YML inside a CODE box, please (symbol </> of the BLUE ribbon of the post box)
    This will reduce the time it takes to provide a solution.

    Hide/mask sensible DATA (passwords,…
  • chente

    Hat eine Antwort im Thema
    • OMV 7.x
    CPU-Temp - Possible to change sensors used? verfasst.
    Beitrag
    […]

    This should work for you.
    sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's/\.//'
  • KM0201

    Hat eine Antwort im Thema Nextcloud Error verfasst.
    Beitrag
    It says right there what the problem is....

    You already gave port 443 in use so you need to set another port for nc's https port.

    Which version of NC you using
  • Soma

    Hat eine Antwort im Thema Nextcloud is running but not accessible verfasst.
    Beitrag
    […]

    From what I read (a bit sideways) AIO doesn't have PUID environment so it will run as root.
    If you do want to run the container with a specific USER, you will have to follow a different image/repo.

    Regardeless of which one you decide, just ask and a YML…
  • raulfg3

    Hat eine Antwort im Thema
    • OMV 7.x
    CPU-Temp - Possible to change sensors used? verfasst.
    Beitrag
    this is my sensors output:
    (Versteckter Text)

    and this is my cpu-temp output:
    root@cnas:~# cpu-temp
    +55.1°C
    root@cnas:~#


    and this my cpu-temp content: sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }'


    for you this line must work
  • shs0262

    Hat das Thema Nextcloud Error gestartet.
    Thema
    I have a problem in Adding stack.

    failed to deploy a stack: Network nextcloud_default Creating Network nextcloud_default Created Container swag Creating Container nextclouddb Creating Container swag Created Container nextclouddb Created Container
  • yohpagan

    Hat eine Antwort im Thema Nextcloud is running but not accessible verfasst.
    Beitrag
    Thanks very much both of you.

    That's what I did.
    I deleted all I've done done before and move each docker used under Portainer in compose plugin from OMV.
    I saw that it would be a better way cause "native" to OMV.

    So, now, No more Portainer insatlled on my…
  • yohpagan

    Reaktion (Beitrag)
    Looking through this thread a little from the beginning, it seems that the path followed has been to watch YouTube videos, based on the use of 998, etc. Additionally I also see that the OP has tried to configure different Nextcloud containers without…
  • Superorb

    Hat eine Antwort im Thema
    • OMV 7.x
    CPU-Temp - Possible to change sensors used? verfasst.
    Beitrag
    "sensors | grep -A3 k10temp" does print the correct temp I'm after, but when adding that whole line of code and running cpu-temp and ctrl/shift/R still showing 0c.

    (Quelltext, 20 Zeilen)