Beiträge von m1l0

    Hi,


    i found a problem with TeamViwer Host plugin. I have seen, that the parsing is not working anymore. TeamViewer is generating id longer than 9 signs, so the displayed TeamViewer ID in OMV UI is not valid. I have changed a code file and everything is fine:
    Console command: nano /usr/share/openmediavault/engined/rpc/teamviewerhost.inc
    Replace the following line:
    OLD : $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr -d "[:cntrl:]" | tr -d " " | tail -c9';
    NEW: $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr –s " " | cut –d " " –f 5';

    Hi,


    i had the same problem with this plugin, but i have seen, that the parsing is not working anymore. TeamViewer is generating id longer than 9 signs, so the displayed TeamViewer ID in OMV UI is not valid. I have changed a code file and everything is fine:
    Console command: nano /usr/share/openmediavault/engined/rpc/teamviewerhost.inc
    Replace the following line:
    OLD : $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr -d "[:cntrl:]" | tr -d " " | tail -c9';


    NEW: $cmd = 'teamviewer info | grep "TeamViewer ID:" | tr –s " " | cut –d " " –f 5';


    I hope it helps.

    Alles klar, dann lass ich das optionale mal weg. Bin mir auch nicht wirklich sicher was Bereitschaft bei OMV ist, wenn ich die UI mit englischer Sprache nutze, steht dort zumindest nur "Standby" und das ist ja definitiv von der Begrifflichkeit her zumindest was anderes als das von dir angesprochene was ja Hibernation (in welcher Ausprägung auch immer) wäre.

    Hallo,


    ich hab das Problem, wenn ich das Flash Memory Plugin vollständig installiere, funktioniert bei mir die Funktion "Bereitschaft" über die OMV UI nicht mehr.
    Installationsanweiung:

    • Execute the following command: nano /etc/fstab
    • Add noatime and nodiratime to root options. See before and after example lines:
      BEFORE:UUID=ccd327d4-a1ed-4fd2-b356-3b492c6f6c34 / ext4 errors=remount-ro 0 1AFTER:UUID=ccd327d4-a1ed-4fd2-b356-3b492c6f6c34 / ext4 noatime,nodiratime,errors=remount-ro 0 1
    • Comment out the swap partition. See before and after example lines (only need to add a # to beginning of the line):
      BEFORE:UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0
      AFTER:#UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0

    Wenn ich alles bis Punkt 2 ausführe, funktioniert die Bereitschaft noch, deaktiviere ich jedoch auch noch die Swap Partition wie in Punkt beschrieben, dann funktioniert der "Bereitschafts" Modus nicht mehr, ist das normal, bzw. gibt es hierfür eine Lösung oder ist das ein Bug?

    Ok, i found the problem. I have installed the Flash memory plugin.
    Install instructions:

    • Execute the following command: nano /etc/fstab
    • Add noatime and nodiratime to root options. See before and after example lines:
      BEFORE:UUID=ccd327d4-a1ed-4fd2-b356-3b492c6f6c34 / ext4 errors=remount-ro 0 1AFTER:UUID=ccd327d4-a1ed-4fd2-b356-3b492c6f6c34 / ext4 noatime,nodiratime,errors=remount-ro 0 1
    • Comment out the swap partition. See before and after example lines (only need to add a # to beginning of the line):
      BEFORE:UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0AFTER:#UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0
      If i just change the line mentioned in point 2, standby is working, but if i also change the line mentioned in point 3 (deactivating the swap partition) standby is not working anymore. Does anyone know this bug or have any idea how i can solve this?

    Hello,


    i have done a new installation of OMV on my NAS system (own build, configuration see below) but if i use the Standby function from UI the UI is switching view to xxx.xxx.xxx.xxx\shutdown.php and i see a blue screen with a red button in my browser. But my NAS seems to do nothing and it is still accessable and using the same power. If i enter the direct command "systemctl suspend" my NAS is switching into suspend to ram mode with a power consumention of 3-4 kwh. Some updates ago if i pressed the "Standy" button on the UI, it happend the same as i entered the command. Can anyone help?


    Hardware:
    CPU: Intel Core I3-8300
    Mainboard: ASROCK B360 Pro4
    RAM: Kingston 8 GB ValueRAM Single Rank DDR4-2400 DIMM CL17-17-17 Single
    Data drives: 2x 128GB Intel 600p M.2 2280 PCIe 3.0 x4 (1x System, 1x Docker/VMs)
    3x 10000GB Seagate IronWolf ST10000VN0004 (SnapRaid)
    power: 300 Watt LC-Power LC420-12 Non-Modular 80+ Bronze


    Software:
    OMV: 4.18.2-1
    Linux Kernel: 4.16.0-0.bpo.2-amd64


    Installed Plugins
    - anacron (not in use)
    - apttool (not in use)
    - autoshutdown
    - backup (inactive)
    - clamav (inactive)
    - distkstats
    - docker-gui
    - downloader (not in use)
    - flashmemory
    - letsencrypt
    - luksencryption (not in use)
    - lvm (not in use)
    - minidlna (inactive)
    - omvextrasorg
    - remotedesktop
    - remotemount (inactive)
    - resetperms
    - shellinabox
    - snapraid
    - symlinks
    - teamviewerhost
    - unionfilesystems
    - usbbackup (inactive)
    - virtualbox (inactive)
    - wakealarm (inactive)
    - webdav (inactive)
    - WOL


    Installed Docker containers:
    - Plex media server



    Additional:
    - configured smb shares
    - WOL configured IP + MAC addresses
    - configured notifications