Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

cloudron not working after update

Scheduled Pinned Locked Moved Solved Support
updates
3 Posts 2 Posters 152 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    genies305
    wrote on last edited by girish
    #1

    @girish this is the ticket with <redacted>

    1 Reply Last reply
    0
  • G Offline
    G Offline
    genies305
    wrote on last edited by girish
    #2

    03981046-6789-4223-9151-89fe0d17eab5-image.png

    my app are in error state

    1 Reply Last reply
    0
  • girishG girish marked this topic as a question on
  • girishG Do not disturb
    girishG Do not disturb
    girish Staff
    wrote on last edited by girish
    #3

    The issue here was that unbound was not working. Because of that, all the docker image updates are failing like so:

    2022-12-06T03:38:02.801Z box:shell startGraphite exec: docker run --restart=always -d --name="graphite"         --hostname graphite         --net cloudron         --net-alias graphite         --log-driver syslog         --log-opt syslog-address=udp://127.0.0.1:2514         --log-opt syslog-format=rfc5424         --log-opt tag=graphite         -m 429916160         --memory-swap 536870912         --dns 172.18.0.1         --dns-search=.         -p 127.0.0.1:2003:2003         -v "/home/yellowtent/platformdata/graphite:/var/lib/graphite"         --label isCloudronManaged=true         --read-only -v /tmp -v /run "cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62" 
    Box GET /api/v1/appstore/apps?repository=core 424 Failed Dependency getaddrinfo EAI_AGAIN api.cloudron.io 10.852 ms - 89
    2022-12-06T03:38:03.581Z box:shell startGraphite (stdout): null
    2022-12-06T03:38:03.581Z box:shell startGraphite (stderr): Unable to find image 'cloudron/graphite:3.2.0@sha256:182e5cae69fbddc703cb9f91be909452065c7ae159e9836cc88317c7a00f0e62' locally
    docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: server misbehaving.
    See 'docker run --help'.
    

    It was hard to figure why unbound is not working, all queries fail with ESERVFAIL (VM, Hyper-V, router, many things here). It's some networking related issue hard to diagnose without getting a full hand on the setup. The workaround was to add a file called /etc/unbound/unbound.conf.d/forward-everything.conf with the following:

    forward-zone:
        name: "."
        forward-addr: 1.1.1.1
        forward-addr: 8.8.8.8
    

    Then, systemctl restart unbound . After that, host cloudron.io 127.0.0.1 should work.

    Finally, systemctl restart box will then bring up all the containers again.

    1 Reply Last reply
    0
  • girishG girish has marked this topic as solved on

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.