Olivier Doucet

Results 13 issues of Olivier Doucet

On type/Base.class.php around line 235 (and above in similar cases), rrdtool is called directly (with backticks), but output is not checked for errors. When this happens, we have a blank...

This is a superseed of https://github.com/Yelp/dumb-init/pull/141 that looked abandoned. It has the original work from @fkuknav and the source code was modified with @chriskuehl comments. I've also added exit_status init...

I'm investigating an issue with Sentry server configuration. I tried to use `php bin/console sentry:test` to send a fake event to Sentry server. Message printed is : `Message sent successfully...

Type: Improvement

Launching `./asn 15169` : ``` ... ╭───────────────────────────────────────────╮ │ BGP informations for AS15169 (GOOGLE, US) │ ╰───────────────────────────────────────────╯ Retrieving information for IPv4 prefix 0/805 (press CTRL-C to cancel)...host: '....origin.asn.cymru.com' is not a...

When issuing a query, the following URL is loaded : http://172.16.69.69:5601/api/search/****** JSON return is : ``` {"kibana":{"error":"no index","time":{"from":"1970-01-01T01:00:00+01:00","to":"2013-09-06T20:47:21+02:00"},"default_fields":["@message"]}} ``` But the UI interface only shows message "No events matched", when...

### Description Hello, We setup a docker registry several years ago (june 2016). The registry has grown, despite launching garbage-collect regularly. After several hours of search, I found that some...

on source code, base 1024 is used. It would be useful in some situation to use a base 1000. Add a flag on command line for this. I'm not very...

on values.yaml, you cannot use multiline annotations, as it failed yaml syntax. It is required for example with HAProxy ingress controller to add multiple headers. ``` ingress: enabled: true annotations:...

This is the same error as #816 but this old ticket was closed as fixed because it happens on old ZFS versions with an old kernel. I'm opening a new...

This pull request is refering to https://github.com/haproxytech/kubernetes-ingress/issues/652 **CAREFUL** I am absolutely not familiar with Go language (I'm a PHP guy). I tried to be very careful but please read my...