Posts by fumantsu

    I see. I'm just try to see (again for the average home user containers) where (and maybe which of) the extra features can used. Also I see that there is a bit more complexity comparing docker/podman which I can't see if worth.

    Hi to all,


    This could be look either strange or provocateur or either stupid question but I want to ask what can be the use case of K3S for a home use. I know that it is an advanced feature.

    I believe that most of us (advanced users or not) we have some containers like pi-hole, plex, sonarr or radarr maybe some mariadb. What can be the benefit/value (other that playing and learning kubernetes) to have such kind of containers in k3s?

    Hi,

    Today I had a network issue as I describe in another thread which somehow I solve it. I don't remember to be fair how was the setup before that but breaking the bond and re-create it, I left the interface in DHCP. As I saw in another thread (RE: OMV address is 127.0.0.1 ... ?) and correct me if I'm wrong, the new IP will be added in the /etc/hosts. In my case is not and unfortunately cause issues with Nginx Proxy Manager where I host in the same machine together with some containers (tries to redirect to 127.0.0.1).

    Is it the case that with DHCP the IP will added on /etc/hosts or understood wrongly (or I fell on some bug)?

    Hi,


    I want to use a custom integration of Home Assistant to get some information from Openmediavault. For some time I was using admin without issue but.. I create a user with more limited privileges and since then I'm getting from the integration an error: "Another user is already authenticated." Interesting is that this user has not login and also it appears even when any other user is using the console.

    I tried to read the code but I'm not sure that I understood what the code is checking as logged user.

    Note: I'm able to login in the console with this user.

    Any idea?

    Currently for cron/schedule tasks I have this:

    /home/fumantsu/venv_arr/bin/python /home/fumantsu/.local/bin/radarr_archiving.py


    Of course that means that I had first create the venv manually, added all modules that I need which otherwise I needed to use in pip the --break system packages.

    My point was mostly on the changes with pip. Not all modules are available as debian packages (not talking about complicated like Pandas) so for some people adding/managing python scripts wouldn't be that useful.

    It is always a matter newbie vs advanced user.

    It is also depends what tasks you are doing. A low TDP CPU which largely stays idle yes will be good. On the other hand because they have less computing power, if you are doing something stressful they will take more to finish comparing with a more powerfull and with higher TDP CPU, meaning that the advantage will become from meaningless to 0.

    It appears that I haven't take proper backup and everything on /srv, including the salt state files are lost. Is there any way to re-create them? If I copy from a fresh installation will do the job?

    To see the dashboard content clear your browser cache or force reload the page.


    An empty /etc/resolv.conf remains unexplained. I had the problem and it returned a few times before finally being solved in a manner unknown to me.


    Both of these problems have been widely reported.

    Actually both are not so serious issues (maybe the resolv.conf is very annoying) but that this with the network. I saw that it solved with 5.4.2.1 but from gui the netplan.io doesn't want to be installed (it shown in the list but not in the apt). From CLI it can be installed..... In the end the network issue is not solved (or not related).

    I have decide to clean install the latest 5.3.9-1 from the latest iso and I would say that it is rather buggy. After installation (without do any updates) the System Information dashboard is empty.

    Trying to add my second network interface I'm getting Internal Server Error (same if I edit the existing interface)

    Code
    {"response":null,"error":{"code":0,"message":"The property 'options' does not exist in the model 'conf.system.network.interface'.","trace":"OMV\\AssertException: The property 'options' does not exist in the model 'conf.system.network.interface'. in \/usr\/share\/php\/openmediavault\/config\/configobject.inc:71\nStack trace:\n#0 \/usr\/share\/php\/openmediavault\/config\/configobject.inc(186): OMV\\Config\\ConfigObject->assertExists('options')\n#1 \/usr\/share\/php\/openmediavault\/config\/configobject.inc(271): OMV\\Config\\ConfigObject->set('options', '', true)\n#2 \/usr\/share\/php\/openmediavault\/config\/configobject.inc(233): OMV\\Config\\ConfigObject->setFlatAssoc(Array, true, false)\n#3 \/usr\/share\/openmediavault\/engined\/rpc\/network.inc(135): OMV\\Config\\ConfigObject->setAssoc(Array)\n#4 \/usr\/share\/openmediavault\/engined\/rpc\/network.inc(542): Engined\\Rpc\\Network->setInterfaceConfig(Array, Array)\n#5 [internal function]: Engined\\Rpc\\Network->setEthernetIface(Array, Array)\n#6 \/usr\/share\/php\/openmediavault\/rpc\/serviceabstract.inc(123): call_user_func_array(Array, Array)\n#7 \/usr\/share\/php\/openmediavault\/rpc\/rpc.inc(86): OMV\\Rpc\\ServiceAbstract->callMethod('setEthernetIfac...', Array, Array)\n#8 \/usr\/sbin\/omv-engined(537): OMV\\Rpc\\Rpc::call('Network', 'setEthernetIfac...', Array, Array, 1)\n#9 {main}"}}

    Other issues:

    (a lot of messages)

    Python
    Apr 30 00:36:46 nasbox omv-engined[4330]: Unknown or deprecated time zone [tz=]. Please reconfigure your time zone settings. 
    Apr 30 00:36:36 nasbox php[937]: Unknown or deprecated time zone [tz=]. Please reconfigure your time zone settings.
    Apr 30 00:27:19 nasbox omv-salt[791]: /usr/lib/python3/dist-packages/salt/states/file.py:294: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    Apr 30 00:27:19 nasbox omv-salt[791]:   from collections import Iterable, Mapping, defaultdict
    Apr 30 00:27:19 nasbox omv-salt[791]: /usr/lib/python3/dist-packages/salt/utils/decorators/signature.py:31: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
    Apr 30 00:27:19 nasbox omv-salt[791]:   *salt.utils.args.get_function_argspec(original_function)
    Apr 30 00:27:19 nasbox omv-salt[791]: /usr/lib/python3/dist-packages/salt/utils/decorators/signature.py:31: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
    Apr 30 00:27:19 nasbox omv-salt[791]:   *salt.utils.args.get_function_argspec(original_function)
    Apr 30 00:27:19 nasbox omv-salt[791]: /usr/lib/python3/dist-packages/salt/utils/oset.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    Apr 30 00:27:19 nasbox omv-salt[791]:   class OrderedSet(collections.MutableSet):


    Also extremely funny, if I do first a netinst from debian, after apply the openmediavault the DNS stops working (/etc/resolv.conf is empty)