Process-one
ejabberd
ejabberd@conference.process-one.net
Wednesday, August 1, 2018< ^ >
zinid has set the subject to: ejabberd discussions: https://docs.ejabberd.im
Room Configuration
Room Occupants

GMT+0
[00:04:06] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[00:05:07] Andrew Nenakhov leaves the room: unknown reason
[00:10:54] jeremy leaves the room: Stream closed by us: Replaced by new connection (conflict)
[00:20:16] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[00:33:56] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[00:41:17] daniel leaves the room
[00:46:41] 404 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[00:47:22] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[01:00:12] xinit leaves the room
[01:05:21] tyler leaves the room: Machine going to sleep
[01:36:15] ta leaves the room
[01:36:22] zinid leaves the room: Stream closed by us: Replaced by new connection (conflict)
[01:41:24] mrDoctorWho leaves the room
[01:49:12] tester leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[01:50:53] zash leaves the room: Disconnected: Broken pipe
[01:51:49] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[01:59:16] zash leaves the room: Disconnected: closed
[02:07:26] tester leaves the room
[02:13:17] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[02:21:56] Alacer leaves the room: Stream closed by us: Replaced by new connection (conflict)
[02:25:21] zinid leaves the room: Stream closed by us: Replaced by new connection (conflict)
[02:31:28] aditya_borikar leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[02:31:56] Alacer leaves the room
[02:47:28] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[03:02:55] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[03:47:30] zinid leaves the room: Stream closed by us: Replaced by new connection (conflict)
[03:49:27] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[03:49:57] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[03:54:14] Akasch leaves the room
[03:55:35] mrDoctorWho leaves the room
[04:07:07] mrDoctorWho leaves the room
[04:09:23] aditya_borikar leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[04:09:27] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[04:11:23] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[04:26:44] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[04:26:49] jere leaves the room
[04:30:09] tyler leaves the room: Machine going to sleep
[04:31:13] Andrew Nenakhov leaves the room: unknown reason
[04:40:17] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[04:42:05] 404 leaves the room
[04:44:46] mimi89999 leaves the room
[05:05:50] pprrks leaves the room
[05:10:12] Odin leaves the room: Stream closed by us: Replaced by new connection (conflict)
[05:20:47] tyler leaves the room: Stream closed by us: Replaced by new connection (conflict)
[05:36:26] paul leaves the room: Stream reset by peer
[05:41:38] nekit leaves the room
[05:45:34] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[05:46:32] Andrew Nenakhov leaves the room: unknown reason
[05:49:27] srgcdev leaves the room
[05:49:46] Andrew Nenakhov leaves the room: unknown reason
[06:06:37] secret_agent leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:16:41] fp leaves the room
[06:19:05] <VC> hello everybody! have one question - how I can change this text when someone write me a message he got - "Forbidden.
The requesting entity does not possess the required permissions to perform the action.
Messages from strangers are rejected"
I want to chage it, so it must be looks like - "Forbidden.
The requesting entity does not possess the required permissions to perform the action.
Messages from strangers are rejected. Please ask for subscription and wait when it will be accepted" ????
[06:19:34] <VC> is it possible?
[06:28:03] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:39:22] mrDoctorWho leaves the room
[06:42:20] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[06:44:32] joekokker leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:45:34] rom1dep leaves the room: Stream closed by us: Replaced by new connection (conflict)
[06:50:39] marc leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:51:48] Marzanna leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:51:54] mrDoctorWho leaves the room: Disconnected: Replaced by new connection
[06:52:02] mrDoctorWho leaves the room
[06:55:52] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[06:57:49] ludo leaves the room
[07:10:22] <zinid> by patching the code only
[07:17:03] <VC> zinid:  you mean there are some lang files where I can change that text? or something other?
[07:17:04] 4223 leaves the room
[07:17:40] <zinid> VC, the text itself is in the code of mod_block_strangers.erl
[07:17:48] <zinid> so you should change the module's code
[07:19:20] <VC> zinid: is it hard? just stop server, change text and start server? corect?
[07:19:30] <zinid> no need to stop
[07:20:11] <zinid> you change the module, compile it, replace the resulting mod_block_strangers.beam in ebin directory of running ejabberd, then you call `ejabberdclt update mod_block_strangers`
[07:20:51] <zinid> or what that command is called... update_module maybe... well, read the docs
[07:21:33] <zinid> note that you need to incorporate that patch somehow so you don't lose changes on next ejabberd update
[07:21:38] <VC> can you give me info about how compile module? I install ejaberd from debian installer
[07:21:47] <zinid> ha
[07:22:03] <zinid> well, you need to build ejabberd from source for this
[07:22:12] Andrew Nenakhov leaves the room
[07:22:14] <VC> https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/18.06/ejabberd-18.06-linux-x86_64-installer.run
[07:22:19] <zinid> you can do that on any machine, the only requirement is the same Erlang version
[07:22:59] <VC> heh
[07:23:40] rom1dep leaves the room
[07:23:51] <VC> I was think that it is eas, because I found few files with such strings and was think that all that I need just edit them
[07:28:39] spicewiesel leaves the room: Machine going to sleep
[07:32:36] <VC> zinid: /opt/ejabberd-18.04/lib/ejabberd-18.04/priv/msgs/ru.msg what about this? can I change translation here of few msg just in that file?
[07:32:37] 4223 leaves the room
[07:33:13] <zinid> yes, but only Russian translation will be affected
[07:33:20] <VC> ok
[07:33:22] <VC> good
[07:33:43] <zinid> but reloading translation in runtime more tricky
[07:33:52] <zinid> you need to use `ejabberdctl debug`
[07:35:14] <zinid> then you call `translate:reload().`
[07:35:26] pprrks leaves the room
[07:35:39] <zinid> and then you should see in the log:
10:34:59.622 [info] Building translation cache, this may take a while
[07:37:18] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:38:07] Andrew Nenakhov leaves the room
[07:40:36] Dominik Paulus leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:41:32] secret_agent leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:44:00] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[07:51:59] pprrks leaves the room
[07:56:33] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:56:33] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:56:43] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[07:59:54] sindrake leaves the room: Disconnected: Replaced by new connection
[07:59:56] mrDoctorWho leaves the room
[08:03:32] sindrake leaves the room: Disconnected: Replaced by new connection
[08:04:40] sindrake leaves the room: Disconnected: Replaced by new connection
[08:06:09] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[08:13:49] sindrake leaves the room
[08:13:52] ta leaves the room
[08:14:50] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[08:15:30] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[08:18:12] Andrew Nenakhov leaves the room: unknown reason
[08:19:47] Andrew Nenakhov leaves the room
[08:22:24] sindrake leaves the room
[08:22:32] Andrew Nenakhov leaves the room: unknown reason
[08:33:49] ThUnD3r|Gr33n leaves the room: Connection failed: timeout
[08:38:23] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[08:42:24] pprrks leaves the room
[08:45:06] Steven Roose leaves the room: Stream closed by us: Replaced by new connection (conflict)
[08:48:20] sindrake leaves the room
[08:51:59] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[09:01:31] sindrake leaves the room
[09:06:16] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[09:06:20] sindrake leaves the room
[09:10:11] cromain leaves the room
[09:14:20] Andrew Nenakhov leaves the room: unknown reason
[09:18:09] sindrake leaves the room
[09:18:27] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[09:19:14] pprrks leaves the room
[09:19:33] sindrake leaves the room
[09:27:43] Alacer leaves the room: Stream closed by us: Replaced by new connection (conflict)
[09:32:30] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[09:33:54] mrDoctorWho leaves the room
[09:38:59] Alacer leaves the room
[09:39:51] alexis leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[09:42:17] adrien leaves the room: Stream closed by us: Replaced by new connection (conflict)
[09:47:54] aditya_borikar leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[09:47:54] alexis leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[09:48:52] sindrake leaves the room
[09:49:03] sindrake leaves the room
[09:51:06] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[09:56:10] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[10:04:33] sindrake leaves the room: Disconnected: Replaced by new connection
[10:05:01] vanitasvitae leaves the room
[10:05:59] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:06:11] vanitasvitae leaves the room: Stream closed by us: Replaced by new connection (conflict)
[10:06:18] vanitasvitae leaves the room
[10:09:36] vanitasvitae leaves the room
[10:09:45] Licaon_Kter leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:11:43] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:13:45] Andrew Nenakhov leaves the room: unknown reason
[10:23:40] Akasch leaves the room
[10:25:51] <madmalkav> cool, got LDAP roster to start to show stuff after changing the timeout, but I think I will need to be creative to get the user results. Currently I only get technical accounts in the results and I think because weirdness in the CN format on this LDAP
[10:26:28] <madmalkav> on tech account CN=UID;OU=....   . But on user accounts, the format is CN= FULL FUCKING NAME - UID,OU=...
[10:30:51] mightyBroccoli leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:32:44] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:37:53] <madmalkav> Also, the users shown shows names that doesn't match, for what I see it seems to somewhat be picking the user names from the group info. But it is something
[10:37:56] <madmalkav> Time to lunch
[10:38:52] srgcdev leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:42:47] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[10:43:24] <Licaon_Kter> Not "launch"?šŸ™ƒ
[10:46:13] <madmalkav> Lol, no. I'm starving
[10:46:18] zash leaves the room: Disconnected: No route to host
[10:47:29] <edhelas> madmalkav hi starving I'm edhelas
[10:48:49] mightyBroccoli leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:49:18] <debalance> madmalkavā€Ž, I once described a setup here: https://github.com/processone/ejabberd/issues/1034
Maybe it helps you.
[10:50:34] <debalance> a working setup that was / is ;)
[10:52:14] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:55:02] <madmalkav> Yeah, I already readed it some days ago, but LDAP configuration here is pretty bizarre so standard configurations doesn't cut it, I need to get more creative
[10:55:05] tester leaves the room
[10:55:32] <madmalkav> also, the LDAP is so big I had to up timeout and even so every time the roster is filled it takes some time, I need to find a way to make better config to query less stuff
[10:59:25] Licaon_Kter leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[10:59:48] <madmalkav> I currently have two problems, serious one: users with "CN= FULL FUCKING NAME - UID" aren't shown, for what I see ejabberd doesn't query for them , only for the ones with CN=UID , without a name containing a variable number of characters including whites and hyphens
[11:00:13] <madmalkav> second one, the name showing, but I will leave that for when I get all the users showing
[11:01:28] <madmalkav> and now, I really go to lunch, I'm staaarving
[11:03:06] paul leaves the room: Stream reset by peer
[11:05:49] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:05:49] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:07:04] zash leaves the room: Disconnected: closed
[11:08:01] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:08:28] fp leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:08:36] zinid is on a sixth week of a diet and is constantly staaarving
[11:11:18] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:11:49] VC leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:14:51] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:19:07] <madmalkav> Ouch, good luck with that. I'm cutting carbs a little to lose some weight and it is already a PITA sometimes
[11:19:13] Licaon_Kter leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:19:17] <madmalkav> Too used to eat evrrything with fries, rice or pasta
[11:22:54] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:23:45] <zinid> yeah, like everyone ;)
[11:25:30] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:28:15] sindrake leaves the room
[11:29:01] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:32:10] ulrich leaves the room
[11:34:35] sindrake leaves the room
[11:34:36] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:44:45] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[11:45:40] pod leaves the room
[11:48:20] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[11:52:21] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:01:00] mrDoctorWho leaves the room
[12:05:37] zash leaves the room
[12:06:32] ThUnD3r|Gr33nĀ® leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:08:03] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:09:11] mrDoctorWho leaves the room
[12:13:29] mrDoctorWho leaves the room
[12:16:14] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:16:24] nekit leaves the room
[12:17:15] bowlofeggs leaves the room: Stream reset by peer
[12:21:14] ThUnD3r|Gr33nĀ® leaves the room
[12:22:01] ThUnD3r|Gr33nĀ® leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:24:23] alexis leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:24:45] mrDoctorWho leaves the room
[12:26:29] mimi89999 leaves the room: Disconnected: Replaced by new connection
[12:26:41] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:29:13] mightyBroccoli leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:30:24] joekokker leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:30:48] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[12:33:55] ta leaves the room
[12:41:06] sindrake leaves the room
[12:41:10] sindrake leaves the room
[12:41:32] aditya_borikar leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:45:39] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:45:56] zash leaves the room: Disconnected: No route to host
[12:48:32] fp leaves the room
[12:51:39] frainz leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[12:55:27] Andrew Nenakhov leaves the room: unknown reason
[13:00:04] mrDoctorWho leaves the room: Disconnected: Replaced by new connection
[13:02:48] joekokker leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:03:24] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:03:31] Alacer leaves the room
[13:05:05] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:09:19] <madmalkav> hahaha, I surrended with the ldap, I tried against the company AD and it is already almost done
[13:10:20] <madmalkav> I get the cn=UID,OU=... as the user name instead of the field displayName, I got to fix that config, probe it cannot be done against our ldap because it is crazily bad done, and be done with it
[13:12:42] sindrake leaves the room: Rechner geht in den Ruhezustand
[13:13:07] zash leaves the room: Disconnected: No route to host
[13:13:24] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:14:19] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:14:55] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:20:46] mrtooby leaves the room
[13:22:17] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:23:21] pprrks leaves the room
[13:25:01] mrDoctorWho leaves the room
[13:30:48] <nosnilmot> is pubsub known to be broken currently in ejabberd git?
[13:32:43] pprrks leaves the room
[13:35:09] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:39:57] mrDoctorWho leaves the room
[13:40:11] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:41:28] prefiks leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:41:32] joekokker leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:42:21] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[13:43:13] spicewiesel leaves the room: Machine going to sleep
[13:43:40] <nosnilmot> when trying to publish to a node I get "Module failed to handle the query" and logs have this:
Reason = {exit,{{case_clause,{no_exists,[pubsub_subscription,<<"5FD1FA366C129">>]}},[{io_lib_pretty,cind_rec,6,[{file,"io_lib_pretty.erl"},{line,1055}]},{io_lib_pretty,cind_record,8,[{file,"io_lib_pretty.erl"},{line,1007}]},{io_lib_pretty,cind_element,7,[{file,"io_lib_pretty.erl"},{line,1091}]},{io_lib_pretty,cind_list,7,[{file,"io_lib_pretty.erl"},{line,1061}]},{io_lib_pretty,cind_field,7,[{file,"io_lib_pretty.erl"},{line,1037}]},{io_lib_pretty,cind_fields_tail,8,[{file,"io_lib_pretty.erl"},{line,1021}]},{io_lib_pretty,cind_element,7,[{file,"io_lib_pretty.erl"},{line,1091}]},{io_lib_pretty,cind_list,7,[{file,"io_lib_pretty.erl"},{line,1061}]}]}}
[13:47:24] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:47:30] alexis leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[13:51:43] lukas leaves the room
[13:56:17] zash leaves the room
[13:59:02] edhelas leaves the room: Connection failed: connection closed
[13:59:59] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:01:44] prefiks leaves the room: Stream closed by us: Replaced by new connection (conflict)
[14:01:46] jere leaves the room
[14:02:47] zash leaves the room: Disconnected: closed
[14:14:44] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:14:52] <Holger> nosnilmot: So you're using Mnesia storage?
[14:15:01] <nosnilmot> yeah
[14:18:22] cippaciong leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:18:26] lukas leaves the room
[14:20:53] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:21:00] <Holger> It's telling you that the 'pubsub_subscription' table doesn't exist.
[14:27:00] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:28:17] pprrks leaves the room
[14:35:43] frainz leaves the room
[14:35:50] <madmalkav> OK, roster ldap working flawlessly with AD and email explaining why we can't make it work with LDAP sent, one tick less to my list
[14:35:52] <nosnilmot> looks like that is supposed to be created by pubsub_subscription:init/3 but ... isn't? creating the node and subscribing to the node didn't report any errors (and in fact publishing to the node when there are no subscribers doesn't spew any errors)
[14:37:04] zash leaves the room: Disconnected: closed
[14:41:26] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:41:28] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:45:17] sindrake leaves the room: Disconnected: Replaced by new connection
[14:45:44] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[14:52:45] <nosnilmot> https://github.com/processone/ejabberd/blob/master/src/node_flat.erl#L54 - pubsub_subscription:init is commented out, uncommenting the call there "fixes" the problem I had, but that can't be right as that has been commented out for 2.5 years
[14:55:09] madmalkav leaves the room: Stream reset by peer
[14:58:23] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:00:23] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[15:05:03] zuglufttier leaves the room
[15:05:11] <nosnilmot> nevermind, I think my installation had some stale bits lying around that might have been causing weirdness, seems to be working again after cleaning a bit more up
[15:08:23] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:10:36] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:11:03] Alacer leaves the room: Stream closed by us: Replaced by new connection (conflict)
[15:11:52] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:14:53] mrDoctorWho leaves the room
[15:15:25] <zinid> it always helps when you clean some shit :D
[15:22:04] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[15:24:08] <404> 2018-08-01 15:04:55.971 [info] <0.6488.3>@ejabberd_s2s_out:init:280 Outbound s2s connection started: 404.city -> 0nl1ne.cc
2018-08-01 15:04:56.363 [info] <0.6488.3>@ejabberd_s2s_out:handle_auth_failure:226 (tls|<0.6488.3>) Failed outbound s2s EXTERNAL authentication 404.city -> 0nl1ne.cc (5.79.70.15): Authentication failed: Peer responded with error: unable to get local issuer certificate (not-authorized)
2018-08-01 15:04:56.363 [info] <0.6488.3>@ejabberd_s2s_out:process_auth_result:141 Failed to establish outbound s2s connection 404.city -> 0nl1ne.cc: authentication failed; bouncing for 207 seconds
[15:24:28] <404> >Authentication failed: Peer responded with error: unable to get local issuer certificate (not-authorized)
[15:25:02] <404> what is the reason for this?
[15:25:25] badlop leaves the room: Stream reset by peer
[15:26:20] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:27:56] <404> https://check.messaging.one/result.php?domain=0nl1ne.cc&type=server
[15:28:38] <404> https://check.messaging.one/result.php?domain=404.city&type=server
[15:28:57] <zash> the other server is telling your server that it doesn't have or trust your certificate / chain
[15:29:28] bammes leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:29:54] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:29:54] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:31:59] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:34:34] bowlofeggs leaves the room: Stream reset by peer
[15:34:50] sindrake leaves the room: Rechner geht in den Ruhezustand
[15:39:01] bowlofeggs leaves the room: Connection failed: timeout
[15:39:05] ChaosKid42 leaves the room: Stream closed by us: Replaced by new connection (conflict)
[15:41:46] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[15:43:38] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[15:47:38] <zinid> 404, most likely the problem on their side
[15:47:59] <zinid> also, no dialback?
[15:49:03] <404> zinid,  yes. Trusted certificates only
[15:49:15] <zinid> yeah...
[15:49:41] <zinid> not sure if it worth, but whatever
[15:55:11] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:02:44] ta leaves the room
[16:04:12] <madmalkav> On the test machine where I configured LDAP roster offline messages aren't working I suspect a possible problem with database. To start clean, I just drop all tables, launch the SQL and it is done?
[16:14:20] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[16:15:52] sindrake leaves the room
[16:20:02] sindrake leaves the room
[16:21:16] 4223 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:21:41] sindrake leaves the room
[16:22:01] <madmalkav> Nothing , still fails, weird
[16:22:06] sindrake leaves the room
[16:24:17] sindrake leaves the room
[16:24:40] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:26:55] srgcdev leaves the room
[16:29:31] erik leaves the room: Connection failed: timeout
[16:34:57] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[16:35:05] ThUnD3r|Gr33n leaves the room: Connection failed: timeout
[16:37:26] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[16:40:07] marc leaves the room: Stream closed by us: Replaced by new connection (conflict)
[16:40:21] pod leaves the room
[16:42:06] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:42:29] zash leaves the room: Disconnected: No route to host
[16:43:15] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:45:34] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:50:57] zash leaves the room: Disconnected: closed
[16:54:07] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[16:56:35] jannic leaves the room: Stream closed by us: Replaced by new connection (conflict)
[16:59:37] mrDoctorWho leaves the room
[16:59:43] Alacer leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:01:05] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:03:29] genofire leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:04:26] robert_mobil leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:06:08] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:07:47] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:09:07] lukas leaves the room
[17:10:58] ulrich leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:10:58] lukas leaves the room
[17:12:47] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:13:16] marek leaves the room: Machine going to sleep
[17:16:44] prefiks leaves the room
[17:17:35] aditya_borikar leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:19:46] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:19:46] lukas leaves the room
[17:20:41] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:22:41] ThUnD3r|Gr33nĀ® leaves the room
[17:25:53] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:26:58] bammes leaves the room
[17:28:44] bowlofeggs leaves the room: Connection failed: timeout
[17:29:46] marc leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:36:38] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:38:20] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[17:46:42] ta leaves the room
[17:51:03] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[17:56:55] cippaciong leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:00:26] zuglufttier leaves the room
[18:02:00] aditya_borikar leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:02:11] zuglufttier leaves the room
[18:02:32] zuglufttier leaves the room
[18:02:52] rom1dep leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:03:37] sindrake leaves the room: Disconnected: Replaced by new connection
[18:06:30] robert_mobil leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:08:35] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:10:14] bammes leaves the room: Stream reset by peer
[18:12:06] lukas leaves the room
[18:16:01] frainz leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:17:06] Licaon_Kter leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:17:08] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:17:46] lukas leaves the room
[18:22:10] zuglufttier leaves the room: Machine going to sleep
[18:23:10] lukas leaves the room
[18:37:17] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:39:08] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:40:31] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:43:44] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:46:12] lukas leaves the room
[18:46:29] jannic leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:48:50] Akasch leaves the room
[18:50:26] mightyBroccoli leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:52:28] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[18:52:31] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[18:53:16] spicewiesel leaves the room: Machine going to sleep
[18:54:39] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:01:01] cippaciong leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:05:15] sindrake leaves the room: Disconnected: Replaced by new connection
[19:05:40] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:06:59] sindrake leaves the room
[19:07:33] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:09:17] robert_mobil leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:09:34] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:10:43] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:10:47] sindrake leaves the room
[19:11:39] robert_mobil leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:15:25] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:19:35] Dominik Paulus leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:25:36] Alacer leaves the room
[19:26:50] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:38:18] lukas leaves the room
[19:39:45] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:41:41] secret_agent leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:43:26] bammes leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[19:44:09] spicewiesel leaves the room: Machine going to sleep
[19:46:52] sindrake leaves the room: Disconnected: Replaced by new connection
[19:46:58] sindrake leaves the room
[19:47:01] madmalkav leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:48:25] lukas leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:52:28] sindrake leaves the room
[19:54:06] rom1dep leaves the room: Stream closed by us: Replaced by new connection (conflict)
[19:58:21] lukas leaves the room
[19:59:44] lukas leaves the room
[20:01:24] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:02:14] pod leaves the room
[20:03:34] cippaciong leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:05:04] debalance leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:05:56] lukas leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:06:17] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:09:42] mimi89999 leaves the room
[20:10:13] sindrake leaves the room
[20:10:27] mimi89999 leaves the room
[20:10:27] sindrake leaves the room: Disconnected: Replaced by new connection
[20:11:41] mimi89999 leaves the room: Disconnected: Replaced by new connection
[20:12:11] sindrake leaves the room
[20:13:06] zash leaves the room
[20:17:00] dion leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:20:09] sindrake leaves the room: Disconnected: Replaced by new connection
[20:24:04] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:26:21] debalance leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:27:46] adrien leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:28:04] adrien leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:29:17] paul leaves the room: Stream reset by peer
[20:30:10] zuglufttier leaves the room: Machine going to sleep
[20:31:09] sindrake leaves the room
[20:31:14] sindrake leaves the room
[20:31:50] Alacer leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:32:05] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:33:10] Odin leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:33:20] paul leaves the room: Stream reset by peer
[20:34:01] zash leaves the room: Disconnected: No route to host
[20:38:07] bowlofeggs leaves the room: Connection failed: connection timed out
[20:39:28] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:41:10] sindrake leaves the room
[20:42:36] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:46:03] zinid leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:47:15] srgcdev leaves the room
[20:47:21] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[20:47:37] lorddavidiii leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:48:20] zash leaves the room: Disconnected: Broken pipe
[20:49:11] sindrake leaves the room: Disconnected: Replaced by new connection
[20:50:50] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:51:38] ChaosKid42 leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[20:54:32] marc leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:02:31] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:09:12] jannic leaves the room: Stream closed by us: Replaced by new connection (conflict)
[21:11:05] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:11:56] Licaon_Kter leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:12:53] joekokker leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:12:55] fp leaves the room
[21:13:30] zuglufttier leaves the room: Machine going to sleep
[21:16:24] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:20:40] Andrew Nenakhov leaves the room: Connection failed: connection closed
[21:21:30] ludo leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:23:52] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:25:08] zuglufttier leaves the room
[21:27:52] Dominik Paulus leaves the room: Stream closed by us: Replaced by new connection (conflict)
[21:35:18] mightyBroccoli leaves the room: Stream closed by us: Replaced by new connection (conflict)
[21:35:53] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:47:17] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:48:38] beri leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:50:11] cippaciong leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:51:51] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[21:57:02] bowlofeggs leaves the room: Connection failed: connection timed out
[21:59:56] zinid leaves the room: Stream closed by us: Replaced by new connection (conflict)
[22:06:38] sindrake leaves the room
[22:07:38] targ leaves the room: offline
[22:08:27] mightyBroccoli leaves the room: Our time is short.
[22:15:34] paul leaves the room: Stream closed by us: Replaced by new connection (conflict)
[22:26:05] tyler leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:30:23] zash leaves the room
[22:32:06] tester leaves the room
[22:32:06] tester leaves the room
[22:33:05] madmalkav leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:37:20] Dominik Paulus leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:39:05] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:41:52] paul leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:43:19] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:48:59] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:52:11] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:55:07] sindrake leaves the room
[22:58:21] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[22:59:22] bowlofeggs leaves the room: Connection failed: host is unreachable
[23:00:10] sindrake leaves the room
[23:00:24] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[23:04:49] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[23:06:38] Dominik Paulus leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:10:54] alexis leaves the room: Stream closed by us: Replaced by new connection (conflict)
[23:10:54] zinid leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:14:02] ave leaves the room: Stream closed by us: Replaced by new connection (conflict)
[23:19:24] joekokker leaves the room: Machine going to sleep
[23:22:48] ta leaves the room: Disconnected: Replaced by new connection
[23:25:15] frainz leaves the room: Stream closed by us: Replaced by new connection (conflict)
[23:30:24] vogt leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:31:11] Akasch leaves the room
[23:31:52] mightyBroccoli leaves the room: Rechner geht in den Ruhezustand
[23:32:52] rom1dep leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:33:58] joekokker leaves the room
[23:37:27] mightyBroccoli leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:45:02] joekokker leaves the room: Machine going to sleep
[23:47:05] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
[23:59:16] jeremy leaves the room: Stream closed by us: Timed out waiting for stream resumption (connection-timeout)
Powered by ejabberd - robust, scalable and extensible XMPP server Powered by Erlang Valid XHTML 1.0 Transitional Valid CSS!