00:08 | rickogden has left IRC (rickogden!~Rick@host.hifirevolution.com, Ping timeout: 240 seconds) | |
00:19 | hays has left IRC (hays!~quassel@unaffiliated/hays, Ping timeout: 255 seconds) | |
00:28 | hays has joined IRC (hays!~quassel@unaffiliated/hays) | |
00:30 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 252 seconds) | |
00:45 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
01:17 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 265 seconds) | |
01:32 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
01:36 | Parker955_Away is now known as Parker955 | |
01:45 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 248 seconds) | |
02:31 | alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Read error: Operation timed out) | |
02:32 | alexqwesa has joined IRC (alexqwesa!~alex@alexo-veto.broker.freenet6.net) | |
02:33 | vmlintu has left IRC (vmlintu!~vmlintu@nblzone-240-143.nblnetworks.fi, Ping timeout: 256 seconds) | |
02:34 | vmlintu has joined IRC (vmlintu!~vmlintu@nblzone-240-143.nblnetworks.fi) | |
04:27 | Parker955 is now known as Parker955_Away | |
05:11 | staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 255 seconds) | |
05:13 | staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu) | |
05:28 | shogunx has left IRC (shogunx!~shogunx@2001:4978:106:1:7ce8:13ca:4916:5ff9, Ping timeout: 260 seconds) | |
05:31 | shogunx has joined IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be) | |
05:58 | work_alkisg is now known as alkisg | |
06:11 | ltspuser_08 has joined IRC (ltspuser_08!29bcac12@gateway/web/freenode/ip.41.188.172.18) | |
06:15 | <ltspuser_08> Hello guys, need assistance with LTSP and RDP
| |
06:15 | F-GT has joined IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net) | |
06:16 | <ltspuser_08> I have a LTSP installation using Ubuntu 12.04 LTS
| |
06:16 | I have configured the clients to automatically connect to rdp on the start of a client.
| |
06:16 | they can work fine without issue.
| |
06:18 | the problem only comes when the RDP session is logged off the thin clients xserver gets reset and the
| |
06:18 | client gets the login screen again.
| |
06:18 | What I would have normally liked is once the client logs off the thin client should shut down
| |
06:18 | is there a way to get this issue sorted
| |
06:18 | ?
| |
06:19 | <alkisg> So you really want the clients to be able to login only once?! If so, just make a $CHROOT/usr/local/bin/xfreerdp wrapper that shuts down after calling /usr/bin/xfreerdp.
| |
06:21 | <ltspuser_08> What i require is when the client logs off from the RDP session, the thin client should maybe either prompt him to shutdown or relogin / shutdown completely....
| |
06:21 | <alkisg> OK, then do what I said
| |
06:21 | Relogin?
| |
06:22 | Isn't that what it currently does? Try to relogin in windows with xfreerdp?
| |
06:23 | bauerski has joined IRC (bauerski!~witekb@frodo.psp.opole.pl) | |
06:23 | <ltspuser_08> sorry for the stupid question
| |
06:24 | @alkisg: please can you advice how do i
| |
06:24 | If so, just make a $CHROOT/usr/local/bin/xfreerdp wrapper that shuts down after calling /usr/bin/xfreerdp.
| |
06:24 | <alkisg> sudo gedit /opt/ltsp/i386/usr/local/bin/xfreerdp
| |
06:24 | contents:
| |
06:24 | #!/bin/sh
| |
06:24 | /usr/bin/xfreerdp "$@"
| |
06:24 | poweroff
| |
06:24 | save, exit, run sudo ltsp-update-image, reboot clients
| |
06:26 | <ltspuser_08> I dont have xfreerdp under /opt/ltsp/i386/usr/local/bin/xfreerdp
| |
06:26 | I only have it under
| |
06:27 | /usr/bin/xfreerdp
| |
06:27 | /usr/bin/xfreerdp
| |
06:27 | <alkisg> Yes, that one under local is the wrapper that you'll create with gedit
| |
06:27 | <ltspuser_08> /usr/bin/xfreerdp
| |
06:28 | <alkisg> But I forgot one command before the ltsp-update-image, you need to make the wrapper executable by running:
| |
06:28 | sudo chmod +x /opt/ltsp/i386/usr/local/bin/xfreerdp
| |
06:32 | andygraybeal has left IRC (andygraybeal!~andy@h40.215.213.151.dynamic.ip.windstream.net, Ping timeout: 255 seconds) | |
06:34 | <ltspuser_08> @alkisg my appologies but I am trying to create the file
| |
06:34 | it just doesnt want to create that file for some reason
| |
06:35 | shogunx has left IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be, Ping timeout: 260 seconds) | |
06:35 | <ltspuser_08> I have done
| |
06:35 | sudo gedit /opt/ltsp/i386/usr/local/bin/xfreerdp
| |
06:36 | put in the code you gave me, trying to save the file it doesnt want to save
| |
06:36 | seems it isnt saving because the folder after /opt/ltsp dont exist
| |
06:40 | <alkisg> ltspuser_08: are you running this on your server?
| |
06:40 | Or on the client?
| |
06:41 | <ltspuser_08> I am on the server
| |
06:41 | sshed into the server
| |
06:41 | <alkisg> What's the output of `ls /opt/ltsp` on the server?
| |
06:42 | <ltspuser_08> images
| |
06:42 | <alkisg> So you don't have an ltsp chroot
| |
06:42 | How did you get the clients to boot without an ltsp chroot?
| |
06:42 | khildin has joined IRC (khildin!~khildin@ip-80-236-228-19.dsl.scarlet.be) | |
06:43 | <ltspuser_08> i think all the files are by default on /var/tft///////
| |
06:43 | <alkisg> No, those are the files for tftp
| |
06:43 | shogunx has joined IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be) | |
06:43 | <alkisg> You also need the chroot, the one that ltsp-build-client creates
| |
06:44 | <ltspuser_08> /var/lib/tftpboot/ltsp/i386/
| |
06:45 | is this what we are looking for?
| |
06:45 | <alkisg> No, see my previous comment
| |
06:45 | You should have an /opt/ltsp/i386 or an /opt/ltsp/amd64 dir as well
| |
06:45 | With a whole "minimal installation" there, called the chroot, which is created by ltsp-build-client
| |
06:46 | What 's the output of this command on your server?
| |
06:46 | egrep -rv '^#|^$' /etc/nbd-server/
| |
06:47 | <ltspuser_08> egrep -rv '^#|^$' /etc/nbd-server/
| |
06:49 | this is the manual i used to install LTSP
| |
06:50 | https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp
| |
06:50 | <alkisg> Ah
| |
06:50 | For xfreerdp? Why?
| |
06:50 | <ltspuser_08> the output of egrep -rv '^#|^$' /etc/nbd-server/
| |
06:50 | <alkisg> OK never mind about the whole /opt/ltsp discussion then
| |
06:50 | <ltspuser_08> is /etc/nbd-server/config:[generic]
| |
06:50 | <alkisg> Go back to the things I said about the wrapper, but do them in /, not in /opt/ltsp/i386
| |
06:51 | So, run: sudo gedit /usr/local/bin/xfreerdp etc etc
| |
06:52 | When you're done, run: sudo chmod +x /usr/local/bin/xfreerdp; sudo ltsp-update-image -c /
| |
06:53 | But you shouldn't be using ltsp-pnp for just xfreerdp clients, in the wiki page it mentions that this is better suited to ltsp fat clients that have a whole ubuntu desktop on them
| |
06:53 | Anyways, since you already done that, np
| |
06:56 | shogunx has left IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be, Ping timeout: 260 seconds) | |
06:56 | shogunx has joined IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be) | |
06:56 | <ltspuser_08> i m just updating the images
| |
07:24 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Read error: Connection reset by peer) | |
07:24 | |Paradox| has joined IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net) | |
07:28 | dgeary2 has joined IRC (dgeary2!~david@120.21.94.226) | |
07:33 | ricotz has joined IRC (ricotz!~rico@p5B2ABDD3.dip.t-dialin.net) | |
07:33 | ricotz has joined IRC (ricotz!~rico@ubuntu/member/ricotz) | |
07:45 | dgeary2 has left IRC (dgeary2!~david@120.21.94.226, Ping timeout: 252 seconds) | |
07:47 | dgeary2 has joined IRC (dgeary2!~david@120.21.94.226) | |
07:59 | zamba has left IRC (zamba!marius@flage.org, Read error: Connection reset by peer) | |
08:08 | zamba has joined IRC (zamba!marius@flage.org) | |
08:08 | zamba has joined IRC (zamba!marius@80.89.47.76) | |
08:20 | CKrakou_ has joined IRC (CKrakou_!~quassel@94.145.39.43) | |
08:35 | Da-Geek has left IRC (Da-Geek!~Da-Geek@exch.imparando.com, Quit: Leaving) | |
08:59 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
08:59 | ltspuser_08 has left IRC (ltspuser_08!29bcac12@gateway/web/freenode/ip.41.188.172.18, Ping timeout: 245 seconds) | |
09:28 | dobber has joined IRC (dobber!~dobber@213.169.45.222) | |
09:30 | rickogden has joined IRC (rickogden!~Rick@host.hifirevolution.com) | |
09:59 | warren has left IRC (warren!~warren@fedora/wombat/warren, Quit: ZNC - http://znc.in) | |
10:00 | warren has joined IRC (warren!~warren@2607:f278:4101:12:5054:ff:fe7b:d486) | |
10:00 | warren is now known as Guest9310 | |
10:04 | Guest9310 has left IRC (Guest9310!~warren@2607:f278:4101:12:5054:ff:fe7b:d486, Changing host) | |
10:04 | Guest9310 has joined IRC (Guest9310!~warren@fedora/wombat/warren) | |
10:04 | Guest9310 is now known as warren | |
10:05 | warren has left IRC (warren!~warren@fedora/wombat/warren, Quit: ZNC - http://znc.in) | |
10:12 | warren has joined IRC (warren!~warren@2607:f278:4101:12:5054:ff:fe7b:d486) | |
10:12 | warren is now known as Guest53161 | |
10:12 | Guest53161 is now known as warren | |
10:12 | warren has joined IRC (warren!~warren@fedora/wombat/warren) | |
10:16 | warren has left IRC (warren!~warren@fedora/wombat/warren, Quit: ZNC - http://znc.in) | |
10:17 | warren has joined IRC (warren!~warren@2607:f278:4101:12:5054:ff:fe7b:d486) | |
10:17 | warren is now known as Guest84016 | |
10:17 | Guest84016 has left IRC (Guest84016!~warren@2607:f278:4101:12:5054:ff:fe7b:d486, Client Quit) | |
10:18 | staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 260 seconds) | |
10:22 | warren_2 has joined IRC (warren_2!~warren@fedora/wombat/warren) | |
10:22 | warren_2 is now known as warren | |
10:22 | staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu) | |
10:30 | warren has left IRC (warren!~warren@fedora/wombat/warren, Quit: ZNC - http://znc.in) | |
10:31 | warren has joined IRC (warren!~warren@fedora/wombat/warren) | |
11:16 | Gremble has joined IRC (Gremble!~Ben@92.238.217.145) | |
11:18 | Gremble has left IRC (Gremble!~Ben@92.238.217.145, Client Quit) | |
11:18 | Gremble has joined IRC (Gremble!~Ben@92.238.217.145) | |
11:41 | alkisg is now known as work_alkisg | |
11:47 | dgeary2 has left IRC (dgeary2!~david@120.21.94.226, Ping timeout: 256 seconds) | |
11:56 | ltspuser_99 has joined IRC (ltspuser_99!29bcac12@gateway/web/freenode/ip.41.188.172.18) | |
12:00 | [GuS] has joined IRC ([GuS]!~MysT@213-117-16-190.fibertel.com.ar) | |
12:00 | [GuS] has joined IRC ([GuS]!~MysT@unaffiliated/gus/x-663402) | |
12:02 | dgeary2 has joined IRC (dgeary2!~david@120.21.8.167) | |
12:04 | ogra-cb_ is now known as ogra-cb | |
12:04 | dgeary2 has left IRC (dgeary2!~david@120.21.8.167, Read error: Connection reset by peer) | |
12:09 | F-GT has left IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net, Ping timeout: 246 seconds) | |
12:26 | dgeary2 has joined IRC (dgeary2!~david@120.21.22.198) | |
12:34 | dgeary2 has left IRC (dgeary2!~david@120.21.22.198, Read error: Connection reset by peer) | |
12:58 | Parker955_Away is now known as Parker955 | |
13:05 | Parker955 is now known as Parker955_Away | |
13:30 | _al_ has left IRC (_al_!~antti@188-67-211-174.bb.dnainternet.fi, Ping timeout: 255 seconds) | |
13:30 | _al_ has joined IRC (_al_!~antti@188-67-211-174.bb.dnainternet.fi) | |
13:35 | dead_inside has joined IRC (dead_inside!~dead_insi@76.75.3.174) | |
13:57 | CKrakou_ has left IRC (CKrakou_!~quassel@94.145.39.43, Remote host closed the connection) | |
13:57 | andygraybeal has joined IRC (andygraybeal!~andy@h40.215.213.151.dynamic.ip.windstream.net) | |
14:28 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Ping timeout: 246 seconds) | |
14:28 | ltspuser_99 has left IRC (ltspuser_99!29bcac12@gateway/web/freenode/ip.41.188.172.18, Ping timeout: 245 seconds) | |
14:43 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
14:43 | komunista has joined IRC (komunista!~slavko@adsl-195-168-234-074.dynamic.nextra.sk) | |
14:49 | vmlintu has left IRC (vmlintu!~vmlintu@nblzone-240-143.nblnetworks.fi, Read error: Connection reset by peer) | |
15:03 | <zamba> work_alkisg: you around?
| |
15:08 | i tried upgrading the ltsp-server to ubuntu precise, and that's quite a few jumps.. but it was still the same problem there
| |
15:09 | adtywhyz has joined IRC (adtywhyz!~iamparado@c-71-57-196-26.hsd1.va.comcast.net) | |
15:13 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Ping timeout: 264 seconds) | |
15:15 | adtywhyz is now known as |Paradox| | |
15:27 | mgopaikmul has joined IRC (mgopaikmul!~iamparado@c-71-57-196-26.hsd1.va.comcast.net) | |
15:28 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Ping timeout: 268 seconds) | |
15:32 | mgopaikmul has left IRC (mgopaikmul!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Ping timeout: 260 seconds) | |
15:32 | |Paradox| has joined IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net) | |
15:35 | risca has left IRC (risca!~risca@c-135-170.eduroam.liu.se, Ping timeout: 246 seconds) | |
15:37 | egeksp has joined IRC (egeksp!~iamparado@c-71-57-196-26.hsd1.va.comcast.net) | |
15:38 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Ping timeout: 240 seconds) | |
15:38 | egeksp is now known as |Paradox| | |
15:47 | risca has joined IRC (risca!~risca@c-135-170.eduroam.liu.se) | |
15:47 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-57-196-26.hsd1.va.comcast.net, Ping timeout: 240 seconds) | |
16:00 | khildin has left IRC (khildin!~khildin@ip-80-236-228-19.dsl.scarlet.be, Ping timeout: 240 seconds) | |
16:12 | khildin has joined IRC (khildin!~khildin@ip-80-236-227-84.dsl.scarlet.be) | |
16:40 | dobber has left IRC (dobber!~dobber@213.169.45.222, Remote host closed the connection) | |
17:27 | alexqwesa has left IRC (alexqwesa!~alex@alexo-veto.broker.freenet6.net, Ping timeout: 260 seconds) | |
17:33 | alexqwesa has joined IRC (alexqwesa!~alex@2001:5c0:1400:b::759) | |
17:37 | wicksey has joined IRC (wicksey!~johnsonml@144.124.125.91.dyn.plus.net) | |
17:40 | khildin has left IRC (khildin!~khildin@ip-80-236-227-84.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
17:57 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
18:10 | alexqwesa_ has joined IRC (alexqwesa_!~alex@alexo-veto.broker.freenet6.net) | |
18:10 | alexqwesa has left IRC (alexqwesa!~alex@2001:5c0:1400:b::759, Ping timeout: 260 seconds) | |
18:18 | dgeary2 has joined IRC (dgeary2!~david@120.21.22.198) | |
18:32 | bauerski has left IRC (bauerski!~witekb@frodo.psp.opole.pl, Quit: Leaving.) | |
18:32 | risca has left IRC (risca!~risca@c-135-170.eduroam.liu.se, Quit: Lämnar) | |
18:37 | wicksey has joined IRC (wicksey!~johnsonml@host86-144-85-205.range86-144.btcentralplus.com) | |
19:06 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
19:08 | dgeary2 has left IRC (dgeary2!~david@120.21.22.198, Read error: Connection reset by peer) | |
19:13 | <alkisg> zamba: remind me, which problem was that?
| |
19:17 | Ah, the one with udhcpc? Did you purge your chroot and create a new one?
| |
19:20 | <zamba> alkisg: i built a new chroot, yeah
| |
19:20 | alkisg: dunno about purging, though
| |
19:21 | <alkisg> zamba: ls /opt/ltsp, what is there?
| |
19:21 | <zamba> i386 and images
| |
19:22 | <alkisg> And, pastebin the output of ls -lha /var/lib/tftpboot/ltsp/i386
| |
19:22 | <zamba> http://pastebin.com/NF98yJ1F
| |
19:23 | <alkisg> lrwxrwxrwx 1 root root 28 Feb 19 2011 initrd.img -> initrd.img-2.6.32-28-generic
| |
19:23 | You're still sending the old kernel
| |
19:23 | Did you run ltsp-update-kernels/ltsp-update-image etc?
| |
19:23 | <zamba> i ran ltsp-update-image
| |
19:23 | not the first
| |
19:23 | <alkisg> ltsp-build-client?
| |
19:23 | <zamba> that command is new to me
| |
19:24 | just ltsp-update-image, i'm afraid
| |
19:24 | <alkisg> Then you're still using the old chroot
| |
19:24 | Start with:
| |
19:24 | <zamba> i guess i have to run all of these again, yeah?
| |
19:24 | in what order? does that matter?
| |
19:24 | <alkisg> sudo mv /opt/ltsp /opt/ltsp.10-04
| |
19:24 | sudo mv /var/lib/tftpboot/ltsp /var/lib/tftpboot/ltsp.10-04
| |
19:24 | And then: sudo ltsp-build-client
| |
19:24 | (will take a while... :))
| |
19:24 | <zamba> ok :)
| |
19:25 | ah.. of course.. i remember this :)
| |
19:30 | Gremble has left IRC (Gremble!~Ben@92.238.217.145, Quit: I Leave) | |
19:31 | _al_ has left IRC (_al_!~antti@188-67-211-174.bb.dnainternet.fi, Ping timeout: 260 seconds) | |
19:41 | kev_j has joined IRC (kev_j!~kevin@web.ta-realty.com) | |
19:59 | <zamba> alkisg: http://pastebin.com/wLALT0GK
| |
20:00 | <alkisg> zamba: the actual error is before those lines
| |
20:01 | Parker955_Away is now known as Parker955 | |
20:02 | <zamba> alkisg: hm, can't really see any errors here
| |
20:02 | <alkisg> Pastebin the whole output, although it might be cut due to small scroll buffer
| |
20:06 | [GuS] has left IRC ([GuS]!~MysT@unaffiliated/gus/x-663402, Read error: Connection reset by peer) | |
20:10 | <zamba> was running it in a screen
| |
20:10 | trying again outside
| |
20:11 | probably going to be running a hilw
| |
20:11 | a while*
| |
20:15 | sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, Read error: Connection reset by peer) | |
20:15 | sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca) | |
20:16 | sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca) | |
20:17 | _al_ has joined IRC (_al_!~antti@188-67-211-174.bb.dnainternet.fi) | |
20:19 | sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, Read error: Connection reset by peer) | |
20:25 | <zamba> http://pastebin.com/fgLjXr2H
| |
20:25 | there you go
| |
20:31 | shogunx_ has joined IRC (shogunx_!~shogunx@2001:4978:106:1:44cb:3b57:2b1a:a504) | |
20:31 | sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca) | |
20:32 | shogunx has left IRC (shogunx!~shogunx@2001:4978:106:1:f8c0:e599:d577:43be, Ping timeout: 260 seconds) | |
20:36 | <zamba> alkisg: can you find the error?
| |
20:37 | <alkisg> zamba: it appears to be in the last stages, of ltsp-update-kernels
| |
20:37 | So the chroot should be ok
| |
20:37 | Try this: sudo ltsp-update-kernels
| |
20:37 | <zamba> looks like it completed
| |
20:37 | <alkisg> zamba: ok, move on to sudo ltsp-update-image
| |
20:39 | <zamba> full disk :)
| |
20:40 | <alkisg> Do file a bug report though that ltsp-build-client didn't report that
| |
20:41 | <zamba> ltsp-update-image reported that
| |
20:41 | <alkisg> ltsp-build-client runs ltsp-update-image internally
| |
20:41 | So it should be reporting that, but it doesn't
| |
20:45 | <zamba> oh, i'm so tired of error i'm the only one getting
| |
20:46 | errors*
| |
20:51 | now i can't mount cifs shares
| |
20:51 | if i specify iocharset it fails like so:
| |
20:52 | mount error(79): Can not access a needed shared library
| |
20:52 | Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
| |
20:58 | komunista has left IRC (komunista!~slavko@adsl-195-168-234-074.dynamic.nextra.sk, Quit: Leaving.) | |
20:58 | Parker955 is now known as Parker955_Away | |
20:59 | shogunx_ has left IRC (shogunx_!~shogunx@2001:4978:106:1:44cb:3b57:2b1a:a504, Ping timeout: 268 seconds) | |
21:00 | shogunx has joined IRC (shogunx!~shogunx@2001:4978:106:1:a032:f7e7:fadb:af57) | |
21:38 | Parker955_Away is now known as Parker955 | |
21:42 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
21:46 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: slee) | |
21:58 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 252 seconds) | |
22:08 | DIoX|DaZ has left IRC (DIoX|DaZ!~KaKa@server.civicclub.lt, Ping timeout: 260 seconds) | |
22:11 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
22:32 | ricotz has left IRC (ricotz!~rico@ubuntu/member/ricotz, Quit: Ex-Chat) | |
22:37 | komunista has joined IRC (komunista!~slavko@adsl-195-168-234-074.dynamic.nextra.sk) | |
22:54 | Parker955 is now known as Parker955_Away | |
23:10 | ogra-cb_ has joined IRC (ogra-cb_!~ogra@p4FDFBDEA.dip.t-dialin.net) | |
23:13 | ogra-cb has left IRC (ogra-cb!~ogra@p4FDF9DEF.dip.t-dialin.net, Ping timeout: 260 seconds) | |
23:15 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 264 seconds) | |
23:45 | dead_inside has left IRC (dead_inside!~dead_insi@76.75.3.174, Quit: Leaving...) | |