Results 345 comments of Luca Bruno

Starting from v232 systemd-nspawn will also gain an hardcoded always-on protection for `/proc/sysrq-trigger`, making our `TestPathsWrite` fail. That one should probably be covered in same way as this ticket.

Hi, thanks for the report and sorry for the pain :( Do you mind sharing the whole execution output and possibly also a `--debug` run to better pinpoint where that...

Travis is failing due to license header missing on the two new files.

@squeed is away for some days, so I'm moving this to the next milestone. Also assigning @sstabellini for a review once this is fixed, to double-check that everything he needs...

Un-assigned and low-priority, de-milestoned. I had a quick look at the code and the only explicit check I found is [this](https://github.com/coreos/rkt/blob/1ebb525da910dbe3e40d3f503ad3fffb2cfa8a7b/stage1/init/init.go#L401), which seems completely unrelated.

Uhm. It looks like a UI bug. I would expect `rm` on an image without an explicit tag to use`latest` by default. Moreover, there is no command to delete all...

@andor44 how did you get the 1.29.0 binary? Package from Ubuntu repo, package from our release page, just the binary from our release page or did you compile it yourself?

Indeed, from [buildlog](https://launchpad.net/ubuntu/+source/rkt/1.29.0+dfsg-1/+build/14291398) it looks like it has been built with go-systemd v14 which do not https://github.com/coreos/go-systemd/pull/237.

For reference: https://github.com/rkt/rkt/pull/3407.

Indeed, at some point it should be ported to the new API. It looks like upstream is at 1.13.56 while debian system-wide package is stuck at 1.12.79: https://tracker.debian.org/pkg/golang-github-aws-aws-sdk-go. It may...