gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
jtojnar has joined #nixos-borg
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-borg
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-borg
jtojnar_ has joined #nixos-borg
jtojnar has quit [Read error: Connection reset by peer]
jtojnar_ is now known as jtojnar
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-borg
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-borg
{^_^} has joined #nixos-borg
<gchristensen> samueldr: after I added:
<gchristensen> diff --git a/lib/github-to-irc.rb b/lib/github-to-irc.rb
<gchristensen> index 95b6e84..3b55ff2 100644
<gchristensen> --- a/lib/github-to-irc.rb
<gchristensen> +++ b/lib/github-to-irc.rb
<gchristensen> @@ -3,6 +3,9 @@ require "json"
<gchristensen> require "date"
<gchristensen> require_relative "./webhook.rb"
<gchristensen>
<gchristensen> +STDOUT.sync = true
<gchristensen> +STDERR.sync = true
<gchristensen> +p
<gchristensen> that p is a typo
<gchristensen> I get
<gchristensen> May 26 18:59:23 zoidberg ircbot-github-to-irc-start[18957]: [2018-05-26 18:59:23] <github-to-irc> connecting...
<gchristensen> May 26 18:59:23 zoidberg ircbot-github-to-irc-start[18957]: W, [2018-05-26T18:59:23.791368 #18969] WARN -- #<Bunny::Session:0x19ebf28 @events.nix.gsc.io:5671, vhost=, addresses=[events.nix.gsc.io:5671]>: Using TLS but no client certificate is provided! If RabbitMQ is configured to verify peer
<{^_^}> https://github.com/NixOS/nixpkgs/pull/18969 (by loskutov, closed): libxml++: add 3.0.0
<gchristensen> May 26 18:59:23 zoidberg ircbot-github-to-irc-start[18957]: certificate, connection upgrade will fail!
<gchristensen> May 26 18:59:24 zoidberg ircbot-github-to-irc-start[18957]: [2018-05-26 18:59:24] <github-to-irc> connected!
<gchristensen> May 26 18:59:24 zoidberg ircbot-github-to-irc-start[18957]: [2018-05-26 18:59:24] <github-to-irc> Waiting for events...
<gchristensen> lol
<infinisil> Hah
<samueldr> that's out of my paygrade!
<samueldr> but less joking around, uh, looks like *something* changed?
<samueldr> gchristensen: same rabbitmq config than for ofborg for the server?
<gchristensen> I can't parse your question
* samueldr is still thinking about the question
<samueldr> you have a different rabbitmq instance for ofborg, and one for your irc/personal stuff, right?
<gchristensen> I do
<samueldr> is the configuration for the irc one online?
<samueldr> either I'm searching wrong, or it isn't part of grahamc/network
<gchristensen> hmm brb then will check
<samueldr> I'll need to ensure my local one *also* uses ssl to fix this, if this is the issue
<samueldr> good, I *think* my local setup is now ready to test, except it isn't using TLS
<samueldr> (which is the main difference maybe)
<gchristensen> sorry samueldr, I can't look now. I have to do some prep for a dinner tonight.
<samueldr> n/p, I'm verifying my bits are in order
<samueldr> and I'll look into configuring it with self-signed TLS see if it changes anything