Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; monit -t 2>&1' with exit code '1':

  • Many thanks for this, i had the same issue. :)

  • Hello to all.




    I am just started to work with OMV 6 and trying to get working FIleBrowser plugin. and canot make it work. :( :( :( :(

    so :

    1) Installed it - looks like not faults

    2) changing status to enable and getting error 500


    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color filebrowser 2>&1' with exit code '1':

    ( which is partly on topic here... I am not sure is it same reason or not... sorry if i put this message at wrong place)


    ID: start_filebrowser_service

    Function: service.running

    Name: pod-filebrowser

    Result: False

    Comment: Job for pod-filebrowser.service failed because the control process exited with error code.

    See "systemctl status pod-filebrowser.service" and "journalctl -xe" for details.

    Started: 09:07:13.196275

    Duration: 2268.449 ms

    Changes:


    I've tried steps from here :


    but i didn't found any double entries and installation/de-installation/reboot doesn't help to me unfortunatelly :(

  • did you check the logs with the commands of the error message?


    systemctl status pod-filebrowser.service

    journalctl -xe

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • If systemctl status pod-filebrowser.service gives you Unit not found, filebrowser is not installed on your system.


    Can you run the deploy command from the cli to see where it fails:


    sudo omv-salt deploy run --no-color filebrowser


    and post the output in a code box, not a screen shot.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • Have a look on results :


    Looks like during installing something went wrong.

    I've tried reinstall again - but same faults and same situations appeared again(((((....

  • First, thanks for any help. I am a noob to openmediavault. I am trying to do the upgrade to openmediavault 6.3.6-2 from 6.3.5-2. I am getting the below error.


    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --allow-downgrades --allow-change-held-packages --fix-broken --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::="--force-confold" dist-upgrade 2>&1' with exit code '100': E : dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.


    Not exactly sure what to do. I see that it I need to manually run 'dpkg --configure -a'. I assume I need to ssh and use sudo dpkg --configure -a. but from where? the root?

    • Official Post

    Not exactly sure what to do. I see that it I need to manually run 'dpkg --configure -a'. I assume I need to ssh and use sudo dpkg --configure -a. but from where? the root?

    Just connect to your server via SSH as root and run that command

    dpkg --configure -a

    Then try to update from the OMV GUI. If after that it still doesn't fully update you can go back to the CLI over SSH and run

    omv-upgrade

    That should update everything completely.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!