Tomas Barton
Tomas Barton
Parameter `manage_zk_file` controls the way how we treat `/etc/mesos/zk` file. From the description you gave, it seems like you are mixing it with `mesos::property` which manages files in configuration directory...
I had same issue with Docker `18.09` (on Debian 9), the issue doesn't seem to be introduced in `19.03` release. ``` $ docker version Client: Version: 18.09.9 API version: 1.39...
Same issue with Docker `18.06.3-ce`, it doesn't seem to be related to recent changes in Docker. The issue might be related to changes in Linux kernel somewhere around `4.9.168` version,...
Here are logs preceding the bridge ip lost. There's always event `topic=/tasks/delete type="*events.TaskDelete"` and `cleanup: failed to unmount IPC: umount ... flags: 0x2: no such file or directory` ``` 42.185998160Z"...
How to reproduce, `Dockerfile`: ``` FROM busybox RUN echo "hello world" ``` ``` $ ifconfig docker0 docker0: flags=4099 mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:6d:4d:e3:68 txqueuelen 0...
As @strimmlarn suggests the issue might be indeed in `systemd-networkd.service` i.e. `systemd` package in version `232-25+deb9u12`. The approach proposed by @wmark in [#38942](https://github.com/moby/moby/issues/38942#issuecomment-554667022) didn't work for me. It might be...
Using `mvn install` or `mvn package` will produce a JAR file which can be easily used in other Java projects. Source code level is set to `1.7` as older versions...
It seems to be working for me with full path pointing to `ldconfig.real`: ``` ldconfig = "/sbin/ldconfig.real" ``` @klueska what it the point of the `@` prefix? ``` ldconfig =...
@danpoltawski If we could modify `Defaults` as suggested in #282 it might help with your problem.
Ruby 2.5 is EOL, probably could be updated to Ruby 2.6, right? > Ruby 2.5 > status: eol > release date: 2017-12-25 > EOL date: 2021-04-05