Beiträge von ashven288

    Need to buy a case, right now my motherboard is underneath a cereal box.


    CPU - Intel i5-8400

    Motherboard - Gigabyte Z390

    RAM - 16GB DDR4

    System/Docker- HP S700 256gb SSD

    Storage - 1x22TB Ultrastar HC570 (shucked from a MY Book, way more storage than what I need but got it for a really good price, ~260usd)

    Docker - Changedetection.io, Emby, Komga, Plex, Qbittorrent, Tautalli, Transmission, Vaultwarden, Wireguard, etc.

    Change the url match detention from "default match detection" to "host".

    Using URIs | Bitwarden Help Center

    Can't seem to apply any pending configuration changes in the omv webgui. When I try to change the compose files shared folder, I get the following error.

    Code
    500 - Internal Server 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=; omv-salt deploy run --no-color compose 2>&1' with exit code '1': debian: Data failed to compile: ---------- Rendering SLS 'base:omv.deploy.compose.40dockerconfig' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get'; line 18 --- [...] # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. {% set config = salt['omv_conf.get']('conf.service.compose') %} <====================== {% set mounts = salt['cmd.shell']('systemctl list-units --type=mount | awk \'$5 ~ "/srv" { printf "%s ",$1 }\'') %} {% set waitConf = '/etc/systemd/system/docker.service.d/waitAllMounts.conf' %} {{ waitConf }}: file.managed: [...] --- ---------- Rendering SLS 'base:omv.deploy.compose.50job' failed: Jinja variable 'salt.utils.templates.AliasedLoader object' has no attribute 'omv_conf.get'; line 18 --- [...] # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. {% set config = salt['omv_conf.get']('conf.service.compose.job') %} <====================== configure_compose_scheduled_jobs: file.managed: - name: "/etc/cron.d/omv-compo...

    When I try to create a new shared folder,

    Code
    500 - Internal Server 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=; omv-salt deploy run --no-color systemd 2>&1' with exit code '100': ERROR: The state 'systemd' does not exist

    When I try to change the timezone

    Code
    500 - Internal Server 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=; omv-salt deploy run --no-color chrony 2>&1' with exit code '100': ERROR: The state 'chrony' does not exist



    Seems like I botched something, any way to fix it. System was working fine since I first installed omv 7 months ago, this problem only started occurring today for me.