Posts by mig67

    This is what come up with


    systemctl status sharedfolders-docker.mount


    ● sharedfolders-docker.mount - Mount shared folder docker to /sharedfolders/docker Loaded: loaded (/etc/systemd/system/sharedfolders-docker.mount; enabled; vendor preset: enabled) Active: active (mounted) since Sat 2019-08-31 08:32:28 CEST; 46s ago Where: /sharedfolders/docker What: /dev/sda4 Tasks: 0 (limit: 4915) Memory: 120.0K CGroup: /system.slice/sharedfolders-docker.mount



    I tried to create folders in sharedfolders, the folders are created but I can confirm them with the error indicated above. And at the same time I can't delete the folders created under Sharedfolders. I have no active Samba, the home is disabled.

    When I create a folder with Shared Folderes I get the following error:
    ( I tried to solve it like this thread Samba ) but the problem persists.



    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; omv-salt deploy run systemd 2>&1' with exit code '1': /usr/lib/python3/dist-packages/salt/modules/file.py:32: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterable, Mapping/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 *salt.utils.args.get_function_argspec(original_function)/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 *salt.utils.args.get_function_argspec(original_function)debian:---------- ID: remove_sharedfolder_mount_unit_files Function: module.run Result: True Comment: file.find: ['/etc/systemd/system/sharedfolders-Dockerapp.mount', '/etc/systemd/system/sharedfolders-docker.mount'] Started: 18:59:50.027245 Duration: 1.622 ms Changes: ---------- file.find: - /etc/systemd/system/sharedfolders-Dockerapp.mount - /etc/systemd/system/sharedfolders-docker.mount---------- ID: configure_sharedfolder_docker_mount_unit_file Function: file.managed Name: /etc/systemd/system/sharedfolders-docker.mount Result: True Comment: File /etc/systemd/system/sharedfolders-docker.mount updated Started: 18:59:50.029873 Duration: 1.729 ms Changes: ---------- diff: New file mode: 0644---------- ID: configure_sharedfolder_Dockerapp_mount_unit_file Function: file.managed Name: /etc/systemd/system/sharedfolders-Dockerapp.mount Result: True Comment: File /etc/systemd/system/sharedfolders-Dockerapp.mount updated Started: 18:59:50.031670 Duration: 1.328 ms Changes: ---------- diff: New file mode: 0644---------- ID: sharedfolder_mount_units_systemctl_daemon_reload Function: module.run Name: service.systemctl_reload Result: True Comment: Started: 18:59:50.033066 Duration: 0.205 ms Changes:---------- ID: enable_sharedfolder_docker_mount_unit Function: service.enabled Name: sharedfolders-docker.mount Result: True Comment: Service sharedfolders-docker.mount is already enabled, and is in the desired state Started: 18:59:50.435947 Duration: 136.757 ms Changes:---------- ID: restart_sharedfolder_docker_mount_unit Function: module.run Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/salt/state.py", line 1919, in call **cdata['kwargs']) File "/usr/lib/python3/dist-packages/salt/loader.py", line 1918, in wrapper return f(*args, **kwargs) File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 558, in _decorate return self._call_function(kwargs) File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 263, in _call_function raise error File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 250, in _call_function return self._function(*args, **kwargs) File "/usr/lib/python3/dist-packages/salt/states/module.py", line 294, in run func_args=kwargs.get(func)) File "/usr/lib/python3/dist-packages/salt/states/module.py", line 358, in _call_function mret = __salt__[name](*arg_type, **func_kw) File "/usr/lib/python3/dist-packages/salt/modules/systemd.py", line 906, in restart raise CommandExecutionError(_strip_scope(ret['stderr'])) salt.exceptions.CommandExecutionError: Job for sharedfolders-docker.mount failed. See "systemctl status sharedfolders-docker.mount" and "journalctl -xe" for details. Started: 18:59:50.572945 Duration: 19.002 ms Changes:---------- ID: enable_sharedfolder_Dockerapp_mount_unit Function: service.enabled Name: sharedfolders-Dockerapp.mount Result: True Comment: Service sharedfolders-Dockerapp.mount is already enabled, and is in the desired state Started: 18:59:50.592206 Duration: 15.794 ms Changes:---------- ID: restart_sharedfolder_Dockerapp_mount_unit Function: module.run Result: True Comment: service.restart: True Started: 18:59:50.608247 Duration: 41.641 ms Changes: ---------- service.restart: True---------- ID: configure_tmp_mount_unit_file Function: file.managed Name: /etc/systemd/system/tmp.mount Result: True Comment: File /etc/systemd/system/tmp.mount is in the correct state Started: 18:59:50.650123 Duration: 14.177 ms Changes:---------- ID: tmp_mount_unit_systemctl_daemon_reload Function: module.run Name: service.systemctl_reload Result: True Comment: State was not run because none of the onchanges reqs changed Started: 18:59:50.664675 Duration: 0.003 ms Changes:Summary for debian------------Succeeded: 9 (changed=4)Failed: 1------------Total states run: 10Total run time: 232.258 ms

    Sorry if I ask you a question about this thread of 2015, but now I'm preparing an OMV5 with 4x3tb HD for family data, could you tell me or recommend me what kind of filesystem you use now?



    Thanks

    I managed to install Plex but I can't insert the right folders. I have seen that in Portainer I can only see the files in
    /var/lib/docker/volumes/
    while I would like to see those found in
    /sharedfolders/media.

    I'm testing OMV5 on proxmox... when I go to enable Samba I get the following message-error:


    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; omv-salt deploy run avahi 2>&1' with exit code '1': /usr/lib/python3/dist-packages/salt/modules/file.py:32: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterable, Mapping /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 *salt.utils.args.get_function_argspec(original_function) /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 *salt.utils.args.get_function_argspec(original_function) debian: Data failed to compile: ---------- Rendering SLS 'base:omv.deploy.avahi.services.nfs' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get' ---------- Rendering SLS 'base:omv.deploy.avahi.services.smb' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get' ---------- Rendering SLS 'base:omv.deploy.avahi.services.ftp' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get' ---------- Rendering SLS 'base:omv.deploy.avahi.services.ssh' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get' ---------- Rendering SLS 'base:omv.deploy.avahi.services.rsync' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get' ---------- Rendering SLS 'base:omv.deploy.avahi.services.webadmin' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get'

    I'm trying to install zfs-plugin by webgui, but I continue to receive the following error:


    Errore #0:OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; zfs list -H -o name,mountpoint -t filesystem' with exit code '1': in /usr/share/php/openmediavault/system/process.inc:175Stack trace:
    #0 /usr/share/omvzfs/Utils.php(398): OMV\System\Process->execute(Array, 1)
    #1 /usr/share/omvzfs/Filesystem.php(51): OMVModuleZFSUtil::exec('zfs list -H -o ...', Array, 1)
    #2 /usr/share/php/openmediavault/system/filesystem/backend/zfs.inc(32): OMVModuleZFSFilesystem::getAllFilesystems()
    #3 /usr/share/php/openmediavault/system/filesystem/backend/manager.inc(263): OMV\System\Filesystem\Backend\Zfs->enumerate()
    #4 /usr/share/php/openmediavault/system/filesystem/backend/manager.inc(130): OMV\System\Filesystem\Backend\Manager->enumerate()
    #5 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(843): OMV\System\Filesystem\Backend\Manager->getBackendById('/dev/disk/by-la...')
    #6 /usr/share/openmediavault/engined/rpc/unionfilesystems.inc(129): OMV\System\Filesystem\Filesystem::getImpl('/dev/disk/by-la...')
    #7 [internal function]: OMV\Engined\Rpc\UnionFilesystems->OMV\Engined\Rpc\{closure}('bd8ca2b9-9f49-4...')
    #8 /usr/share/openmediavault/engined/rpc/unionfilesystems.inc(136): array_map(Object(Closure), Array)
    #9 [internal function]: OMV\Engined\Rpc\UnionFilesystems->OMV\Engined\Rpc\{closure}(Object(OMV\Config\ConfigObject))
    #10 /usr/share/openmediavault/engined/rpc/unionfilesystems.inc(142): array_map(Object(Closure), Array)
    #11 [internal function]: OMV\Engined\Rpc\UnionFilesystems->getList(Array, Array)
    #12 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #13 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getList', Array, Array)
    #14 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('UnionFilesystem...', 'getList', Array, Array, 1)
    #15 {main}

    I found where my problem was, the Hdrive in question had been formatted in ZFS, thanks to Gparted I reformatted them in ext4, which I could not do from Webgui, now it's all normal

    Maybe I explained wrong, sdb and adc were in ext4, then I reformatted them because they were not recognized but anyway they were not recognized. I reinstalled OMV4, but the same problem appears...

    I have 3 HD but OMV4 only recognizes one, while the other 2 I can sea and mount them only from terminal, but in the webgui they are invisible.
    Installed Openmediavault 4.0.9-1 -

    I have installed omv4 but I see that the transmission does not exist as a plugin, unfortunately doccker does not install properly. how can I do to have transmission?