Dominic Scheirlinck

Results 18 issues of Dominic Scheirlinck

## Problem When I run an instance with `--path ` and then send the process a SIGTERM, the data directory remains locked, which prevents it being used by a second...

When `sysctl net.ipv6.bindv6only` is `0` (the default value), ports shown as `tcp6` in `netstat` output ~~are~~ _may be_ actually listening on both protocols. If I start with a Goss check...

bug
help wanted
approved

### Setup I have two .tar files. They were both produced by `tar (GNU tar) 1.34`, and have similar contents (NodeJS `node_modules` directories), and the only difference (after some testing)...

Thanks for the very useful tool. ### Background I'm using the `force` option in most of my migrations, because while I appreciate the safety of planning and looking for no...

[play-logback-access project](https://github.com/cardamo/play-logback-access) It'd be good to add `org.databrary.logback..*` to the instrumentation `within`, to prevent errors such as: ``` [error] akka.dispatch.Dispatcher api-akka.actor.default-dispatcher-23 traceId=27f332fc950f016e - org.databrary.logback.PlayAccessEvent cannot be cast to kamon.instrumentation.context.HasContext java.lang.ClassCastException:...

Currently, redishappy can fail to update Consul because it's not running: ``` INFO: 2015/08/18 00:42:46 consul_flipperclient.go:38: InitialiseRunningState called : [{"externalPort":6379,"name":"redis-default","ip":"1.2.3.4","port":6379}] ERROR: 2015/08/18 00:42:46 consul_flipperclient.go:82: Error updating consul : Put http://127.0.0.1:8500/v1/catalog/register:...

enhancement

## Affected module versions/distributions - Module version: 0.7.0 - All platforms - I'm using Puppet 5.0.1, but I imagine it's similar on any recent version with data type support ##...

I note that when using 0.7.0 of this module, the new fastcgi params no longer block a `Proxy` header from being sent through as `HTTP_PROXY` to a fastcgi application. (i.e....

The method `Socket::getType()` (https://github.com/mariano/disque-php/blob/39bc697/src/Connection/Socket.php#L192L207) is notated via PHPDoc as `@return string A single char` - that's not the case; it's actually `?string` due to a small logic bug. The problem...

It's not well documented, but the HELLO response is not expected to always reply with an IP address for every node. Specifically: - Shut down any running Disque instance -...