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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • 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
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Docker Registry
  3. Unusable application

Unusable application

Scheduled Pinned Locked Moved Docker Registry
44 Posts 8 Posters 1.4k Views 8 Watching
  • 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.
  • robiR robi

    @Lanhild after the server upgrade, did the app upgrade yet?

    LanhildL Offline
    LanhildL Offline
    Lanhild
    App Dev
    wrote last edited by
    #35

    @robi Yes

    Cloudron Container Registry 2.6.0 (registry 3.1.0)

    1 Reply Last reply
    1
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by
      #36

      Hello @lanhild
      Can you send me a direct message with some credentials (username + app password for the docker registry) and the URL for your docker registry app?
      I would like to attempt a push from my side to validate if it is not some obscure local issue.

      LanhildL 1 Reply Last reply
      1
      • jamesJ james

        Hello @lanhild
        Can you send me a direct message with some credentials (username + app password for the docker registry) and the URL for your docker registry app?
        I would like to attempt a push from my side to validate if it is not some obscure local issue.

        LanhildL Offline
        LanhildL Offline
        Lanhild
        App Dev
        wrote last edited by
        #37

        @james Done.

        1 Reply Last reply
        1
        • jamesJ james has marked this topic as unsolved
        • jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote last edited by
          #38

          @lanhild and I did a debugging session.
          Somehow this issue is connected to https://forum.cloudron.io/topic/15408/openid-configuration-url-timeout

          1 Reply Last reply
          0
          • jamesJ james referenced this topic
          • jamesJ Offline
            jamesJ Offline
            james
            Staff
            wrote last edited by james
            #39

            Hello @lanhild
            Can you give me the output of:

            uname -nar
            

            from your system that is failing?
            We found systems with kernel version <110 are not effected.

            https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130336

            LanhildL 1 Reply Last reply
            0
            • jamesJ james

              Hello @lanhild
              Can you give me the output of:

              uname -nar
              

              from your system that is failing?
              We found systems with kernel version <110 are not effected.

              https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130336

              LanhildL Offline
              LanhildL Offline
              Lanhild
              App Dev
              wrote last edited by
              #40

              @james

              6.8.0-110-generic

              My server's = 110. The other server, without the issue, has the same kernel.

              jamesJ 1 Reply Last reply
              0
              • LanhildL Lanhild

                @james

                6.8.0-110-generic

                My server's = 110. The other server, without the issue, has the same kernel.

                jamesJ Offline
                jamesJ Offline
                james
                Staff
                wrote last edited by
                #41

                Hello @Lanhild
                On the other server that "does not have the issue".
                Can you run:

                # first run - should work
                curl 127.0.0.1
                # second run - should time out
                curl 127.0.0.1
                

                two times.
                If the first time works and the second time fails, this system also has this issue.
                The issue only is apparent when connecting to itself.

                LanhildL 1 Reply Last reply
                0
                • jamesJ james

                  Hello @Lanhild
                  On the other server that "does not have the issue".
                  Can you run:

                  # first run - should work
                  curl 127.0.0.1
                  # second run - should time out
                  curl 127.0.0.1
                  

                  two times.
                  If the first time works and the second time fails, this system also has this issue.
                  The issue only is apparent when connecting to itself.

                  LanhildL Offline
                  LanhildL Offline
                  Lanhild
                  App Dev
                  wrote last edited by Lanhild
                  #42

                  @james Indeed, the second curl times out.

                  But does the original issue from my topic really come from this? I dare have a doubt about it.

                  As mentioned in a previous reply, the original issue for that other server was solved with the Ubuntu 24 upgrade.

                  On the other hand, the problem is very much still present on the Cloudron.
                  Feel free to ask for more debugging cmds.

                  jamesJ 1 Reply Last reply
                  0
                  • LanhildL Lanhild

                    @james Indeed, the second curl times out.

                    But does the original issue from my topic really come from this? I dare have a doubt about it.

                    As mentioned in a previous reply, the original issue for that other server was solved with the Ubuntu 24 upgrade.

                    On the other hand, the problem is very much still present on the Cloudron.
                    Feel free to ask for more debugging cmds.

                    jamesJ Offline
                    jamesJ Offline
                    james
                    Staff
                    wrote last edited by james
                    #43

                    Hello @lanhild

                    @Lanhild said:

                    But does the original issue from my topic really come from this? I dare have a doubt about it.

                    It does.
                    Since Cloudron asks the docker registry app (localhost or more precise, the docker proxy) it times out.
                    Same with the cloudron cli issue you send me timing out.
                    All related to that network issue.
                    We already have an idea how to fix this, without downgrading the kernel.

                    If you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall

                    LanhildL 1 Reply Last reply
                    1
                    • jamesJ james

                      Hello @lanhild

                      @Lanhild said:

                      But does the original issue from my topic really come from this? I dare have a doubt about it.

                      It does.
                      Since Cloudron asks the docker registry app (localhost or more precise, the docker proxy) it times out.
                      Same with the cloudron cli issue you send me timing out.
                      All related to that network issue.
                      We already have an idea how to fix this, without downgrading the kernel.

                      If you'd like to try, you could apply this patch manually https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e and then systemctl restart cloudron-firewall

                      LanhildL Offline
                      LanhildL Offline
                      Lanhild
                      App Dev
                      wrote last edited by
                      #44

                      @james Thanks for the insight. As this is a production server, I'll wait for the update.
                      Regards.

                      1 Reply Last reply
                      1
                      • J joseph marked this topic as a regular topic
                      • girishG girish referenced this topic

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

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