Christian Svensson
Christian Svensson
Hi, I am using XCA 2.4.0. I am trying to re-import a private key using the "Manage Security token" dialog. However, it only shows the public key and the certificate...
Currently node_exporter silently ignores network namespaces. Steps to reproduce: ``` modprobe dummy ``` At this point you should see a `dummy0` interface being exported by node_exporter. ``` ip netns add...
Reproduce: 1. Run `hexdump /dev/nvme0n1 | page`. 2. Type `q` to abort 3. Your terminal will now not have carriage return Screenshot:  Git revision: 7a1f611bfd98677bc9c98d8d8941f9c6729cf813
In OpenSSH this is done by using `TrustedUserCAKeys something.pub`. This allows more or less trusting a central authority instead of individual user keys.
Hi, I would like to include ldflags like these: `-ldflags "-X main.Version=${VERSION} -X main.GitHash=${GIT_HASH} -X main.GoVersion=${GO_VERSION_NUMBER}"` when building with u-root. I cannot seem to find a way to specify these...
Hi, When building u-bmc without an u-root checked out I get this: ``` GOARM=5 GOARCH=arm ./u-bmc -o "initramfs.cpio.tmp" -p "quanta-f06-leopard-ddr3" 2018/11/13 16:17:30 Build environment: GOARCH=arm GOOS=linux GOROOT=/usr/local/go GOPATH=/home/bluecmd/go CGO_ENABLED=0 2018/11/13...
### Host operating system: output of `uname -a` `Linux prometheus 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux` ### snmp_exporter version: output of `snmp_exporter -version` Make failed due to some...
Type: Bug Report - [x] Try to follow the update procedure described in the README and try again before opening this issue. - [x] Please check the [F.A.Q.](https://github.com/jfurrow/flood/wiki/F.A.Q.). - [x]...
Hi, One metric dimension that I am missing from Node Exporter is the [VRF](https://www.kernel.org/doc/Documentation/networking/vrf.txt) association for interfaces. It looks like the current implementation relies on reading `/sys/class/net`. For VRFs this...
Right now BigQueryIO doesn't offer a way to specify that the tables, when created, should be marked as time partitioned. Documentation: https://cloud.google.com/bigquery/docs/creating-partitioned-tables What I would like is something like: ```...