=== andrupal [n=chatzill@user-12ld7dv.cable.mindspring.com] has joined #edubuntu [12:28] I'm setting up LTSP for the first time and I'm having login problems on the thin client. The server auth logs suggest the session was begun, but the client screen just goes black, then shows an X, then returns to the login screen. I've tried updating the SSH keys...does anyone know how to handle this? [12:29] andrupal..not sure..b ut i think ogra would direct you tyo .xseession-errors.. [12:29] Can you translate that into newbiespeak? [12:30] err..i think in the homedir of the perdson logging in there maay be a file by that name [12:30] that any better? [12:31] It seems the user directory is empty...is this normal? [12:32] even with ls -al? [12:32] ah [12:32] check perms too [12:33] I see "no session managers, no window managers, etc...aborting" [12:34] is this a server install? [12:34] you DO need a gui desktop [12:35] yes, server install. [12:35] forcing myself to learn command line...painful [12:35] woud you like to use edubuntu ubuntu kubuntu desktop..icewm? [12:35] any preference? [12:35] No preference [12:36] this being edubuntu..why not sudo apt-get install edubuntu-desktop. [12:36] I'm actually using ubuntu with ltsp installed [12:37] this won't matter will it? [12:37] no..i have deubuntu ubuntu and xubuntu on one machine.i use interchangeably [12:38] so you've pointed me to a GUI for the server...that's helpful! [12:39] you will havt to check with ofgra to see if there are any server-side permutations to make [12:39] when starting from a server install [12:39] for localdevices and sound to work [12:39] So the reason xsessions weren't working was because I had no GUI installed on the server? [12:40] i aim to please \0_ [12:40] Who is ofgra? [12:40] but im not always correct..someone usually corrects me [12:40] ogra put together aa lot of edubuntu [12:41] OK [12:41] with a little help from his friends [12:41] 8~) [12:41] Thanks for tolerating my ignorance...I'm two days into this world! [12:42] So I probably should have started with an edubuntu distro if I want to do LTSP in a snap? [12:42] welcome..i was there once meself [12:42] probably..but think what you will learn.. [12:43] you'll have to be sure you have all services [12:43] Yes...aiming to set up a whole school on ltsp...so I need to know all the inner workings of it eventually... [12:43] dhcp..tftp...nfs-kernel-server...portmap [12:43] andrupal, look me up if you like..that is what i do.. [12:44] and some of the things i say are true [12:44] How do I look you up? [12:45] here [12:45] or #ltsp [12:45] or cliebow at ltsp.org [12:46] OK...you're in Maine? [12:46] yeah [12:46] Beauty of a State. [12:46] im at scholl mon tiues wed [12:47] and on a bot thurs fri sat. [12:47] How is LTSP working out for you? [12:48] been great..Maine education is a mess..so im not progressing much [12:48] try New York City [12:49] yeah ill bet.. [12:49] I'm with a new school startup...trying to get them on board before they go down the Windows road [12:49] if you are using "challenged client machines 4.2 is nice [12:49] but ltsp5 is coming on quick [12:50] Got to run...be back later. Wish the wife were more tolerant of this hobby of mine...;) [12:50] heh,,..\ [12:50] best' [12:50] cheers === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #edubuntu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === effie_jayx [n=valles@ubuntu/member/effie-jayx] has joined #edubuntu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #edubuntu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #edubuntu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #edubuntu === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #edubuntu === merriam [n=merriam@85-211-245-180.dyn.gotadsl.co.uk] has joined #edubuntu === t94xr [n=x@60-234-134-174.bitstream.orcon.net.nz] has joined #edubuntu === t94xr [n=admin@60-234-134-174.bitstream.orcon.net.nz] has joined #edubuntu === n2diy [n=darryl@66.212.43.143] has joined #edubuntu === sbalneav [n=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #edubuntu [02:58] Evening all === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === effie_jayx [n=valles@ubuntu/member/effie-jayx] has joined #edubuntu [03:04] hi sbalneav [03:04] Hey LaserJock [03:04] So, I've completed about 1/2 the rewrite of ldm in C from python [03:04] How's it going up north, eh? [03:04] I'm logged in on it now. [03:05] awesome [03:05] Old ldm time on slow box: 40 seconds. [03:05] new ldm time: instantaneous. [03:05] really? [03:05] as soon as X starts up you get the login. [03:05] yep. === sbalneav does happy dance. [03:05] wow [03:05] lots more work to do. But it WORKS [03:06] Plus, it scripts the password session. [03:06] so, we'll be able to give error messages [03:06] handle expired passwords, [03:06] etc. [03:06] yeah, sweet [03:06] I'll be interesting to see the difference in lines of code [03:07] I've heard, in general, python code is 5-10 times fewer lines of code [03:09] sbalneav@edubuntu:~/ldm-0.1/src$ wc *.c *.h [03:09] 60 138 1105 greeter_iface.c [03:09] 308 722 6768 ldm.c [03:09] 228 584 4983 sshutils.c [03:09] 43 101 896 ldm.h [03:09] 639 1545 13752 total [03:09] sbalneav@edubuntu:~/ldm-0.1/src$ [03:09] I think the old ldm's about 150 lines. [03:09] By the time I'm done, I'll be up around 1500 lines, methinks. [03:09] yeah, so about 10 times [03:10] interesting [03:11] In Python, if you want to have a list, you just go l = ['foo', 'bar', 'baz'] [03:12] In C, youd have to alloc some mem, set up the pointers to the string, etc. [03:12] If you want to ADD to the list in python, l.append('Foople') [03:12] In C, that's a world of hurt [03:12] realloc the space [03:13] copy the stuff over, [03:13] add the new one, [03:13] etc. === jammcq [n=jam@c-69-244-142-116.hsd1.mi.comcast.net] has joined #edubuntu [03:18] sbalneav: yeah, I've been working on some C++ [03:18] and the memory/pointer stuff is killing me [03:19] but it's pretty darn fast [03:20] beam scottie up! === pauljw [n=paul@pool16.dial1-clec.newalb.win.net] has joined #edubuntu === jammcq [n=jam@c-69-244-142-116.hsd1.mi.comcast.net] has left #edubuntu [] [04:25] ehh, C++? [04:26] yeah? [04:26] if you're using C++, just #include [04:27] or do you mean any general structure containing strings? [04:27] I mean, there's a lot more for me to think about in C++ [04:27] yes, there's much more building of infrastructure, but it's more tolerable than C [04:27] but that could be just because I don't really get programming [04:27] [in terms of rapidly getting something off the ground] [04:28] python lets me just do things [04:28] yes, that's why most people enjoy Python [04:29] I keep reading C++ books, but it's still really difficult for me to read through real code [04:31] might be a shade easier if you understand some of the biggest differences between Python and C++ [04:31] Python is much less procedural than C++ [04:31] I was considering taking a class or something at the uni [04:32] but I'm not sure if that'd help if it's just the same stuff as in the books [04:32] depends how you're working through the books. [04:32] probably [04:33] I just read the thing and it makes sense [04:33] a typical C++ curriculum will pace you through syntax, data structures & algorithms, and so on [04:33] but then if I read real application code it doesn't make a ton of sense [04:33] ah, I see. [04:34] I recommend you start with a diagramming course at the uni, then. [04:34] doesn't have to be programming-based, although that helps [04:34] some art departments have really good ones [04:34] hmm, interesting [04:35] essentially, look at using visuals to create structure [04:35] then look at structures to create methods [04:35] methods have workflows [04:35] workflows have patterns [04:36] I don't know how strongly a visual person you are, but for some people it helps to see flowcharts, the programmatic extension being UML diagrams, etc. [04:37] a great many F/LOSS projects don't do this sort of documentation, unfortunately, but it's one of the first things we learned under Fred Brooks [04:39] interesting [04:41] I've not done UML diagrams before [04:42] but I can see where that might help me out === merriam [n=merriam@85-211-184-56.dyn.gotadsl.co.uk] has joined #edubuntu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === Meshezabeel [n=kevin@142-165-225-157.prna.hsdb.sasknet.sk.ca] has joined #edubuntu === jbrefort [n=jean@mar44-2-82-227-215-241.fbx.proxad.net] has joined #edubuntu [07:04] heya jbrefort [07:05] hi Meshezabeel === JohanSalim [i=G3b0ys@ip84-223.cbn.net.id] has joined #edubuntu === Kamping_Kaiser [n=kgoetz@gnewsense/friend/kgoetz] has joined #edubuntu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #edubuntu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === ltsp_homeserver [i=c2d75b04@gateway/web/cgi-irc/ircatwork.com/x-7f5de946258ff047] has joined #edubuntu [07:45] Hi, does anyne know if gigabit network for LTSP clients improves video framerate or are they still like slide shows ;) [07:47] i doubt it will improve anything [07:47] local video would hvae more impact === RichEd-2 [n=richard@dsl-245-139-170.telkomadsl.co.za] has joined #edubuntu [08:17] Do you know any howto's about installing local video support? [08:19] no === t94xr [n=admin@60-234-134-174.bitstream.orcon.net.nz] has joined #edubuntu === RichEd-2 is now known as RichEd [08:53] hi Kamping_Kaiser [08:53] hi RichEd [08:54] wet & rainy winter day in Cape Town ... [08:54] minor flooding ... [08:54] national public servant strike ... [08:55] is public service striking a good or bad thing? === juliux [n=juliux@ubuntu/member/juliux] has joined #edubuntu === Kamping_Kaiser is wasting his public holiday, and is going to regret it this week [08:58] Kamping_Kaiser: depends on teh public service [08:58] morning [09:00] hi juliux [09:02] Kamping_Kaiser: hospitals, schools, police = some nurses on strike preventing other nurses from working, schools interrupting exams ... tear gas, rubber bullets ... fun for all ... [09:03] hi Burgundavia & juliux [09:03] hey RichEd [09:04] RichEd, did you still know the project linux4afrika? [09:04] RichEd, wow, they do it properly in your country. [09:06] juliux: yep ... the main guy spoke to me via email a while ago, then I put him on to willvdl, and then oliver told me last week there was a program on german TV with them recommending ubuntu ? [09:06] RichEd, right [09:07] RichEd, and the german tv want to make an extra broadcast with them [09:07] RichEd, they want to show how they prepare there work in afrika in germany and then they want to show how it works in afrika [09:08] juliux: great ... what is the general "message" goodwill for assisting developement in Africa ? === willvdl [n=will@vc-196-207-41-253.3g.vodacom.co.za] has joined #edubuntu [09:08] RichEd, they not only send hardware to afrika, they also explain the people how to work with them === vmlintu [n=vmlintu@nblzone-240-143.nblnetworks.fi] has joined #edubuntu [09:10] willvdl: hey there ... see /msg for pasteback on the last few lines re linux4afrika [09:10] juliux: I wonder if they would consider including an insert / quote from Mark S ? [09:11] RichEd, why not [09:11] RichEd, the guy from the tv broadcaster is very friendly and helpful [09:11] RichEd, he is also an ubuntu user and he visit us the last two years on most expos in germany [09:11] juliux: if you can get some contact details to me, perhaps we can sort out some contact with our PRO people ... [09:12] RichEd, hey. I'm also very curious to see what level of training they do [09:12] Mark is "newsworthy" and can add the spin that this sort of situation of need is exactly why he put together a free operating system for human beings [09:13] RichEd, did you see the tv broadcast allready? [09:13] highvoltage: so are we going to get everyone here on facebook? heh [09:14] juliux: no ... but ogra mentioned it in #canonical last week [09:14] jsgotangco, ew [09:14] hahaha [09:14] jsgotangco: heh, seems like people are doing a good job of adding themselves :) [09:14] jsgotangco: but we could certaibly accelerate it [09:14] jsgotangco: I have yet to understand the point of facebook ... or myspace ... [09:15] social networks are an acquired taste but facebook has nifty apps [09:15] last.fm is the bomb [09:15] RichEd: why not ask JaneW? *grin* === RichEd considers that myspace is a device to use up my firefox memory and slow my notebook down by loading the world's largest, most useless, and most insecure web pages [09:16] and by insecure, I do not mean security [09:16] but with such lovely backgrounds [09:16] and shiny buttons === RichEd slaps willvdl with a wet facebook [09:16] RichEd, http://last.fm [09:16] it changed my life more than Compiz [09:16] haha === RichEd fetches a quote for jsgotangco from a conversation with JaneW only last week: [09:17] "G-Jane: yep, face book is the new crazy, where you been dude?" [09:17] merriam: living in the real world thanks [09:17] yep she's right, have you seen her facebook profile? [09:17] s/me/merriam [09:18] ( sorry about the autocomplete ) [09:18] jsgotangco: nope [09:19] i guess you haven't touched twitter or jaiku then? === RichEd denies touching either of those people at any time [09:20] willvdl: there's a last.fm app in facebook lol [09:21] urk [09:21] it has 68,000+ users haha [09:21] "Last.fm Music turns your Facebook 'favorite music' into a radio station." [09:22] ew [09:24] last.fm is brilliant though. it's social networking with an actual purpose [09:24] they just need a better interface [09:41] I prefer pandora, but YMMV [09:42] sucks for us outside the USA [09:42] haha === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === Rondom [n=Rondom@p57A970D8.dip.t-dialin.net] has joined #edubuntu === ogra [n=ogra@ubuntu/member/ogra] has joined #edubuntu === ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #edubuntu === migi [i=migi@nat/sun/x-c3e11e68e8428609] has joined #edubuntu === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === sc0tt_ [n=sc0tt@cpc1-stok5-0-0-cust150.bagu.cable.ntl.com] has joined #edubuntu === jinty [n=jinty@26.Red-83-49-48.dynamicIP.rima-tde.net] has joined #edubuntu === ogra [n=ogra@ubuntu/member/ogra] has joined #edubuntu === humbolto [n=elias@213-147-185-150.ADSL.ycn.com] has joined #edubuntu === a5benwillis [n=benwilli@72.159.132.4] has joined #edubuntu === willvdl [n=will@dsl-240-106-168.telkomadsl.co.za] has joined #edubuntu === edistar_ [n=root@ip503ddd09.speed.planet.nl] has joined #edubuntu === ludoRA [n=Ludovic@30.187.103-84.rev.gaoland.net] has joined #Edubuntu === cliebow_ [n=cliebow@smoothwallkludge.ellsworth-hs.ellsworth.k12.me.us] has joined #edubuntu === effie_jayx [n=valles@ubuntu/member/effie-jayx] has joined #edubuntu === pauljw [n=paul@pool170.dial1-clec.newalb.win.net] has joined #edubuntu === Mirrakor [n=michael@p57B2F5D7.dip.t-dialin.net] has joined #edubuntu === cbx33 [i=c2df514b@gateway/web/cgi-irc/linuxpreview.org/x-47e81c02fed5346e] has joined #edubuntu === bronze [n=Lester@c-24-62-225-133.hsd1.nh.comcast.net] has joined #edubuntu === SimonAnibal [n=sruiz@c-69-245-220-180.hsd1.in.comcast.net] has joined #edubuntu === gambler07 [n=chatzill@dD576777A.access.telenet.be] has joined #edubuntu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #edubuntu === RichEd collection -> 30 mins === ludoRA [n=Ludovic@30.187.103-84.rev.gaoland.net] has joined #Edubuntu === kalle [n=kalle@keymaster.ludvika.se] has joined #edubuntu === rockprincess [n=theresa@chello084112026078.6.11.vie.surfer.at] has joined #Edubuntu [04:06] hello all! [04:11] howdy, rockprincess, how are you today? [04:11] howdy Simon! I'm excellent indeed, how about yourself? [04:15] i've got some good and some bad news... === jack_wyt [n=jack@124.64.106.72] has joined #edubuntu === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #edubuntu [04:22] rockprincess, I'm doing well, what's your news? === administrateur [n=administ@81.23.38.62] has joined #edubuntu [04:26] Hi, I have some problems when printing from openoffice with duplex printer [04:27] SimonAnibal: good news are that today kicked off my last week at school, so it's time to get some feedback, pupils filled out my feedback sheets and most them thought it was a very good idea installing edubuntu at school. the bad news is that last week i installed edubuntu locally on a few machines at school, (i installed edgy) and then upgraded to feisty....but obviously there was a machine who failed to get all updates, so [04:27] i fetched them again today,...seemed to work quite well, and then when i restarted the gdm bootsplash was all cryptic with squares instead of letters....weird?! [04:33] SimonAnibal: I tried a few things, such as installing the german language-pack-de and installing localeconf and reconfiguring it... === administrateur is now known as frenchguy === mcksean [n=smckay@209.170.255.14] has joined #edubuntu === humbolto [n=elias@213-147-185-150.ADSL.ycn.com] has joined #edubuntu === meduxa [n=agustin@213.231.80.16.static.user.ono.com] has joined #edubuntu === nixternal_ [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #edubuntu === nixternal_ is now known as nixternal [05:55] anybody out there? [05:57] are there significant stability or performance benefits to upgrading to 7.04 (I'm currently running the LTS version)? === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #edubuntu === willvdl [n=will@dsl-240-106-168.telkomadsl.co.za] has joined #edubuntu [06:05] hi mcksean : 7.04 is quite an advancement from LTS [06:06] There are some new applications, and LTSP is vastly improved in speed & functionality. [06:23] Hi RichEd -- sounds good -- [06:24] RichEd -- have upgrades been successful for people? Or should I not bother and just do a clean install? === n2diy [n=darryl@66.212.43.14] has joined #edubuntu [07:12] to anyone...have you found upgrades to be successful or would you recommend a backup of user dirs and just doing a clean install? [07:35] highvoltage, howdy === wuzzy79 [i=wuzzy79@bas1-calgaryqa-1242360854.region2.highspeedunplugged.bell.ca] has joined #edubuntu [07:40] i installed the live boot onto a memory key, but i am having a hard time setting it boot only to run level 3, any ideas how i can get this done? === jinty_ [n=jinty@190.Red-83-54-65.dynamicIP.rima-tde.net] has joined #edubuntu [07:44] okie. outa here. see you tomorrow === willvdl [n=will@dsl-240-106-168.telkomadsl.co.za] has left #edubuntu ["Leaving"] === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #edubuntu === RichEd-1 [n=richard@dsl-245-139-170.telkomadsl.co.za] has joined #edubuntu === bdoin [n=coudoin@home.gcompris.net] has joined #edubuntu === highvoltage [n=highvolt@196.1.61.41] has joined #edubuntu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === Rondom [n=Rondom@p57A970D8.dip.t-dialin.net] has joined #edubuntu === Mirrakor [n=michael@p57B2F5D7.dip.t-dialin.net] has joined #edubuntu === humbolto [n=elias@213-147-185-150.ADSL.ycn.com] has joined #edubuntu === KatteKrab [n=kattekra@caffeine.cc.com.au] has joined #edubuntu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #edubuntu