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


Channel log from 23 December 2013   (all times are UTC)

00:31Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
00:57freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish)
02:10Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Quit: Leaving.)
02:57alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
03:06Fenuks has joined IRC (Fenuks!~Fenuks@5.128.82.13)
03:32Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
03:57
<alkisg>
highvoltage: do you have upstream commit access to gnome-panel?
03:58
There are 4-5 issues in Trusty to be taken care of... patches included for some of them ;)
04:08* vagrantc waves to alkisg
04:08* alkisg waves to vagrantc and waits for the ltsp6 branch :D
04:08
<vagrantc>
heh
04:09
hoping to put in some ltsp work this week
04:10
<alkisg>
Except for ~10 significant bugs, Trusty is in a good shape, so I wouldn't mind doing some work for an ldm-less ltsp branch...
04:11
So if you think you have time for it, I'd say let's do it :)
04:16
<vagrantc>
ok, virtual en-of-year hackfest commences now!
04:17* alkisg sends a dozen virtual beers to vagrant!!!
04:26
<vagrantc>
heh
04:27* vagrantc virtually drinks up
04:29other_other_joe has left IRC (other_other_joe!~joe@216-80-69-6.il.subnet.cable.rcn.com, Ping timeout: 246 seconds)
04:37other_other_joe has joined IRC (other_other_joe!~joe@216-80-69-100.il.subnet.cable.rcn.com)
04:56
<vagrantc>
alkisg: well, got my testing environment updated.. so i should be able to start on things tomorrow
04:57
probably first going to up load cdpingerless ltspfs
04:57
<alkisg>
Shouldn't that go to the stable branch first?
04:57
...before the "split"?
04:57
<vagrantc>
stable?
04:57
<alkisg>
We'll split ltsp-trunk to [ltsp5, ltsp-trunk], right?
04:58
<vagrantc>
ah, forking each current repository
04:58
i was going to just try it as a patch to debian, first off
04:59
but maybe i should first commit upstream...
04:59
<alkisg>
Or maybe [ltsp-trunk, ltsp6], so that we can even ship an ltsp6 package that could be usable but not much tested in production?
04:59
<vagrantc>
i'd be inclined to branch off ltsp-5
05:00
and push most fixes to ltsp-trunk, and backport/cherry-pick individual commits to ltsp-5
05:01
<alkisg>
OK, but what about packaging? It's either hit-or-miss for 14.04/jessie?
05:02
<vagrantc>
packaging branches should be similarly split if needed
05:02
just really depends how long it's going to remain broken
05:03
<alkisg>
We'll move some of the ldm scripts to ltsp-trunk, right?
05:03
So they'll conflict with ldm...
05:04
And since ltsp-client Depends: ldm...
05:04
...I think we'll need some packaging changes
05:04
<vagrantc>
sure
05:04
but ltspfs, for example, may not change too much
05:05
<alkisg>
Yeah that can probably remain common for both ltsp 5 and 6
05:06
<vagrantc>
might consider uploading ltsp6 in parallel... or maybe i just use debian experimental
05:07* alkisg just wants to have an ltsp package in a ppa that doesn't depend on ldm, so that he doesn't have to worry about overlapping scripts
05:08
<vagrantc>
i'm kind of wondering if a separate source package for the *dm/libpam-sshauth hooks makes sense
05:08
and then ltsp* packages can depend on the appropriate packages
05:09
<alkisg>
Hmm on second thought, it looks like having ldm installed won't affect anything, it doesn't put anything under /usr/share/ltsp
05:09
<vagrantc>
right
05:09
all my testing was done with ldm already installed
05:09
<alkisg>
It's just that ltsp6 won't work correctly if one chooses SCREEN_07=ldm because of the duplicate scripts
05:09
<vagrantc>
they can coexist peacefully
05:10
depends how we write it...
05:10
<alkisg>
Are you going to integrate pam-ltsp into ltsp-trunk?
05:10
Or that would be the separate *dm package you were talking about?
05:11
<vagrantc>
yeah, a separate package
05:11
could even shoehorn it into libpam-sshauth, but that's kind of messy
05:12* alkisg would prefer it if libpam-sshauth didn't do anything by default, for ltsp-pnp...
05:12* vagrantc nods
05:12
<alkisg>
But it could have scripts that we could call on init-ltsp.d
05:13
Like, pam-sshauth-config login/lightdm/whatever
05:13
<vagrantc>
so, your libpam-sshauth bugs in trusty were related to overlayfs?
05:13
<alkisg>
Yeah, those are easily solved by moving to a tmpfs dir
05:13
I just symlinked /tmp to /run/tmp
05:13
And I got login and lightdm working with those
05:14
<vagrantc>
did login create the tunnels and everything?
05:14
<alkisg>
I think so, but I'm not sure
05:15
Btw, there's a problem with extrausers, we can't manage multiple logins with our current logic
05:15
We add users on each login, but we don't have a clean way to restore them on each logout
05:15
<vagrantc>
we havne't supported multiple logins for ages
05:16
<alkisg>
OK... what about the system groups not exposed by extrausers?
05:16
<vagrantc>
but yeah, cleanup would be a god thing
05:16
good
05:16
<alkisg>
Are those blockers?
05:17
<vagrantc>
i'm not realthrilled about the system groups being ignored
05:17
basically we need to manually re-add them or something?
05:17
which is what we were trying to avoid
05:17* alkisg doesn't mind much, ltsp-pnp semi-guarantees that the groups are available
05:17
<vagrantc>
heh
05:18
keeps the id numbers in sync, too
05:18
<alkisg>
But if extrausers doesn't quite cut it, we can just use our current code for changing /etc/passwd
05:19
<vagrantc>
yeah, that's worst-case scenario
05:19
although better with the current code, it seems
05:20
<alkisg>
Ah, one way to manage multiple logins: each login would add the users to passwd.login123, and we'd have a merge script that merges all those files to the one that extrausers reads
05:20
<vagrantc>
at that point, ldap or samba start to become attractive
05:20
mltiple servers might get ugly
05:21
<alkisg>
True, if I was the one to decide, I'd avoid having to develop our own pam/managing users solution
05:21
I'd just go with samba to be able to support windows clients too, and call it a day. Or 6-months to be more precise :D
05:22
<vagrantc>
it'd be nice to just support whtever pam/nss backend...
05:22alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Read error: Connection reset by peer)
05:22alkisg1 has joined IRC (alkisg1!~alkisg@ubuntu/member/alkisg)
05:22
<alkisg1>
Sorry I'm near the fireplace, signal not good enough
05:22
<vagrantc>
arbitrary backends seems like the way to go, as long as we can provide a sane default
05:23
<alkisg1>
Sure, we can default to libpam-sshauth and just have a variable to disable it
05:23
<vagrantc>
although getting the ssh tunnel up without it... ?
05:24
<alkisg1>
There's kerberos, or with samba, Phantomas succeeded in copying the ssh keys to the mounted home folder for a password-less connection of the tunnel
05:24* vagrantc is a little tired to dive in tonight, but tomorrow is another day
05:24
<alkisg1>
We do rely on the ssh channel
05:26alkisg1 is now known as alkisg
05:26
<alkisg>
Time to get the kids to school, bbiab...
05:27alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
05:28Fenuks has left IRC (Fenuks!~Fenuks@5.128.82.13, Ping timeout: 246 seconds)
05:38Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 246 seconds)
05:52Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
06:10Fenuks has joined IRC (Fenuks!~Fenuks@5.128.82.13)
06:20Fenuks has left IRC (Fenuks!~Fenuks@5.128.82.13, Ping timeout: 246 seconds)
06:32work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
06:33work_alkisg is now known as alkisg
06:42
<vagrantc>
well, i think i've got a workable configuration to have different udev rules on debian vs. ubuntu
06:42freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
06:56Fenuks has joined IRC (Fenuks!~Fenuks@5.128.82.13)
07:04Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 250 seconds)
07:25* alkisg is eager to test a cdpinger-less ltsp on ubuntu... :)
07:29Gremble has joined IRC (Gremble!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net)
07:29Gremble is now known as Guest4203
07:34
<vagrantc>
`eh
07:34
er, heh
07:34
eh?
07:35
well, i've got rules that seem to work for me, and alkisg claims the change udev rules are already triggered on ubuntu
07:35
<alkisg>
hehe
07:35
Yup, at least since I reported the bug... let me check which version that was...
07:36
<vagrantc>
my one qurstion is if the rules are also available in debian, but not installed by default...
07:36
so we might hit problems with other packages
07:39
but it seems to work, and is only enabled on boot...
07:39
i just worry that fatclients might have issues or something
07:39
<alkisg>
So you only need to install udisks in debian to make it work?
07:39
<vagrantc>
no udisks, just three udev rules
07:40
<alkisg>
Ah, pastebin?
07:40
If e.g. udisks also install those 3 rules, then fat clients could end up mounting the same disk twice...
07:41
So maybe we should try a debian fat installation first, with udisks etc installed, to see if the rules aren't needed there?
07:41
If so maybe we could install these 3 rules conditionally, only if udisks (or grep for the main rule) isn't there...
07:42
<vagrantc>
http://paste.debian.net/72280
07:42
right
07:42
<alkisg>
Wait, those are for mounting, not to trigger the events... those are needed for ubuntu too, right/
07:43
<vagrantc>
the mounting happens once the change events are triggered
07:43
last you tested it you reported those caused double-mount attempts
07:44
<alkisg>
Hmm let me take this from the start, in order to remember it better
07:45
I think in Ubuntu I managed to have add and remove events, while debian had only change events, right?
07:45
<vagrantc>
yeah, basically
07:45
<alkisg>
*not I managed, it was that way by default
07:45
OK, so, for debian, are you trying to produce add/remove events, or to hook into change events?
07:46
<vagrantc>
the change events call the mounting scripts
07:46
i think
07:46
<alkisg>
OK, scenario where I fear this might go wrong:
07:46
A user installs udisks in his thin chroot
07:46
That somehow fixes the events and now you have add/remove events on debian too
07:47
==> then that user will have the same problems that I had on Ubuntu
07:47
I.e. the change and add events being both processed, ending up mounting the same disk twice
07:47
<vagrantc>
it also needed the polling
07:47
<alkisg>
I think we need to see what happens with a debian chroot that has udisks installed...
07:47* vagrantc forgets if udisks triggers that
07:48
<vagrantc>
i don't think simply installing it caus the problem
07:48
<alkisg>
I think it may make debian produce add/remove events
07:48
<vagrantc>
udisks was installed all along
07:49
only if something runs udisks
07:49* vagrantc purges it and tries again
07:49
<alkisg>
Then we could probably use the same rules for both distros, i.e. to handle only change events and ignore add events completely?
07:51
<vagrantc>
change events only happen for cd media, i think
07:51freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Ping timeout: 264 seconds)
07:54
<vagrantc>
given all this, i'm tempted to only upload this change to experimental as a patch
07:56
but it works without udisks installed
07:57
works with it installed...
07:57
testing fatclient with lxde
07:57
no idea if thar has udisks
07:58
doesn't look like it
08:00staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
08:04
<alkisg>
Yes I meant the change events only for cdroms, the other events are fine... ok if we already process add events for cdroms, we'd need to ignore them
08:06freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
08:09staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 240 seconds)
08:09
<vagrantc>
i think the add events only work if there's a media event
08:09
er change event
08:09
for cdrom
08:10
it doesn't seem to do anything if there's no media in the cd drive, and there's no change event if there is media in the drive- it's part of the add event
08:11
long time since i instaled gnome... boy this takes forever to install
08:11
<alkisg>
Hehe
08:12* alkisg needs to go for a couple of hours... happy hacking, bbl!
08:12alkisg is now known as work_alkisg
08:43alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Ping timeout: 240 seconds)
08:47Guest4203 has left IRC (Guest4203!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Ping timeout: 252 seconds)
09:02vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Quit: leaving)
09:04bennabiy has left IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com, Ping timeout: 265 seconds)
09:05bennabiy has joined IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com)
09:05alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47)
10:07Fenuks has left IRC (Fenuks!~Fenuks@5.128.82.13, Ping timeout: 272 seconds)
10:08freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish)
10:10Fenuks has joined IRC (Fenuks!~Fenuks@5.128.82.13)
10:46Fenuks has left IRC (Fenuks!~Fenuks@5.128.82.13, Ping timeout: 252 seconds)
11:02Fenuks has joined IRC (Fenuks!~Fenuks@5.128.82.13)
11:17jackson has joined IRC (jackson!b113c662@gateway/web/freenode/ip.177.19.198.98)
11:18jackson is now known as Guest67739
11:28willianmazzardo has joined IRC (willianmazzardo!~textual@187.4.15.116)
12:07cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 265 seconds)
12:10work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, Quit: Leaving.)
12:11work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
12:11work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, Client Quit)
12:11work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
12:18work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, Ping timeout: 272 seconds)
12:19workingcats has joined IRC (workingcats!~workingca@212.122.48.77)
12:24Fenuks has left IRC (Fenuks!~Fenuks@5.128.82.13, Ping timeout: 240 seconds)
12:37khildin has joined IRC (khildin!~khildin@ip-213-49-85-228.dsl.scarlet.be)
13:18laptopdude90 has joined IRC (laptopdude90!2f37668d@gateway/web/freenode/ip.47.55.102.141)
13:18
<laptopdude90>
Hi
13:23laptopdude90 has left IRC (laptopdude90!2f37668d@gateway/web/freenode/ip.47.55.102.141, Ping timeout: 272 seconds)
13:23Gremble has joined IRC (Gremble!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net)
13:23Gremble is now known as Guest93754
13:53khildin has left IRC (khildin!~khildin@ip-213-49-85-228.dsl.scarlet.be, Quit: I'm gone, bye bye)
14:04willianmazzardo has left IRC (willianmazzardo!~textual@187.4.15.116, Quit: Computer has gone to sleep.)
14:11cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
15:07other_other_joe has left IRC (other_other_joe!~joe@216-80-69-100.il.subnet.cable.rcn.com, Quit: Lost terminal)
15:18Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
15:26staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
15:27alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
15:27shogunx has joined IRC (shogunx!~shogunx@rrcs-67-79-182-229.se.biz.rr.com)
15:37willianmazzardo has joined IRC (willianmazzardo!~textual@187.4.15.116)
15:45gbaman has joined IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com)
15:45alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 248 seconds)
15:48alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
15:48alkisg1 has joined IRC (alkisg1!~alkisg@ubuntu/member/alkisg)
15:50alkisg1 has left IRC (alkisg1!~alkisg@ubuntu/member/alkisg, Client Quit)
15:52alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 272 seconds)
16:03freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
16:12telex has left IRC (telex!~telex@freeshell.de, Remote host closed the connection)
16:16telex has joined IRC (telex!~telex@freeshell.de)
16:42Phantomas1 has joined IRC (Phantomas1!~Phantomas@ubuntu/member/phantomas)
16:43Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 248 seconds)
16:50staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 264 seconds)
16:59Phantomas1 has left IRC (Phantomas1!~Phantomas@ubuntu/member/phantomas, Read error: Operation timed out)
17:15Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
17:22boospy has joined IRC (boospy!~kvirc@77.235.70.194)
17:30gbaman has left IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com, Remote host closed the connection)
17:32bennabiy has left IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com, Remote host closed the connection)
17:32bennabiy has joined IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com)
17:40gbaman has joined IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com)
17:54freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish)
18:22Guest93754 has left IRC (Guest93754!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Quit: I Leave)
18:26adrianorg has left IRC (adrianorg!~adrianorg@177.134.56.201, Ping timeout: 272 seconds)
18:28workingcats has left IRC (workingcats!~workingca@212.122.48.77, Quit: Leaving)
18:33adrianorg has joined IRC (adrianorg!~adrianorg@179.180.164.207)
18:34staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
19:03staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 250 seconds)
19:21SmallR2003 has joined IRC (SmallR2003!~Robert@c-98-253-173-240.hsd1.il.comcast.net)
19:22vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc)
19:25ogra_` has joined IRC (ogra_`!~ogra_@p5098ed03.dip0.t-ipconnect.de)
19:26SmallR2002 has left IRC (SmallR2002!~Robert@c-98-253-173-240.hsd1.il.comcast.net, *.net *.split)
19:26monteslu has left IRC (monteslu!~monteslu@ip68-109-175-67.ph.ph.cox.net, *.net *.split)
19:26ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split)
19:33monteslu has joined IRC (monteslu!~monteslu@ip68-109-175-67.ph.ph.cox.net)
19:33Gremble has joined IRC (Gremble!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net)
19:34Gremble is now known as Guest35422
19:45staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
19:48freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
19:55Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Quit: Leaving.)
20:02adrianorg has left IRC (adrianorg!~adrianorg@179.180.164.207, Ping timeout: 272 seconds)
20:03adrianorg has joined IRC (adrianorg!~adrianorg@187.115.110.41)
20:06alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
20:18Guest35422 has left IRC (Guest35422!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Quit: I Leave)
20:30staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 272 seconds)
20:42staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
20:58shogunx has left IRC (shogunx!~shogunx@rrcs-67-79-182-229.se.biz.rr.com, Ping timeout: 272 seconds)
21:03alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Remote host closed the connection)
21:12DJUnreal has joined IRC (DJUnreal!~qscript@host31-54-239-155.range31-54.btcentralplus.com)
21:12* DJUnreal waves
21:13
<DJUnreal>
how are we all?
21:13
... aside from sleepin' that is
21:28staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 240 seconds)
21:39staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
21:40manolo has joined IRC (manolo!532dac01@gateway/web/freenode/ip.83.45.172.1)
21:40
<manolo>
aaa
21:40
<DJUnreal>
bbb
21:40manolo has left IRC (manolo!532dac01@gateway/web/freenode/ip.83.45.172.1, Client Quit)
21:49staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 272 seconds)
21:56staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
21:57* vagrantc plans to tag ltspfs 1.2 soonish
21:57
<vagrantc>
goodbye, cdpinger.
22:02shogunx has joined IRC (shogunx!~shogunx@rrcs-67-79-182-229.se.biz.rr.com)
22:02boospy has left IRC (boospy!~kvirc@77.235.70.194, Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
22:11* DJUnreal stretches
22:11
<DJUnreal>
ooh, someone's alive
22:12gbaman has left IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com, Remote host closed the connection)
22:18staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 272 seconds)
22:22gbaman has joined IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com)
22:27khildin has joined IRC (khildin!~khildin@ip-213-49-85-228.dsl.scarlet.be)
22:30staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
22:31DJUnreal has left IRC (DJUnreal!~qscript@host31-54-239-155.range31-54.btcentralplus.com, Quit: Bad command. Bad, bad command! Sit! Stay! Staaay... [QS3])
23:03Patina_ has joined IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net)
23:04Patina_ has joined IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net)
23:05clepto has joined IRC (clepto!~chadlepto@c-71-237-229-76.hsd1.or.comcast.net)
23:05clepto has joined IRC (clepto!~chadlepto@unaffiliated/chadlepto)
23:06Patina_ has left IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net, Remote host closed the connection)
23:06Patina_ has joined IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net)
23:07Patina_ has joined IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net)
23:07Patina_ has left IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net, Remote host closed the connection)
23:08Patina_ has joined IRC (Patina_!~tomas@dhcp-5-103-105-144.seas-nve.net)
23:08ChadLepto has left IRC (ChadLepto!~chadlepto@unaffiliated/chadlepto, Ping timeout: 245 seconds)
23:11staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 264 seconds)
23:18khildin has left IRC (khildin!~khildin@ip-213-49-85-228.dsl.scarlet.be, Quit: I'm gone, bye bye)
23:22gbaman has left IRC (gbaman!~gbaman@host81-130-35-88.in-addr.btopenworld.com, Remote host closed the connection)
23:29freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish)