Cannot Access rs.local or Web Interface Despite Device Showing on Network

hello,

A program is attached below that solves the issue you are having with the upgrade.

Problem Description
Part of the upgrade involves downloading a new docker image and installing it on the Shake-Pi computer. If, in the middle of this download, the command is unexpectedly stopped, (e.g., system is rebooted), it is possible that the docker directories involved can become corrupt.

Resolution
The attached program addresses this situation:

  1. Saves all current docker images to a tar file
  2. Recreates the docker directories
  3. Restores all docker images saved in step 1
  4. Confirms download of new image is now successful

Instructions

  1. Download the attached program to your local computer
  2. Copy the program to the Shake needing to be healed, using scp or any FTP transfer program
    2.1. Copy to directory /tmp
  3. Log in to the Shake using ssh:
    3.1. > ssh [email protected] # default pw: shakeme
  4. Issue the following command:
    4.1. > /tmp/docker-rebuild

A Success or Failure message will be output once the program completes its work:

  1. On Success, reboot the Shake-Pi to complete the upgrade.
  2. On Failure, file system remains in a corrupted state and will require an SD card re-burn in order to proceed.

Please report back any other issues you may come across, we are always very interested in knowing about all the situations which may occur across all the units installed all over the world.

regards,
richard

docker-rebuild (58.4 KB)