MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    (Solved) PM2 does not start on reboot

    Scheduled Pinned Locked Moved Troubleshooting
    15 Posts 4 Posters 14.3k Views 6 Watching
    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.
    • X Offline
      xbmcnut
      last edited by xbmcnut

      Hi there. I have MM running but the auto start feature is not working. See below.

      0_1489442964694_upload-015b7538-a813-476d-936c-8b0cfcc3645a

      PM2 is version 2.4.2 and the MM install was built on Jessie Lite (2017-03-02) on a Pi2. I can start the script with PM2 start mm.sh and use PM2 save when it’s running but PM2 list after a reboot shows nothing running. How do I debug this?

      I noted that when following the auto start instructions, chmod +x mm.sh returned a permissions error. Is that normal? Does that have to be run as sudo? I changed the permissions to the ‘Pi’ user using WinSCP but it made no difference.

      0_1489443276731_upload-dad08d4d-bdc7-4e6a-96ff-a6eef7c12ae5

      1 Reply Last reply Reply Quote 0
      • X Offline
        xbmcnut
        last edited by

        OK, I started again with a clean install of the full Jessie build now then leaned it out using this guide. As before, once I start going through with the PM2 stuff, everything seems to work OK until a reboot and MM does not start. Surely someone else has seen this? Am I making a simple NOOB mistake here or does it just not work?

        0_1489547666665_upload-72de88bb-d0f6-46ed-884c-38ce64503343

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          amanzimdwini @xbmcnut
          last edited by

          @xbmcnut Hey - I’m not the only one any more… Same problem: used to work on an OLD installation, and now - nothing. I am just working on a brand new one tonight.
          BTW: does you screensaver stay off? I had to work quite a bit at getting that working in the new distro.

          A X 2 Replies Last reply Reply Quote 0
          • A Offline
            amanzimdwini @amanzimdwini
            last edited by

            @amanzimdwini @xbmcnut
            Clean installation onto a Pi3 works… (and I have NO idea why it works on this one: my last pi3 gave me the same problem you had). So you might want to look at a different Pi?
            Best of luck!

            1 Reply Last reply Reply Quote 0
            • X Offline
              xbmcnut @amanzimdwini
              last edited by

              @amanzimdwini I have resolved it now as I posted a bug. Turns out it’s related to the timeout setting for the PM2 service. Developers are going to remove timeout in next release but for now it can be tweaked. And no, had no joy with screensaver either. Disabled it in GUI and it seems to be gone now.

              https://github.com/Unitech/pm2/issues/2765#issuecomment-286778941

              A 1 Reply Last reply Reply Quote 0
              • A Offline
                amanzimdwini @xbmcnut
                last edited by

                @xbmcnut Just read your post - now MY installation wont run PM2. Argh. Where do you change the timeout settings?

                ps - Re: screensaver: I had to resort to’

                sudo apt-get install xscreensaver
                

                and the disable it.

                X 1 Reply Last reply Reply Quote 0
                • X Offline
                  xbmcnut @amanzimdwini
                  last edited by

                  @amanzimdwini said in (Solved) PM2 does not start on reboot:

                  Where do you change the timeout settings?

                  /etc/systemd/system/pm2-root.service
                  

                  I changed mine from 8 to 15s using WinSCP with the SCP/Shell set to sudo su -

                  A R 2 Replies Last reply Reply Quote 0
                  • A Offline
                    amanzimdwini @xbmcnut
                    last edited by

                    @xbmcnut took me a good 10 seconds to find pm2-pi.service for the raspberry
                    And another 5 to change it.

                    YOU ARE A GENIUS!
                    thanks

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      rmohsen @xbmcnut
                      last edited by

                      @xbmcnut Hello

                      total noob here and i have the same problem , how do i do that ?

                      ps : i’m not a developer or anything , i’m just a regular user so i kinda need step by step

                      thanks

                      X 1 Reply Last reply Reply Quote 0
                      • X Offline
                        xbmcnut @rmohsen
                        last edited by

                        @rmohsen Do you know how to access your mirror with either PuTTy or WinSCP?

                        R 1 Reply Last reply Reply Quote 0
                        • R Offline
                          rmohsen @xbmcnut
                          last edited by

                          @xbmcnut yes. Tried winscp but couldn’t edit the file , no permission

                          I managed to change it from 8 to 15 with another command on terminal but still not working

                          X 1 Reply Last reply Reply Quote 0
                          • X Offline
                            xbmcnut @rmohsen
                            last edited by

                            @rmohsen Apologies. My install has died over the weekend and MM will no longer run. Getting to Desktop login screen on reboot and that’s it even though I told it to auto login, the desktop will not start. Have popped in ‘too hard bin’ for the moment, sorry.

                            1 Reply Last reply Reply Quote 0
                            • Sandy2503S Offline
                              Sandy2503
                              last edited by

                              @xbmcnut :abcd:

                              where have you changed the Idle Time ???

                              Thats my pm2-root.service:

                              [Unit]
                              Description=PM2 process manager
                              Documentation=https://pm2.keymetrics.io/
                              After=network.target

                              [Service]
                              Type=forking
                              User=root
                              LimitNOFILE=infinity
                              LimitNPROC=infinity
                              LimitCORE=infinity
                              Environment=PATH=/usr/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
                              Environment=PM2_HOME=/root/.pm2
                              PIDFile=/root/.pm2/pm2.pid

                              ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
                              ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
                              ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill

                              [Install]
                              WantedBy=multi-user.target

                              Greetz Sandy2503

                              X 1 Reply Last reply Reply Quote 0
                              • X Offline
                                xbmcnut @Sandy2503
                                last edited by

                                @Sandy2503 I believe in the latest version of PM2, this was removed.

                                1 Reply Last reply Reply Quote 0
                                • Sandy2503S Offline
                                  Sandy2503
                                  last edited by Sandy2503

                                  today is install a fresh version of raspian pixel on my raspi 2 with the new version (2.1.1) of MagicMirror and the actual version of PM2 (2.4.5)

                                  But the autostart function themes not to work and in the pm2-root.service is no part to set the idle time.

                                  How can i fix the idle Problem ?

                                  1 Reply Last reply Reply Quote 0

                                  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
                                  • 1 / 1
                                  • First post
                                    Last post
                                  Enjoying MagicMirror? Please consider a donation!
                                  MagicMirror created by Michael Teeuw.
                                  Forum managed by Sam, technical setup by Karsten.
                                  This forum is using NodeBB as its core | Contributors
                                  Contact | Privacy Policy