Posts by pcon

    Natürlich kann jeder mit der Tür seines Hauses machen, was er will. Man muss sich aber nicht wundern, wenn die Tür immer offen gelassen, das irgendwann hinter der Tür was verwüstet ist oder was geklaut wird :)


    Wie ich das sehe, wohnst du in ein Utopia wo alle anderen dir was gutes wollen. :-))


    Weiterhin scheint es dem Hausbesitzer an jeglichen technischen Verständnis zu fehlen wie man ohne Schlüsseln und offenen Türen sein Haus benutzt, um dann daraus eine Risiko Abschätzung durchzuführen. :)


    Es ist aber deine Tür, mach damit was du möchtest. ;) :)

    For optimal results and stability of the server, you should always install matching memory. You can mix the RAM modules. If the frequency and latency of the RAM modules are different, your system defaults to the RAM settings of the module with the lowest performance.


    There are many cases of problems that have occurred after mixing RAM modules with different timings, manufacturers, speeds and sizes. Such problems as BSOD, automatic restarts, hard crashes, etc.

    That works for me:

    https://docs.docker.com/engine/release-notes/23.0/#known-issues

    Error response from daemon: AppArmor enabled on system but the docker-default profile could not be loaded: running `apparmor_parser apparmor_parser --version` failed with output:

    error: exec: "apparmor_parser": executable file not found in $PATH

    Error: failed to start containers: somecontainer


    The workaround to this issue is to install the apparmor-utils package manually:


    apt-get install apparmor-utils


    executed the file command, one broken link and a non existing file.

    Code
    root@OMV:~# file /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/_MD5.cpython-39-x86_64-linux-gnu.so
    /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/_MD5.cpython-39-x86_64-linux-gnu.so: broken symbolic link to GTS_Root_R3.pem
    root@OMV:~# file  /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/GTS_Root_R3.pem
    /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/GTS_Root_R3.pem: cannot open `/usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/GTS_Root_R3.pem' (No such file or directory)
    root@TerraOMV:~#

    I bet it needs usrmerge installed. apt-get install usrmerge then run the fix script - https://github.com/OpenMediaVa…lob/master/fix5to6upgrade


    run apt install usrmerge message: usrmerge is already the latest version.

    Code
    apt install usrmerge
    Package lists are read... Done
    Dependency tree is built... Done
    Status information is read... Done
    usrmerge is already the latest version (25).
    0 updated, 0 reinstalled, 0 to remove and 0 not updated.

    executing the script I get the same and other error messages. See the attached file. Code box not possible:

    Zoki pycryptodome is installed see the code box.


    Code
    root@OMV:~# ls -l /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/_MD5.cpython-39-x86_64-linux-gnu.so
    lrwxrwxrwx 1 root root 15 10. Jul 2021  /usr/lib/python3/dist-packages/Cryptodome/Util/../Hash/_MD5.cpython-39-x86_64-linux-gnu.so -> GTS_Root_R3.pem
    root@OMV:~# apt install python3-pycryptodome
    Paketlisten werden gelesen… Fertig
    Abhängigkeitsbaum wird aufgebaut… Fertig
    Statusinformationen werden eingelesen… Fertig
    python3-pycryptodome ist schon die neueste Version (3.9.7+dfsg1-1+b2).
    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

    Here the error messaage in a Code Box

    I have an issue after the upgrade from OMV 5 to OMV 6. After the first login I get the message: "Pending configuration changes. You must apply these changes in order for them to take effect." If I start and confirm the pending configuration changes I get an error messages: 500 - Internal Server Error Failed to execute command 'export PATH=/bin: ... Do you have any idea what to do?


    cu pcon


    Sul OMV5 non e possibile connetare con la versione SMB1 che tante stampante usano ancora.


    Se volete davvero usare SMBv1 (cattiva idea), fatelo come root nel file smb.conf

    Code
    nano /etc/samba/smb.conf


    nella sezione GLOBAL aggiungere

    Code
    protocollo min = NT1


    restart Samba

    Code
    systemctl restart smbd.service

    Pue essere che la stampante usa SMB1 e il OMV 5 usa SMB 3 e questo causa problemi con le vecchie stampanti multifunzione che cercano di eseguire la scansione sulle condivisioni SMB 3.0. Consiglierei di aggiornare il firmware della Canon iRC per vedere se è compatibile con SMB 3.0.

    I will try the fix and test the code and give feedback.


    Update #1

    @nrand
    I have tested with 3 cycles and the code change for line 965 is working fine.

    You wrote that you fix this issue in 6.03. If there any changes to do before update to 6.03? Maybe rollback the code change for line 965?

    AutoShutdown shut down after first cycle with no result. Set are 6 cycles with no result before shutdown.


    In the autoshutdown.log I found this: /usr/sbin/autoshutdown: line 923: 0.00: syntax error: invalid arithmetic operator (error token is ".00")


    here the line 922, 923, 924:

    line 922: # Calculate the total value.

    line 923: local t_hddio_read=$((P_HDDIO_DEVS["${hdd}_r"] + hddio_increase))

    line 924: local t_hddio_write=$((P_HDDIO_DEVS["${hdd}_w"] + hddio_increase))


    Is there a bug in the cycles calculation?


    What a confusing question :) What happen? Maybe a data loss, maybe nothing. If the USB Box connected to a Linux system, then USB storage devices must be unmount or ejected before disconnected from the desktop. If not in some cases that can cause a data loss or the USB device can't be read after reconnection. Windows USB storage connection can be disconnected without an eject, but it recommanded to eject the USB storage.