Posts by an333

    I just did that now but this happened:



    What should I do now?

    apt-get -f install

    Just delete the swap entry. It can always be added back.

    I know exactly what was causing the issue. The only things that could keep causing the issue is browser cache or the latest package isn't actually installed. I will start incrementing the version when uploading new updates until it is in the omv-extras repo.


    wget https://omv-extras.org/testing/openmediavault-flashmemory_7.1.0-1_all.deb

    sudo dpkg -i openmediavault-flashmemory_7.1.0-1_all.deb

    I removed the last test plugin, disabled swap with swapoff -a, commented out the swap drive in /etc/fstab and installed the plugin from the last post. After that, in the web interface, it showed that swap was running, but this time the Save button worked and I disabled it also through the web interface. I will watch. Thank you very much for your help.

    Since zram-config creates a swap filesystem on a zram device on each boot, I would be curious if this keeps happening. Uninstalling the plugin and reinstalling also would recreate the swap device.


    What is the output of:

    sudo dmesg | grep zram0

    swapon --show

    Code
    root@omv420:~# sudo dmesg | grep zram0
    [   25.907198] zram: Added device: zram0
    [   25.909827] zram0: detected capacity change from 0 to 1536000
    [   26.024792] Adding 767996k swap on /dev/zram0.  Priority:75 extents:1 across:767996k SSFS
    root@omv420:~# 
    root@omv420:~# 
    root@omv420:~# swapon --show
    NAME       TYPE      SIZE   USED PRIO
    /dev/sdc3  partition 977M   156K   -2
    /dev/zram0 partition 750M 298.1M   75

    Hello! Two days ago I turned off monitoring, rebooted the server, and now I don't see the errors that were in the screenshot in the previous post. Everything works normally. Also, all this time, when the latest test version of the Flash plugin is running (md5sum: 2596a04d8ac16eb5de61497ea1926d58), I don't see any problems with mail.

    Unfortunately, all is not well. The server has been running for 5 days now without rebooting and when I connect to it using IDRAC I see a screen filled with the following errors:

    Without the plugin installed, there are no errors.

    Server monitoring is currently disabled.

    Facing this exact same reason after upgrading to OMV7. In my case I am using gmail for notifications, same settings as I had on omv6. Edit, for the record, I have not installed the 7.1 test version of the flashmemory plugin but I did the omv-upgrade yesterday and still facing the same issue with the mail plugin. Should I go ahead and install the 7.1 version?

    Install the test Flash plugin after removing the plugin that was installed from the repository. Disable monitoring in the system. It works correctly for me...

    Hello! Two days ago I turned off monitoring, rebooted the server, and now I don't see the errors that were in the screenshot in the previous post. Everything works normally. Also, all this time, when the latest test version of the Flash plugin is running (md5sum: 2596a04d8ac16eb5de61497ea1926d58), I don't see any problems with mail.

    Code
    root@omv420:~# df -h | grep zram2
    /dev/zram2 125M 1,1M 113M 1% /opt/zram/zram2
    root@omv420:~# grep zram2 /proc/mounts
    /dev/zram2 /opt/zram/zram2 ext4 rw,relatime,errors=remount-ro 0 0

    found this thread after realizing I haven't received healthchecks messages for over two weeks. Similar issue - same errors from postfix (proxymap and cleanup connection refused). Reboot doesn't help. Uninstalling flashmemory plugins restores the service, but would be great if anyone had a proper solution.

    The correct solution at the moment is described in the post above. Install the test Flash plugin, after removing the plugin that was installed from the repository. As for me, the latest test version works as it should...

    After removing the plugin, the "apt-get -f install" command worked without errors

    Code
    root@omv420:~# apt-get -f install 
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following package was automatically installed and is no longer required:
      linux-image-6.1.0-27-amd64
    Use 'apt autoremove' to remove it.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    By the way, I don't see any problems with mail with the 7.1 plugin installed. It worked for a day and during all this time I received all the letters. Now, after the update, I have installed the 7.1 plugin again.