Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color quota 2>&1' with exit code '1': debian:
- Data failed to compile:
- ----------
- Rendering SLS 'base:omv.deploy.quota.default' failed: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- ---
- [ERROR ] Command 'blkid' failed with return code: 2
- [ERROR ] retcode: 2
- [ERROR ] Command 'blkid' failed with return code: 2
- [ERROR ] output:
- [ERROR ] Rendering exception occurred
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 219, in render_tmpl
- output = render_str(tmplstr, context, tmplpath)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 523, in render_jinja_tmpl
- raise SaltRenderError(
- salt.exceptions.SaltRenderError: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- ---
- [CRITICAL] Rendering SLS 'base:omv.deploy.quota.default' failed: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- ---
- OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color quota 2>&1' with exit code '1': debian:
- Data failed to compile:
- ----------
- Rendering SLS 'base:omv.deploy.quota.default' failed: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- ---
- [ERROR ] Command 'blkid' failed with return code: 2
- [ERROR ] retcode: 2
- [ERROR ] Command 'blkid' failed with return code: 2
- [ERROR ] output:
- [ERROR ] Rendering exception occurred
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 219, in render_tmpl
- output = render_str(tmplstr, context, tmplpath)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 523, in render_jinja_tmpl
- raise SaltRenderError(
- salt.exceptions.SaltRenderError: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- ---
- [CRITICAL] Rendering SLS 'base:omv.deploy.quota.default' failed: Jinja error: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- Traceback (most recent call last):
- File "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 477, in render_jinja_tmpl
- output = template.render(**decoded_context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
- self.environment.handle_exception()
- File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
- raise rewrite_traceback_stack(source=source)
- File "<template>", line 43, in top-level template code
- File "/var/cache/salt/minion/extmods/modules/omv_utils.py", line 129, in is_block_device
- return openmediavault.device.is_block_device(path)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/openmediavault/device/utils.py", line 38, in is_block_device
- st = os.stat(path)
- ^^^^^^^^^^^^^
- OSError: [Errno 107] Transport endpoint is not connected: '/srv/dev-disk-by-uuid-32D4CE71D4CE373F/nas-hdd1/nas-hdd1-services/media/'
- ; line 43
- ---
- [...]
- {% set fsuuid = salt['cmd.run']('blkid -o value -s UUID ' ~ mountpoint.fsname) %}
- {% set device = mountpoint.fsname %}
- {% endif %}
- # Proceed only if the device exists.
- {% if device | is_block_device %} <======================
- {% if 'quota' not in mountpoint.opts %}
- # The filesystem is not mounted with quota support, so remove the useless
- # quota files.
- [...]
- --- in /usr/share/php/openmediavault/system/process.inc:247
- Stack trace:
- #0 /usr/share/php/openmediavault/engine/module/serviceabstract.inc(62): OMV\System\Process->execute()
- #1 /usr/share/openmediavault/engined/rpc/config.inc(187): OMV\Engine\Module\ServiceAbstract->deploy()
- #2 [internal function]: Engined\Rpc\Config->applyChanges()
- #3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array()
- #4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(155): OMV\Rpc\ServiceAbstract->callMethod()
- #5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(628): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}()
- #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(152): OMV\Rpc\ServiceAbstract->execBgProc()
- #7 /usr/share/openmediavault/engined/rpc/config.inc(208): OMV\Rpc\ServiceAbstract->callMethodBg()
- #8 [internal function]: Engined\Rpc\Config->applyChangesBg()
- #9 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array()
- #10 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
- #11 /usr/sbin/omv-engined(544): OMV\Rpc\Rpc::call()
- #12 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement