IRC Log for #openid on 2008-03-17
Timestamps are in UTC.
- [00:21:28] * forsaken_ (n=eric@c-71-62-234-185.hsd1.va.comcast.net) Quit (Connection timed out)
- [00:34:18] <idnar>
this whole i-name story seems a bit silly
- [00:49:43] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [00:56:15] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit ()
- [00:58:41] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #openid
- [00:59:28] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit (Client Quit)
- [01:09:49] <flaccid_>
lol dns is not apache
- [01:10:04] <flaccid_>
i-names are cool
- [01:14:45] * forsaken (n=eric@c-71-62-234-185.hsd1.va.comcast.net) has joined #openid
- [01:22:44] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #openid
- [01:31:57] * forsaken (n=eric@c-71-62-234-185.hsd1.va.comcast.net) Quit (Remote closed the connection)
- [01:35:28] * forsaken (n=eric@c-71-62-234-185.hsd1.va.comcast.net) has joined #openid
- [01:44:04] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit ()
- [01:49:41] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) Quit ()
- [01:50:59] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) has joined #openid
- [03:13:41] * shigeta_ (n=shigeta@124.32.114.226) has joined #openid
- [03:19:39] * michelp_ (n=michelp@69-30-72-119.dq1sf.easystreet.com) has joined #openid
- [03:31:05] * shigeta (n=shigeta@124.32.114.226) Quit (Read error: 110 (Connection timed out))
- [04:08:16] <nulbyte>
flaccid_: no, but when you change resolv.conf and apache doesn't pick it up after restart... (at least, after running 'apachectl restart', which one would assume by its name means restart)
- [04:11:10] <flaccid_>
nulbyte: i've never witnessed that bug, apache has done fine for me with dynamic changes to resolv.conf
- [04:11:17] <flaccid_>
got a link to the bug?
- [04:11:48] <flaccid_>
wouldn't mind checking it out. what platform you on?
- [04:12:03] <nulbyte>
not one that is open. I submitted one but it was promptly closed and marked invalid as a likely issue with nscd rather than httpd (not that I'm using nscd, but the person who closed it made the assumption)
- [04:12:18] <flaccid_>
thats not nice
- [04:12:24] <nulbyte>
agreed.
- [04:12:37] <flaccid_>
apache2 ?
- [04:12:38] <nulbyte>
I have no problems with other software noticing changes to resolv.conf, save httpd.
- [04:12:41] <nulbyte>
yes
- [04:12:57] <flaccid_>
weird for such a bug like that at this stage, what OS ?
- [04:13:10] <nulbyte>
CentOS 5.
- [04:13:26] <flaccid_>
hmm, never used it but only heard good stories
- [04:13:29] <flaccid_>
thats linux yeah ?
- [04:13:47] <nulbyte>
linux kernel, yes.
- [04:13:58] <flaccid_>
is that apache 2.0x or 2.1x ?
- [04:14:19] <nulbyte>
Apache/2.2.3
- [04:14:21] <flaccid_>
hmm i mean 2.2x
- [04:14:34] <flaccid_>
hmm thats a loco bug..
- [04:15:28] <flaccid_>
did you try graceful before restart with apachectl ? would be interesting to see if graceful refreshes the dns lookup as well
- [04:16:05] <nulbyte>
I did, several times, to no avail.
- [04:16:26] <nulbyte>
It only picked up the changes to resolv.conf when I did apachectl stop; apachectl start
- [04:16:44] <flaccid_>
dang to that!
- [04:17:13] <nulbyte>
That was my main issue. One would think 'apachectl restart' would restart, but apparently not.
- [04:17:53] <flaccid_>
so im assuming apache2 does its own dns lookups without 'outside' assistance?
- [04:20:13] <nulbyte>
Not according to the comment posted to the bug I opened. The comment indicated apache used the standard c library to do lookups. But software as big as that probably has a builtin cache somewhere.
- [04:21:10] <flaccid_>
hmm
- [04:21:16] <flaccid_>
wonder how its done
- [04:21:25] <nulbyte>
As do I
- [04:21:34] <flaccid_>
cool :)
- [04:24:49] <flaccid_>
surely it wouldn't cache, because of TTL and dynamic dns etc. hmm
- [04:25:39] <flaccid_>
if it does, wouldn't that make it also a caching name server of some kind
- [04:25:52] <flaccid_>
which relays only
- [04:28:20] <flaccid_>
caching the values of resolv.conf in itself kind of goes against unix fundamentals in the filesystem
- [04:34:14] <nulbyte>
I would think so, too.
- [04:34:53] <nulbyte>
I'm not a fan of projects that have builtin caching, but given my lack of motivation to modify them myself, I live with it on certain projects...e.g., Asterisk.
- [04:35:15] <nulbyte>
At least with that, I can tell it to reload and it will...unlike httpd.
- [04:35:27] <flaccid_>
yeah shouldnt have to touch apache but considering what it is
- [04:35:43] <flaccid_>
asterisk is a voip thing?
- [04:36:22] <nulbyte>
Yes.
- [04:36:28] <flaccid_>
is that SIP?
- [04:36:41] <nulbyte>
It has a SIP module, yes.
- [04:36:58] <flaccid_>
ah its pbx plus mods or something
- [04:37:58] <nulbyte>
The module is part of the software, but you can disable it if you wish. It supports a number of VoIP protocols, including SIP. I prefer IAX2, though. Much more versatile than SIP, despite wider support for SIP.
- [04:38:45] <flaccid_>
interesting
- [04:39:37] <flaccid_>
i'll be trying the sip/astrisk under OpenFire soon..
- [04:41:09] <nulbyte>
Yeah, that sounds pretty neat...especially the XMPP support.
- [04:41:49] <flaccid_>
its good but the IM gateways seem a bit dodgy
- [04:41:58] <flaccid_>
like avatars and names not coming through etc. in clients
- [04:48:47] <nulbyte>
that's pretty typical, though.
- [04:49:29] <flaccid_>
i don't see why though
- [04:49:34] <flaccid_>
its just a gateway...
- [04:49:39] <flaccid_>
why should it change the traffic?
- [04:50:02] <nulbyte>
the gateway has to support the avatars, etc., as well as the client.
- [04:50:16] <nulbyte>
depends on the protocol in use, the gateway, the client...there are quite a few failure points.
- [04:50:18] <flaccid_>
support in what respect? its a gateway, not a server
- [04:50:24] <flaccid_>
hmm
- [04:50:47] <flaccid_>
so icq and msn problems likely because they still have to reverse engineer it as opposed to just forwarding traffic??
- [04:50:49] <nulbyte>
understood, but the gateway must support the full protocol. and most open source doesn't support the full protocol for some IM platforms like Yahoo, AIM, etc.
- [04:51:16] <flaccid_>
so it doesnt forward traffice, it has to decipher the protocol first?
- [04:51:41] <nulbyte>
right.
- [04:51:47] <flaccid_>
that sux
- [04:52:03] <flaccid_>
means its still dependant on reverse engineered code for the prop./closed protocols
- [04:52:06] <nulbyte>
the client itself is strictly XMPP. the gateway talks the other protocol for you.
- [04:52:31] <nulbyte>
not necessarily reveng'd... some protocols have open specs.
- [04:52:34] <flaccid_>
but my argument is that the gateway forwards traffic untouched, instead of handling it
- [04:52:44] <flaccid_>
the problems i have are with icq and msn gateways
- [04:52:46] <nulbyte>
you are talking about XMPP/jabber, right?
- [04:53:01] <flaccid_>
im talking about the msn and icq and yahoo etc. gateways in openfire
- [04:53:09] <flaccid_>
through xmpp
- [04:53:58] <nulbyte>
right. openfire is an XMPP server. the gateway does not deliver traffic untouched. it talks XMPP to the openfire server and OSCAR to the ICQ server... and the MSN gateway speaks whatever MSN's protocol is to the MSN servers... but openfire itself only does XMPP.
- [04:55:23] <nulbyte>
don't get me wrong. XMPP supports avatars and what not. but whether or not the gateway supports it is up the developer
- [04:55:30] <Kaell>
i'm not sure i follow how XRIs work... are they all resolved by xri.org?
- [04:55:38] <Kaell>
is this a single point of failure, bottleneck system?
- [04:57:18] <flaccid_>
nulbyte: right so it goes xmpp to the server then converted to the other protocol and same for the other way coming back
- [04:57:38] <flaccid_>
so reliant on the server's conversions
- [04:58:24] <nulbyte>
well, the gateway translates...but yes.
- [04:58:33] <flaccid_>
so really nothing i can do about it, even though multi-im clients seem to be more up on the spoken protocols...
- [04:59:02] <flaccid_>
the gateways need to get up to the level of support that at least the clients have for the other protocols
- [05:02:18] <nulbyte>
it's a combination of both the gateway, the server, and the client. all three have to support avatars for avatars to work. the gateway has to support retrieving avatars using the other IM platform's protocol, and sending avatars via both protocols... the server and client must support avatars using XMPP.
- [05:03:15] <flaccid_>
and as far as i know, openfire does so it should be a bug?
- [05:03:48] <nulbyte>
I can't really say. Like it said, the gateway, server & client must all three support it.
- [05:03:58] <flaccid_>
i had issues of only ICQ number coming through as well which is pretty not good
- [05:04:06] <flaccid_>
has to be a bug somewhere
- [05:04:32] <flaccid_>
i hate supporting non-standards of any kind it can be a real pain
- [05:18:00] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [05:52:36] * nulbyte (n=thatoneg@nuvo.aaronjangel.us) Quit (brown.freenode.net irc.freenode.net)
- [05:52:36] * jcollie (n=jcollie@dsl-ppp239.isunet.net) Quit (brown.freenode.net irc.freenode.net)
- [05:52:36] * ertai (n=ertai@ns.feydakins.org) Quit (brown.freenode.net irc.freenode.net)
- [05:52:36] * noccy (i=noccy@c-d22ee055.61-3-64736c10.cust.bredbandsbolaget.se) Quit (brown.freenode.net irc.freenode.net)
- [05:52:40] * nulbyte_ (n=thatoneg@nuvo.aaronjangel.us) has joined #openid
- [05:52:42] * nulbyte_ is now known as nulbyte
- [05:55:13] * ertai (n=ertai@ns.feydakins.org) has joined #openid
- [06:00:08] * noccy (i=noccy@c-d22ee055.61-3-64736c10.cust.bredbandsbolaget.se) has joined #openid
- [06:11:16] * jcollie (n=jcollie@dsl-ppp239.isunet.net) has joined #openid
- [06:11:38] * PibbRelay (n=supybot@nat/janrain/x-fdc683d48c29117a) Quit (Read error: 104 (Connection reset by peer))
- [06:13:27] * PibbRelay (n=supybot@nat/janrain/x-60d9697cec664aeb) has joined #openid
- [07:02:54] * shigeta_ (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [07:09:20] * PibbRelay (n=supybot@nat/janrain/x-60d9697cec664aeb) Quit (Read error: 104 (Connection reset by peer))
- [07:11:31] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [07:12:15] * PibbRelay (n=supybot@nat/janrain/x-19a372ea1e4533f6) has joined #openid
- [07:14:40] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [07:57:37] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) Quit ()
- [08:07:11] * burcat (n=eitanb@77.127.248.188) has joined #openid
- [08:07:18] * burcat (n=eitanb@77.127.248.188) Quit (Remote closed the connection)
- [08:42:55] * emilis_info (n=emilis@clt-84-32-58-67.vdnet.lt) has joined #openid
- [09:12:04] * milkmiruku (n=milk@zotz.demon.co.uk) Quit ("milkmiruku.com | theforest.org.uk | milk has exited the server")
- [09:12:10] * xpo (n=xpo@nat/af83/x-2ecc01c4d5323044) has joined #openid
- [09:17:32] * nulbyte (n=thatoneg@nuvo.aaronjangel.us) Quit (Read error: 104 (Connection reset by peer))
- [09:17:34] * nulbyte__ (n=thatoneg@nuvo.aaronjangel.us) has joined #openid
- [09:17:35] * nulbyte__ is now known as nulbyte
- [09:24:10] * nulbyte (n=thatoneg@nuvo.aaronjangel.us) Quit (Read error: 104 (Connection reset by peer))
- [09:25:24] * nulbyte__ (n=thatoneg@nuvo.aaronjangel.us) has joined #openid
- [09:25:25] * nulbyte__ is now known as nulbyte
- [09:26:49] * bens_ (n=bens@gatea.thls.bbc.co.uk) has joined #openid
- [10:25:38] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) has joined #openid
- [10:26:50] * Leonidas (n=Leonidas@unaffiliated/leonidas) has joined #openid
- [10:49:47] * stub (n=stub@canonical/launchpad/stub) has joined #openid
- [10:51:24] * hillsy (i=shaunh@npfit2.dh.bytemark.co.uk) has joined #openid
- [11:14:42] * Leonidas_ (n=Leonidas@unaffiliated/leonidas) has joined #openid
- [11:14:56] * Leonidas (n=Leonidas@unaffiliated/leonidas) Quit (Nick collision from services.)
- [11:15:00] * Leonidas_ is now known as Leonidas
- [11:26:53] * emilis_info (n=emilis@clt-84-32-58-67.vdnet.lt) Quit ("Leaving")
- [11:28:33] * bens_ (n=bens@gatea.thls.bbc.co.uk) Quit (Remote closed the connection)
- [11:40:42] * bens_ (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [11:44:52] * _keturn (n=acapnoti@pdpc/supporter/sustaining/keturn) Quit (Read error: 110 (Connection timed out))
- [12:02:27] * TedThibodeauJr (n=Thud@c-76-119-195-179.hsd1.ma.comcast.net) Quit ()
- [12:11:09] * bens_ (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [12:16:03] * _keturn (n=acapnoti@pdpc/supporter/sustaining/keturn) has joined #openid
- [12:32:08] * bens_ (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [13:17:17] * TedThibodeauJr (n=Thud@ws2.openlinksw.com) has joined #openid
- [13:17:18] <jibot>
TedThibodeauJr is a Technology Evangelist from http://www.openlinksw.com/ and a Troublemaker from Way Back
- [13:24:45] * flaccid_ (n=flaccid@CPE-124-189-84-12.nsw.bigpond.net.au) Quit (Read error: 110 (Connection timed out))
- [13:35:22] * benj3one (n=ben@adsl-75-41-185-190.dsl.spfdmo.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
- [13:36:31] * benj3one (n=ben@adsl-75-41-185-190.dsl.spfdmo.sbcglobal.net) has joined #openid
- [13:38:49] * a9913 (n=a9913@unaffiliated/a9913) has joined #openid
- [13:49:09] * singpolyma (n=singpoly@bas8-kitchener06-1242386553.dsl.bell.ca) has joined #openid
- [14:19:39] * xpo_air (n=xpo@nat/af83/x-9a9fdc57d76a52ee) has joined #openid
- [14:21:10] * xpo (n=xpo@nat/af83/x-2ecc01c4d5323044) Quit (Read error: 113 (No route to host))
- [14:39:16] * bens_ (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [15:02:21] * xpo_air (n=xpo@nat/af83/x-9a9fdc57d76a52ee) Quit (Read error: 104 (Connection reset by peer))
- [15:02:31] * xpo (n=xpo@nat/af83/x-ffd6de221edd1df1) has joined #openid
- [15:32:03] * stub (n=stub@canonical/launchpad/stub) Quit (No route to host)
- [15:34:17] * PibbRelay (n=supybot@nat/janrain/x-19a372ea1e4533f6) Quit (Read error: 104 (Connection reset by peer))
- [15:36:29] * PibbRelay (n=supybot@nat/janrain/x-6a2f32f1a3275a11) has joined #openid
- [15:37:06] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) Quit ()
- [15:46:01] * berry (n=berry@77.222.64.84) has joined #openid
- [15:58:27] * xpo (n=xpo@nat/af83/x-ffd6de221edd1df1) Quit ()
- [16:03:50] * a9913 (n=a9913@unaffiliated/a9913) Quit ("Leaving")
- [16:17:38] * xpo (n=xpo@nat/af83/x-7d0d6528d1ec8e73) has joined #openid
- [16:24:36] * Chaz6 (n=chaz@pix.vendia-kollegiet.dk) has joined #openid
- [16:37:43] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) has joined #openid
- [16:43:34] * berry (n=berry@77.222.64.84) Quit ()
- [17:05:31] * bens_ (n=bens@gatea.mh.bbc.co.uk) has joined #openid
- [17:29:39] * xpo (n=xpo@nat/af83/x-7d0d6528d1ec8e73) Quit ()
- [17:33:47] * tessier_ (n=treed@kernel-panic/sex-machines) has joined #openid
- [17:38:33] * nulbyte (n=thatoneg@nuvo.aaronjangel.us) Quit (Read error: 104 (Connection reset by peer))
- [17:38:36] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [17:41:26] * nulbyte__ (n=thatoneg@nuvo.aaronjangel.us) has joined #openid
- [17:41:27] * nulbyte__ is now known as nulbyte
- [17:42:08] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [17:54:22] * berry (n=berry@535321A1.cable.casema.nl) has joined #openid
- [17:58:04] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [17:59:02] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [18:00:54] * xpo (n=xpo@nat/af83/x-a7cde10304cc055a) has joined #openid
- [18:03:34] * Chaz- (n=chaz@pix.vendia-kollegiet.dk) has joined #openid
- [18:06:06] * xpo (n=xpo@nat/af83/x-a7cde10304cc055a) Quit ()
- [18:08:54] * Chaz6 (n=chaz@pix.vendia-kollegiet.dk) Quit (Nick collision from services.)
- [18:08:54] * Chaz- is now known as Chaz6
- [18:11:06] * bens_ (n=bens@gatea.mh.bbc.co.uk) Quit ("This computer has gone to sleep")
- [18:13:17] * berry (n=berry@535321A1.cable.casema.nl) Quit ()
- [18:30:46] * berry (n=berry@535321A1.cable.casema.nl) has joined #openid
- [18:48:11] * michelp_ (n=michelp@69-30-72-119.dq1sf.easystreet.com) Quit ("Ex-Chat")
- [18:49:18] * singpolyma (n=singpoly@bas8-kitchener06-1242386553.dsl.bell.ca) Quit ()
- [18:54:58] * priidu_ (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [18:57:18] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [18:58:45] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [19:00:54] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [19:44:42] * danieljohnlewis (n=danieljo@cpc5-oxfd2-0-0-cust8.oxfd.cable.ntl.com) Quit ()
- [19:49:20] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [19:51:28] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) has joined #openid
- [20:24:26] * priidu (n=aa@sa-84-52-30-239.saturn.infonet.ee) Quit (Remote closed the connection)
- [20:29:42] * idnar (i=mithrand@unaffiliated/idnar) Quit (Read error: 110 (Connection timed out))
- [20:30:27] * idnar (i=mithrand@unaffiliated/idnar) has joined #openid
- [20:57:17] * Mitsurugi olaaaaaaaa !
- [20:57:55] * Navarr (n=navarr@adsl-75-53-193-248.dsl.hstntx.sbcglobal.net) has joined #openid
- [21:02:57] * TedThibodeauJr (n=Thud@ws2.openlinksw.com) Quit ()
- [21:10:40] * jcollie (n=jcollie@dsl-ppp239.isunet.net) Quit ("Ex-Chat")
- [21:40:09] * hillsy (i=shaunh@npfit2.dh.bytemark.co.uk) Quit ("Leaving")
- [22:46:58] * flaccid_ (n=flaccid@CPE-124-189-84-12.nsw.bigpond.net.au) has joined #openid
- [22:49:44] * saizai (n=saizai@76.191.130.220) Quit ("Leaving")
- [22:54:09] * Leonidas (n=Leonidas@unaffiliated/leonidas) Quit ("An ideal world is left as an exercise to the reader")
- [23:17:53] * berry (n=berry@535321A1.cable.casema.nl) Quit ()
- [23:18:21] * TedThibodeauJr (n=Thud@c-76-119-195-179.hsd1.ma.comcast.net) has joined #openid
- [23:18:21] <jibot>
TedThibodeauJr is a Technology Evangelist from http://www.openlinksw.com/ and a Troublemaker from Way Back
- [23:55:33] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.