Posts by steakhutzeee

    Today I got a similar message:


    Code
    /etc/cron.daily/openmediavault-apticron: 
    W: Failed to fetch http://packages.openmediavault.org/public/dists/sandworm/InRelease  Could not connect to packages.openmediavault.org:80 (178.254.11.33), connection timed out
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Is there something I should do?

    Hi, got this message from Anacron - cron.daily:


    Code
    /etc/cron.daily/openmediavault-apticron: 
    W: Skipping acquire of configured file 'bookworm-utils/binary-all/Packages' as repository 'http://apt.armbian.com bookworm InRelease' doesn't have the component 'bookworm-utils' (component misspelt in sources.list?)
    W: Skipping acquire of configured file 'bookworm-utils/binary-armhf/Packages' as repository 'http://apt.armbian.com bookworm InRelease' doesn't have the component 'bookworm-utils' (component misspelt in sources.list?)
    W: Skipping acquire of configured file 'bookworm-utils/Contents-armhf' as repository 'http://apt.armbian.com bookworm InRelease' doesn't have the component 'bookworm-utils' (component misspelt in sources.list?)
    W: Skipping acquire of configured file 'bookworm-utils/Contents-all' as repository 'http://apt.armbian.com bookworm InRelease' doesn't have the component 'bookworm-utils' (component misspelt in sources.list?)


    Had a look in the sources:


    Code
    steakhutzeee@dk:~$ grep -R "bookworm-utils" /etc/apt/
    /etc/apt/sources.list.d/armbian.list:deb [signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com bookworm main bookworm-utils

    Is there something I should do? Thanks!

    Output:


    Code
    steakhutzeee@dk:~$ cat /var/lib/openmediavault/cron.d/userdefined-1d704df3-22df-4a19-8372-a0cdd83e7872
    #!/bin/sh -l
    # This file is auto-generated by openmediavault (https://www.openmediavault.org)
    # WARNING: Do not edit this file, your changes will get lost.
    curl -fsS --retry 3 https://hc-ping.com/(obfuscated)/dk

    Same issue with a newly created scheduled job that does the same but to google.com with

    Code
    curl -fsS --retry 3 https://google.com

    Runs fine as root, but not with my regular user. In that case I see the error of first post.

    Hi, I scheduled a "scheduled job" in OMV but this only runs as root. If I try using my user I receive the following:


    Code
    500 - Internal Server Error
    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=; export SHELL=/bin/sh; sudo --shell --non-interactive --user='steakhutzeee' -- /var/lib/openmediavault/cron.d/userdefined-1d704df3-22df-4a19-8372-a0cdd83e7872 2>&1' with exit code '2': /var/lib/openmediavault/cron.d/userdefined-1d704df3-22df-4a19-8372-a0cdd83e7872: 3: eval: Syntax error: "(" unexpected (expecting "}")

    The job is is a ping to healthchecks.io:


    curl -fsS --retry 3 https://hc-ping.com/ping_key/dk


    Any hint?

    Hi, I just completed latest update I found in the webUI. It was armbian config related. I tried to search for new ones and got some errors. Tried at the CLI and got:

    I'm on an Odroid HC2. OMV 7.7.3-1 (Sandworm). Kernel Linux 6.6.81-current-odroidxu4. Armbian 25.2.3 bookworm.

    Any idea how to fix?

    Thank you!

    Hi, I received the same email for the second time:


    Object:

    Code
    Cron <root@dk> if test -x /usr/sbin/apticron; then /usr/sbin/apticron --cron; else true; fi 

    Body:

    Code
    W: Failed to fetch http://apt.armbian.com/dists/bookworm/InRelease  Could not connect to apt.armbian.com:80 (130.185.239.78), connection timed out
    W: Failed to fetch http://packages.openmediavault.org/public/dists/sandworm/InRelease  Could not connect to packages.openmediavault.org:80 (178.254.11.33), connection timed out
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    It is an Odroid HC2 running Armbian 24.8.2 Bookworm with Linux 6.6.47-current-odroidxu4. No problem pinging addresses or hostnames. The server is online.


    Ideas?