| *** jamesmcarthur has quit IRC | 00:08 | |
| *** yamamoto has joined #openstack-ptg | 00:12 | |
| aspiers | ttx: I tried to fire up a test ptgbot to do some hacking on, but it hangs on initial connect - any ideas? | 00:13 |
|---|---|---|
| aspiers | DEBUG:irc.client:connect(server='irc.freenode.net', port=6667, nickname='aspiersptgbot', ...) | 00:13 |
| aspiers | DEBUG:irc.client:process_forever(timeout=0.2) | 00:13 |
| aspiers | strace just shows it in a constant loop waiting for STDIN for some reason | 00:14 |
| aspiers | (0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) | 00:14 |
| *** yamamoto has quit IRC | 00:20 | |
| *** jamesmcarthur has joined #openstack-ptg | 00:20 | |
| aspiers | I even tried registering the nick since it seems ib3 is expecting that maybe | 00:35 |
| aspiers | the previous message is DEBUG:ib3.auth:Registering for welcome | 00:35 |
| *** bobh has joined #openstack-ptg | 00:36 | |
| *** jamesmcarthur has quit IRC | 00:36 | |
| aspiers | wireshark shows last message from server as a NOTICE: | 00:37 |
| aspiers | barjavel.freenode.net NOTICE * :*** Checking Ident | 00:37 |
| aspiers | then the client sends RST | 00:37 |
| *** bobh has quit IRC | 00:37 | |
| *** ekcs has quit IRC | 01:11 | |
| *** mlavalle has quit IRC | 01:23 | |
| *** jamesmcarthur has joined #openstack-ptg | 01:27 | |
| *** yamahata has quit IRC | 01:27 | |
| *** dave-mccowan has quit IRC | 01:28 | |
| *** iyamahat has quit IRC | 01:28 | |
| *** jamesmcarthur has quit IRC | 01:34 | |
| *** jamesmcarthur has joined #openstack-ptg | 01:35 | |
| *** gmann_afk is now known as gmann | 01:42 | |
| *** jamesmcarthur has quit IRC | 02:18 | |
| *** ekcs has joined #openstack-ptg | 02:26 | |
| *** ChanServ sets mode: +v ekcs | 02:26 | |
| *** jamesmcarthur has joined #openstack-ptg | 02:26 | |
| *** jamesmcarthur has quit IRC | 02:43 | |
| *** jamesmcarthur has joined #openstack-ptg | 02:45 | |
| *** jamesmcarthur has quit IRC | 03:15 | |
| *** jamesmcarthur has joined #openstack-ptg | 03:45 | |
| *** jamesmcarthur has quit IRC | 03:51 | |
| *** jamesmcarthur has joined #openstack-ptg | 04:20 | |
| *** jamesmcarthur has quit IRC | 04:27 | |
| *** jamesmcarthur has joined #openstack-ptg | 05:00 | |
| *** jamesmcarthur has quit IRC | 05:05 | |
| *** ekcs has quit IRC | 05:32 | |
| *** jamesmcarthur has joined #openstack-ptg | 05:34 | |
| *** jamesmcarthur has quit IRC | 05:39 | |
| *** yamamoto has joined #openstack-ptg | 06:18 | |
| *** jamesmcarthur has joined #openstack-ptg | 06:35 | |
| *** yamamoto has quit IRC | 06:37 | |
| *** jamesmcarthur has quit IRC | 06:40 | |
| *** yamamoto has joined #openstack-ptg | 06:43 | |
| *** yamamoto has quit IRC | 06:44 | |
| *** e0ne has joined #openstack-ptg | 06:49 | |
| ttx | aspiers: yeah it can be a bit tricky without proper auth to connect a bot to freenode those days | 06:51 |
| ttx | aspiers: I have a workaround that I should add in the code | 06:51 |
| ttx | but not today | 06:51 |
| ttx | (traveling to Denver today) | 06:51 |
| *** yamamoto has joined #openstack-ptg | 06:55 | |
| *** jamesmcarthur has joined #openstack-ptg | 07:13 | |
| *** jamesmcarthur has quit IRC | 07:25 | |
| *** jpena|off is now known as jpena | 07:43 | |
| *** yamamoto has quit IRC | 07:49 | |
| *** yamamoto has joined #openstack-ptg | 07:51 | |
| *** johnthetubaguy has joined #openstack-ptg | 08:27 | |
| *** yamamoto has quit IRC | 08:54 | |
| *** yamamoto has joined #openstack-ptg | 08:55 | |
| *** yamamoto has quit IRC | 08:55 | |
| *** yamamoto has joined #openstack-ptg | 08:56 | |
| *** yamamoto has quit IRC | 09:00 | |
| *** yamamoto has joined #openstack-ptg | 09:52 | |
| *** yamamoto has quit IRC | 10:19 | |
| *** cschwede has joined #openstack-ptg | 10:24 | |
| *** yamamoto has joined #openstack-ptg | 10:57 | |
| *** yamamoto has quit IRC | 11:05 | |
| *** cschwede has quit IRC | 11:09 | |
| *** yamamoto has joined #openstack-ptg | 11:14 | |
| *** yamamoto has quit IRC | 11:19 | |
| *** yamamoto has joined #openstack-ptg | 11:20 | |
| *** yamamoto has quit IRC | 11:22 | |
| *** yamamoto has joined #openstack-ptg | 11:23 | |
| *** jpena is now known as jpena|lunch | 11:33 | |
| *** yamamoto has quit IRC | 11:40 | |
| *** jamesmcarthur has joined #openstack-ptg | 11:45 | |
| *** yamamoto has joined #openstack-ptg | 11:48 | |
| ttx | wait, I have a bit of time | 11:49 |
| *** jamesmcarthur has quit IRC | 11:50 | |
| aspiers | :) | 11:56 |
| ttx | http://paste.openstack.org/show/749807/ | 11:57 |
| aspiers | ttx: you mean SASL auth? or nickserv ident? | 11:57 |
| ttx | This is what I had to apply locally to make it work recently | 11:57 |
| aspiers | ah, so reverting the ib3 stuff? | 11:57 |
| ttx | (without having to register the bot with Nickserv) | 11:57 |
| aspiers | I already registered my test bot with nickserv but it didn't help | 11:58 |
| ttx | Code used to work in both cases, but something must have changed recently and I haven't had the chance to refactor the code to make it work both in dev and prod again | 11:58 |
| aspiers | ok | 11:59 |
| * aspiers tries the patch | 11:59 | |
| ttx | With that patch you can use port 6667 | 11:59 |
| ttx | so config.json.sample with only the nick and channel updated | 11:59 |
| aspiers | ohhhh wait a sec | 12:00 |
| aspiers | what port should I have been using | 12:00 |
| aspiers | :) | 12:00 |
| aspiers | I was using 6667 | 12:00 |
| ttx | 6697 is the SSL port | 12:00 |
| aspiers | ahhhh | 12:00 |
| aspiers | that's probably it | 12:00 |
| aspiers | I hadn't updated my config.json since before ib3 was introduced | 12:00 |
| ttx | I /think/code used to be smart enough to only enable SSL in case port==6697 | 12:00 |
| ttx | but who knows | 12:00 |
| aspiers | checking | 12:00 |
| aspiers | boom | 12:01 |
| aspiers | switching port to 6697 fixes it | 12:01 |
| aspiers | patch not needed | 12:01 |
| ttx | yeah, if you have all nick registered etc | 12:01 |
| ttx | should work like in prod | 12:01 |
| aspiers | my bot is now in #testptg2 :-) | 12:01 |
| ttx | woohoo! | 12:01 |
| *** yamamoto has quit IRC | 12:02 | |
| ttx | Thanks, layover | 12:02 |
| *** rajinir has quit IRC | 12:02 | |
| *** rajinir has joined #openstack-ptg | 12:03 | |
| aspiers | ttx: safe rest of travels! I arrive tomorrow evening | 12:03 |
| ttx | I will be seeing you there! | 12:04 |
| aspiers | ttx: BTW the thing I was thinking to the bot ... | 12:04 |
| aspiers | is one of the ideas I mentioned at previous events | 12:04 |
| aspiers | for people who want to voluntarily say "I'm in this room now if you need to find me" | 12:04 |
| aspiers | e.g. <ptgbot> aspiers was last seen in the nova room at 1:05pm | 12:05 |
| aspiers | in response to "#find aspiers" or something like that | 12:05 |
| *** yamamoto has joined #openstack-ptg | 12:06 | |
| aspiers | after a private /msg ptgbot visit #nova | 12:07 |
| *** jamesmcarthur has joined #openstack-ptg | 12:17 | |
| *** jamesmcarthur has quit IRC | 12:30 | |
| *** EmilienM is now known as EvilienM | 12:31 | |
| *** jpena|lunch is now known as jpena | 12:32 | |
| *** yamamoto has quit IRC | 12:47 | |
| *** cschwede has joined #openstack-ptg | 12:47 | |
| *** yamamoto has joined #openstack-ptg | 12:49 | |
| *** jamesmcarthur has joined #openstack-ptg | 12:50 | |
| *** yamamoto has quit IRC | 13:09 | |
| *** jamesmcarthur has quit IRC | 13:16 | |
| *** rubasov has joined #openstack-ptg | 13:20 | |
| smcginnis | aspiers: That could be useful. | 13:22 |
| *** rubasov has quit IRC | 13:24 | |
| *** pas-ha has joined #openstack-ptg | 13:30 | |
| *** yamamoto has joined #openstack-ptg | 13:42 | |
| *** yamamoto has quit IRC | 13:44 | |
| *** yamamoto has joined #openstack-ptg | 13:49 | |
| *** bnemec is now known as beekneemech | 14:04 | |
| *** Sundar has joined #openstack-ptg | 14:09 | |
| Sundar | Can we have remote access for developers who cannot make it to the PTG? | 14:11 |
| smcginnis | Sundar: I know some teams will be streaming, but I think it's up to each team whether to do that and whether they have the equipment for it. | 14:13 |
| smcginnis | For example, Cinder will bring a camera and mic and stream via Hangouts and to our YouTube channel. | 14:13 |
| smcginnis | Assuming we don't get in trouble with the unions for plugging in the camera and mic without their help. | 14:13 |
| portdirect | Can we have a session on how to unionize the tech industry as effectively as denver conference centers? | 14:15 |
| aspiers | haha | 14:15 |
| Sundar | smcginnis: I don't even need such fancy stuff. Will we have a phone in the room? | 14:15 |
| aspiers | Are we allowed to plug in our own laptops? | 14:16 |
| * aspiers wonders what is the ASCII smiley for a facepalm | 14:16 | |
| smcginnis | 🤦♂️ | 14:16 |
| * portdirect for $50 I'll plug it in for you if you give me 9 days notice. | 14:16 | |
| smcginnis | portdirect: I think it will cost more than that for you to join the union. :) | 14:17 |
| * portdirect oh, my plan was to escape before they found me | 14:18 | |
| smcginnis | Sundar: Not usually phones in the room, so we're usually limited to streaming audio via laptop. | 14:18 |
| Sundar | May be we need to pay the union for the privilege of having a phone, hehe | 14:19 |
| Sundar | This accords with my previous PTG experience. I was hoping otherwise, butI guess we shouldn't keep our expectations 'mile-high' | 14:20 |
| Sundar | +smcginnis: Thanks | 14:21 |
| *** mlavalle has joined #openstack-ptg | 14:25 | |
| *** ChanServ sets mode: +v mlavalle | 14:25 | |
| smcginnis | Maybe someone with a cellphone and unlimited minutes could put their phone on speakerphone. :) | 14:25 |
| *** yamamoto has quit IRC | 14:40 | |
| *** iyamahat has joined #openstack-ptg | 14:55 | |
| *** ianychoi_ has joined #openstack-ptg | 15:00 | |
| *** ianychoi has quit IRC | 15:03 | |
| *** iyamahat has quit IRC | 15:08 | |
| *** jungleboyj has joined #openstack-ptg | 15:11 | |
| *** ChanServ sets mode: +v jungleboyj | 15:11 | |
| *** e0ne has quit IRC | 15:58 | |
| *** Sundar has quit IRC | 16:39 | |
| *** jpena is now known as jpena|off | 16:42 | |
| *** ekcs has joined #openstack-ptg | 17:14 | |
| *** ChanServ sets mode: +v ekcs | 17:14 | |
| *** iyamahat has joined #openstack-ptg | 17:27 | |
| *** jamesmcarthur has joined #openstack-ptg | 17:30 | |
| aspiers | smcginnis: https://review.opendev.org/#/c/655986/ | 18:09 |
| aspiers | ttx too, but he's probably still travelling | 18:09 |
| *** cmurphy is now known as cmurpheus | 18:17 | |
| *** jamesmcarthur has quit IRC | 18:34 | |
| *** jamesmcarthur has joined #openstack-ptg | 18:34 | |
| *** jamesmcarthur has quit IRC | 18:36 | |
| *** jamesmcarthur has joined #openstack-ptg | 18:49 | |
| *** iyamahat has quit IRC | 18:55 | |
| *** jamesmcarthur has quit IRC | 18:56 | |
| *** jamesmcarthur has joined #openstack-ptg | 18:59 | |
| aspiers | of all the ways to procrastinate about packing, that is probably the most original I've come up with so far | 19:11 |
| *** dims has quit IRC | 19:25 | |
| smcginnis | ;) | 19:27 |
| *** iyamahat has joined #openstack-ptg | 19:30 | |
| *** dims has joined #openstack-ptg | 19:30 | |
| *** ChanServ sets mode: +v dims | 19:30 | |
| *** dims has quit IRC | 19:31 | |
| *** dims has joined #openstack-ptg | 19:31 | |
| *** ChanServ sets mode: +v dims | 19:31 | |
| * beekneemech is currently procrastinating about both packing and practicing his presentation | 19:33 | |
| * beekneemech hates public speaking enough that even practicing for it stresses him out | 19:34 | |
| *** zul has quit IRC | 19:34 | |
| aspiers | beekneemech: hang in there, it gets easier | 19:36 |
| aspiers | beekneemech: public speaking used to be my biggest phobia by far | 19:36 |
| aspiers | now I actually really enjoy it | 19:36 |
| *** dims has quit IRC | 19:38 | |
| beekneemech | Yeah, I don't see that happening for me. :-) | 19:39 |
| aspiers | neither did I | 19:39 |
| aspiers | it really took me by surprise ... gradually | 19:39 |
| beekneemech | The only time I even come close to enjoying it is at the end-of-season track awards ceremony where I get to brag about how awesome the kids I coached are. :-P | 19:39 |
| aspiers | you just have to keep doing it | 19:39 |
| aspiers | heh | 19:39 |
| aspiers | I'm not gonna lie, it took a few years | 19:39 |
| aspiers | but each time you do it, it gets a little easier | 19:40 |
| aspiers | until one day you're like "hang on, why aren't I terrified?" | 19:40 |
| aspiers | and then eventually you're like "hang on, why am I having fun?" | 19:40 |
| aspiers | gotta go but good luck! | 19:40 |
| * beekneemech wistfully fantasizes about that instead of doing productive things :-) | 19:41 | |
| beekneemech | aspiers: Safe travels! | 19:41 |
| aspiers | thanks :) | 19:41 |
| *** dims has joined #openstack-ptg | 19:48 | |
| *** ChanServ sets mode: +v dims | 19:48 | |
| *** dims has quit IRC | 19:52 | |
| *** yamahata has joined #openstack-ptg | 19:57 | |
| *** dims has joined #openstack-ptg | 19:59 | |
| *** ChanServ sets mode: +v dims | 19:59 | |
| *** dims has quit IRC | 20:04 | |
| *** dims has joined #openstack-ptg | 20:05 | |
| *** ChanServ sets mode: +v dims | 20:05 | |
| *** beekneemech has quit IRC | 21:06 | |
| *** ekcs has quit IRC | 21:30 | |
| *** iyamahat has quit IRC | 21:49 | |
| *** iyamahat has joined #openstack-ptg | 21:50 | |
| aspiers | ermmm ... go home Denver, you're drunk???? https://weather.com/weather/tenday/l/Denver+CO+USCO0105:1:US | 22:22 |
| aspiers | how can it drop 34 degrees in one day?? | 22:23 |
| efried | aspiers: The air is super dry and thin, so once the sun goes down, all the heat dissipates. | 22:28 |
| efried | aspiers: It's basically the same pattern as, say, Phoenix, but minus 50 degrees all around. | 22:28 |
| aspiers | crazy | 22:28 |
| efried | South England varies by 34 degrees total, all year :) | 22:29 |
| aspiers | it varies from shit to occasionally slightly less shit :) | 22:29 |
| aspiers | nah that's unfair, we've had some gorgeous weather recently | 22:29 |
| efried | tell ya, sometimes when it's flooding Texas style, I miss the constant dreary almost-drizzle. | 22:30 |
| aspiers | :) | 22:31 |
| aspiers | well it's not helping my packing | 22:31 |
| aspiers | neither did hacking on ptgbot :-/ | 22:31 |
| efried | Mm, that initial cold snap is a pain | 22:33 |
| *** joadavis has joined #openstack-ptg | 22:35 | |
| *** yamahata has quit IRC | 22:39 | |
| *** iyamahat has quit IRC | 22:40 | |
| *** EvilienM is now known as EmilienM | 22:51 | |
| *** jamesmcarthur has quit IRC | 23:05 | |
| *** yamamoto has joined #openstack-ptg | 23:35 | |
| *** yamamoto has quit IRC | 23:37 | |
| *** yamamoto has joined #openstack-ptg | 23:48 | |
| *** yamamoto has quit IRC | 23:54 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!