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. Unable to install cloudron

Unable to install cloudron

Scheduled Pinned Locked Moved Unsolved Support
installation
30 Posts 4 Posters 4.2k Views 4 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.
    • chiragnahataC Offline
      chiragnahataC Offline
      chiragnahata
      wrote on last edited by girish
      #1

      I am trying to install cloudron on Oracle free tier. My server is having 1 gb ram but still the installation is showing that cloudron requires 1 gb physical ram. Also it required amd processor. Please help as soon as possible.

      girishG chiragnahataC 2 Replies Last reply
      0
      • chiragnahataC chiragnahata

        I am trying to install cloudron on Oracle free tier. My server is having 1 gb ram but still the installation is showing that cloudron requires 1 gb physical ram. Also it required amd processor. Please help as soon as possible.

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #2

        @chiragnahata What is the output of free -m and uname -nar on the machine ?

        chiragnahataC 1 Reply Last reply
        0
        • girishG girish marked this topic as a question on
        • girishG girish

          @chiragnahata What is the output of free -m and uname -nar on the machine ?

          chiragnahataC Offline
          chiragnahataC Offline
          chiragnahata
          wrote on last edited by
          #3

          @girish

          8e0f23b1-9157-4960-ae05-5798ddcbde29-image.png - By running the free -m command

          f00b2e1f-7f5d-4f36-8c1a-ceedce095f62-image.png - By running the uname -nar command

          1 Reply Last reply
          0
          • chiragnahataC Offline
            chiragnahataC Offline
            chiragnahata
            wrote on last edited by
            #4

            This is the error -

            014ce1ba-6a51-4f56-98d0-2a71c43fe7dd-image.png

            My system specifications -

            893e51f1-cc8b-405f-bf45-b5459c014b12-image.png
            f36a1cff-eebd-45ff-9925-951d45da3687-image.png

            girishG 1 Reply Last reply
            0
            • chiragnahataC chiragnahata referenced this topic on
            • chiragnahataC chiragnahata

              This is the error -

              014ce1ba-6a51-4f56-98d0-2a71c43fe7dd-image.png

              My system specifications -

              893e51f1-cc8b-405f-bf45-b5459c014b12-image.png
              f36a1cff-eebd-45ff-9925-951d45da3687-image.png

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #5

              @chiragnahata if you edit the cloudron-setup script, you will see (around line 34):

              if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
                  echo "Error: Cloudron requires atleast 1GB physical memory"
                  exit 1
              fi
              

              You can just comment it out:

              # if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
              #    echo "Error: Cloudron requires atleast 1GB physical memory"
              #    exit 1
              # fi
              

              1GB really is very very small, so your mileage may vary.

              chiragnahataC 2 Replies Last reply
              0
              • girishG girish

                @chiragnahata if you edit the cloudron-setup script, you will see (around line 34):

                if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
                    echo "Error: Cloudron requires atleast 1GB physical memory"
                    exit 1
                fi
                

                You can just comment it out:

                # if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
                #    echo "Error: Cloudron requires atleast 1GB physical memory"
                #    exit 1
                # fi
                

                1GB really is very very small, so your mileage may vary.

                chiragnahataC Offline
                chiragnahataC Offline
                chiragnahata
                wrote on last edited by
                #6

                @girish Where is the cloudron setup script ? I was installing via commands given in https://www.cloudron.io/get.html . I don't know about the script. Please help me.

                BrutalBirdieB 1 Reply Last reply
                0
                • girishG girish

                  @chiragnahata if you edit the cloudron-setup script, you will see (around line 34):

                  if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
                      echo "Error: Cloudron requires atleast 1GB physical memory"
                      exit 1
                  fi
                  

                  You can just comment it out:

                  # if [[ "${physical_memory}" -lt "${MINIMUM_MEMORY}" ]]; then
                  #    echo "Error: Cloudron requires atleast 1GB physical memory"
                  #    exit 1
                  # fi
                  

                  1GB really is very very small, so your mileage may vary.

                  chiragnahataC Offline
                  chiragnahataC Offline
                  chiragnahata
                  wrote on last edited by
                  #7

                  @girish See I am new to this self hosting server world so I don't know much. So please help about how to edit the script using putty in Oracle free tier.

                  1 Reply Last reply
                  0
                  • chiragnahataC chiragnahata

                    I am trying to install cloudron on Oracle free tier. My server is having 1 gb ram but still the installation is showing that cloudron requires 1 gb physical ram. Also it required amd processor. Please help as soon as possible.

                    chiragnahataC Offline
                    chiragnahataC Offline
                    chiragnahata
                    wrote on last edited by
                    #8

                    @chiragnahata Also can I install Cloudron on Ampere A1 processor so that I can provide more ram

                    1 Reply Last reply
                    0
                    • chiragnahataC chiragnahata

                      @girish Where is the cloudron setup script ? I was installing via commands given in https://www.cloudron.io/get.html . I don't know about the script. Please help me.

                      BrutalBirdieB Offline
                      BrutalBirdieB Offline
                      BrutalBirdie
                      Partner
                      wrote on last edited by BrutalBirdie
                      #9

                      @chiragnahata said in Unable to install cloudron:

                      Where is the cloudron setup script ?

                      The cloudron setup script it the cloudron-setup file you downloaded as you described.

                      You have to edit that file as girish explained.


                      Regarding the Ampere A1 processor, that is not supported.
                      https://docs.cloudron.io/installation/

                      Like my work? Consider donating a drink. Cheers!

                      1 Reply Last reply
                      1
                      • chiragnahataC Offline
                        chiragnahataC Offline
                        chiragnahata
                        wrote on last edited by
                        #10

                        File edited and the setup started but after few minutes the terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error. Please help as soon as possible

                        BrutalBirdieB 1 Reply Last reply
                        0
                        • chiragnahataC chiragnahata

                          File edited and the setup started but after few minutes the terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error. Please help as soon as possible

                          BrutalBirdieB Offline
                          BrutalBirdieB Offline
                          BrutalBirdie
                          Partner
                          wrote on last edited by
                          #11

                          @chiragnahata
                          The most simple solution is, take a server with more ram.

                          Like my work? Consider donating a drink. Cheers!

                          chiragnahataC 1 Reply Last reply
                          2
                          • BrutalBirdieB BrutalBirdie

                            @chiragnahata
                            The most simple solution is, take a server with more ram.

                            chiragnahataC Offline
                            chiragnahataC Offline
                            chiragnahata
                            wrote on last edited by
                            #12

                            @BrutalBirdie I tried that but same error is coming

                            BrutalBirdieB 1 Reply Last reply
                            0
                            • subvenS Offline
                              subvenS Offline
                              subven
                              wrote on last edited by
                              #13

                              I had Cloudron installed on a storage VPS (alphavps) with 768MB of RAM. Just edited the script to avoid the setup to fail but with all its (for me unnecessary) services running, Cloudron wasnt a pleasure to use. Really recommending at least 1,5Gb RAM to be able to have a good user experience. If you just want to host a small LAMP app, 1GB would be sufficient.

                              1 Reply Last reply
                              2
                              • chiragnahataC chiragnahata

                                @BrutalBirdie I tried that but same error is coming

                                BrutalBirdieB Offline
                                BrutalBirdieB Offline
                                BrutalBirdie
                                Partner
                                wrote on last edited by
                                #14

                                @chiragnahata
                                Lets start from zero to hero.

                                • What hosting provider do you use?
                                • What are the systems specifications - do they match the doc
                                • Is the system a fresh setup

                                When posting question its best to provide as many information as possible, with every question that needs to be asked back you increase the delay for a good solution.

                                I really suggest you should start with a fresh Ubuntu 20.04 LTS Server with minimum specs or better.

                                Like my work? Consider donating a drink. Cheers!

                                chiragnahataC 1 Reply Last reply
                                1
                                • BrutalBirdieB BrutalBirdie

                                  @chiragnahata
                                  Lets start from zero to hero.

                                  • What hosting provider do you use?
                                  • What are the systems specifications - do they match the doc
                                  • Is the system a fresh setup

                                  When posting question its best to provide as many information as possible, with every question that needs to be asked back you increase the delay for a good solution.

                                  I really suggest you should start with a fresh Ubuntu 20.04 LTS Server with minimum specs or better.

                                  chiragnahataC Offline
                                  chiragnahataC Offline
                                  chiragnahata
                                  wrote on last edited by
                                  #15

                                  @BrutalBirdie I am using Oracle free tier and the specs are of the always free amd processor. It is a free Ubuntu 20.04 install. I edited the script as suggested by @girish also.

                                  subvenS 1 Reply Last reply
                                  0
                                  • chiragnahataC chiragnahata

                                    @BrutalBirdie I am using Oracle free tier and the specs are of the always free amd processor. It is a free Ubuntu 20.04 install. I edited the script as suggested by @girish also.

                                    subvenS Offline
                                    subvenS Offline
                                    subven
                                    wrote on last edited by subven
                                    #16

                                    @chiragnahata If you edited the script like @girish told you, there is no way the same error will show up since you commented out the check + error message.

                                    Please start from scratch on a fresh Ubuntu 20.04 upwards and a x86 processor. Download the script, uncomment the memory check and run the script afterwards.

                                    chiragnahataC 1 Reply Last reply
                                    1
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #17

                                      I noticed today when creating a new EC2 image that t2 micro reports 967 MB.. So, I have fixed the script to check for 960MB now instead of 1GB. Please download the latest cloudron-setup script and that should fix the memory requirement atleast.

                                      1 Reply Last reply
                                      1
                                      • subvenS subven

                                        @chiragnahata If you edited the script like @girish told you, there is no way the same error will show up since you commented out the check + error message.

                                        Please start from scratch on a fresh Ubuntu 20.04 upwards and a x86 processor. Download the script, uncomment the memory check and run the script afterwards.

                                        chiragnahataC Offline
                                        chiragnahataC Offline
                                        chiragnahata
                                        wrote on last edited by
                                        #18

                                        @subven The error is not coming. It got installed but terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error and now the ip is not showing any webpage

                                        BrutalBirdieB 1 Reply Last reply
                                        0
                                        • chiragnahataC chiragnahata

                                          @subven The error is not coming. It got installed but terminal got disconnected and the log was showing E: Setting in Stop via TCSAFLUSH for stdin failed! - tcsetattr (5: Input/output error and now the ip is not showing any webpage

                                          BrutalBirdieB Offline
                                          BrutalBirdieB Offline
                                          BrutalBirdie
                                          Partner
                                          wrote on last edited by
                                          #19

                                          @chiragnahata
                                          If you have unstable internet, install tmux on the server and when connecting to the server via ssh the first command you should execute is tmux.

                                          Then do everything else inside the tmux session.

                                          tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

                                          (they keep running in the background)! that is the big win for unstable connections.

                                          https://github.com/tmux/tmux/wiki
                                          https://tmuxcheatsheet.com/

                                          I would advise you, do a clean sweep (again) and then first install tmux and run the cloudron installer in tmux.

                                          Like my work? Consider donating a drink. Cheers!

                                          chiragnahataC 1 Reply Last reply
                                          0
                                          • BrutalBirdieB BrutalBirdie

                                            @chiragnahata
                                            If you have unstable internet, install tmux on the server and when connecting to the server via ssh the first command you should execute is tmux.

                                            Then do everything else inside the tmux session.

                                            tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

                                            (they keep running in the background)! that is the big win for unstable connections.

                                            https://github.com/tmux/tmux/wiki
                                            https://tmuxcheatsheet.com/

                                            I would advise you, do a clean sweep (again) and then first install tmux and run the cloudron installer in tmux.

                                            chiragnahataC Offline
                                            chiragnahataC Offline
                                            chiragnahata
                                            wrote on last edited by
                                            #20

                                            @BrutalBirdie 7a9b9cb0-f421-40b8-bb01-2b21e5dba8cd-image.png

                                            95e99e35-de2d-4bff-9913-87a55bb7157b-image.png

                                            fcd648c2-8463-4354-841d-0fd1bfddcf19-image.png

                                            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