Skip to content

provisioning failing at installing SQLite3 #28

@jbrzusto

Description

@jbrzusto

This is perhaps due to the network not coming up fast enough for the subsequent apt update to succeed.

Workaround

  • SSH into the pi. If you don't know how, you need to open the command prompt (windows key + r, then type "cmd", then hit enter) then type:
ssh-keygen -f '.ssh/known_hosts' -R 'ampi.local'
ssh -oStrictHostKeyChecking=no [email protected]

(The first command isn't crucial - it deletes information for any another Pi that you've tried
to connect to.)

  • if it asks you if you want to trust the host, type in "Yes" then hit enter.
  • it will ask you for a password, that's going to be the usual one.

Then, run the following code on the PI:

sudo apt update
sudo apt install sqlite3
sudo reboot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions