David West

Results 17 comments of David West

I am getting this as well. In my case I deployed K8s core with juju. In addition I threw in the jujushell charm and exposed it. I clicked on a...

Hi, I have a whole bunch of Raspberry Pi Zero Ws. And I am very psyched about getting kerberos.io working with them using Docker. `uname -r` on the units reveal...

FWIW... I opened this on Surý's bug tracker: https://github.com/oerdnj/deb.sury.org/issues/1455

Wow, immediately heard back that there is no support and no intention to support armv6 from Surý. I am seeing if a Raspian base image is a thing because there...

That sounds good. I am doing some sort of hackery now where I changed the Dockerfile in my fork. Build is here and going now. It has at least gotten...

So it looks like it built. I am going to try deploying it to the pi zero w I want to use with kerberos.io, and if it works I will...

I deployed it and there are still problems. Attaching the log FWIW. I tried deploying to balena.io with this repo: https://github.com/dbwest/kerberos Logs attached from the failing service... ![Capture](https://user-images.githubusercontent.com/1122691/91497089-4b523b80-e88b-11ea-8a03-3abcf4e1fdac.PNG) [kerberos-balena-dbw_young-frog-27.08.20_17_27_16_(-0400).txt](https://github.com/kerberos-io/kerberos-docker/files/5138899/kerberos-balena-dbw_young-frog-27.08.20_17_27_16_.-0400.txt) I'll...

``` #!/bin/bash autoremoval() { while true; do sleep 60 if [[ $(df -h /etc/opt/kerberosio/capture | tail -1 | awk -F' ' '{ print $5/1 }' | tr ['%'] ["0"]) -gt...