firecyberice

Results 14 comments of firecyberice

@rafaeleyng Thanks for your detailed report. Things evolved over time and the FAQ and docs got adapted from different persons as well. With that said sorry for the inconsistency. For...

@oktak You just need to change these three parameters: - https://github.com/hypriot/cluster-lab/blob/master/package/etc/cluster-lab/cluster.conf#L9 - https://github.com/hypriot/cluster-lab/blob/master/package/etc/cluster-lab/cluster.conf#L13 (wlan does not support vlan) - https://github.com/hypriot/cluster-lab/blob/master/package/etc/cluster-lab/cluster.conf#L20 (assuming that your wifi network already has a dhcp server)

@Govinda-Fichtner can you please add the missconfigured `/etc/systemd/system/docker.service` file

- Currently if the master goes down the swarm will crash because only the master node has the swarm manager running. Another master only service is the dhcp server. Do...

@MathiasRenner _No_ this issue cannot be closed.

I have the same problem. from the logs: ``` error: Error 1451: Cannot delete or update a parent row: a foreign key constraint fails (`sshportal`.`host_group_acls`, CONSTRAINT `fk_host_group_acls_acl` FOREIGN KEY (`acl_id`)...

ping @lexandro

What do you need for EGL support? I read [here](http://www.nielsmayer.com/xwiki/bin/view/Raspberry+Pi/Install+EGL) that there are some deb packages which can be installed on the host system. `sudo apt-get install -y libraspberrypi0 libva-egl1...

try `go` without the leading './' And maybe you can check if GOPATH and GOROOT are set as environment valiables. Is `which go` printing a path to the go binary?

The official alpine image is now multiarch so this is not needed anymore.