Switch to DuckDuckGo Search
   February 16, 2018  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >

Toggle Join/Part | bottom
[00:51:40] *** dan- <dan-!~d@freenode/corporate-sponsor/privateinternetaccess.com/doaks> has quit IRC (Quit: Nyan nyan)
[01:01:30] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has quit IRC (Quit: real life interrupt)
[02:43:10] <manish> Is there a plugin for youtube search, and which also shows info when youtube url is posted
[06:20:59] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has joined #supybot
[06:23:43] *** book` <book`!~book`@68.ip-149-56-14.net> has quit IRC (Ping timeout: 248 seconds)
[06:33:41] *** book` <book`!~book`@68.ip-149-56-14.net> has joined #supybot
[07:42:34] *** dan- <dan-!~d@101.165.160.131> has joined #supybot
[07:42:34] *** dan- <dan-!~d@101.165.160.131> has quit IRC (Changing host)
[07:42:34] *** dan- <dan-!~d@freenode/corporate-sponsor/privateinternetaccess.com/doaks> has joined #supybot
[08:44:53] *** inhahe <inhahe!inhahe@108-246-74-242.lightspeed.miamfl.sbcglobal.net> has quit IRC ()
[08:54:01] *** inhahe <inhahe!inhahe@108-246-74-242.lightspeed.miamfl.sbcglobal.net> has joined #supybot
[15:53:39] *** warlord <warlord!~warlord@c-24-99-113-195.hsd1.ga.comcast.net> has joined #supybot
[15:55:35] <warlord> Good morning. I have a problem with my supybot -- when I have a network glitch it fails to reconnect. I get a log message reconnecting, and then Uncaught exception in Irc.takeMsg: ...
[15:55:35] <warlord> File "/usr/lib/python2.7/site-packages/supybot/utils/net.py", line 42, in getAddressFromHostname
[15:55:35] <warlord> addrinfo = socket.getaddrinfo(host, None)
[15:55:35] <warlord> gaierror: [Errno -2] Name or service not known
[15:55:35] <warlord> ERROR 2018-02-16T09:31:19 supybot Exception id: 0xb1197
[15:56:03] <warlord> The only way I seem to be able to get it to recover is restarting. I'd love to just send it a disconnect/connect, but I don't know how to talk to it locally.
[16:01:59] <pinkieval> warlord: that's an issue with your dns resolver
[16:02:14] <pinkieval> are you using a self-hosted bind9?
[16:03:36] <warlord> pinkieval: not on that server. /etc/resolv.conf points to two local nameservers -- but the upstream network was "off" so it got no upstream response.
[16:03:59] <warlord> Like I said, there was a network glitch which turned the network off for ~15 minutes. But supybot does not recovert.
[16:04:04] <warlord> Recover even
[16:07:51] <pinkieval> hmm
[16:07:58] <pinkieval> there must be caching somewhere
[16:08:06] <warlord> Yeah. Once it hits this DNS failure it never retries.
[16:08:10] <pinkieval> but it's not because of supybot
[16:08:51] <warlord> The fact that supybot never retries to reconnect after this exception is, IMHO, because of supybot.
[16:09:25] <warlord> If I go to the server where supybot is running right now, DNS is working just fine, and I can resolve the desired server IP addresses. But supybot isn't retrying
[16:09:27] <pinkieval> oh, so you get this exception only once?
[16:09:31] <warlord> Yes.
[16:09:44] <warlord> And then nothing. Supybot just sits there.
[16:09:46] <pinkieval> do you use stock Supybot, or Limnoria?
[16:09:58] <warlord> It's kind of a mix..
[16:10:11] <pinkieval> wat
[16:10:16] <warlord> It's supybot with some limnoria patches (I patched it to get IPv6 working
[16:10:49] <pinkieval> ok, almost-stock supybot then
[16:10:54] <pinkieval> could you try with Limnoria?
[16:11:04] <pinkieval> I changed the reconnection mechanism quite a bit
[16:11:10] <warlord> I applied https://github.com/ProgVal/Limnoria/commit/2016983d3
[16:11:38] *** barbequesauce <barbequesauce!~znc@unaffiliated/barbequesauce> has quit IRC (Quit: ZNC - http://znc.in)
[16:11:40] *** justdave <justdave!~dave@unaffiliated/justdave> has joined #supybot
[16:11:55] <pinkieval> hmmm
[16:12:07] <pinkieval> what if you revert that patch?
[16:12:15] <pinkieval> wait no nevermind
[16:12:30] <pinkieval> it doesn't affect when supybot/limnoria tries to reconnect
[16:12:38] <pinkieval> could you try with a "pure" limnoria?
[16:12:39] <warlord> Heh. Is there any way I can send a command locally?
[16:12:59] <pinkieval> what do you mean?
[16:13:33] <warlord> Like "echo disconnect | telnet localhost XXXX" -- or some terminal command-line method to "talk" directly to supybot
[16:13:46] <pinkieval> no, you can't
[16:14:15] <warlord> :( Ah well.
[16:14:54] <warlord> When I update this server I'll switch to limnoria -- I presume my .conf file wont need to change?
[16:15:22] *** barbequesauce <barbequesauce!~znc@unaffiliated/barbequesauce> has joined #supybot
[16:17:34] <pinkieval> no
[16:17:59] <warlord> Okay. I'll switch when I update. Thanks. I just restarted the bot for now.
[16:18:31] <warlord> (seems silly to switch to a version from May 2016, which is what's available on the server's repository)
[16:25:54] <warlord> Thanks, pinkieval
[16:25:56] <warlord> TTFN
[16:25:58] *** warlord <warlord!~warlord@c-24-99-113-195.hsd1.ga.comcast.net> has left #supybot ("Leaving")
[16:27:35] <tacocat> telnet in 2018 reeee
[16:27:42] <tacocat> lolol
[16:29:04] *** cup`ocoffee <cup`ocoffee!~cup@p50805CDB.dip0.t-ipconnect.de> has joined #supybot
[16:31:30] <pinkieval> tacocat: there is no issue with using telnet
[16:31:50] <tacocat> on localhost it's fine i guess >_<
[16:31:57] <tacocat> just got up, not reading well
[16:32:35] <pinkieval> also, try to avoid the "reeee" meme, it's used to mock autistic people
[16:32:59] <pinkieval> I use telnet to debug lots of stuff
[16:33:08] <pinkieval> like http or irc servers
[16:33:09] <tacocat> oh boy :|
[16:33:14] <tacocat> more people i've accidentally offended
[16:33:47] <pinkieval> don't worry, I know you didn't intend to
[16:40:21] <tacocat> ..that was admittedly meant to be somewhat sarcastic
[16:40:24] <tacocat> whatever though >_<
[16:44:49] <justdave> my weird problem is that I have a supybot that runs on multiple networks, and needs to use a different nick on one of those networks than it does on all the others
[16:45:00] <justdave> this is one I recently inherited that was set up by someone else years ago
[16:45:19] <justdave> apparently it's been stumbling along for all these years just failing over to the first alternate nick on that network
[16:45:45] <justdave> but the admins of that network are complaining to us now because it authfails to nickserv every time it connects
[16:45:56] <pinkieval> &config search nick
[16:45:56] <gribble> supybot.nick, supybot.nick.alternates, supybot.reply.withNickPrefix, supybot.reply.whenAddressedBy.nick, supybot.reply.whenAddressedBy.nick.atEnd, supybot.reply.whenAddressedBy.nicks, supybot.followIdentificationThroughNickChanges, supybot.plugins.Dunno.prefixNick, supybot.plugins.Misc.last.nested.includeNick, supybot.plugins.RatingSystem.blockedNicks, supybot.plugins.Services.nicks, (1 more message)
[16:46:00] <pinkieval> &more
[16:46:00] <gribble> supybot.plugins.Services.NickServ, supybot.plugins.Services.NickServ.password, and supybot.plugins.Services.NickServ.password.gribble
[16:46:02] <pinkieval> hmmm
[16:46:05] <pinkieval> ::config search nick
[16:46:06] <Limnoria> supybot.followIdentificationThroughNickChanges, supybot.networks.efnet.nick, supybot.networks.fc00.nick, supybot.networks.freenode.nick, supybot.networks.geeknode.nick, supybot.networks.oftc.nick, supybot.networks.quakenet.nick, supybot.nick, supybot.nick.alternates, supybot.plugins.AttackProtector.groupnick, supybot.plugins.AttackProtector.groupnick.detection, (4 more messages)
[16:46:18] <pinkieval> justdave: Limnoria has an option to override the nick per-network
[16:46:25] <pinkieval> eg.:
[16:46:28] <pinkieval> ::config help supybot.networks.freenode.nick,
[16:46:28] <Limnoria> Error: 'supybot.networks.freenode.nick,' is not a valid configuration variable.
[16:46:30] <pinkieval> ::config help supybot.networks.freenode.nick
[16:46:30] <Limnoria> Determines what nick the bot will use on this network. If empty, defaults to supybot.nick. (Current value: Limnoria)
[16:47:07] <justdave> ah, cool, was hoping that might be the case.
[16:47:27] <justdave> didn't see it mentioned in the docs :)
[16:47:50] <justdave> the server apparently has supybot installed from an rpm
[16:48:31] <justdave> not sure where it came from
[16:48:55] <justdave> "supybot-gribble-0.83.4.1-10.el6"
[16:50:38] <pinkieval> gribble is another fork of supybot
[16:59:16] <justdave> hmm, does gribble do anything important that limnoria doesn't?
[16:59:32] <justdave> (wondering if there might be a reason it's on that particular fork)
[16:59:42] <pinkieval> no
[16:59:56] <pinkieval> gribble is older than Limnoria, and I merge gribble's modifications into Limnoria
[17:03:32] <justdave> ah, cool. So should be relatively seamless to upgrade to Limnoria then
[17:03:53] <justdave> assuming there's not config syntax changes or anything
[17:04:26] *** abhiriot[m] <abhiriot[m]!abhiriotma@gateway/shell/matrix.org/x-zgrxbwncfdwkdcxk> has left #supybot ("User left")
[17:04:32] <pinkieval> there shouldn't be
[17:20:14] <justdave> http://doc.supybot.aperio.fr/en/latest/use/install.html says there's an rpm in epel, but yum disagrees.
[17:21:22] <justdave> "No package limnoria available."
[17:23:20] *** cup`ocoffee <cup`ocoffee!~cup@p50805CDB.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
[17:27:26] *** cup`ocoffee <cup`ocoffee!~cup@p50805CDB.dip0.t-ipconnect.de> has joined #supybot
[17:28:21] <pinkieval> justdave: did you enable the EPEL repo?
[17:28:35] <pinkieval> hmmmm
[17:28:40] <pinkieval> looks like limnoria is not in EL6
[17:29:00] <justdave> yep
[17:29:22] <justdave> looks like that's where the gribble one came from
[17:29:36] <justdave> it's in there (as well as an rpm of vanilla supybot)
[17:32:34] <pinkieval> I guess it got removed
[17:35:25] <pinkieval> do you see a package named supybot-limnoria?
[17:36:57] <justdave> nope
[17:37:17] <justdave> "make buildrpm" fails on the current release
[17:37:20] <justdave> wonder if that's related.
[17:37:23] <justdave> "error: line 8: Tag takes single token only: Version: installed on 2018_02_16T16_35_15"
[17:39:44] <justdave> which appears to come from line 67 in setup.py
[17:40:01] <pinkieval> that happens when it can't find the version from git
[17:40:46] <justdave> this is downloading the tar.gz off the github releases page
[17:45:23] <pinkieval> try using git clone
[17:49:32] <justdave> error: can't copy 'man/supybot.1': doesn't exist or not a regular file
[17:53:30] <pinkieval> what command did you run to get that error?
[17:54:49] <justdave> "make buildrpm"
[17:54:55] <justdave> (on the git clone)
[17:54:57] *** Freejack <Freejack!~quassel@unaffiliated/freejack> has quit IRC (Ping timeout: 240 seconds)
[17:57:02] *** Freejack <Freejack!~quassel@unaffiliated/freejack> has joined #supybot
[18:17:48] <justdave> I don't see it in the make output in the list of stuff it's copying into the build root
[18:18:01] <pinkieval> hmm
[18:18:29] <pinkieval> right, you should remove the data_files argument in setup.py
[18:19:32] <pinkieval> uh
[18:19:33] <pinkieval> wait, no
[18:19:56] <pinkieval> hmm, that's a bug in distutils
[18:37:47] *** cup`ocoffee <cup`ocoffee!~cup@p50805CDB.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
[22:29:38] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has quit IRC (Quit: real life interrupt)
[23:00:47] *** tacocat <tacocat!~james@unaffiliated/glolol> has quit IRC (Quit: Bye)
[23:00:47] *** tacobat <tacobat!~jamesphon@unaffiliated/glolol> has quit IRC (Quit: ZNC 1.7.x-git-856-f5fc51a6 - https://znc.in)
top

   February 16, 2018  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >