00:44
jtojnar has joined #nixos-borg
01:12
jtojnar has quit [Quit: jtojnar]
01:12
jtojnar has joined #nixos-borg
10:06
jtojnar has quit [Read error: Connection reset by peer]
10:07
jtojnar has joined #nixos-borg
14:40
jtojnar_ has joined #nixos-borg
14:40
jtojnar has quit [Read error: Connection reset by peer]
14:41
jtojnar_ is now known as jtojnar
15:14
jtojnar has quit [Quit: jtojnar]
15:14
jtojnar has joined #nixos-borg
18:33
{^_^} has quit [Remote host closed the connection]
18:33
{^_^} has joined #nixos-borg
18:33
{^_^} has joined #nixos-borg
19:09
<
gchristensen >
samueldr: after I added:
19:09
<
gchristensen >
diff --git a/lib/github-to-irc.rb b/lib/github-to-irc.rb
19:10
<
gchristensen >
index 95b6e84..3b55ff2 100644
19:10
<
gchristensen >
--- a/lib/github-to-irc.rb
19:10
<
gchristensen >
+++ b/lib/github-to-irc.rb
19:10
<
gchristensen >
@@ -3,6 +3,9 @@ require "json"
19:10
<
gchristensen >
require "date"
19:10
<
gchristensen >
require_relative "./webhook.rb"
19:10
<
gchristensen >
+STDOUT.sync = true
19:10
<
gchristensen >
+STDERR.sync = true
19:10
<
gchristensen >
that p is a typo
19:10
<
gchristensen >
I get
19:10
<
gchristensen >
May 26 18:59:23 zoidberg ircbot-github-to-irc-start[18957]: [2018-05-26 18:59:23] <github-to-irc> connecting...
19:10
<
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
19:10
<
gchristensen >
May 26 18:59:23 zoidberg ircbot-github-to-irc-start[18957]: certificate, connection upgrade will fail!
19:10
<
gchristensen >
May 26 18:59:24 zoidberg ircbot-github-to-irc-start[18957]: [2018-05-26 18:59:24] <github-to-irc> connected!
19:10
<
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...
19:11
<
samueldr >
that's out of my paygrade!
19:11
<
samueldr >
but less joking around, uh, looks like
*something* changed?
19:12
<
samueldr >
gchristensen: same rabbitmq config than for ofborg for the server?
19:13
<
gchristensen >
I can't parse your question
19:14
* samueldr
is still thinking about the question
19:14
<
samueldr >
you have a different rabbitmq instance for ofborg, and one for your irc/personal stuff, right?
19:15
<
gchristensen >
I do
19:16
<
samueldr >
is the configuration for the irc one online?
19:16
<
samueldr >
either I'm searching wrong, or it isn't part of grahamc/network
19:16
<
gchristensen >
hmm brb then will check
19:17
<
samueldr >
I'll need to ensure my local one
*also* uses ssl to fix this, if this is the issue
19:25
<
samueldr >
good, I
*think* my local setup is now ready to test, except it isn't using TLS
19:25
<
samueldr >
(which is the main difference maybe)
19:32
<
gchristensen >
sorry samueldr, I can't look now. I have to do some prep for a dinner tonight.
19:32
<
samueldr >
n/p, I'm verifying my bits are in order
19:33
<
samueldr >
and I'll look into configuring it with self-signed TLS see if it changes anything