Michael Renner

Results 11 comments of Michael Renner

This was apparently caused by interface names limited to 16 characters. I would ask you to either skip generating ct0 device names on your own and rely on vzctl's approach...

is it possible to get the same/an identical dnsreplay on the mdemo recursor to reproduce the graph issues?

Are you (the maintainers) looking into rewriting net/githup-upload for the new API or should we just try quick-fixing the HTML issues? net/github-upload has the potential to become an integral part...

the current solution has a gui/cli tool for bulk importing/exporting zone data, @ahupowerdns or @Habbie should talk with customer and try to get requirements/sample zones if they expect this functionality...

I'll probably have a look at rpm packaging in the near future

Yes - handling such errors gracefully would be nice - in most cases we don't overly care if we can't explain _some_ plans. In our collector we [fetch the explain...

I just checked our database. For ~3.6 million collected plan snapshots we've got about 350.000 which caused errors. ``` pgaweb=# select count(*) as cnt, regexp_replace(substring(explain_error from '^(.*?)\n'), '\d+', '___', 'g')...

> there's a hardcoded limit of 10 simultaneous forwarded things It looks like this is [configurable these days](https://github.com/openssh/openssh-portable/blob/32f2d0aad42c15e19bd3b07496076ca891573a58/sshd_config.5#L1211): ``` MaxSessions Specifies the maximum number of open shell, login or subsystem...

> For example, if we're depending on a valid user name, that error would only occur some 48 hours later. Can you share what a problematic pattern would be? If...

I explored the proxy pattern. There's two main points where we need to decide on how to proceed. ### Starting to tick When cached data is available, we want to...