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
  • 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 | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. 40GB Disk full with a single app - n8n

40GB Disk full with a single app - n8n

Scheduled Pinned Locked Moved Solved Support
13 Posts 2 Posters 1.7k Views 2 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.
  • A Offline
    A Offline
    AmbroiseUnly
    wrote on last edited by AmbroiseUnly
    #3

    I tried to stop/start the n8n app, but it won't restart anymore, with:

    Error : FileSystem Error - Could not create nginx config directory: ENOSPC: no space left on device, mkdir '/home/yellowtent/platformdata/nginx/applications/693caa42-bcf9-44c2-8f44-78f8676fe44c'
    
    
    1 Reply Last reply
    0
    • A Offline
      A Offline
      AmbroiseUnly
      wrote on last edited by AmbroiseUnly
      #4

      Due to the app being in "error state", I can't add a volume either.
      The number of options at my disposal is starting to grow thin.

      image.png

      f0b8bd73-d809-4c91-b5ff-db5699f1d9d6-image.png

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AmbroiseUnly
        wrote on last edited by
        #5

        I thought Hetzner wasn't allowing me to rescale the instance to one with a bigger disk, but I was mistaken.
        There was an option to hide different disks options.

        image.png

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AmbroiseUnly
          wrote on last edited by AmbroiseUnly
          #6

          Despite the issue with the disk space being gone, n8n wouldn't restart due to being into "error state"...

          So, I tried to click on Retry configure task, but it failed with some dumb error about an icon not being fetchable...

          https://gist.github.com/Vadorequest/a57aa42f42c0e241a3076c17ba295b24

          872b0dbe-eb5d-4507-8978-83831e6ba9c0-image.png

          image.png

          1 Reply Last reply
          0
          • A Offline
            A Offline
            AmbroiseUnly
            wrote on last edited by
            #7

            I tried to ping cloudron but the server doesn't seem to be willing.

            root@unly-n8n:~# ping6 ipv6.api.cloudron.io
            ping6: ipv6.api.cloudron.io: Temporary failure in name resolution
            root@unly-n8n:~# ping ipv6.api.cloudron.io
            ping: ipv6.api.cloudron.io: Temporary failure in name resolution
            root@unly-n8n:~# ping api.cloudron.io
            ping: api.cloudron.io: Temporary failure in name resolution
            root@unly-n8n:~# ping google.com
            ping: google.com: Temporary failure in name resolution
            

            I guess another restart might solve it...

            1 Reply Last reply
            0
            • A Offline
              A Offline
              AmbroiseUnly
              wrote on last edited by AmbroiseUnly
              #8

              Restarting didn't solve it. I don't know where this issue came from but I had to restart the DNS service šŸ˜‘ .

              root@unly-n8n:~# ping google.com
              ping: google.com: Temporary failure in name resolution
              root@unly-n8n:~# cat /etc/resolv.conf
              # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
              #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
              # 127.0.0.53 is the systemd-resolved stub resolver.
              # run "systemd-resolve --status" to see details about the actual nameservers.
              
              root@unly-n8n:~# systemd-resolve --status
              systemd-resolve: command not found
              root@unly-n8n:~# sudo systemctl restart systemd-resolved.service
              
              root@unly-n8n:~# ping google.com
              PING google.com(fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e)) 56 data bytes
              64 bytes from fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e): icmp_seq=1 ttl=116 time=5.00 ms
              64 bytes from fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e): icmp_seq=2 ttl=116 time=3.83 ms
              64 bytes from fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e): icmp_seq=3 ttl=116 time=3.69 ms
              ^C
              --- google.com ping statistics ---
              3 packets transmitted, 3 received, 0% packet loss, time 2004ms
              rtt min/avg/max/mdev = 3.694/4.174/4.997/0.584 ms
              root@unly-n8n:~# ping6 ipv6.api.cloudron.io
              PING ipv6.api.cloudron.io(prod.cloudron.io (2604:a880:800:10::b66:f001)) 56 data bytes
              64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=1 ttl=49 time=84.4 ms
              64 bytes from prod.cloudron.io (2604:a880:800:10::b66:f001): icmp_seq=2 ttl=49 time=82.8 ms
              

              Running sudo systemctl restart systemd-resolved.service fixed this ping issue.

              1 Reply Last reply
              0
              • A Offline
                A Offline
                AmbroiseUnly
                wrote on last edited by
                #9

                After the ping was fixed, the "Retry configure task" worked and the n8n instance was up again.

                But it wouldn't show my n8n workflows.

                Restarting the Cloudron app fixed it.

                What a journey.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  AmbroiseUnly
                  wrote on last edited by
                  #10

                  Journey not over, the issue with DNS seems to be still there. Could not resolve hostname github.com: Temporary failure in name resolution, but the ping from the server itself seems to work fine, so it might be the docker instance that could be buggy... But I'm completely in unknown waters there.

                  Jun 28 23:58:14 2024-06-28T21:58:14.702Z | error | 400 ssh: Could not resolve hostname github.com: Temporary failure in name resolution <30>1 2024-06-28T21:58:14Z unly-n8n 693caa42-bcf9-44c2-8f44-78f8676fe44c 1050 693caa42-bcf9-44c2-8f44-78f8676fe44c - fatal: Could not read from remote repository.
                  
                  
                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    AmbroiseUnly
                    wrote on last edited by
                    #11

                    The internal DNS service "Unbound" was off, I turned it on again.

                    https://docs.cloudron.io/troubleshooting/#unbound

                    root@unly-n8n:~# root@unly-n8n:~# systemctl status unbound
                    Ɨ unbound.service - Unbound DNS Resolver
                         Loaded: loaded (/etc/systemd/system/unbound.service; enabled; vendor preset: enabled)
                         Active: failed (Result: exit-code) since Fri 2024-06-28 21:43:24 UTC; 26min ago
                        Process: 1223 ExecStart=/usr/sbin/unbound -d (code=exited, status=1/FAILURE)
                       Main PID: 1223 (code=exited, status=1/FAILURE)
                            CPU: 17ms
                    
                    Jun 28 21:43:24 unly-n8n systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5.
                    Jun 28 21:43:24 unly-n8n systemd[1]: Stopped Unbound DNS Resolver.
                    Jun 28 21:43:24 unly-n8n systemd[1]: unbound.service: Start request repeated too quickly.
                    Jun 28 21:43:24 unly-n8n systemd[1]: unbound.service: Failed with result 'exit-code'.
                    Jun 28 21:43:24 unly-n8n systemd[1]: Failed to start Unbound DNS Resolver.
                    root@unly-n8n:~# unbound-anchor -a /var/lib/unbound/root.key
                    root@unly-n8n:~# systemctl restart unbound
                    root@unly-n8n:~# systemctl status unbound
                    ā— unbound.service - Unbound DNS Resolver
                         Loaded: loaded (/etc/systemd/system/unbound.service; enabled; vendor preset: enabled)
                         Active: active (running) since Fri 2024-06-28 22:10:03 UTC; 3s ago
                       Main PID: 6380 (unbound)
                          Tasks: 1 (limit: 9160)
                         Memory: 8.4M
                            CPU: 100ms
                         CGroup: /system.slice/unbound.service
                                 └─6380 /usr/sbin/unbound -d
                    
                    Jun 28 22:10:03 unly-n8n systemd[1]: Starting Unbound DNS Resolver...
                    Jun 28 22:10:03 unly-n8n unbound[6380]: [6380:0] notice: init module 0: subnet
                    Jun 28 22:10:03 unly-n8n unbound[6380]: [6380:0] notice: init module 1: validator
                    Jun 28 22:10:03 unly-n8n unbound[6380]: [6380:0] notice: init module 2: iterator
                    Jun 28 22:10:03 unly-n8n unbound[6380]: [6380:0] info: start of service (unbound 1.13.1).
                    Jun 28 22:10:03 unly-n8n systemd[1]: Started Unbound DNS Resolver.
                    

                    And now my workflows are working (almost) properly.
                    I'll have to restart n8n again after re-enabling the node modules (i had disabled them because they were blocking the n8n boot due to packages not being installable due to the DNS issue)

                    1 Reply Last reply
                    0
                    • A AmbroiseUnly referenced this topic on
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #12

                      @AmbroiseUnly the situation with DNS should be better with Cloudron 8. Maybe you can try updating to it. We rely on unbound much less now.

                      1 Reply Last reply
                      2
                      • girishG girish marked this topic as a question on
                      • girishG girish has marked this topic as solved on
                      • A Offline
                        A Offline
                        AmbroiseUnly
                        wrote on last edited by
                        #13

                        Good to know! Thanks

                        1 Reply Last reply
                        0
                        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