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. Install not exited properly?

Install not exited properly?

Scheduled Pinned Locked Moved Solved Support
installation
5 Posts 2 Posters 1.0k 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.
  • C Offline
    C Offline
    ccfu
    wrote on last edited by girish
    #1

    I just logged in to a server via SSH that has been running well for a couple of months and noticed the following message:

    Cloudron is installing. Run 'tail -f /var/log/cloudron-setup.log' to view progress
    

    The log shows as the last entry:

    start: Almost done
    

    How can I remove the 'Cloudron is installing' message?

    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      @ccfu "Almost done" is the last message you see in the logs, there is nothing after that. If you had the initial terminal window open i.e where you ran the cloudron-setup script, it would have asked you to reboot the server. So, you can just reboot the server. Once rebooted that message will go away.

      C 1 Reply Last reply
      0
      • girishG girish

        @ccfu "Almost done" is the last message you see in the logs, there is nothing after that. If you had the initial terminal window open i.e where you ran the cloudron-setup script, it would have asked you to reboot the server. So, you can just reboot the server. Once rebooted that message will go away.

        C Offline
        C Offline
        ccfu
        wrote on last edited by
        #3

        @girish Yes, that is the expected behaviour but the message in the logs is from the install date in March and the server has been rebooted several time since then (for example to finish security updates) and has also seen updates to 6.2.7 and 6.28. The message is still there.

        girishG 1 Reply Last reply
        0
        • C ccfu

          @girish Yes, that is the expected behaviour but the message in the logs is from the install date in March and the server has been rebooted several time since then (for example to finish security updates) and has also seen updates to 6.2.7 and 6.28. The message is still there.

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

          @ccfu Oh, I see. You can just sudo rm -f /etc/update-motd.d/91-cloudron-install-in-progress and that message will go away. This is supposed to be done by the installer code, not sure why it wasn't removed.

          function exitHandler() {
              rm -f /etc/update-motd.d/91-cloudron-install-in-progress
          }
          
          trap exitHandler EXIT
          

          Maybe there is some case where it's possible that bash's exit handler is not called, mm.

          C 1 Reply Last reply
          1
          • girishG girish

            @ccfu Oh, I see. You can just sudo rm -f /etc/update-motd.d/91-cloudron-install-in-progress and that message will go away. This is supposed to be done by the installer code, not sure why it wasn't removed.

            function exitHandler() {
                rm -f /etc/update-motd.d/91-cloudron-install-in-progress
            }
            
            trap exitHandler EXIT
            

            Maybe there is some case where it's possible that bash's exit handler is not called, mm.

            C Offline
            C Offline
            ccfu
            wrote on last edited by
            #5

            @girish Thanks for that command. It is indeed strange and I haven't seen it on other Cloudrons, so something must have got stuck with this one. Not a big deal, but it's nice to have that message not displaying any more.

            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