question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors during install on 64-bit Raspberry Pi OS

See original GitHub issue

Related to #929

Description

I was trying to install on 64-bit Raspberry Pi OS (commenting out the stop due to 64-bit in the installer). During installation, I got the following two errors:

TASK [ansible-role-ustreamer : check if legacy Janus package is installed] **********************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "dpkg-query --show --showformat='${Maintainer}' janus | grep TinyPilot", "delta": "0:00:00.025175", "end": "2022-12-19 16:17:43.595620", "msg": "non-zero return code", "rc": 1, "start": "2022-12-19 16:17:43.570445", "stderr": "dpkg-query: no packages found matching janus", "stderr_lines": ["dpkg-query: no packages found matching janus"], "stdout": "", "stdout_lines": []}
...ignoring
TASK [ansible-role-ustreamer : add archive apt repository key] **********************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to download key at https://ftp-master.debian.org/keys/archive-key-11.asc: Request failed: <urlopen error [Errno 113] No route to host>"}

The second error appears to be related to a temporary error with the Debian mirror server where it appears to have been down for about 2 days (starting on 2022-12-17T17:45): https://mirror-master.debian.org/status/mirror-info/ftp-master.debian.org.html

What’s the behavior that you expect?

No errors during installation.

What’s happening instead?

The two above errors occurred.

What are the steps to reproduce this behavior?

  1. run `cd /opt/tinypilot-updater; sudo install’

Screenshots

Not applicable

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mtlynchcommented, Dec 19, 2022

The first issue is expected and the installer correctly ignores it. The second one, yeah, I’m not sure if there’s anything to do except wait for Debian to get their server back online. I’m trying to find any information about the outage.

0reactions
billdenneycommented, Dec 19, 2022

Installation completed after the server was back up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Raspberry Pi OS (64 bit) fails to download
Re: Raspberry Pi OS (64 bit) fails to download​​ wget it than use custom in imager.
Read more >
Issues · raspberrypi/Raspberry-Pi-OS-64bit - GitHub
Repository for containing issues on the 64 bit operating system (as distinct from the 32 bit one) ... Refresh install of 64bit OS...
Read more >
Solved: Raspberry Pi OS 64-bit 4-mic driver install error
Upon trying to install the 4-mic ReSpeaker driver in the new Raspberry Pi 64-bit (Bullseye) release I encountered the following error: grep: ...
Read more >
pip install error with Raspberry OS 64 bit - Stack Overflow
Try: sudo apt-get install python-pip libglib2.0-dev. Then: sudo pip install bluepy. If you get the same error, you may need to install ......
Read more >
Your 64-bit Raspberry Pi OS questions answered - PiCockpit
One of the best things about using a Raspberry Pi is that you can take a SD card (with a Raspberry Pi OS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found