Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Solved Pi3 Won't Pick Up 18.02.09 Update

    Recalbox General
    pi3 wont pick 18.02.09 update
    5
    26
    8418
    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.
    • miso117
      miso117 last edited by

      Well well...

      Rebooted, re-SSH'd and I got this:

      login as: root
      root@192.168.2.126's password:

      /recalbox/scripts/upgrade/recalbox-upgrade.sh canupgrade

      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
      curl: (60) SSL certificate problem: certificate is not yet valid
      More details here: https://curl.haxx.se/do

      1 Reply Last reply Reply Quote 0
      • miso117
        miso117 last edited by

        It appears that my date and time are very, very wrong on the PI.
        "# date Mon Dec 31 20:30:48 EST 1979"

        1 Reply Last reply Reply Quote 0
        • miso117
          miso117 last edited by

          Any reason why time would not be syncing? Thoughts? I never had an issue with it before.

          OyyoDams 1 Reply Last reply Reply Quote 0
          • OyyoDams
            OyyoDams Staff @miso117 last edited by

            @miso117 do you have a firewall (maybe on your box) that blocks ntp protocol ?

            1 Reply Last reply Reply Quote 1
            • miso117
              miso117 last edited by

              Not that I am aware of... And I don't think anything changed router-wise recently... Never had this issue before. What can I ping to test if it's being blocked?

              Substring 1 Reply Last reply Reply Quote 0
              • Substring
                Substring @miso117 last edited by

                @miso117 try 0.pool.ntp.org <hich is configured in Recalbox.

                Are you using a VPN somehow ?

                Former dev - Please reply with @substring so that i am notified when you answer me
                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                1 Reply Last reply Reply Quote 1
                • miso117
                  miso117 last edited by

                  No sir, no VPN.

                  ping 0.pool.ntp.org

                  PING 0.pool.ntp.org (162.210.110.4): 56 data bytes
                  64 bytes from 162.210.110.4: seq=0 ttl=44 time=107.194 ms
                  64 bytes from 162.210.110.4: seq=1 ttl=44 time=111.607 ms
                  64 bytes from 162.210.110.4: seq=2 ttl=44 time=115.827 ms
                  64 bytes from 162.210.110.4: seq=3 ttl=44 time=112.106 ms
                  64 bytes from 162.210.110.4: seq=4 ttl=44 time=107.803 ms
                  64 bytes from 162.210.110.4: seq=5 ttl=44 time=106.538 ms
                  64 bytes from 162.210.110.4: seq=6 ttl=44 time=109.017 ms
                  64 bytes from 162.210.110.4: seq=7 ttl=44 time=117.462 ms
                  64 bytes from 162.210.110.4: seq=8 ttl=44 time=106.942 ms
                  64 bytes from 162.210.110.4: seq=9 ttl=44 time=110.637 ms
                  64 bytes from 162.210.110.4: seq=10 ttl=44 time=109.292 ms
                  64 bytes from 162.210.110.4: seq=11 ttl=44 time=121.090 ms
                  64 bytes from 162.210.110.4: seq=12 ttl=44 time=109.837 ms

                  --- 0.pool.ntp.org ping statistics ---
                  14 packets transmitted, 13 packets received, 7% packet loss
                  round-trip min/avg/max = 106.538/111.180/121.090 ms

                  looks like it i[censored]ting it just fine.

                  Substring 1 Reply Last reply Reply Quote 0
                  • Substring
                    Substring @miso117 last edited by

                    @miso117 do you have a real recalbox and not some internet lousy image ?

                    Former dev - Please reply with @substring so that i am notified when you answer me
                    Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                    1 Reply Last reply Reply Quote 1
                    • miso117
                      miso117 last edited by

                      I put the image directly on the SD card myself when 17.12.02 was released from the Recalbox site.

                      OyyoDams 1 Reply Last reply Reply Quote 0
                      • OyyoDams
                        OyyoDams Staff @miso117 last edited by

                        @miso117 can you connect with putty, and write:
                        bash -x /recalbox/scripts/upgrade/recalbox-upgrade.sh canupgrade

                        What's the result ?

                        1 Reply Last reply Reply Quote 1
                        • miso117
                          miso117 last edited by

                          looks like its hanging @

                          login as: root
                          root@192.168.2.126's password:

                          bash -x /recalbox/scripts/upgrade/recalbox-upgrade.sh canupgrade

                          • COMMAND=canupgrade
                          • [[ -z canupgrade ]]
                          • BINDIR=/recalbox/scripts/upgrade/
                          • SYSTEMSETTINGS='python /usr/lib/python2.7/site-packages/configgen/settings/rec alboxSettings.pyc'
                          • RECALBOX_SYSTEM_DIR=/recalbox/share/system
                            ++ cat /recalbox/recalbox.version
                          • INSTALLED_VERSION=17.12.02
                            ++ cat /recalbox/recalbox.arch
                          • ARCH=rpi3
                            ++ python /usr/lib/python2.7/site-packages/configgen/settings/recalboxSettings.p yc -command load -key updates.type
                          • UPGRADETYPE=stable
                          • SERVICE_URL=https://recaleur-archive-prod.recalbox.com:9443
                            ++ /recalbox/scripts/upgrade//../system/uuid.sh --uuid-file /recalbox/share/syst em/uuid
                          • UUID=06ac36bf-6776-4102-bb73-773e11328db4
                          • [[ stable == \b\e\t\a ]]
                          • [[ stable == \u\n\s\t\a\b\l\e ]]
                          • '[' canupgrade == canupgrade ']'
                          • [[ stable == \s\t\a\b\l\e ]]
                          • /recalbox/scripts/upgrade//recalbox-canupgrade.sh --from-version 17.12.02 --se rvice-url https://recaleur-archive-prod.recalbox.com:9443 --arch rpi3 --uuid 06a c36bf-6776-4102-bb73-773e11328db4
                            % Total % Received % Xferd Average Speed
                          1 Reply Last reply Reply Quote 0
                          • miso117
                            miso117 last edited by

                            Putty sits there at % Total % Received % Xferd Average Speed - No blinking cursor, doesn't look like its doing anything...

                            I have my ROMS folder pulled, I can just do a fresh image. No biggie... I can do that and let you know if I still see the weird date thing after.

                            Let me know if you want to try to keep plugging at it or start fresh. I'm OK either way.

                            ❤

                            Substring 1 Reply Last reply Reply Quote 0
                            • Substring
                              Substring @miso117 last edited by

                              @miso117 you do have a problem somewhere ... As if port 9443 is locked. Let's force it another way :
                              bash -x /recalbox/scripts/upgrade/recalbox-upgrade.sh upgrade

                              Is it your first recalbox installation ?

                              Former dev - Please reply with @substring so that i am notified when you answer me
                              Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                              1 Reply Last reply Reply Quote 1
                              • miso117
                                miso117 last edited by

                                It seems to have hung in the same place... I am going to reinstall from scratch. I have been using Recalbox for a couple years now, I have a RPI2 and for Christmas got a RPI3. I can't remember if this was the first load or if it was a load and upgrade on the newest PI, but either way, something is jacked up.

                                I backed up my ROMs and am going to do a fresh install. If I still see the date issue after I will let you know.

                                I really appreciate the help and info, you all rule!

                                1 Reply Last reply Reply Quote 1
                                • miso117
                                  miso117 last edited by

                                  Did a fresh etch from the newest image and once Recalbox was up I SSH'd to it and #date gave me the correct time.

                                  It had to be something with the last build, or my SD card... Not sure which, but it is resolved now. Thanks everyone. I so appreciate this community!

                                  1 Reply Last reply Reply Quote 0
                                  • Del007
                                    Del007 last edited by

                                    Hi all,

                                    I have a pretty same issue. I can't update to 18.02.09. The ping works fine but when i run the command bash -x /recalbox/scripts/upgrade/recalbox-upgrade.sh canupgradeI have the following error at the end : 0curl: (7) Failed to connect to recaleur-archive-prod.recalbox.com port 9443: Connection refused
                                    Any idea ?

                                    Thank you

                                    1 Reply Last reply Reply Quote 0
                                    • Shira
                                      Shira last edited by

                                      I'm having a similar issue after I tried a beta version a while ago: https://forum.recalbox.com/topic/12240/testers-wanted-network-share-over-wifi

                                      bash -x /recalbox/scripts/upgrade/recalbox-upgrade.sh upgrade

                                      • COMMAND=upgrade
                                      • [[ -z upgrade ]]
                                      • BINDIR=/recalbox/scripts/upgrade/
                                      • SYSTEMSETTINGS='python /usr/lib/python2.7/site-packages/configgen/settings/recalboxSettings.pyc'
                                      • RECALBOX_SYSTEM_DIR=/recalbox/share/system
                                        ++ cat /recalbox/recalbox.version
                                      • INSTALLED_VERSION='292-wifi-aft (2ce937e1) 15982104 rpi3 2018/01/10 08:14:58'
                                        ++ cat /recalbox/recalbox.arch
                                      • ARCH=rpi3
                                        ++ python /usr/lib/python2.7/site-packages/configgen/settings/recalboxSettings.pyc -command load -key updates.type
                                      • UPGRADETYPE=stable
                                      • SERVICE_URL=https://recaleur-archive-prod.recalbox.com:9443
                                        ++ /recalbox/scripts/upgrade//../system/uuid.sh --uuid-file /recalbox/share/system/uuid
                                      • UUID=c7553d05-d17d-4683-baab-c5c9f26091b3
                                      • [[ stable == \b\e\t\a ]]
                                      • [[ stable == \u\n\s\t\a\b\l\e ]]
                                      • '[' upgrade == canupgrade ']'
                                      • '[' upgrade == upgrade ']'
                                      • [[ stable == \s\t\a\b\l\e ]]
                                        ++ /recalbox/scripts/upgrade//recalbox-canupgrade.sh --from-version '292-wifi-aft (2ce937e1) 15982104 rpi3 2018/01/10 08:14:58' --service-url https://recaleur-archive-prod.recalbox.com:9443 --arch rpi3 --uuid c7553d05-d17d-4683-baab-c5c9f26091b3
                                        % Total % Received % Xferd Average Speed Time Time Time Current
                                        Dload Upload Total Spent Left Speed
                                        0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
                                        curl: (22) The requested URL returned error: 400 Bad request
                                      • UPGRADE_URL=
                                      • [[ 22 != \0 ]]
                                      • exit 1

                                      OyyoDams 1 Reply Last reply Reply Quote 0
                                      • OyyoDams
                                        OyyoDams Staff @Shira last edited by

                                        @shira Try the following:

                                        Edit /recalbox/recalbox.version and replace the content with 18.02.09

                                        1 Reply Last reply Reply Quote 0
                                        • Shira
                                          Shira last edited by

                                          @oyyodams said in Pi3 Won't Pick Up 18.02.09 Update:

                                          18.02.09

                                          Tried that and it started upgrading, restarted, got the msg about system being upgraded but it got stuck at 36% forever, restarted.. now it won't boot. I will do a fresh install I guess.

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          Want to support us ?

                                          80
                                          Online

                                          99.6k
                                          Users

                                          28.1k
                                          Topics

                                          187.1k
                                          Posts

                                          Copyright © 2021 recalbox.com