Robin H. Johnson
Robin H. Johnson
It's been many months since the last release, 0.14.0, with notable improvements since that time. Could you please make a new formal release for including into Linux distributions?
I'm looking at a fleet with `ipmi_exporter` running locally on the nodes, and I'd like to export some of the `ipmi-config` values via labels. ``` ipmi_config_info{lan_ip_address="...",bmc_mac_address="..."} 1 ``` Would this...
For unclear reasons, there was an environment where the master was running, but the clients did not believe it was the master. kernel.hostname returned the unqualified hostname, as expected, but...
Newer version of QEMU only support the string `rdma-pin-all`, not the older `x-rdma-pin-all`. The migration works fine if the string is just updated during a migration. The error preventing migration...
eyaml decrypt output: ``` foo: DEC(123)::GPG[ -----BEGIN OPENSSH PRIVATE KEY----- ... -----END OPENSSH PRIVATE KEY----- ]! ``` This isn't valid YAML. It would be better as: ``` foo: | DEC(123)::GPG[...
Please fast-forward merge and include the v3.5.0 tag from my repo; or otherwise generate a new gpg-signed tag.
Hi! Can you please release a new version, it's been 6+ months and the code has reasonable improvements. Likely v3.5.0 as semver to account for the minor new feature of...
Newer botocore has removed `vendored` entirely; try to import carefully. Makes s4cmd work again on botocore-1.29.84. ``` Traceback (most recent call last): File "/usr/lib/python-exec/python3.10/s4cmd", line 33, in sys.exit(load_entry_point('s4cmd==2.1.0', 'console_scripts', 's4cmd')())...
``` {"Error":"1 error(s) decoding:\n\n* 'peer-groups[0].config' has invalid keys: send-software-version","Topic":"Config","level":"fatal","msg":"Can't read config file /etc/gobgpd.conf","time":"xxx"} ``` ``` $ gobgp --version gobgp version 3.23.0 ``` partial config to reproduce: ``` [[peer-groups]] [peer-groups.config] peer-group-name...
There is no present way to log what was done via the gRPC interface other than debug logging. MVP: two log options for gRPC: NONE, ALL Nice-to-have would be logging...