Posts by harryArg

    I think I'm having the same problem with tailscale, since the update all vpn dockers stop working.


    Edit:

    Apparently this is by design, there was a change on the code and we should update our dockers.

    I solved it by adding this to docker compose.

    Code
        devices:
          - /dev/net/tun:/dev/net/tun

    Not as a volume, but as a device.

    Sorry for the confucion, I do have a list, with all disk, model size, serial number, partitions label, folders that i create and what are use for.

    I may have expressed myself incorrectly. Since I only use one partition per disk, I assume they are the same. I understand that they are not.

    But since all my partitions are labeled, my confusion about whether or not this option existed before is still there, maybe only for ext4?

    Thank you very much

    Hi, as the title says I just bought a new disc, I want to format with btrfs, but can I find the way from the gui to set the label, I find this usefull to identify the disc in the future. Just to clarify, I have already formatted and mounted the drive and the system never asks me for the label.

    On one hand, this is good news. I do not have to reinstall the system. On the other hand, another question. I need to do something to update the omv extras repositories, I can't see the iperf3 plugin. Which is the reason I am upgrading in such a hurry.

    Another question, is there any upgrade in the interface?

    dpkg -l | grep openm

    It seems that I have already upgraded to version 7.

    I tried to upgrade to OMV 7, but an error with grub stopped the installation. After solving the grub problem (I supouse) I try to upgrade again but the command omv-release-upgrade is missing, of course I didn't have a back, for as far as I can see everything is working. Except for one docker (nextcloud) which is complaining about clamav.

    How should I proceed? Can I try the upgrade again?

    Clearly today is not my day, I change the password with the su -u admin command without problem, but at that point samba stop working, so I unistall samba from apt, and then reinstall it, now samba doesn't work neither the web GUI.

    the rest of the code

    Sorry I run sudo -u command and works, but now seems I broke SAMBA

    I can see any folder and change any setting without this error.

    Code
     Error #0:
    OMV\HttpErrorException: Incorrect username or password. in /var/www/openmediavault/rpc/session.inc:151
    Stack trace:
    #0 [internal function]: OMVRpcServiceSession->login(Array, Array)
    #1 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('login', Array, Array)
    #3 /usr/share/php/openmediavault/rpc/proxy/json.inc(97): OMV\Rpc\Rpc::call('Session', 'login', Array, Array, 3)
    #4 /var/www/openmediavault/rpc.php(45): OMV\Rpc\Proxy\Json->handle()
    #5 {main}

    I don't know if help, but i receive this error, and now the password stop working at all.

    One question, can I change the admin password from cli? With sudo -u admin passwd ?

    Hi, I'm having problem with my web login as admin. OMV doesn't recognize my password, but if I reboot the system, the password works. I can access the terminal with my own user, also I can access the login with my user, but the dashboard is almost empty. I'm not sure how to solve this since I'm sure the password work but not always. I already upgrade my OMV 5 to last version. Also, I already clear my browser cache and tried with other browsers.

    Thanks