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


Channel log from 25 June 2013   (all times are UTC)

00:02simulacrum has joined IRC (simulacrum!5848d4a8@gateway/web/freenode/ip.88.72.212.168)
00:03gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
00:08gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 264 seconds)
00:51sep has left IRC (sep!~sep@40.211.jostedal.no, Ping timeout: 248 seconds)
01:21quietone has joined IRC (quietone!~quietone@121-98-80-11.bitstream.orcon.net.nz)
01:26awilliams has left IRC (awilliams!~awilliams@unaffiliated/mistik1, Ping timeout: 268 seconds)
01:33map7 has joined IRC (map7!~map7@teksup41.lnk.telstra.net)
02:06quietone has left IRC (quietone!~quietone@121-98-80-11.bitstream.orcon.net.nz, Ping timeout: 268 seconds)
02:10quietone has joined IRC (quietone!~quietone@121-98-80-11.bitstream.orcon.net.nz)
02:10awilliams has joined IRC (awilliams!~awilliams@unaffiliated/mistik1)
02:19vmlintu has joined IRC (vmlintu!~vmlintu@nblzone-240-143.nblnetworks.fi)
02:20awilliams has left IRC (awilliams!~awilliams@unaffiliated/mistik1, Ping timeout: 276 seconds)
02:21awilliams has joined IRC (awilliams!~awilliams@unaffiliated/mistik1)
02:27awilliams has left IRC (awilliams!~awilliams@unaffiliated/mistik1, Ping timeout: 248 seconds)
02:32alexqwesa has left IRC (alexqwesa!~alex@alexo-veto.broker.freenet6.net, Ping timeout: 264 seconds)
02:38alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47)
02:50awilliams has joined IRC (awilliams!~awilliams@unaffiliated/mistik1)
02:50Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
02:53vmlintu has left IRC (vmlintu!~vmlintu@nblzone-240-143.nblnetworks.fi, Ping timeout: 246 seconds)
03:03
<quietone>
Hi, I can't boot. Error msg is 'mount: device or resource busy'
03:03
fails at nbi.img
03:03
tftp works
03:03
not sure what to try
03:04
searching for 2 days ... :-(
03:06gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
03:11gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 256 seconds)
03:36
<simulacrum>
hi, in ldm preference menu is a possibility to select "backend" and "session". whats the difference?
04:06Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 248 seconds)
04:09Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
04:15work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
04:28quietone has left IRC (quietone!~quietone@121-98-80-11.bitstream.orcon.net.nz, Quit: Leaving)
04:33
<work_alkisg>
simulacrum: backend==ssh, rdp, while session==gnome, kde, xfce, lxde...
04:36simulacrum has left IRC (simulacrum!5848d4a8@gateway/web/freenode/ip.88.72.212.168, Ping timeout: 250 seconds)
04:37simulacrum has joined IRC (simulacrum!5848f699@gateway/web/freenode/ip.88.72.246.153)
04:37
<simulacrum>
thanks
04:38
so, to change default value for session, i have to set LDM_SESSION in lts.conf, right?
04:38
but how to set default value for backend?
04:40
<work_alkisg>
It already has a default value, ssh, you need another default value?
04:40
There's LDM_DEFAULT_BACKEND and LDM_FORCE_BACKEND
04:40
<simulacrum>
yes for some clients i want default for rdp
04:41
that sounds great, where can i read about it? i could nothing find in man page: http://manpages.ubuntu.com/manpages/lucid/man5/lts.conf.5.html
04:44
<work_alkisg>
These options didn't exist in Ubuntu Lucid, they became available later on, in 12.04
04:44
In http://manpages.ubuntu.com/manpages/raring/man5/lts.conf.5.html you can find some of them, e.g. LDM_FORCE_SESSION, if something is missing file a bug request with an attached .diff for the new entry
04:50adrianorg_ has left IRC (adrianorg_!~adrianorg@177.134.56.159, Ping timeout: 256 seconds)
04:51
<simulacrum>
ok i find force session there but nothing about the backend
04:53
is there probably something implemented but not dokumented about the SCREEN_* option?
04:53
i just guess
04:54
<work_alkisg>
Yes, there are lots of implemented things that are not documented
04:55
<simulacrum>
but could imagine that probably scripts in /ltsp/screen.d directory or settings of SCREEN_* options can activate/deactivate backend entries?
04:56
is there some source where i could find something about the implemented things? specs, dev-wikis, trac dev-lists or such?
04:56
<work_alkisg>
!ldm-source
04:56
<ltsp`>
ldm-source: at http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/files
04:57
<work_alkisg>
Grepping through the sources is the best you can do, for anything not documented in lts.conf...
05:00
<simulacrum>
ok thanks. sounds like a bit of work but then i can finally stop asking google the same question in other words again and again... hope source commented well
05:01Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Ping timeout: 240 seconds)
05:09gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
05:11MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
05:17gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 256 seconds)
05:18
<simulacrum>
ok found some interesting things:
05:19
the ldm gui and also preference menu seems to be implemented here: http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/view/head:/gtkgreet/greeter.c
05:19
source is nice self explaining nearly
05:19
popup_menu starts at line 500
05:22
LDM_FORCE_SESSION is checked there but nothing about LDM_*BACKEND*
05:24MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, Ping timeout: 246 seconds)
05:25MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
05:25
<work_alkisg>
ldm-trunk$ grep -r BACKEND .
05:25
./src/ldm.c: if (!getenv("LDM_FORCE_BACKEND")) {
05:25
...
05:28
<simulacrum>
seems to me, that in http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/view/head:/gtkgreet/greeter.c is parsed something called LDM_MENU_ITEM and LDM_MENU_COMMAND and "backend"-icons are created only if this is available
05:28
thanks for the hint, i will look there too
05:29
line 541
05:38
<work_alkisg>
LDM_MENU_ITEM is unrelated to the backend, it provides an extra menu entry
05:39
E.g. here we're using that one to implement user signup forms
05:59mikkel has joined IRC (mikkel!~mikkel@80-198-36-38-static.dk.customer.tdc.net)
06:03
<simulacrum>
ok nice use case.
06:03
what are plugins exactly?
06:04
not the same as screen scripts in /usr/share/ltsp/screen.d directory?
06:05
in http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/view/head:/src/ldm.c line 171 plugins get loaded: ldm_get_plugins()
06:06
that seems to happen in http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/view/head:/src/ldmplugin.c
06:06
and line 160 seems to look for files with suffix ".so"
06:07
if ((entry->d_type == DT_REG || entry->d_type == DT_UNKNOWN) && (strstr(entry->d_name, ".so") != NULL)) {
06:09
i ask because i not only have to use ssh and rdp. i also have to use x2go for some cases and till now i thought that could be possible with screen scripts and make them available in ldm-preference menu some how
06:11
<work_alkisg>
It would be possible to write a plugin to login via LDM+x2go, yup
06:12
Note though that LDM will be deprecated in LTSP 6...
06:12
<simulacrum>
whats next on the roadmap?
06:13
<work_alkisg>
libpam_sshauth was developed and will be used in ltsp6 for authentication,
06:13
so that LDM will then be deprecated and it will be possible to use any DM, like LightDM, GDM...
06:14
<simulacrum>
gdm was also used before ldm, right?
06:14
<work_alkisg>
No
06:14
At least, not since LTSP5 when I first met LTSP...
06:14
I don't know if they were using it in LTSP 4
06:18
<simulacrum>
i think i looked at ltsp last time in ubuntu 8, so really few years ago... this time there was also no x2go and i had to used nxclient. and setup nfs, dhcp, tftp and initrd manually was more easy than customize ltsp to what was needed :-)
06:19
ltsp seems to have made much progress since than!
06:20shawnp0wers has left IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers, Ping timeout: 255 seconds)
06:20
<work_alkisg>
In Ubuntu 8.04, LDM was used again
06:21shawnp0wers has joined IRC (shawnp0wers!~spowers@151.236.4.166)
06:21shawnp0wers has joined IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers)
06:23
<simulacrum>
is there some roadmap online to find out if ltsp 6 is near or far future?
06:26
<work_alkisg>
No, I don't think there is one. I'd imagine LTSP 6 is a couple of years in the future...
06:29dobber_ has joined IRC (dobber_!~dobber@89.190.199.210)
06:30
<simulacrum>
than i will have to check if i can adopt ldm
06:32
i also think, that a plugin for ldm+x2go should be possible. but i am not yet sure how that could be done and if it would be smaller or bigger effort
06:34
i think that would depend on if this plugin can be a shell-script or have to be compiled c
06:34sep has joined IRC (sep!~sep@40.211.jostedal.no)
06:34
<work_alkisg>
I think it would need to be compiled... stgraber was the one that wrote the plugin mechanism....
06:40
<simulacrum>
the difference between screen scripts and "backend" plugins is still not really clear to me.
06:41
i already have two screens for rdp and x2go running. but the users have to change them via CTRL+ALT... and cant choose them in ldm backend menu
06:43
but with rdp-backend it would be possible to use ldm for login and start rdp with this credentials?#
06:47
my screen scripts are bash and so easy to maintain what is an advantage for the admin. but user complain about no possibility of switching backend in preference menu (because they are used to switch their desktop-environments there too)
06:48
<work_alkisg>
They want to run rdp and x2go at the same time?
06:48
Or select only one of them at login prompt?
06:49
<simulacrum>
they select rdp for window login. normal ltps for usage at one terminal and x2go if they knew they have to switch their workplace in between or want to suspend session and resume it at home.
06:50
<work_alkisg>
Then they'd select the RDP backend, yup
06:50
And if you implemented an x2go backend in .c, they could select that too
06:51
<simulacrum>
till now i just worked with screen scripts and didnt understand whats about this backends
06:51
yes exactly
06:51
<work_alkisg>
The backends were not available in 8.04
06:52
...nor in 10.04
06:53
<simulacrum>
but its new server now on ubuntu 12.04 so i think about making it some more convenient and better now
06:56
is there any possibility already now to use a different login manager than ldm?
06:58
because there are many light alternatives which are much more simple to configure. i just dont know ltsp depends only on ldm login?
07:04
<work_alkisg>
It's possible, but very difficult, to use another DM
07:05
<simulacrum>
i think if i have to use ldm, i will try to make some menu-entries with LDM_MENU_ITEM/LDM_MENU_COMMAND to start rdp or x2go client via mouse click, thats a bit better. but one login-manager for all data (username, password, backend and desktop-env) would be the most convenient solution...
07:08
you think to use another login-manager is more difficult than writing and maintaining an own x2go plugin in c?
07:10
<work_alkisg>
If you use another login manager, you still have to maintain some kind of plugin for x2go to work
07:10
E.g. lightdm doesn't support x2go out of the box...
07:14
<simulacrum>
thanks you helped me a lot! probably i will stop on the half way, improve a bit with LDM_MENU_ITEM/LDM_MENU_COMMAND but wait with the rest on LTSP 6...
07:33
nearly forgot: if LDM_MENU_ITEM works fine for me under ubuntu 12.04, how can i extend the man page with this option and where to explain the difference between screen scripts and backends best in the doku?
07:34xet7 has joined IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi)
07:56vmlintu has joined IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi)
08:11gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
08:38bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)
09:21gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Remote host closed the connection)
09:23lupine has left IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152, Read error: Connection reset by peer)
09:23lupine has joined IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152)
09:45simulacrum has left IRC (simulacrum!5848f699@gateway/web/freenode/ip.88.72.246.153, Ping timeout: 250 seconds)
09:55gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
10:01bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Ping timeout: 246 seconds)
10:06workingcats has joined IRC (workingcats!~workingca@85.232.30.129)
10:08
<workingcats>
hello, i'm having a little trouble logging my fat clients in.. it worked yesterday but now it doesnt, but i havent changed anything on the server. auth.log tells me me the password is wrong
10:10
i definitely havent changed any passwords, and they're on auto-login so its not a typo ;)
10:30zend has joined IRC (zend!~quassel@217.76.192.217)
10:30
<zend>
Hello, all :-)
10:30
<workingcats>
hi there
10:30vmlintu has left IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi, Ping timeout: 248 seconds)
10:30
<zend>
I have a new problem :-( With usb-stick mounting from thin-clients to ltsp server
10:31Gremble has joined IRC (Gremble!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginmedia.com)
10:31
<zend>
I have mounted usb flash drive on thin client
10:31
<workingcats>
oh and i also tried ssh ltsp03@localhost with the same result
10:32
oops meant to take this to #zentyal, but if anyone has any clue what might be amiss here.. :)
10:32
<zend>
Like this: ltspfs /media/vlad/usbdisk-sda1 fuse.ltspfs rw,nosuid,nodev,user=vlad 0 0
10:32
But does not see this device on ltsp server
10:34
In lts.conf i have an LOCALDEV=True and MOUNT_LOCAL_MEDIA=True
10:44
<workingcats>
ok i can confirm its not a ltsp problem i think, since as root i can log in just fine
10:46freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
11:20Joanet has joined IRC (Joanet!547c4106@gateway/web/freenode/ip.84.124.65.6)
11:23zend has left IRC (zend!~quassel@217.76.192.217, Remote host closed the connection)
11:27gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Remote host closed the connection)
11:33
<Joanet>
hi all! what is the default root password for ltsp thin client?
11:35
<muppis>
root account is disable by default.
11:36
<Hyperbyte>
Joanet:
11:36
!screen_02
11:36
<ltsp`>
screen_02: To get a root shell on an Ubuntu thin client: https://help.ubuntu.com/community/UbuntuLTSP/ClientTroubleshooting#Using_a_shell_SCREEN
11:38vmlintu has joined IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi)
11:40Mava has left IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi, Read error: Operation timed out)
11:41gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
11:50
<Joanet>
Hyperbyte: thanks
11:54
<workingcats>
Joanet, alternatively you can set the root password after chrooting into the image, but screen_02 is much more comfortable if you can trust your users not to do silly things or not to be able to figure out that they can press ctrl+alt+f2 ;)
11:55
<Joanet>
thanks workingcats
11:56
also, fat clients need hard disk?
11:56
I'm having issues using Pentium 4 as thin clients and alkisg recommend me to use fat clients instead thin
11:57
but those computers' hard disk were removed
11:57
<workingcats>
nope, they load their image from the server and mount ~ from there after logon
11:57
<Joanet>
thanks
11:58alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
11:58
<Joanet>
the last question : can I create the fat image as a copy from the thin client image?
11:58
hi alkisg ! I'm preparing the fat client conversion :)
11:59
<alkisg>
Hi Joanet, nice :)
11:59
<Joanet>
also I've installed a 1gig switch and the network perfomance is fine now, but still having computers hang
12:01
<alkisg>
Using a fat image might help with the hanging part...
12:05
<workingcats>
i had computers (seemingly) arbitrarily hang during logon, switching to fat fixed it
12:10workingcats has left IRC (workingcats!~workingca@85.232.30.129, Ping timeout: 240 seconds)
12:11workingcats has joined IRC (workingcats!~workingca@85.232.30.129)
12:12bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)
12:12
<Joanet>
my computers are working fine and, randomly and suddenly, some of them get hanged
12:16
<workingcats>
hm ok didnt have that
12:22Gremble has left IRC (Gremble!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginmedia.com, Quit: I Leave)
12:24meamy` has joined IRC (meamy`!~user@pd95cdee4.dip0.t-ipconnect.de)
12:29zend has joined IRC (zend!~quassel@217.76.192.217)
12:29workingcats has left IRC (workingcats!~workingca@85.232.30.129, Remote host closed the connection)
12:36workingcats has joined IRC (workingcats!~workingca@85.232.30.129)
12:49Mava has joined IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi)
12:49
<Joanet>
alkisg: if I run 'sudo ltsp-build-client' command, and set LTSP_FATCLIENT=false on lts.conf default section, it will remain the same configuration as before building fat client, don't it?
12:50
what I want to do is test the fat image only on one client
12:50
<alkisg>
Which tutorial are you using?
12:50dsugar100 has joined IRC (dsugar100!~dsugar@columbia.tresys.com)
12:51
<Joanet>
https://help.ubuntu.com/community/UbuntuLTSP/FatClients
12:51
but I have 12.04
12:52
<alkisg>
Yeah that poor page has suffered over time... :)
12:53
<Joanet>
what I though is to create the fat image from the thin ones and then test it only on one client
12:53
<alkisg>
What do you mean "from the thin ones"?
12:53
Will you be using an ltsp-build-client.conf file?
12:54
<Joanet>
I dont know exactly how build image works, but I was wondering if fat image is creating using thin client image as base, not from the scratch
12:54
I'm using that file, ltsp-build-client
12:54
<alkisg>
.conf?
12:54
<Joanet>
yes
12:55
<alkisg>
Pastebin its contents, which packages you've defined there etc
12:55
<Joanet>
IS A COPY FROM THE TUTORIAL
12:55
oops, sorry for the caps
12:57
<alkisg>
Then ltsp-build-client will use that to create your image, it will ignore your existing chroot
12:57
<Joanet>
ok, that's what I need to know :)
12:58
I have to create the image from the scratch, like I did when I customized chroot
12:58
:)
12:59
thanks for all your knowledge. I'll try in a test environment and let you know
12:59
thanks again
13:03dead_inside has left IRC (dead_inside!~taylor@76.75.3.174, Remote host closed the connection)
13:05dead_inside has joined IRC (dead_inside!~taylor@76.75.3.174)
13:05dead_inside is now known as evil_root
13:05MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, Remote host closed the connection)
13:09[GuS] has joined IRC ([GuS]!~gustavo@unaffiliated/gus/x-663402)
13:10meamy` has left IRC (meamy`!~user@pd95cdee4.dip0.t-ipconnect.de)
13:15
<Joanet>
alkisg: what are the best drivers for Intel 82845 vga card? I want to try them using thin clients
13:15
also, how to add them to the thin client image?
13:15
<alkisg>
There aren't any special drivers
13:15
They come preinstalled, you've already tried them
13:16
<Joanet>
oops, ok
13:16
I undestood I'm using bad drivers
13:17
<alkisg>
Yes, but there aren't any other ones to try
13:17MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
13:18
<Joanet>
ok thanks :)
13:18
<alkisg>
https://wiki.ubuntu.com/X/i8xxUnsupported
13:18
And https://wiki.ubuntu.com/Kernel/LTSEnablementStack for the xorg-quantal drivers
13:20
<Joanet>
thanks
13:20
i've to go. thanks again
13:34gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Remote host closed the connection)
13:45alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
14:00dberkholz has left IRC (dberkholz!user91938@gentoo/developer/dberkholz, Ping timeout: 264 seconds)
14:13evil_root has left IRC (evil_root!~taylor@76.75.3.174, *.net *.split)
14:13Mava has left IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi, *.net *.split)
14:13work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, *.net *.split)
14:13map7 has left IRC (map7!~map7@teksup41.lnk.telstra.net, *.net *.split)
14:13NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split)
14:13yanu_ has left IRC (yanu_!~yanu@178-117-230-250.access.telenet.be, *.net *.split)
14:13spectra has left IRC (spectra!~spectra@debian/developer/spectra, *.net *.split)
14:13lee has left IRC (lee!~lee@loathe.ms, *.net *.split)
14:13Hyperbyte has left IRC (Hyperbyte!jan@middelkoop.cc, *.net *.split)
14:13shawnp0wers has left IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers, *.net *.split)
14:13mikkel has left IRC (mikkel!~mikkel@80-198-36-38-static.dk.customer.tdc.net, *.net *.split)
14:13vector has left IRC (vector!~vector@host-44-180-230-24.midco.net, *.net *.split)
14:13mgariepy has left IRC (mgariepy!mgariepy@ubuntu/member/mgariepy, *.net *.split)
14:13zamba has left IRC (zamba!marius@flage.org, *.net *.split)
14:13Lumiere has left IRC (Lumiere!~jstraw@unaffiliated/jstraw, *.net *.split)
14:13awilliams has left IRC (awilliams!~awilliams@unaffiliated/mistik1, *.net *.split)
14:13bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, *.net *.split)
14:13F-GT has left IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net, *.net *.split)
14:13pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split)
14:13unkmar has left IRC (unkmar!~unkmar@host-68-169-152-128.AMNOLT1.epbfi.com, *.net *.split)
14:13highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, *.net *.split)
14:13muppis has left IRC (muppis!muppis@viuhka.fi, *.net *.split)
14:13mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-196.lightspeed.mdldtx.sbcglobal.net, *.net *.split)
14:13lmds_ has left IRC (lmds_!~lmds@tui.pi-et-ro.net, *.net *.split)
14:13simpoir has left IRC (simpoir!~simpoir@209.141.57.61, *.net *.split)
14:13SmallR2002 has left IRC (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net, *.net *.split)
14:13Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split)
14:13riddle has left IRC (riddle!riddle@us.yunix.net, *.net *.split)
14:13sutula has left IRC (sutula!sutula@nat/hp/x-mwynsulrjyobnkqp, *.net *.split)
14:13zend has left IRC (zend!~quassel@217.76.192.217, *.net *.split)
14:13vmlintu has left IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi, *.net *.split)
14:13Enslaver has left IRC (Enslaver!~Enslaver@fedora/Enslaver, *.net *.split)
14:13hachque has left IRC (hachque!james@2600:3c01::f03c:91ff:fe96:5060, *.net *.split)
14:13MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, *.net *.split)
14:13workingcats has left IRC (workingcats!~workingca@85.232.30.129, *.net *.split)
14:13xet7 has left IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi, *.net *.split)
14:13sep has left IRC (sep!~sep@40.211.jostedal.no, *.net *.split)
14:13dobber_ has left IRC (dobber_!~dobber@89.190.199.210, *.net *.split)
14:13alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, *.net *.split)
14:13monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, *.net *.split)
14:13digitalirony has left IRC (digitalirony!~digitalir@my.ass.looks.just.like.your-face.info, *.net *.split)
14:13ChadLepto has left IRC (ChadLepto!~clepto@67.50.16.66, *.net *.split)
14:13leio has left IRC (leio!~leio@gentoo/developer/leio, *.net *.split)
14:13sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, *.net *.split)
14:13gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split)
14:13[GuS] has left IRC ([GuS]!~gustavo@unaffiliated/gus/x-663402, *.net *.split)
14:13knipwim has left IRC (knipwim!~wim@ip4da83870.direct-adsl.nl, *.net *.split)
14:13ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split)
14:13Patina has left IRC (Patina!~tomas@1385158770.dhcp.dbnet.dk, *.net *.split)
14:13Tatanka__ has left IRC (Tatanka__!~tim@revue.vtk.be, *.net *.split)
14:13laurense has left IRC (laurense!~laurens@nerd-herd.nl, *.net *.split)
14:13Joanet has left IRC (Joanet!547c4106@gateway/web/freenode/ip.84.124.65.6, *.net *.split)
14:13cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, *.net *.split)
14:13telex has left IRC (telex!~telex@freeshell.de, *.net *.split)
14:13slops17 has left IRC (slops17!~Slops@unaffiliated/slops17, *.net *.split)
14:13lotharn has left IRC (lotharn!~taco@24.154.55.32, *.net *.split)
14:13stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split)
14:13sunweaver has left IRC (sunweaver!~mike@fylgja.das-netzwerkteam.de, *.net *.split)
14:13FrozenZia has left IRC (FrozenZia!pbrown@evo.paivola.fi, *.net *.split)
14:13dsugar100 has left IRC (dsugar100!~dsugar@columbia.tresys.com, *.net *.split)
14:13freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, *.net *.split)
14:13Epeli has left IRC (Epeli!epeli@melmacian.net, *.net *.split)
14:13|Paradox| has left IRC (|Paradox|!iamparadox@c-71-206-130-134.hsd1.va.comcast.net, *.net *.split)
14:13yalu has left IRC (yalu!~yalu@91.180.111.232, *.net *.split)
14:13JesseC has left IRC (JesseC!~Chumba@wsip-98-175-20-126.br.br.cox.net, *.net *.split)
14:13lupine has left IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152, Max SendQ exceeded)
14:19lupine has joined IRC (lupine!~lupine@lupine.me.uk)
14:23lupine has left IRC (lupine!~lupine@lupine.me.uk, Excess Flood)
14:23lupine has joined IRC (lupine!~lupine@lupine.me.uk)
14:28lupine has left IRC (lupine!~lupine@lupine.me.uk, Read error: Connection timed out)
14:28lupine has joined IRC (lupine!~lupine@lupine.me.uk)
14:34lupine has left IRC (lupine!~lupine@lupine.me.uk, Ping timeout: 264 seconds)
14:36lupine has joined IRC (lupine!~lupine@lupine.me.uk)
14:38lupine has left IRC (lupine!~lupine@lupine.me.uk, Remote host closed the connection)
14:40gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
14:40brunolambert has joined IRC (brunolambert!bruno@nat/revolutionlinux/x-aurmgysssioszmcn)
14:40dberkholz_ has joined IRC (dberkholz_!~dberkholz@gentoo/developer/dberkholz)
14:40MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
14:40[GuS] has joined IRC ([GuS]!~gustavo@unaffiliated/gus/x-663402)
14:40evil_root has joined IRC (evil_root!~taylor@76.75.3.174)
14:40dsugar100 has joined IRC (dsugar100!~dsugar@columbia.tresys.com)
14:40Mava has joined IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi)
14:40workingcats has joined IRC (workingcats!~workingca@85.232.30.129)
14:40zend has joined IRC (zend!~quassel@217.76.192.217)
14:40bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)
14:40vmlintu has joined IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi)
14:40Joanet has joined IRC (Joanet!547c4106@gateway/web/freenode/ip.84.124.65.6)
14:40freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun)
14:40xet7 has joined IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi)
14:40sep has joined IRC (sep!~sep@40.211.jostedal.no)
14:40dobber_ has joined IRC (dobber_!~dobber@89.190.199.210)
14:40shawnp0wers has joined IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers)
14:40mikkel has joined IRC (mikkel!~mikkel@80-198-36-38-static.dk.customer.tdc.net)
14:40work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
14:40awilliams has joined IRC (awilliams!~awilliams@unaffiliated/mistik1)
14:40alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47)
14:40map7 has joined IRC (map7!~map7@teksup41.lnk.telstra.net)
14:40Enslaver has joined IRC (Enslaver!~Enslaver@fedora/Enslaver)
14:40monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net)
14:40digitalirony has joined IRC (digitalirony!~digitalir@my.ass.looks.just.like.your-face.info)
14:40vector has joined IRC (vector!~vector@host-44-180-230-24.midco.net)
14:40cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
14:40Epeli has joined IRC (Epeli!epeli@melmacian.net)
14:40|Paradox| has joined IRC (|Paradox|!iamparadox@c-71-206-130-134.hsd1.va.comcast.net)
14:40F-GT has joined IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net)
14:40stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber)
14:40telex has joined IRC (telex!~telex@freeshell.de)
14:40ChadLepto has joined IRC (ChadLepto!~clepto@67.50.16.66)
14:40yalu has joined IRC (yalu!~yalu@91.180.111.232)
14:40lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net)
14:40slops17 has joined IRC (slops17!~Slops@unaffiliated/slops17)
14:40JesseC has joined IRC (JesseC!~Chumba@wsip-98-175-20-126.br.br.cox.net)
14:40hachque has joined IRC (hachque!james@2600:3c01::f03c:91ff:fe96:5060)
14:40leio has joined IRC (leio!~leio@gentoo/developer/leio)
14:40mgariepy has joined IRC (mgariepy!mgariepy@ubuntu/member/mgariepy)
14:40sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca)
14:40Hyperbyte has joined IRC (Hyperbyte!jan@middelkoop.cc)
14:40lee has joined IRC (lee!~lee@loathe.ms)
14:40spectra has joined IRC (spectra!~spectra@debian/developer/spectra)
14:40yanu_ has joined IRC (yanu_!~yanu@178-117-230-250.access.telenet.be)
14:40NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es)
14:40sunweaver has joined IRC (sunweaver!~mike@fylgja.das-netzwerkteam.de)
14:40ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de)
14:40knipwim has joined IRC (knipwim!~wim@ip4da83870.direct-adsl.nl)
14:40pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme)
14:40zamba has joined IRC (zamba!marius@flage.org)
14:40simpoir has joined IRC (simpoir!~simpoir@209.141.57.61)
14:40gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
14:40Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151)
14:40Lumiere has joined IRC (Lumiere!~jstraw@unaffiliated/jstraw)
14:40unkmar has joined IRC (unkmar!~unkmar@host-68-169-152-128.AMNOLT1.epbfi.com)
14:40Patina has joined IRC (Patina!~tomas@1385158770.dhcp.dbnet.dk)
14:40FrozenZia has joined IRC (FrozenZia!pbrown@evo.paivola.fi)
14:40SmallR2002 has joined IRC (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net)
14:40muppis has joined IRC (muppis!muppis@viuhka.fi)
14:40mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-196.lightspeed.mdldtx.sbcglobal.net)
14:40riddle has joined IRC (riddle!riddle@us.yunix.net)
14:40highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage)
14:40lotharn has joined IRC (lotharn!~taco@24.154.55.32)
14:40laurense has joined IRC (laurense!~laurens@nerd-herd.nl)
14:40Tatanka__ has joined IRC (Tatanka__!~tim@revue.vtk.be)
14:40sutula has joined IRC (sutula!sutula@nat/hp/x-mwynsulrjyobnkqp)
14:41lupine has joined IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152)
14:41gbaman_ has joined IRC (gbaman_!~gbaman@81.134.125.47)
14:43zend_ has joined IRC (zend_!~quassel@217.76.192.217)
14:44vmlintu_ has joined IRC (vmlintu_!~vmlintu@89.236.108.17)
14:47workingcats has left IRC (workingcats!~workingca@85.232.30.129, Quit: Verlassend)
14:49gbaman has left IRC (gbaman!~gbaman@81.134.125.47, *.net *.split)
14:49zend has left IRC (zend!~quassel@217.76.192.217, *.net *.split)
14:49vmlintu has left IRC (vmlintu!~vmlintu@59ec6c11.adsl.tnnet.fi, *.net *.split)
14:49Enslaver has left IRC (Enslaver!~Enslaver@fedora/Enslaver, *.net *.split)
14:49hachque has left IRC (hachque!james@2600:3c01::f03c:91ff:fe96:5060, *.net *.split)
14:50Enslaver has joined IRC (Enslaver!~Enslaver@fedora/Enslaver)
15:03Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
15:19vmlintu_ has left IRC (vmlintu_!~vmlintu@89.236.108.17, Ping timeout: 268 seconds)
15:21bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Ping timeout: 248 seconds)
15:32mikkel has left IRC (mikkel!~mikkel@80-198-36-38-static.dk.customer.tdc.net, Quit: Leaving)
15:33gbaman_ has left IRC (gbaman_!~gbaman@81.134.125.47, Remote host closed the connection)
15:40sunweave1 has joined IRC (sunweave1!~mike@fylgja.das-netzwerkteam.de)
15:40FrozenZi1 has joined IRC (FrozenZi1!pbrown@evo.paivola.fi)
15:44dobber_ has left IRC (dobber_!~dobber@89.190.199.210, Remote host closed the connection)
15:46stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split)
15:46sunweaver has left IRC (sunweaver!~mike@fylgja.das-netzwerkteam.de, *.net *.split)
15:46FrozenZia has left IRC (FrozenZia!pbrown@evo.paivola.fi, *.net *.split)
15:53stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber)
16:00||cw has joined IRC (||cw!~chris@gateway.wilsonmfg.com)
16:00||cw has joined IRC (||cw!~chris@phpgroupware/cw)
16:03yalu has left IRC (yalu!~yalu@91.180.111.232, Read error: Operation timed out)
16:08vmlintu has joined IRC (vmlintu!~vmlintu@37-219-133-115.nat.bb.dnainternet.fi)
16:08yalu has joined IRC (yalu!~yalu@109.134.158.195)
16:11gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
16:15gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 252 seconds)
16:16slops17_ has joined IRC (slops17_!~Slops@nsc209.177.247-189.newsouth.net)
16:17telex has left IRC (telex!~telex@freeshell.de, Disconnected by services)
16:17telex has joined IRC (telex!~telex@freeshell.de)
16:19cyberorg_ has joined IRC (cyberorg_!~cyberorg@opensuse/member/Cyberorg)
16:19slops17 has left IRC (slops17!~Slops@unaffiliated/slops17, Ping timeout: 264 seconds)
16:19lotharn has left IRC (lotharn!~taco@24.154.55.32, Ping timeout: 264 seconds)
16:19cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 264 seconds)
16:20lotharn has joined IRC (lotharn!~taco@24.154.55.32)
17:09vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
17:09vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc)
17:17vagrantc_ has joined IRC (vagrantc_!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
17:21vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, *.net *.split)
17:21lotharn has left IRC (lotharn!~taco@24.154.55.32, *.net *.split)
17:21slops17_ has left IRC (slops17_!~Slops@nsc209.177.247-189.newsouth.net, *.net *.split)
17:21Enslaver has left IRC (Enslaver!~Enslaver@fedora/Enslaver, *.net *.split)
17:21dberkholz_ has left IRC (dberkholz_!~dberkholz@gentoo/developer/dberkholz, *.net *.split)
17:21MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, *.net *.split)
17:21xet7 has left IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi, *.net *.split)
17:21sep has left IRC (sep!~sep@40.211.jostedal.no, *.net *.split)
17:22vmlintu has left IRC (vmlintu!~vmlintu@37-219-133-115.nat.bb.dnainternet.fi, Ping timeout: 252 seconds)
17:23Enslaver has joined IRC (Enslaver!~Enslaver@fedora/Enslaver)
17:25dberkholz has joined IRC (dberkholz!~dberkholz@smtp.gentoo.org)
17:25dberkholz has joined IRC (dberkholz!~dberkholz@gentoo/developer/dberkholz)
17:29sep has joined IRC (sep!~sep@40.211.jostedal.no)
17:29xet7 has joined IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi)
17:30lotharn has joined IRC (lotharn!~taco@24.154.55.32)
17:33MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
17:33vagrantc_ is now known as vagrantc
18:14gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
18:18gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 260 seconds)
18:28MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, Ping timeout: 248 seconds)
18:32MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.27.176)
18:36dsugar100 has left IRC (dsugar100!~dsugar@columbia.tresys.com, Remote host closed the connection)
18:39MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.27.176, Ping timeout: 256 seconds)
18:49xet7 has left IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi, Ping timeout: 252 seconds)
19:14vectory has joined IRC (vectory!~vectory@unaffiliated/vectory)
19:14vectory has left IRC (vectory!~vectory@unaffiliated/vectory)
19:24imox has joined IRC (imox!~imox@24-134-17-195-dynip.superkabel.de)
19:25
<imox>
hello, I have no logout menu when I login with a client I use ubuntu 13.04 have somebody any idea?
19:51vmlintu has joined IRC (vmlintu!~vmlintu@37-219-133-115.nat.bb.dnainternet.fi)
20:16gbaman has joined IRC (gbaman!~gbaman@81.134.125.47)
20:21gbaman has left IRC (gbaman!~gbaman@81.134.125.47, Ping timeout: 264 seconds)
20:47xet7 has joined IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi)
20:54
<lee>
in ltsp kiosk mode, as well as the web browser I also want to have a file manager window open (I'm thinking xfe), and be able to alt-tab between that and the browser. is that possible, and what's the proper way to tell it to launch xfe as well as the browser?
20:55
(also need to mount the share that the file manager will be pointing to)
20:57brunolambert has left IRC (brunolambert!bruno@nat/revolutionlinux/x-aurmgysssioszmcn, Quit: Leaving.)
21:00vmlintu has left IRC (vmlintu!~vmlintu@37-219-133-115.nat.bb.dnainternet.fi, Ping timeout: 276 seconds)
21:17vmlintu has joined IRC (vmlintu!~vmlintu@193.185.223.3)
21:34vmlintu has left IRC (vmlintu!~vmlintu@193.185.223.3, Ping timeout: 252 seconds)
21:49vmlintu has joined IRC (vmlintu!~vmlintu@37-219-194-75.nat.bb.dnainternet.fi)
21:55Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas)
22:02vmlintu has left IRC (vmlintu!~vmlintu@37-219-194-75.nat.bb.dnainternet.fi, Ping timeout: 260 seconds)
22:22zend_ has left IRC (zend_!~quassel@217.76.192.217, *.net *.split)
22:22F-GT has left IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net, *.net *.split)
22:22pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split)
22:22unkmar has left IRC (unkmar!~unkmar@host-68-169-152-128.AMNOLT1.epbfi.com, *.net *.split)
22:22highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, *.net *.split)
22:22xet7 has left IRC (xet7!~xet7@81-197-75-251.elisa-mobile.fi, *.net *.split)
22:22evil_root has left IRC (evil_root!~taylor@76.75.3.174, *.net *.split)
22:22Mava has left IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi, *.net *.split)
22:22work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, *.net *.split)
22:22map7 has left IRC (map7!~map7@teksup41.lnk.telstra.net, *.net *.split)
22:22NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split)
22:22yanu_ has left IRC (yanu_!~yanu@178-117-230-250.access.telenet.be, *.net *.split)
22:22spectra has left IRC (spectra!~spectra@debian/developer/spectra, *.net *.split)
22:22lee has left IRC (lee!~lee@loathe.ms, *.net *.split)
22:22Hyperbyte has left IRC (Hyperbyte!jan@middelkoop.cc, *.net *.split)
22:22shawnp0wers has left IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers, *.net *.split)
22:22vector has left IRC (vector!~vector@host-44-180-230-24.midco.net, *.net *.split)
22:22mgariepy has left IRC (mgariepy!mgariepy@ubuntu/member/mgariepy, *.net *.split)
22:22zamba has left IRC (zamba!marius@flage.org, *.net *.split)
22:22Lumiere has left IRC (Lumiere!~jstraw@unaffiliated/jstraw, *.net *.split)
22:22awilliams has left IRC (awilliams!~awilliams@unaffiliated/mistik1, *.net *.split)
22:22vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, *.net *.split)
22:22cyberorg_ has left IRC (cyberorg_!~cyberorg@opensuse/member/Cyberorg, *.net *.split)
22:22yalu has left IRC (yalu!~yalu@109.134.158.195, *.net *.split)
22:22||cw has left IRC (||cw!~chris@phpgroupware/cw, *.net *.split)
22:22FrozenZi1 has left IRC (FrozenZi1!pbrown@evo.paivola.fi, *.net *.split)
22:22muppis has left IRC (muppis!muppis@viuhka.fi, *.net *.split)
22:22mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-196.lightspeed.mdldtx.sbcglobal.net, *.net *.split)
22:22Enslaver has left IRC (Enslaver!~Enslaver@fedora/Enslaver, *.net *.split)
22:22telex has left IRC (telex!~telex@freeshell.de, *.net *.split)
22:22lmds_ has left IRC (lmds_!~lmds@tui.pi-et-ro.net, *.net *.split)
22:22simpoir has left IRC (simpoir!~simpoir@209.141.57.61, *.net *.split)
22:22SmallR2002 has left IRC (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net, *.net *.split)
22:22Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split)
22:22riddle has left IRC (riddle!riddle@us.yunix.net, *.net *.split)
22:22sutula has left IRC (sutula!sutula@nat/hp/x-mwynsulrjyobnkqp, *.net *.split)
22:22alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, *.net *.split)
22:22monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, *.net *.split)
22:22digitalirony has left IRC (digitalirony!~digitalir@my.ass.looks.just.like.your-face.info, *.net *.split)
22:22ChadLepto has left IRC (ChadLepto!~clepto@67.50.16.66, *.net *.split)
22:22leio has left IRC (leio!~leio@gentoo/developer/leio, *.net *.split)
22:22sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, *.net *.split)
22:22gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split)
22:22sunweave1 has left IRC (sunweave1!~mike@fylgja.das-netzwerkteam.de, *.net *.split)
22:22dberkholz has left IRC (dberkholz!~dberkholz@gentoo/developer/dberkholz, *.net *.split)
22:22[GuS] has left IRC ([GuS]!~gustavo@unaffiliated/gus/x-663402, *.net *.split)
22:22sep has left IRC (sep!~sep@40.211.jostedal.no, *.net *.split)
22:22knipwim has left IRC (knipwim!~wim@ip4da83870.direct-adsl.nl, *.net *.split)
22:22ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split)
22:22Patina has left IRC (Patina!~tomas@1385158770.dhcp.dbnet.dk, *.net *.split)
22:22Tatanka__ has left IRC (Tatanka__!~tim@revue.vtk.be, *.net *.split)
22:22laurense has left IRC (laurense!~laurens@nerd-herd.nl, *.net *.split)
22:22Joanet has left IRC (Joanet!547c4106@gateway/web/freenode/ip.84.124.65.6, *.net *.split)
22:22imox has left IRC (imox!~imox@24-134-17-195-dynip.superkabel.de, *.net *.split)
22:22freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, *.net *.split)
22:22Epeli has left IRC (Epeli!epeli@melmacian.net, *.net *.split)
22:22|Paradox| has left IRC (|Paradox|!iamparadox@c-71-206-130-134.hsd1.va.comcast.net, *.net *.split)
22:22JesseC has left IRC (JesseC!~Chumba@wsip-98-175-20-126.br.br.cox.net, *.net *.split)
22:22lotharn has left IRC (lotharn!~taco@24.154.55.32, *.net *.split)
22:22stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split)
22:22lupine has left IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152, *.net *.split)
23:02sepski has joined IRC (sepski!~sep@40.211.jostedal.no)
23:02muppis has joined IRC (muppis!muppis@viuhka.fi)
23:02imox has joined IRC (imox!~imox@24-134-17-195-dynip.superkabel.de)
23:02lotharn has joined IRC (lotharn!~taco@24.154.55.32)
23:02dberkholz has joined IRC (dberkholz!~dberkholz@gentoo/developer/dberkholz)
23:02Enslaver has joined IRC (Enslaver!~Enslaver@fedora/Enslaver)
23:02vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
23:02cyberorg_ has joined IRC (cyberorg_!~cyberorg@opensuse/member/Cyberorg)
23:02telex has joined IRC (telex!~telex@freeshell.de)
23:02yalu has joined IRC (yalu!~yalu@109.134.158.195)
23:02||cw has joined IRC (||cw!~chris@phpgroupware/cw)
23:02stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber)
23:02FrozenZi1 has joined IRC (FrozenZi1!pbrown@evo.paivola.fi)
23:02sunweave1 has joined IRC (sunweave1!~mike@fylgja.das-netzwerkteam.de)
23:02zend_ has joined IRC (zend_!~quassel@217.76.192.217)
23:02lupine has joined IRC (lupine!~lupine@unaffiliated/lupine-85/x-7392152)
23:02[GuS] has joined IRC ([GuS]!~gustavo@unaffiliated/gus/x-663402)
23:02evil_root has joined IRC (evil_root!~taylor@76.75.3.174)
23:02Mava has joined IRC (Mava!~Mava@ip-45-201.dhcp.opintanner.fi)
23:02Joanet has joined IRC (Joanet!547c4106@gateway/web/freenode/ip.84.124.65.6)
23:02shawnp0wers has joined IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers)
23:02work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr)
23:02awilliams has joined IRC (awilliams!~awilliams@unaffiliated/mistik1)
23:02alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47)
23:02map7 has joined IRC (map7!~map7@teksup41.lnk.telstra.net)
23:02monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net)
23:02digitalirony has joined IRC (digitalirony!~digitalir@my.ass.looks.just.like.your-face.info)
23:02vector has joined IRC (vector!~vector@host-44-180-230-24.midco.net)
23:02Epeli has joined IRC (Epeli!epeli@melmacian.net)
23:02|Paradox| has joined IRC (|Paradox|!iamparadox@c-71-206-130-134.hsd1.va.comcast.net)
23:02F-GT has joined IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net)
23:02ChadLepto has joined IRC (ChadLepto!~clepto@67.50.16.66)
23:02lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net)
23:02JesseC has joined IRC (JesseC!~Chumba@wsip-98-175-20-126.br.br.cox.net)
23:02leio has joined IRC (leio!~leio@gentoo/developer/leio)
23:02mgariepy has joined IRC (mgariepy!mgariepy@ubuntu/member/mgariepy)
23:02sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca)
23:02Hyperbyte has joined IRC (Hyperbyte!jan@middelkoop.cc)
23:02lee has joined IRC (lee!~lee@loathe.ms)
23:02spectra has joined IRC (spectra!~spectra@debian/developer/spectra)
23:02yanu_ has joined IRC (yanu_!~yanu@178-117-230-250.access.telenet.be)
23:02NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es)
23:02ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de)
23:02knipwim has joined IRC (knipwim!~wim@ip4da83870.direct-adsl.nl)
23:02pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme)
23:02zamba has joined IRC (zamba!marius@flage.org)
23:02simpoir has joined IRC (simpoir!~simpoir@209.141.57.61)
23:02gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
23:02Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151)
23:02Lumiere has joined IRC (Lumiere!~jstraw@unaffiliated/jstraw)
23:02unkmar has joined IRC (unkmar!~unkmar@host-68-169-152-128.AMNOLT1.epbfi.com)
23:02Patina has joined IRC (Patina!~tomas@1385158770.dhcp.dbnet.dk)
23:02SmallR2002 has joined IRC (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net)
23:02mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-196.lightspeed.mdldtx.sbcglobal.net)
23:02riddle has joined IRC (riddle!riddle@us.yunix.net)
23:02highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage)
23:02sutula has joined IRC (sutula!sutula@nat/hp/x-mwynsulrjyobnkqp)
23:02Tatanka__ has joined IRC (Tatanka__!~tim@revue.vtk.be)
23:02laurense has joined IRC (laurense!~laurens@nerd-herd.nl)
23:24imox has left IRC (imox!~imox@24-134-17-195-dynip.superkabel.de, Quit: imox)
23:37MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.37.229)
23:43MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.37.229, Ping timeout: 252 seconds)
23:46MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.37.229)
23:52MonkWitDaFunk has left IRC (MonkWitDaFunk!~yaaic@24.114.37.229, Ping timeout: 252 seconds)
23:55adrianorg has joined IRC (adrianorg!~adrianorg@187.113.247.178)
23:56MonkWitDaFunk has joined IRC (MonkWitDaFunk!~yaaic@24.114.37.229)