@washichi any recommendations for an alternative? without a lot of bloat, no gui needed, preferably 64 bit
I tried first Ubuntu server 64x for RPI, works well, but not all the images I wanted did work, so I switched to my old laptop, now running Ubuntu Server 64x, thats the most widely used setup so the easiest to setup :D
$ sudo cloud-init clean --reboot
.
I am getting a weird behaviour occasionally when trying to access my HypriotOS install that isn't obviously the Hypriot install. ETC from above. Sorted it. Turns out I had my RPI on a static IP that my Foxtel box appeared to be on. So I appear to have had the two boxes taking turns at responding to that particular IP address. I now have changed the static IP of my RPI. The idea it worked from Android when it wasn't working from browser on laptop was debunked - I just happened to time the access with the Android at the right time. Otherwise, I suspect I may also then have found why my foxtel box was on occasion not picking up the video library - because the IP was stolen by the RPi etc.
For information, here is a problem I got this week-end which crashed all my lan.
I am using samba (https://hub.docker.com/r/dperson/samba) on my Hypriot Docker. Last week a new image was pushed using latest Alpine Linux version.
Searching for a solution, I found it in this issue : dperson/samba#356
I had to update a package directly on the host for the container to work.
As an explanation : "This is due to a bug in the libseccomp2 library (dependency of docker itself), which is fixed. However it's not pushed to all the repositories."
I share it because it could happen with other docker based on latest Alpine or Debian Focal. If it can help...
If is it possible to push directly to Hypriot repository ?
Hi, After running the bash install documented at https://packagecloud.io/Hypriot/rpi/install my package manager is failing to find a properly formed repository despite the OS and distribution being on the supported list:
E: The repository 'https://packagecloud.io/Hypriot/rpi/debian buster Release' does not have a Release file.
apt update failed. Exit value: 100
I get the same error if using the older https://packagecloud.io/Hypriot/Schatzkiste/debian/ URL.
Any ideas on how to get past this?
Hello, this morning an update is available for docker-ce on Hypriot. Installation failed and docker is not starting anymore...
root@Bill:~# dpkg --configure docker-ce
Paramétrage de docker-ce (5:20.10.4~3-0~raspbian-buster) ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "restart" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2021-02-27 13:51:29 CET; 26ms ago
Docs: https://docs.docker.com
Process: 9398 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 9398 (code=exited, status=1/FAILURE)
dpkg: erreur de traitement du paquet docker-ce (--configure) :
installed docker-ce package post-installation script subprocess returned error exit status 1
Des erreurs ont été rencontrées pendant l'exécution :
docker-ce
Does anyone has the same problem and hopefully a solution ?
On my side I can't find any log or anything else helping to understand...
arg.. ok Sorry to dreg this one up mates. But even after using the curl command from above; I'm still running into NO_PUBKEY 6FD547CACEBBD6E9 error when trying to update.
console out put showing the current state and yes, I did use the documented curl command to add the key: https://gist.github.com/denzuko/dcfcea1052b0142ef3c62d8a0ab07ca9
eekk.. ok that's a bug. Even got the same after running script.deb.sh which said:
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/Hypriot_rpi.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
The repository is setup! You can now install packages.