Posts by votdev

    Can I simply copy this directory and file to the /etc directory in the other installation?

    No, because the file is generated from the OMV configuration database. You can extract the firewall rules manually from the config.xml file and insert them in the config.xml file of the target system, but this can be tricky and result in a broken database if you do not know what you are doing.

    In that case run

    Code
    # dpkg-divert --local --no-rename --remove /etc/default/wsdd
    # dpkg-divert --local --no-rename --remove /etc/samba/smb.conf 

    I have the feeling that this delays the overall start by the specified time, and not just the monitoring service. The server website is also very delayed.

    Are you sure about this option?

    Hmmm this sounds strange because all services are started via systemd and NOT monitd on system start. Monit is just monitoring them.

    The phenomenon you are observing can only occur if none of the services monitored by monit are started by systemd and monit then starts them after the waiting time. Then the problem is that the services are started too slowly or not at all by systemd for some reason.

    Exactly, but this makes no sense if it is done after every start of the server. The server goes down at night either way. I didn't have this message before.

    When this message is sent during the booting process, then starting the nginx service took longer than monit waits for the first check.

    You can modify the delay with the OMV_MONIT_CHECK_START_DELAY environment variable. The value is in seconds and defaults to 30.
    Finally, the message indicates that the system startup for some services has changed and now takes longer than before. You will have to find out for yourself why this is the case.

    K3s is simply another lightweight container runtime beside Docker. The k8s plugin does not want to make use of extra features that are available in k8s; this does not make sense on a one node cluster.

    But nevertheless you have nice features.

    I found out by using the command "netplan generate". This gives the according error message.

    I am very surprised that it was then possible to press the apply button in the OMV UI because when the configuration is applied then a netplan apply is called which in turn calls netplan generate. Therefore the error message should also be displayed in the UI.

    It would be useful to have some additional information to help you. For example, the systemd journal message from netplan or the name of the interface.


    Solutions I found in the net suggest a renaming of the interface by Netplan before adding the VLAN.

    You can customize the config scripts of OMV by injecting your custom SLS files. See https://docs.openmediavault.or…html#the-saltstack-states and https://github.com/openmediava…/systemd-networkd/netplan for more information.

    If I switch back and forth between dhcp, static and back it contains the ip and mask from the static settings

    If you do not remove this static settings parts, then it is part of the config so it is displayed.



    Also wrong information is worse than no information and I regard this more as a bug than a feature.

    this information is part of the configuration, which is why it is displayed. i don't see this as an error. But I think that's a matter of opinion.