Tim Soethout

Results 60 comments of Tim Soethout

I'm having the same issue. I figure it has something to do with not having the right permissions on the folder, which was initially created by a different container.

This is how I worked around the issue: (sorry syntax is of the top of my head. Might not work directly, but hopefully you'll get the gist.) - Run an...

I am teaching a class. I want to use groll to roll forward the examples. Then use koan to let it add the new tests and implement the solution in...

That makes sense. `groll next tests-only` which only rolls forward the test directory. Although this does not map nice to the current git backend. For me I have almost no...

If I understand correctly, sbt-groll uses a git backend to do the `groll next`and `groll prev` and this corresponds to respectively going forward or back one commit. If we would...

Hi @hseeberger, after speaking with you tonight, I immediately tried it out. Unfortunately this didn't do the trick yet. `koan next` creates `.koan.properties`, which I can add to `.gitignore`. The...

> Disable protection mode. Thanks for the swift response. Of course I already tried this. ;) Sorry for not mentioning explicitly. It seems from the output, the addon only tries...

Protection mode is disabled. I was able to `docker exec` into the addon container. This is in `dmesg`: ``` [17945.445354] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x3000000) [17945.445377] F2FS-fs (mmcblk0p1):...

``` # lsblk -a NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0 7:0 0 0B 0 loop loop1 7:1 0 0B 0 loop loop2 7:2 0 0B 0 loop loop3...

Any ideas based on the directory listings?