IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 6 June 2014   (all times are UTC)

00:00
<Ryan52>
and... we have plugins in C now... like, woah.
00:01
<vagrantc>
NX does crazy stuff like shared private keys that always made me a *bit* suspicious
00:02
<Ryan52>
vagrantc: what about XDMCP?
00:02
I thought that in itself had security issues.
00:03
<vagrantc>
it's effectively about as secure as telent
00:03
er, telnet
00:03
<Ryan52>
yeah.. so if they're already planning XDMCP, NX can't be that much worse, right? :)
00:03
<vagrantc>
they're planning a new XDMCP implementation?
00:04
<Ryan52>
that's what they've been saying they're going to use.
00:04
<vagrantc>
do major display managers even support XDMCP?
00:04
gdm had threatened to deprecate it ages ago...
00:05
<Ryan52>
yeah, maybe I misheard. I mean, at first I was like WTF, but then I kept hearing it, so I accepted it as truth. But let me go ask. :)
00:07
<vagrantc>
XDMCP has some silly things, too, like consuming server resources while clients are idle waiting to log in.
00:08
since the login manager is actually running on the server.
00:09
you shouldn't notice a difference in performance with LDM_DIRECTX vs. XDMCP, except for better integration
00:10
<Ryan52>
ok cool, thanks for the info!
00:11
<vagrantc>
of course, then you're using LTSP instead of your adventures in homebrew systems...
00:11
which might be less educational
00:19gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Remote host closed the connection)
00:24
<Ryan52>
ehh that's not quite it.
00:25cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 265 seconds)
00:25
<Ryan52>
vagrantc: what's this xcompmgr?
00:25
i saw greppin the source and it makes no sense to me.
00:26
vagrantc: but yeah, I'd suggest LTSP if they didn't already have a solution in place - not sure where it came from honestly.
00:28
vagrantc: so I looked back at my IRC logs
00:28
I asked what we would use and they said:
00:28
XDMCP
00:28
seems to work pretty good
00:28
vagrantc: this is how big decisions are made :)
00:29
vagrantc: I would really like to gain a better understanding of XDMCP so I can properly tell them what is wrong with their idea.
00:31
vagrantc: is there a "roadmap" for where LTSP is going in the big picture?
00:47
<vagrantc>
Ryan52: it's just basically a cleartext (or nearly so) communications issue...
00:47
Ryan52: so passwords, usernames, entire sessions are viewable by anyone capable of listening on the network
00:54gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
00:56
<Ryan52>
vagrantc: yeah that's kinda what I thought.
00:57
<vagrantc>
keylogging!
00:57
and the fun part, injection...
00:57
though that's a little harder
01:02gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 240 seconds)
01:02imox has left IRC (imox!~imox@p57A96DDF.dip0.t-ipconnect.de, Quit: imox)
01:31gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
01:35gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 260 seconds)
02:09
<Ryan52>
vagrantc: yeah.. unfortunately, when I heard about the project, it was already "done" supposedly.
02:32gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
02:36gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 240 seconds)
03:00vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Ping timeout: 252 seconds)
03:20
<Ryan52>
s it turns out, XDMCP is fine when you have full control of the hardware and networking, because if that is compromised there are bigger problems.
03:20
*As
03:31
so how's driving the next generation of LTSP?
03:31
*who
03:32
I'm curious how this pam ssh thing will work.. like how will GDM etc get the information it needs?
03:32gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
03:35
<work_alkisg>
Ryan52: libpam_sshauth means that one will be able to login locally with any means. E.g. he will be able to press alt+ctrl+f1 and login there with any username/password that is valid on the server
03:35
PAM will validate his account by ssh'ing to the server
03:36
It will add that user locally etc. And the LTSP hooks will use sshfs to mount his home directory etc.
03:37gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 245 seconds)
03:38
<Ryan52>
work_alkisg: and that works?
03:38
<work_alkisg>
Yup
03:38
<Ryan52>
I assumed GDM needed to know *some* things from the remote host.
03:38
<work_alkisg>
The hard part is cleaning up the code, to remove all LDM* occurences from ltsp scripts etc
03:39
<Ryan52>
So I guess that's what's left is minor integration details?
03:39
<work_alkisg>
Nah, it doesn't need to know anything about the underlying authentication library
03:39
LDM_AUTOLOGIN=xxx
03:39
...that then needs to be DM specific
03:39
/etc/lightdm/user.conf, or /etc/gdm/*...
03:39
XRANDR_MODE_0 => we need hooks for such things too
03:40
<Ryan52>
Ah, okay, gotcha.
03:41
Yeah, took me a minute to fully wrap my head around that, I just figured it would have hit the filesystem sooner for something.
03:42
work_alkisg: is there a running list of these issues anywhere?
03:44
<work_alkisg>
Not really... I've started writing a few things at http://sync.in/ltsp, but we haven't started coding ltsp 6 yet
03:44
Unfortunately the only developers spending a few hours now and then on ltsp are only vagrantc and me now
03:45
We also have a few more ideas that we want to include in ltsp6, e.g. http://wiki.ltsp.org/wiki/Dev:Ltspd
03:45
<Ryan52>
work_alkisg: so this is actually ltsp6? cool!
03:45
<work_alkisg>
So, a couple of months are needed for ltsp6 to take shape, but it appears that noone has the time or resources for that
03:46
Yeah ltsp 6 mostly means pam logins, so no LDM, and ltspd instead of lts.conf/ldm-server
03:47
I wonder if people would be willing to sponsor that
03:47
<Ryan52>
yeah, crowdsource that!
03:47
err.. crowdfund
03:47
err. crowd whatever the word is. I'm bad at this.
03:48
More seriously tho.. I'm honestly trying to think of some creative ways I could get some work done.
03:48
I might be able to find some resources for some smaller projects.
03:48
And I might be able to think of a way to get some hours to spend on it if I'm really creative.
03:48* Ryan52 is personally interested in this.
03:50
<Ryan52>
work_alkisg: and if you find a way to get money to back it, I can definitely allocate hours based on that, but I'm sure there are others more deserving of that vanity than I :)
03:50
everybody wants to get paid to open source.. that's like "the dream" in this world.
03:51
work_alkisg: I'm going to ponder if I can integrate this into any of my research interests, oddly enough.. cause I have some research time that needs new projects.
03:52
Otherwise, depending on how my class schedule pans out, I might be able to see if I can be vagrantc's intern for a term to satisfy degree requirements. not sure on that.
03:53
(vagrantc on paper, only because I know him in person)
03:53
<work_alkisg>
Sure, that'd be nice
03:53
I also asked devs here to put ltsp 6 as a google summer of code project
03:54
jammcq didn't like the idea so we abandoned it
03:55
Sometimes I'm thinking that ltsp has too much legacy and something new is needed
04:02
<Ryan52>
work_alkisg: I was just wondering that ;)
04:02
rebuild from the ground up
04:03
<work_alkisg>
We don't even have a channel operator here anymore
04:03
We can't change the channel topic... :)
04:03
<Ryan52>
why?
04:03
who was it?
04:03
<work_alkisg>
Because all of the initial devs aren't here
04:03
<Ryan52>
we could arrange for a takeover I'm sure.
04:03
work_alkisg: who are the initial devs?
04:06
<work_alkisg>
Ryan52: /msg chanserv access #ltsp list
04:06
sbalneav: can you add me or vagrantc as an operator in #ltsp?
04:08
<sbalneav>
I could, if I was an op :D
04:08
I was never an op :D
04:11
<work_alkisg>
sbalneav: (07:05:57 πμ) ChanServ: (notice) 4 sbalneav +ARiortv [modified ? ago]
04:11
Doesn't that mean you're an op?
04:11
<sbalneav>
am i?
04:11
I didn't think I was!
04:11
<work_alkisg>
Yes, type this: /msg chanserv access #ltsp list
04:11
You'll see the operators list
04:12
You're the only one left here... :)
04:12
<sbalneav>
huh!
04:12
So... how do I op?!
04:12
<work_alkisg>
Not sure, try: /op
04:12
Maybe you need to authenticate as well
04:12
<sbalneav>
says I'm not an op XD
04:13
I should be authed, or with the chanserv?
04:15ChanServ sets mode: +o sbalneav
04:15
<sbalneav>
WHOOOOT
04:15sbalneav sets mode: +o work_alkisg
04:15
<work_alkisg>
Thanks, I'm in some exams so I'll look into how to make that permanent in a few hours...
04:16
I'll make the bot an operator too, so that we can give it commands to perform here
04:16
<sbalneav>
Cool!
04:16
Glad I could help.
04:17
<work_alkisg>
sbalneav: moment!
04:17
<sbalneav>
Yup!
04:17
<work_alkisg>
Hm... I don't want work_alkisg, I want alkisg.... let me see...
04:17alkisg has joined IRC (alkisg!c23fefeb@ubuntu/member/alkisg)
04:18lns has left IRC (lns!~lns@pdpc/supporter/professional/lns, Quit: Leaving)
04:18
<work_alkisg>
sbalneav: can you /op alkisg ?
04:18
(brb)
04:20sbalneav sets mode: +o alkisg
04:20
<sbalneav>
DNE
04:20
DONE
04:23
<work_alkisg>
sbalneav: nah, I can't
04:23
Do this: /msg chanserv access #ltsp add alkisg
04:23
Being a temporary operator doesn't allow me to do that
04:24
<sbalneav>
ChanServ (ChanServ@services.): You are not authorized to execute this command.
04:24
Doesn't want me to do it either.
04:24
<work_alkisg>
We probably need jammcq to do that then
04:25
<sbalneav>
I'll bug him tomorrow.
04:25
<work_alkisg>
[07:24] -ChanServ- 2     jammcq                 +AFRfiorstv [modified ? ago]
04:25
[07:24] -ChanServ- 4     sbalneav               +ARiortv [modified ? ago]
04:25
He has more letters than you :P
04:26
<sbalneav>
Well, he's a bigger guy :D
04:27
<work_alkisg>
http://www.magicstar.net/services/chanserv.html#levels
04:27
Haha
04:33gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
04:38
<work_alkisg>
/msg chanserv help flags
04:38gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 276 seconds)
04:39
<work_alkisg>
+F - Grants full founder access, +f - Enables modification of channel access lists, +s - Enables use of the set command.
04:44Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo)
04:45Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23)
04:54
<work_alkisg>
sbalneav: I think this is the command we want jammcq to execute: /msg ChanServ FLAGS #ltsp alkisg +*
04:54
And, the same one for you too: /msg ChanServ FLAGS #ltsp sbalneav +*
04:59Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo)
04:59Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23)
04:59ChanServ sets mode: +o Lumiere
05:00
<Lumiere>
hi
05:02
work_alkisg, sbalneav: looks like I don't have access either
05:02
I'm around most us 2nd shift's just ping me if you need anything :)
05:04alkisg has left IRC (alkisg!c23fefeb@ubuntu/member/alkisg, Ping timeout: 240 seconds)
05:05work_alkisg has left IRC (work_alkisg!~alkisg@194.63.234.224, Ping timeout: 276 seconds)
05:07spectra has left IRC (spectra!~spectra@debian/developer/spectra, Ping timeout: 245 seconds)
05:15rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, *.net *.split)
05:15slackish has left IRC (slackish!amcphall@mcphall.org, *.net *.split)
05:15|Paradox| has left IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net, *.net *.split)
05:15pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split)
05:15mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, *.net *.split)
05:15lee has left IRC (lee!~lee@loathe.ms, *.net *.split)
05:15book` has left IRC (book`!~book`@192.241.198.49, *.net *.split)
05:15ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split)
05:15dberkholz has left IRC (dberkholz!user51654@gentoo/developer/dberkholz, *.net *.split)
05:15mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split)
05:15Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split)
05:15mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, *.net *.split)
05:15gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split)
05:15NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split)
05:17Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo)
05:18Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23)
05:19vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc)
05:21dberkholz has joined IRC (dberkholz!~dberkholz@smtp.gentoo.org)
05:21dberkholz has joined IRC (dberkholz!~dberkholz@gentoo/developer/dberkholz)
05:27spectra- has joined IRC (spectra-!~spectra@eregion.nardol.org)
05:27mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.63.163)
05:27book` has joined IRC (book`!~book`@192.241.198.49)
05:27rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
05:27gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
05:27ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de)
05:27mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net)
05:27lee has joined IRC (lee!~lee@loathe.ms)
05:27pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme)
05:27Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151)
05:27mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy)
05:27|Paradox| has joined IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net)
05:27slackish has joined IRC (slackish!amcphall@mcphall.org)
05:27NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es)
05:28spectra- has left IRC (spectra-!~spectra@eregion.nardol.org, *.net *.split)
05:28rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, *.net *.split)
05:28slackish has left IRC (slackish!amcphall@mcphall.org, *.net *.split)
05:28|Paradox| has left IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net, *.net *.split)
05:28pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split)
05:28mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, *.net *.split)
05:28lee has left IRC (lee!~lee@loathe.ms, *.net *.split)
05:28book` has left IRC (book`!~book`@192.241.198.49, *.net *.split)
05:28ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split)
05:28mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split)
05:28Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split)
05:28mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, *.net *.split)
05:28gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split)
05:28NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split)
05:33spectra- has joined IRC (spectra-!~spectra@eregion.nardol.org)
05:33mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.63.163)
05:33book` has joined IRC (book`!~book`@192.241.198.49)
05:33rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
05:33gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
05:33ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de)
05:33NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es)
05:33slackish has joined IRC (slackish!amcphall@mcphall.org)
05:33|Paradox| has joined IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net)
05:33mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy)
05:33Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151)
05:33pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme)
05:33mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net)
05:33lee has joined IRC (lee!~lee@loathe.ms)
05:34gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
05:39gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 252 seconds)
05:41cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
05:45Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo)
06:02mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, Ping timeout: 240 seconds)
06:12gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
06:26slackish has left IRC (slackish!amcphall@mcphall.org, Ping timeout: 264 seconds)
06:27slackish has joined IRC (slackish!amcphall@mcphall.org)
06:28uXus has left IRC (uXus!~uXus@217.77.222.72, Quit: ail bi bek)
06:37uXus has joined IRC (uXus!~uXus@213-227-244-95.static.vega-ua.net)
06:42mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.71.254)
06:47alexxtasi has joined IRC (alexxtasi!~alex@unaffiliated/alexxtasi)
06:48uXuss has joined IRC (uXuss!~uXus@217.77.222.72)
06:51uXus has left IRC (uXus!~uXus@213-227-244-95.static.vega-ua.net, Ping timeout: 240 seconds)
07:06work_alkisg has joined IRC (work_alkisg!~alkisg@194.63.234.224)
07:16vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Quit: leaving)
07:39mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk)
07:58flo1546796 has joined IRC (flo1546796!~flo154679@2001:660:5001:156:3808:d107:c69:d96e)
07:58flo1546796 has joined IRC (flo1546796!~flo154679@unaffiliated/flo1546796)
08:00bennabiy has left IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com, Read error: Connection reset by peer)
08:05bennabiy has joined IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com)
08:19santhosh has joined IRC (santhosh!b7522f02@gateway/web/freenode/ip.183.82.47.2)
08:20gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Read error: No route to host)
08:20
<santhosh>
Message: No configured exports; quitting. in nbd-server
08:41mealstrom has left IRC (mealstrom!~Thunderbi@46.63.71.254, Ping timeout: 240 seconds)
08:43mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.71.254)
08:44freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish.)
09:04santhosh has left IRC (santhosh!b7522f02@gateway/web/freenode/ip.183.82.47.2, Ping timeout: 240 seconds)
09:44gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com)
10:30BuckO has joined IRC (BuckO!~BuckO@milin.fingerprints.si)
10:30Buck0 has left IRC (Buck0!~BuckO@milin.fingerprints.si, Read error: Connection reset by peer)
10:47rickogden has left IRC (rickogden!~Rick@revo.theaudioworks.co.uk, Quit: bye!)
10:48rickogden has joined IRC (rickogden!~Rick@revo.theaudioworks.co.uk)
11:05highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, Quit: Lost terminal)
11:07telex has left IRC (telex!~telex@freeshell.de, Remote host closed the connection)
11:08telex has joined IRC (telex!~telex@freeshell.de)
11:12PhoenixSTF has joined IRC (PhoenixSTF!~rudiservo@78.29.147.214)
11:12freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
11:37gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Remote host closed the connection)
11:42mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Ping timeout: 260 seconds)
11:54mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk)
12:30brianr has joined IRC (brianr!~brianr@out.ewbc.com)
12:45cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection)
12:46cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
12:49Phantomas has joined IRC (Phantomas!~phantomas@ubuntu/member/phantomas)
13:14gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com)
13:18workingcats has left IRC (workingcats!~workingca@212.122.48.77, Quit: Leaving)
13:22gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection)
13:28gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com)
13:35gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection)
13:37workingcats has joined IRC (workingcats!~workingca@212.122.48.77)
13:39gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com)
13:40cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection)
13:42cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
13:50freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish.)
13:51gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection)
14:08gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com)
14:09
<bennabiy>
Wow, channel ops!
14:13
Does this mean the defunct channel topic is going to be changed?
14:17gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection)
14:20flo1546796 has left IRC (flo1546796!~flo154679@unaffiliated/flo1546796, Quit: Quitte)
14:21championofcyrodi has joined IRC (championofcyrodi!~championo@50-205-35-98-static.hfc.comcastbusiness.net)
14:28mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving)
14:32alexxtasi has left IRC (alexxtasi!~alex@unaffiliated/alexxtasi)
14:59lns has joined IRC (lns!~lns@pdpc/supporter/professional/lns)
15:41alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
15:52gbaman has joined IRC (gbaman!~gbaman@82.113.183.37)
16:06mealstrom has left IRC (mealstrom!~Thunderbi@46.63.71.254, Ping timeout: 240 seconds)
16:37yopla has joined IRC (yopla!~chatzilla@Laubervilliers-656-01-12-28.w217-128.abo.wanadoo.fr)
16:41yopla has left IRC (yopla!~chatzilla@Laubervilliers-656-01-12-28.w217-128.abo.wanadoo.fr, Client Quit)
16:44gbaman has left IRC (gbaman!~gbaman@82.113.183.37, Remote host closed the connection)
17:05rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving)
17:11highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage)
17:22rafepren has joined IRC (rafepren!~rafepren@143.107.231.78)
17:22rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
17:28bennabiy has left IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com, Quit: http://www.twelvetribes.org)
17:34bennabiy has joined IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com)
17:34alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 240 seconds)
17:40rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving)
17:40rafepren has joined IRC (rafepren!~rafepren@143.107.231.78)
17:40rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
17:43rafepren has joined IRC (rafepren!~rafepren@143.107.231.78)
17:43rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
17:50rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving)
17:51rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren)
18:20gbaman has joined IRC (gbaman!~gbaman@89.185.154.123)
18:42vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc)
18:56brianr has left IRC (brianr!~brianr@out.ewbc.com, Quit: Leaving)
18:59PhoenixSTF has left IRC (PhoenixSTF!~rudiservo@78.29.147.214, Ping timeout: 260 seconds)
19:58mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, Excess Flood)
19:58mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy)
20:17lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net)
20:24vagrantc_ has joined IRC (vagrantc_!~vagrant@freegeek/vagrantc)
20:26lmds__ has left IRC (lmds__!~lmds@tui.pi-et-ro.net, Ping timeout: 589 seconds)
20:26vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Remote host closed the connection)
21:02imox has joined IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de)
21:06PhoenixSTF has joined IRC (PhoenixSTF!~rudiservo@78.29.147.214)
21:16imox has left IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de, Quit: imox)
21:17imox has joined IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de)
21:30gbaman has left IRC (gbaman!~gbaman@89.185.154.123, Remote host closed the connection)
21:41vagrantc_ is now known as vagrantc
21:55vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Quit: leaving)
22:09gbaman has joined IRC (gbaman!~gbaman@82.113.183.37)
22:35vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc)
22:49gbaman has left IRC (gbaman!~gbaman@82.113.183.37, Remote host closed the connection)
23:18imox has left IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de, Quit: imox)
23:49rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving)
23:58Phantomas1 has joined IRC (Phantomas1!~phantomas@ubuntu/member/phantomas)