-
Hi,
on a rPI Model B Revision 2.0, 512MB RAM,
using http://downloads.hypriot.com/hypriot_20160121-235123_clusterlab.img.zip
i had to modify the start script in order for the system to pickup on mast…
-
The build for v0.8.2 is running fine with all tests passing. But the file upload to GH releases is still failing.
@Govinda-Fichtner, are there any missing changes from v0.8.1 which are not committed …
-
I found this in the logfile of my Pi:
```
eb 11 18:42:28 localhost hypriot-firstboot[189]: + source /etc/firstboot.d/10-resize-rootdisk /etc/firstboot.d/50-regenerate-sshd-host-keys
Feb 11 18:42:28 l…
-
When I boot a RPi with the v0.4.0 SD card image, shutdown and plug the SD card into another RPi, then the network does not work.
In /var/log/messages I see a message like
```
eth1: renamed from eth0…
-
I started with the latest 0.6.1 Hypriot OS and perhaps there is a compatibility issue but when trying to start the Kubelet with the latest compiled binaries here, the api server isn't accepting connec…
-
It would be great to integrate the static binary of [Docker](https://master.dockerproject.org/linux/arm/docker) to restart docker-services, when changes are detected.
However, the current static buil…
-
When running the OS for the first time I can see that the docker container for consul is not starting:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED …
-
A first boot should run
```
rm /etc/ssh/ssh_host_*
dpkg-reconfigure openssh-server
```
See https://github.com/hypriot/os-rootfs/issues/3
-
There should probably be some checking in the kube-config install script. If you happen to make a typo, rather than tell you that you've picked an invalid option, it just completes then errors out. …
-
I had an old version of the rootfs tgz sitting in my working directory. When pulling the latest version and running `make sdimage`, the build had many errors related to the outdated rootfs.
As we are…