Pavlos Parissis

Results 22 comments of Pavlos Parissis
trafficstars

We run `birdc configure` **only once** at a given time not multiple times. There is a queue where service checks put the result and the main [thread picks up item](https://github.com/unixsurfer/anycast_healthchecker/blob/master/anycast_healthchecker/healthchecker.py#L203)...

Thanks for the log. What do you see on bird log? Have you seen this problem only the IPv6 address? For debugging purposes, can you add before https://github.com/unixsurfer/anycast_healthchecker/blob/master/anycast_healthchecker/healthchecker.py#L220 ``` import...

From the README: ``` splay_startup Unset by default The maximum time to delay the startup of service checks. You can use either integer or floating-point number as a value. In...

Does anyone when this will be merged? I would like to use the pre-build package .

> @unixsurfer Use brew? > > Otherwise I don't schedule my free time. It happens when it happens and if it happens. See: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#release On my working laptop I can't...

I have a [PR](https://github.com/czerwonk/bird_exporter/pull/97) related to this.

Thanks @joseluisq for getting back to me. I have no clue as well:-(

I think the fact that the id of the map has "-" confuses docopt library, which parses the CLI arguments. I can reproduce the issue. But, in my case I...

Now that you mentioned container > I agree that it is the fault of `docopt` not being able to parse the -1. That is documented elsewhere in issues in their...

question, how come can you access the socket file but not the map file? If we skip the `os.path.isfile` check for files then we should skip it also for socket...