Daniel Black

Results 244 comments of Daniel Black

The user you are connecting to somehow is defined to have a 'http' plugin authentication (I haven't heard of it either) and therefore in the protocol, the server requests that...

Layer hashes seem to correspond to History (if you exclude the those created with a `"empty_layer": true`). So the layer hash and the `created_by` from the history at least is...

:cake: Thanks looking amazing. Great improvement.

the restriction on replication client may have been relaxed: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.External.Repl.html

I added the following in munin-monitoring/munin/pull/386 https://github.com/munin-monitoring/munin/commit/2d0d9f7b9742ea7f513eb005b8d609e98ceadfea https://github.com/munin-monitoring/munin/commit/e2452e5a0994edb971bea907304c31cd25243a3f https://github.com/munin-monitoring/munin/commit/740deabc7a1c37613c8c6d89450ab34177115209 Less privs than super are required for show master status/show slave status. Could be worth adding to mysql.conf 10.0.21-MariaDB-1~jessie-log MariaDB [(none)]>...

for userstats: https://github.com/munin-monitoring/munin/pull/385 Haven't done thread statistics - http://www.percona.com/doc/percona-server/5.6/diagnostics/user_stats.html#THREAD_STATISTICS

well sysbench only has a copy of this file, so yes. I'm fairly sure nothing in the build process changes this file. https://github.com/akopytov/sysbench/blob/master/m4/ax_gcc_archflag.m4#L199 is still the same.

I suspect "nf_conntrack: table full, dropping packet" is a shared resource in the kerneland not proportional to the number of chains. You probably can increase this ( sysctl params (sudo...

another option, use the ipset based rules. That way its a hash looking per IP rather than a iteration over a chain. #449 was also requesting a shared list between...

for the action start first line could be simplified to: iptables -N fail2ban-one4all && iptables -A fail2ban-one4all -j RETURN || true second line in action stop is not quite right...