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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved cloudron not working after update

    Support
    updates
    2
    3
    68
    Loading More Posts
    • 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
      genies305 last edited by girish

      @girish this is the ticket with <redacted>

      1 Reply Last reply Reply Quote 0
      • G
        genies305 last edited by girish

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

        my app are in error state

        1 Reply Last reply Reply Quote 0
        • Topic has been marked as a question  girish girish 
        • girish
          girish Staff last edited by girish

          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 Reply Quote 0
          • Topic has been marked as solved  girish girish 
          • First post
            Last post
          Powered by NodeBB