Dave Hayes

Results 11 issues of Dave Hayes

**Describe the bug** I am trying to run freaccmd on a machine where the first optical drive is doing something important and I'm trying to use the 2nd one. It...

bug

Why is go.nextiva.com blocked? Curious.

### Host operating system: output of `uname -a` FreeBSD 12.2-STABLE r368820 amd64 ### node_exporter version: output of `node_exporter --version` node_exporter, version 1.0.1 (branch: release-1.0, revision: 0) build user: root build...

* Minion version: 10.08 * Perl version: 5.32 * Operating system: FreeBSD 11.3 So you provide this nice thing called 'progress' in notes. That's great and it works. However, on...

feature request
needs feedback

I run grafana on a unix domain socket and proxy with nginx. Is it possible to bypass nginx and talk to the socket directly?

enhancement
Grafana

A simple copy of `devel/pecl-swoole` and brief edit of the Makefile (and a `make makesum`) is all that's needed apparently. I have this working if you want me to try...

feature request

``` perl #!perl use strict; use WWW::Curl::Easy; use HTTP::Headers; use HTTP::Request; use HTTP::Response; my $host = $ARGV[0] || 'www.google.com'; my $req = HTTP::Request->new( GET => 'http://'. $host .'/' ); my...

In using the connection API, I can never receive an SR via conn:open() due to it falling off the end of netDaemon().

## Describe the bug Building against LibreSSL produces the following poudriere output from the build log: ``` [00:00:22] /wrkdirs/usr/ports/net-mgmt/icinga2/work/icinga2-2.14.2/lib/base/tlsutility.cpp:103:11: error: use of undeclared identifier 'SSL_OP_NO_RENEGOTIATION' [00:00:22] flags |= SSL_OP_NO_RENEGOTIATION; [00:00:22]...

I found this exception in my logs: ``` Died because of the exception: Stringification of a Buf is not done with 'Str'. The 'decode' method should be used to convert...