maiyannah on community.highlandarrow.com
This remote profile is registered on another site; see maiyannah's original profile page on community.highlandarrow.com.
-
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 15:16:10 EST
maiyannah
@takeshitakenji @moonman I need to get some food in me but after dinner, I'll get the Sunless Sea review up, then I'll look at the code that passes the password to STOMP. I suspect it's choking on certain characters. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 15:11:05 EST
maiyannah
@takeshitakenji @moonman That seems very likely given that error message! If you give it one without that does it work? -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 15:07:42 EST
maiyannah
@lambadalambda @gameragodzilla World War 3 will be fought with Memes. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:51:35 EST
maiyannah
@takeshitakenji @moonman The only thing I can think of that's different from my own setups is daemons versus opprotunisticQM so maybe there's something that the daemons aren't doing right for STOMP? Hard to say without a trace to know when that is happening, though I'll take a read through that part of the code. Is there anything in the RabbitMQ logs? It coul… -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:44:48 EST
maiyannah
@takeshitakenji @moonman But is it seeing the connection as link-local? The problem I had with this when I set it up is it was trying to go via the inet to the local host. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:36:31 EST
maiyannah
@verius Yes but it wasn't when GNU social was written so you get all the wonderful crufty standin stuff the moment that you load a json file :D
This is on my list of things to fix but isn't a huge priority right now. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:26:13 EST
maiyannah
@moonman @takeshitakenji I'm more familiar with the CLI tools like glomming ptrace on it myself but whatever works for you! -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:25:08 EST
maiyannah
@m0n5t3r @archaeme They also have a tendancy to do the fork bomb dance occasionally if they segfault. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:24:31 EST
maiyannah
@rw We already got @halani covered https://community.highlandarrow.com/attachment/12531 -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:23:54 EST
maiyannah
A lot of breathing problems from the fibromyalgia today, so I'm kind of taking sessions of writing in between little bits of laying down, I guess. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:22:17 EST
maiyannah
@moonman @takeshitakenji Ideal here would be the ptrace() of a process as it went through the motions of stomp since that information will be in there even if its not in the log but that's tricky to do outside of non-existent unit tests. I'll probably see if I cant construct a unit test for this. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:19:58 EST
maiyannah
@moonman @takeshitakenji Part of the problem here (probably like 95% of the problem really) is how much GS and by extension PA hides critical information from exceptions. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:19:15 EST
maiyannah
@nerthos I made commitments, and while people can usually understand breaking them because of health reasons, I'd rather not. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:17:11 EST
maiyannah
Having a lot of difficulty with my condition today, so sorry for being in and out -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:16:07 EST
maiyannah
@takeshitakenji @moonman Check that the 24772 port is open for outbound -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 14:00:59 EST
maiyannah
@verius The GS ones will probably be deprecated.
As far as the constants go, why do we need json? Just make an include file with variable bindings should do it no?
(Every time we have to parse json, there's a moderate memory load, because that part of the GS code, like many others, is not really compartmentalized into itself, so you end up pulling a lot of stuff into it) -
Alex Carlson (postmesmeric)'s status on Saturday, 12-Nov-2016 13:03:10 EST
Alex Carlson
This new video discusses my experiences with having obsessive-compulsive disorder as a gamer, along with explaining my personal vendetta against a particular game. https://youtu.be/VCKpFp6hjyE -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 13:09:26 EST
maiyannah
@takeshitakenji I'm 99% sure I'd put that define in that file at some point, but it wouldn't be the first time a regression snuck in merging from upstream. Fixed now. -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 13:05:40 EST
maiyannah
@takeshitakenji Weird that should be grabbed by the file it does include but I will make that change -
maiyannah (maiyannah)'s status on Saturday, 12-Nov-2016 13:05:09 EST
maiyannah
@takeshitakenji Try adding define('POSTACTIV',true); to ./scripts/getvaliddaemons.php