Claudius Zingerli
Claudius Zingerli
I tried to build the driver on Centos7 (kernel 3.10.0-514.6.2.el7.x86_64). PR fixes some missing include dependencies. Is this code still maintained? My EW7811UTC can scan, but doesn't successfully connect to...
While checking a certificate using OCSP, I get the following exception: (Hashed lines added using print(...) just before the exception happens) ``` # ocsp url=http://ocsp.quovadisglobal.com # ocsp request= # ocsp...
This evening, the alert node suddenly started inhibiting alerts even there is no .inhibit() property defined. Events from influxdb continued to be received by kapacitor. Tick Script Template: ``` var...
- Fixed missing include warning (gcc 4.4.7-11 RHEL 6) - Added compatibility for RRDtool 1.3.x line (RRDtool 1.3.x does not export rrd_info_r) Reasons: - RHEL 6 still uses RRDtool 1.3.8...
I didn't yet find a way to select a retention policy when writing points (at least in 0.1 branch, as I'm using PHP 5.3 on RHEL6). Possible solution: Add `rp`...
http://axibase.com/products/axibase-time-series-database/data-storage-tests/ They performed test, but to older InfluxDB, before the change to TSM. In my setup (lots of collectd metrics) the changefrom BZ1 to TSM reduced disk usage by ~80%.
Problem ======= Unable to install plugin on Centos7 Environment ========== - Centos 7 x86_64 with SCL enabled (required for gcc that supports c++14) - node 16.3.0 - yarn 1.22.5 Steps...
Hi, I try to validate the chain and usage of a certificate. The CA provides a CRL distribution point using HTTP and another one using LDAP. The later triggers an...
# Context * Version of iperf3: ``` iperf 3.9 (cJSON 1.7.13) Linux localhost 5.13.19-200.fc34.x86_64 #1 SMP Sat Sep 18 16:32:24 UTC 2021 x86_64 Optional features available: CPU affinity setting, IPv6...
## Minimum crashing example ``` struct MyObject { MyObject(); private: int testing; void *output_file_handle_; }; MyObject::MyObject() : testing(0), #if 1 output_file_handle_(nullptr) #endif { } ``` Tested with: ``` user@host:~$ cppclean...