[12:09] ogra: I found the problem [12:09] ogra: there is a wrapper script. I just isn't installed into the deb [12:10] gah [12:10] my mistake then [12:11] ogra: but there needs to be some symlinks (it expects everything in /usr/lib/squeak/ and we install in /usr/share/squeak/) [12:11] just change the script ? i dont think its upstream ... [12:12] my packages were based on some guadalinex sourcepackages ... [12:13] apparently the script is pretty popular [12:15] but why should we add unecessary symlinks ? [12:15] change the location of the target then ? [12:16] i.e. lets just install to /usr/lib ... [12:16] just a sec, I think the script is created by ./configure so I'm not entirely sure how to switch it [12:16] ogra: we could do that too === Seveas [n=seveas@ubuntu/member/seveas] has joined #edubuntu [12:17] if there is no policy violation through installing to /usr/lib ... (which i doubt) ... [12:29] ogra: initsqueak is created by ./configure so I think it would be better to symlink or change install targets [12:31] lets change targets then [12:32] there is no danger that we clash with debian any day before apple is broke [12:32] lol [12:33] and i think the upstream code didnt change since ages, did it ? [12:33] I don't think so [12:33] but now I got #squeak arguing about inisqueak so... [12:34] heh [12:34] see inisqueak is ok from CLI [12:34] but as far as putting something in the menu, it isn't so good [12:35] somebody over there has a little zenity script but I'm not sure if that is a great solution either [12:35] it needs to check if the user has a writable image ... if so, it should start the vm ... if not, it should create a default image ... [12:35] doesnt it do that ? [12:35] why should zenity be needed ? [12:36] it copies the default image to `pwd` if one isn't found [12:36] i dont see any need for user interaction ... [12:36] what would `pwd` be for a menu item? [12:36] and i dont see why we shouldnt be able to run it from a .desktop file [12:37] cd ~ && inisqueak ? [12:37] yeah, that was just what was suggested in #squeak [12:37] but i think you can make it a lot more elegant ... [12:37] is a .desktop file installed? [12:38] I didn't see one offhand [12:38] iirc there is an option in the xdg spec for the working dir [12:38] it should at least be in the source [12:39] ok, so here is what I'll do. I'll fix the targets to put .changes .image and .sources in /usr/lib/squeak and then make sure a .desktop is installed that runs inisqueak [12:43] ogra: I think Path might work in the .desktop [12:46] I think I can also get rid of /etc/alternatives stuff in squeak-image since alternatives are essentially handles by inisqueak === caravena [n=caravena@200.72.20.130] has joined #edubuntu === ogra_ [n=ogra@p5089D827.dip.t-dialin.net] has joined #edubuntu === arkan0x [n=arkan0x@pc-220-72-214-201.cm.vtr.net] has joined #edubuntu === bimberi [n=bimberi@pdpc/supporter/active/bimberi] has joined #edubuntu === iGotNoTime [n=joshua@cpe-65-189-240-199.woh.res.rr.com] has joined #edubuntu [01:29] ogra are you here? [01:30] I just was at this page: https://wiki.edubuntu.org/EdubuntuWiki and at the bottom it says.... [01:30] Edubuntu 5.10 ogra is the lead person [01:31] I feel so bad about asking for so much help from someone sooooo far ahead of what I could ever do with Linux, just wanted to say I appreciate the help you gave me and the time [01:31] thats been an old spec [01:31] just a thank you :) [01:31] i should just lead the development on it ... [01:31] :) [01:32] actually i didnt know that page still exists :) [01:32] yeah it was the main :D [01:32] it was the frontpage when we started and had a separate wiki [01:34] oh, its still linked as the frontpage from the website :) i didnt know that [01:35] honored you are :D [01:37] I have a suggestion... It took me forever to find how to add a "start-up program", maybe that could be in it's own menu dialogue rather than under sessions? [01:38] Unless you are looking to avoid the Windows feel :P [01:38] just a suggestion from a guy with XP still very fresh in his head :) [01:39] there is an easier way :) [01:39] just save your session ... [01:39] (alt-f2 and type gnome-session-save) [01:40] I am scared how much temp space it would take to do that :) [01:40] it will then start up whats currently running [01:40] none at all [01:40] I never reboot anyway, just a thought for those who do [01:40] that's very cool :) [01:41] it just saves a list of the currently running programs and their open files ... [01:41] and restores the session to match that list [01:41] I do actually save session on my laptop, but I have issues with it so I don't use now [01:41] the fan does not work with edubuntu LOL [01:41] I could cook eggs on it [01:42] whats that for a laptop ? [01:42] Averatec 3200 series [01:42] I think 3250 [01:42] amd64 ? [01:42] no big deal, I just run it for no more than 10 minutes these days because of it :) [01:42] or i386 [01:43] it is AMD but I don't know what chip [01:43] but its clearly a bug ... [01:43] could just be my brand [01:43] I am not blaming edubuntu :) [01:43] unless you have an amd64 and run the i386 version on it [01:43] blame edubuntu ... [01:43] edubuntu is too cute to blame for anything bad :D [01:44] its supposed to work and should be fixed :) [01:44] I had a nightmare experience with CentOS a couple weeks ago [01:44] completely crashed my bios [01:44] had to buy a new motherboard [01:44] how that ? [01:44] I don't know [01:45] I never would have thought a distro could do anything like that [01:45] I always had to flash my bios before [01:45] couldn't re-flash this one because bios is not public yet [01:45] so here it sits [01:45] they said in IRC they have seen it before [01:46] crazy [01:46] anyway I am back to the wiki :) [01:46] have a great night :) [01:55] night :) [01:58] ogra: ok, I actually found a shell script from Lex Spoon that does exactly what we want [01:58] cool [01:58] did you get my last messages before my line dropped ? [01:59] iirc there is an option in the xdg spec for the working dir [01:59] it should at least be in the source [01:59] the .desktop file is in the linex dir in squeak-vm [01:59] yeah, I found the .desktop [01:59] there is also an inisqueak (called just squeak) [01:59] but inisqueak is interactive so it put me in an infinite loop :-) [02:00] sadly its spanish ... [02:00] and my spanish is nonexistent :) [02:00] but this script I found really does the same thing but better, for now [02:00] yep [02:00] the linex one is pretty evil [02:01] ensuredir() [02:01] { [02:01] if [ ! -d "${1}" ] ; then [02:01] if mkdir "${1}" ; then [02:01] echo squeak: Creado ${1} [02:01] if [ -d $GNOME_DESKTOP ] ; then [02:01] cp /usr/share/applications/squeak.desktop $GNOME_DESKTOP/ [02:01] fi [02:01] else [02:01] echo squeak: No se ha podido crear ${1}! [02:01] fi [02:01] fi [02:01] the inisqueak script is good for installing multiple versions because it asks you which .image you want to install [02:01] } [02:01] it copies the .desktop file on your desktop if its not there yet ... [02:02] if you delete it and start suqeak, it will reappear [02:03] ok, so to make squeak working we can install this script to /usr/bin/squeak and have squeak-image [02:04] yep [02:04] ok, I'll have it done shortly [02:19] I have a noob question.... some programs start in usr/bin/ and some start from usr/share/ [02:19] what's the difference? [02:21] For example Gdesklets is in /usr/bin/ yet Asterisk is in /usr/share/ [02:22] oops just double-checking I meant sbin not share :P [02:23] /share are alot of stuf data for the programs, normaly the executable should be in /usr/bin [02:23] sbin if system task, a normal user would need them, sudo or root does use them [02:24] ok [02:24] a normal user would not need them :P [02:24] bad typo :) [02:24] so more like system utilities and such? [02:24] yup [02:25] ok === C-O-L-T [n=icechat5@193.231.163.10] has joined #edubuntu === HedgeMag1 [n=me@c-24-18-107-23.hsd1.wa.comcast.net] has joined #edubuntu === HedgeMage [i=me@freenode/staff/HedgeMage] has joined #edubuntu === P3L|C4N0 [n=gcamposm@201.230.101.223] has joined #edubuntu === HedgeMage [i=me@freenode/staff/HedgeMage] has joined #edubuntu === arkan0x [n=arkan0x@pc-220-72-214-201.cm.vtr.net] has joined #edubuntu === bimberi [n=bimberi@pdpc/supporter/active/bimberi] has joined #edubuntu === arkan0x [n=arkan0x@pc-220-72-214-201.cm.vtr.net] has joined #edubuntu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === sankarshan [n=sankarsh@220.227.211.249] has joined #edubuntu === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #edubuntu === bimberi_ [n=bimberi@pdpc/supporter/active/bimberi] has joined #edubuntu === ulinskie [n=yolynne@202.57.88.34] has joined #edubuntu [08:13] Anyone know the TFTP default root directory in edubuntu? === highvoltage [n=Jono@196.36.161.235] has joined #edubuntu === mode/#edubuntu [+o highvoltage] by ChanServ === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #edubuntu === spacey [n=herman@ubuntu/member/spacey] has joined #edubuntu === JaneW [n=JaneW@dsl-146-178-247.telkomadsl.co.za] has joined #edubuntu [09:48] Here's a feature we DON'T need for Edubuntu http://www.boreme.com/boreme/funny-2002/paperclip-p1.php [09:48] http://www.nongnu.org/pyscitrivia/howto.html [09:48] hmm, looks nifty [09:49] too bad it needs pygame === vandenoever [n=jos@146.107.217.112] has joined #edubuntu [09:53] hello, yesterday i posted a msg to the mailing list [09:53] it's awaiting moderation [09:53] does that usually take long? [09:54] JaneW: it might be smart to register edubuntu.com [09:54] oh, wait, nev mind [09:57] ogra: you awake? === jane_ [n=JaneW@dsl-146-178-247.telkomadsl.co.za] has joined #edubuntu === jamey2 [n=jamey@82-37-128-102.cable.ubr01.telf.blueyonder.co.uk] has joined #edubuntu [10:01] my college is interested in setting up an edubuntu/ubuntu network, can someone please advise me on a few things? [10:01] jamey2: shoot. I might be able to answer [10:02] thanks [10:02] ok, well our first worry is how the servers will work... how do multiple servers work together, and what sort of spec will we need? === spacey [n=herman@ubuntu/member/spacey] has joined #edubuntu [10:03] jamey2: there are a number of ways, but I understand quite well. I am not the expert on this [10:03] i've been reading on the wikis, it seems they recommend a base of 256 mb + about 50 mb per client [10:03] but then other sites recommend varying amounts of RAM per client [10:03] what do you think? [10:04] edubunt is a little bit heavier than some other ltsp, from what I understand [10:04] ah ok, i see [10:04] I think our recommendation is 128 per client [10:04] woah [10:04] let me just find [10:05] right... that means 256 + (128 * 250)... 32256 mb [10:05] ok [10:06] ok, Edubuntu documentation is a mess [10:06] yeah it's a bit disorganized [10:06] jamey2: anyway, what other questions did you have? [10:06] how do the servers work together? [10:07] i've searched a while but can't find much on multiple servers under ltsp/*ubuntu [10:08] I believe it is possible, but to be honest, I am not certain how, nor can I point you at a doc === sankarshan [n=sankarsh@220.227.211.249] has joined #edubuntu [10:08] ok thanks anyway [10:09] i do have another question: how do you find edubuntu for education in general? [10:09] good and getting better [10:10] great [10:10] the current stable release is first release, with a few kinks [10:10] brill [10:10] s/is/is a [10:10] our next stable release is on July 1st [10:10] this next release will be supported for 3 years [10:11] Burgundavia, we're not clear about that yet for edubuntu . [10:11] ogra: oh? [10:11] since we say server distros are supported 5 years [10:11] ah [10:11] and edubuntu defaults to a server install [10:11] ogra, do you have in idea about multiple server configs? [10:11] but its not a classic server [10:12] no [10:12] effectively, that would mean supporting gnome for 5 years [10:12] jamey2, you maen clustering like openmosix etc ? [10:12] um, not exactly [10:12] i've read on a few pages that you can simply have multiple ltsp/edubuntu servers which spread the load [10:12] just a bootserver and an appserver then ? [10:12] ah yeah [10:13] well i thought one would be the file server, the rest app servers or something? [10:13] we use simple ssh tunnels to forward the display, so every machine with a ssh server and some kind of desktop installed can be a server [10:14] you could then also split out the booting to a separate server (which likely makes no sense) [10:14] and add a nfs server with home dirs [10:14] i see [10:16] in principle you can split ltsp into one server per task if you really want that [10:17] for real clustering you should talk to neuralis, he experimented a lot with openssi [10:17] he's usually in #ltsp [10:17] i'm talking to him now :) [10:17] oh, i see [10:17] heh [10:18] sorry for sounding so naive, but what i meant is... [10:18] wasnt in that tab today yet :) [10:18] ogra: have we ever considered pygame? [10:18] Burgundavia, dont we ship it in the ubuntu default install already ? [10:18] we have a large college with 250 machines spread out over a large area but all on the same subnet. we want any student to be able to login from any terminal and get their home dir /apps [10:18] ogra: universe [10:19] ah [10:19] so would a nfs server with the home dirs work, and does edubuntu/ltsp deal with this config? [10:19] most likely nobody stepped up to support it for main yet ... [10:19] sorry for all the questions [10:19] ogra: it would mean pulling more of sdl in [10:19] not out of the box, you'll need some tweaking [10:20] Burgundavia, yep ... i doubt pitti would be happy [10:20] but it shouldnt be to hard to achieve that [10:20] jamey2: no questions means nobody is using edubuntu, so questions are good :) [10:20] (i.e. likely only an entry in the clients fstab) [10:21] since i'm currently the walking documentation for ubuntu ltsp (dont let me get hit by a bus) ... go and ask ;) [10:21] s/go/go on/ [10:22] https://wiki.ubuntu.com/PythonEduLab <-- lets make pitti tear his hair out for dapper+1 :) [10:23] the title sounds suspicious like a jelkner thing ... === ogra looks [10:23] it is [10:24] ogra: does nexenta contain all the packages that ubuntu does [10:24] lol [10:24] ? [10:24] highvoltage: mostly [10:24] (hi, btw) [10:24] highvoltage, i'd guess so, yes [10:24] as far as they compile [10:24] Burgundavia: would you be able to do a apt-get install edubuntu-desktop in nexenta? [10:24] highvoltage: don't know if they do the meta packages [10:24] highvoltage, you would if they did :) [10:25] ogra: what do you mean? [10:25] wxwidgets, pygame, sdl, where does the crack stop? [10:25] Burgundavia, ask jelkner :) === jamey2 [n=jamey@82-37-128-102.cable.ubr01.telf.blueyonder.co.uk] has left #edubuntu ["Leaving"] [10:25] Burgundavia: hollywood, baby [10:26] highvoltage, you would be able to install edubuntu on nexenta if they would build it [10:26] ok. [10:26] we'll have our own sparc port soon, then ltsp will work on sparc and we'll have edubuntu on sparc ... [10:26] (dapper+1) [10:28] is sparc going official for dapper+1? [10:29] i think so ... [10:29] but there is nothing final yet === ogra goes to read his mail backlog [10:29] I should be in Germany in July, so we can chat more then [10:33] i'm not sure if *i* am in germany in july ... [10:33] why not? [10:33] we'll pretty sure not have our conference her [10:33] e [10:33] oh [10:33] while silly people are kicking around a silly black and white ball? [10:33] soccer championship starts mid june [10:34] i rather hide from that :) [10:35] it is a real shame that schoolforge is basically dead [10:41] :( [10:42] as is seul/edu [10:42] in fact, I think the most active educational stuff in Linux has been centered around ltsp [10:43] mhz had some educational content ideas as well [10:43] but i didn't read anything about it after he proposed it [10:43] I wish I had more time in the day [10:43] yeah [10:44] or my lifespan would be longer [10:44] or need less sleep :P [10:44] no time !:P === pips1 [n=philipp@68.15.62.81.cust.bluewin.ch] has joined #edubuntu [10:49] Burgundavia: that's not a silly black and white ball :P [10:49] trying to hit a puck with a stick is much sillier :P [10:50] I was arguing about a silly b/w ball, nothing to do with another silly sport involving a puck [10:51] Burgundavia, schoolforge dead ? [10:51] what makes you think that ? [10:52] ogra: the app list is barely maintained and hideous [10:52] well 3/4 of the world beg to differ on the b/w ball heh [10:52] only because it takes less equipment to play [10:52] Burgundavia, that might be true, but schoolforge itself was at least alive in january [10:52] (i met one of the guys at a conference) [10:53] which conference? [10:53] a thin from the EU [10:53] *thing [10:53] http://www.schoolforge.net/ <-- this schoolforge? [10:53] yes [10:53] guys, we have been asked what text we would like on the edubuntu CD covers...? [10:54] oh, do we ? [10:54] :) [10:54] with a dragon yin yang tatoo [10:54] "this computer will cause your teacher to be happy. Use with caution" [10:54] JaneW: what about updating the text that were on the old covers? [10:54] if anyone is fond of helping to test flight-6, its due for today [10:55] ohhh [10:55] should i grab an image? [10:55] kewl [10:55] yeah, grab it :) === jsgotangco looks for amd64 [10:56] ogra, there is http://www.schoolforge.net/ and http://schoolforge.org.uk/ . The latter is maintained by John Ingleby who we met in London :-) [10:56] shold i get the currend daily? [10:56] pips1: the former is still active, but appears to be US oriented [10:56] pips1, ahh, then i muddled them [10:57] Burgundavia, i meant .co.uk [10:57] org.uk ;-) [10:57] err, yes === ogra sometimes wonders if its not enough to drive on the wrong side of the road and have wrongly sized wrenches ... [10:58] do they also need their own namespace on the internt ? === jsgotangco grabs amd64 daily for edubuntu [10:59] we had this for the CDs before (unofficial) https://wiki.edubuntu.org/EdubuntuCdLabelAndSlip [10:59] well, good night. I need to sleep [11:00] night Burgundavia [11:00] JaneW, we should adjust that a bit, but i think its still fine [11:01] ogra: I think so too [11:02] ogra: think we should list some of the applications and uses? [11:02] night Burgundavia [11:02] probably the more obvious ones [11:03] JaneW, i woldnt ... the app selection slowly starts to differ between the arches due to our space problems [11:04] JaneW: there was another cd slip too, wasn't there? or was that Ubuntu [11:05] JaneW: i remember seeing a nice edubuntu one with a breezy badger on it [11:06] highvoltage: no that was never official or accepted [11:06] it was created by Sebastein Loss [11:07] he put a huge amount of effort in and I was a bit annoyed that none of his stuff was used [11:07] or even acknowledged as far as I know [11:09] i've always liked his stuff. i feel a bit bad that his stuff wan't used either, but as far as i can recall, it was just because no printed cd's were planned? [11:09] JaneW: i loved his design though [11:09] (still do) === vandenoever [n=jos@146.107.217.112] has left #edubuntu ["Konversation] [11:13] ok, i386 live seems good ... [11:13] crickey so i get to test amd64 for edubuntu flight 6 jeez [11:14] yeah [11:14] ok 1 hour to go [11:15] ogra: did you see silb's message for edubuntu artwork links? === bimberi [n=bimberi@pdpc/supporter/active/bimberi] has joined #edubuntu [11:17] ogra: is this the flight 6 cd? http://cdimage.ubuntu.com/edubuntu/daily/current/dapper-install-i386.iso [11:18] im getting the current as well [11:18] well that's the candidate for flight 6 [11:19] highvoltage, yep [11:19] live will likely se a rebuild to get the latest network-manager in [11:58] ogra, the header info still says MEETING: March 15 at 12:00 UTC instead of March 29 12:00 UTC ... also, I just realised that in Europe, we now have +2 hours off-set from UTC, because of daylight saving time... [11:59] feel free to chane :) [11:59] *change [11:59] the topic isnt locked [12:03] JaneW, according to silbs request, we'll likely have another text it seems [12:03] ogra: huh? [12:03] ogra: she sent me a mail asking for CD civer text, which I replied to [12:03] JaneW, see her last mail [12:04] ogra: now she wants install instructions [12:04] and min specs [12:04] yes [12:04] the'll fill the cover already [12:04] ogra: can you respond [12:04] to make sure it's correct [12:04] yep [12:04] thanks [12:04] be consise! [12:05] waiting for your reply to hit my inbox ... [12:05] meh, install CDs need a rebuild too [12:06] ogra: I'll fwd [12:06] the first mail didn;t have you CCed [12:06] ah, k [12:06] then it gets hard to check :) [12:10] JaneW, dont we also offer commercial support as well ? [12:11] ogra: er, I donlt know, not officially yet afaik [12:11] but I am sure we would/could if there was demand [12:12] we have a special http://www.ubuntu.com/support/supportoptions/paidsupport talks about "Cluster and Thin Client Support" [12:12] *special offer [12:15] oic === Rondom [n=Rondom@84.245.164.11] has joined #edubuntu === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #edubuntu === jsgotangco burning amd64 build atm [12:23] jsgotangco, the kbd-chooser changes were forgotten ... you might have probs installing with a non english keyboard [12:23] (there is a CD rebuild pending) [12:23] its ok i'll test it on an en_us keyboard [12:23] the only non-us keyboard i have here are my 2 laptops [12:23] and live is missing the latest artwork ... [12:24] oh not that much of an issue then [12:24] thanks to a rebuild of the complete KDE world ... [12:24] except the kbd [12:24] weee === Bluekujaa [n=jioker@host6-232.pool8714.interbusiness.it] has joined #edubuntu [01:45] jonathan? [01:48] **Reminder** Edubuntu meeting in #ubuntu-meeting in 12 mins [01:49] yeah i remember it :) [01:49] i will arrive 5 minutes later [01:49] ;) === Bluekujaa [n=jioker@host6-232.pool8714.interbusiness.it] has left #edubuntu [] [01:55] i'm here i'm here i'm here! [01:55] geez, traffic is dense, and i'm in time for the meeting :) [01:56] arent you using gprs anyway ? [01:56] you could do it from a traffic jam :) === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #edubuntu [01:57] ogra: i've used IRC on gprs from my laptop while driving before, it won't be the first :) [01:57] (although right now i'm at work with nice, free bandwidth) [01:57] heh === Yagisan [n=jamie@60-240-205-203.tpgi.com.au] has joined #edubuntu === Rondom_ [n=Rondom@87.193.20.242] has joined #edubuntu === highvoltage [n=Jono@196.36.161.235] has joined #edubuntu === mode/#edubuntu [+o highvoltage] by ChanServ === Pygi [n=mario@83-131-242-196.adsl.net.t-com.hr] has joined #edubuntu === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #edubuntu === trondm_gone is now known as trondm === bobulator [n=bob@host-87-75-129-152.bulldogdsl.com] has joined #edubuntu [03:04] afternoon, it's all gone a bit wrong. i did a fresh flight 5 install, and im getting 'Error 17: CAnnot mount selected partition' any ideas? === pips1 arrives back from #ubuntu-meeting [03:06] bobulator, looks like a BIOS issue, set the acess mode for your disk to LBA [03:08] ogra, hmm do you know what section thats in? i cant see it... brb [03:08] no idea ... anywhere in the HD settings of the BIOS [03:10] k [03:13] ogra, ah got it, LBA mode is on. just checking... i put GRUB on the main partition of the system drive (its not asked me that question before, incidentally). and it also says it cant read the filesystem type [03:14] err, you need to put GRUB into the MBR, unless you already have a bootloader === highvoltage thinks this is quite cool: http://www.debian-administration.org/articles/371 [03:15] wheres the MBR? [03:15] its jsut odd its not asked me where to put it before... === Seveas [n=seveas@ubuntu/member/seveas] has joined #edubuntu [03:19] where should i be installing grub then if not on the main partition? [03:19] bobulator: MBR is your master boot record [03:19] it's located at the beginning of the disk, it's where your bios looks for information about your bootloader [03:20] if your hard disk is /dev/sda, then specifying /dev/sda as your location to install grub will install it to MBR [03:20] ok... i think thats what i did though. [03:20] if you specify a partition, such as /dev/sda1, then it won't write to your MBR, which is useful for dual-booting. [03:20] maybe i did /dev/hde1, would that mess it up? [03:20] ahhhh [03:21] 'mess up' is perhaps a strong word [03:21] do you think thats my problem? im getting "Error 17: CAnnot mount selected partition" [03:21] you could chroot into your installation and do a 'sudo grub-install /dev/hde' and it could re-install it on MBR [03:21] and the grub thing was the only thing in the install process i was unsure of [03:22] i don't know, it's possible, though. [03:22] ok :) [03:22] hmm how can i chroot into a half installed system though? methinks i need to start again... argh [03:23] it wont let me ssh in anyway [03:23] highvoltage, pfft ... [03:23] " you could chroot into your installation and do a 'sudo grub-install /dev/hde' and it could re-install it on MBR" [03:23] the CD has a rescue mode ... [03:23] with an option to fix the grub install ;) [03:23] ah, right! sorry, i'm a bit old school. [03:23] ah ok :D [03:23] you just select it :) [03:23] thats the kind of answer i wanted ;) haha [03:24] bobulator: yes, use the nice, shiny rescue mode. [03:24] :) [03:24] the new install screen is pretty, btw [03:24] (needs testing as well :) ) [03:24] yeah theres some weird ggraphics glitch when it loads the progress bar, but i dont think it really matters... [03:26] bobulator: you have an intel extreme 2 display card? i've seen something similar to that before. [03:26] its an ati something something === inf0inf0 [n=mmirc@host138-46.pool8533.interbusiness.it] has joined #edubuntu [03:26] mack 64 II+ extra blah blah [03:27] ogra, hmm ok, its giving me a choice of devices to use as a root file system, and i have no idea which is which... its listing them as /dev/disk/ [03:27] wow, mach 64 is ancient [03:27] hmm ill double check when it boots [03:28] choose the MBR of your first disk ... [03:28] (not a partition) [03:28] the options are all in the form /discx /partx [03:29] so maybe /disc0/part1? [03:29] that sounds like a partition though [03:30] bobulator: what does your bios boot from? /dev/hda? [03:30] hde [03:31] bobulator: then i suggest you try /dev/hde [03:31] for some reason, even though its on IDE0 [03:31] thats not an option [03:31] what are your options? [03:31] the options are... /dev/disks/disc0/part1 part2 part5, and /dev/disks/disk1/part1 part2 part5, or dev/disks/disk2/part1 [03:32] oh god im being an idiot this is just asking me what i want to use as my rtoot file system [03:32] argh [03:32] hehe :) [03:33] hmm although, theres no option to reinstall grub if i do select one? [03:33] the options are... 'execute a shell in /dev/disks/...,' 'execute a shell in the installer environment', 'choose a diff root file system' [03:34] i don't know, let me boot from edubuntu CD and check... [03:34] cool :) === Pygi [n=mario@83-131-250-82.adsl.net.t-com.hr] has joined #edubuntu === neurogeek [n=neurogee@200.93.35.152] has joined #edubuntu [03:39] bobulator: did you choose "Re-install GRUB bootloader"? [03:39] you are then given a field where you can type in the device [03:41] there was no option for that [03:41] hmm [03:41] ill try again [03:41] if i go back a bit i can get to 'install the grub boot loader' but theres no 'reinstall' option [03:41] ill reset anwyay [03:44] highvoltage, yup ok, so the first option is what to use as a root file system, probably disc0/part1 right? === yvesC [n=yves@zenobi.ycombe.net] has joined #edubuntu [03:45] ahhhhh [03:45] ok the drives are back to front, that explains it [03:47] highvoltage, still doesnt work :p [03:48] :/ [03:48] is there any equivalant of df in grub so i can double check the disks? [03:48] alt-f2 [03:49] doesnt do antyhing? :S === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #edubuntu [03:51] gah, I am sick again :( [03:52] hey === JaneW is tired of feeling like crap [03:52] hey jsgotangco [03:52] you need ubuntu soup [03:52] JaneW: i hope everything is well on your side [03:52] I am half way through the mailing list mail to jdub and am stuck [03:52] do we want everyone subscribed to both? [03:52] err [03:52] you need another list? [03:52] ogra, highvoltage: maybe i should get the latest breezy install then update it manually? [03:53] I have had som many conflicting opinions and requests that I don't know anymore [03:54] JaneW: bah, no good :-/ [03:54] JaneW: i think we should get everyone who's currenlty on -devel on -users [03:54] JaneW, yes ! [03:54] so can I asked for e-devel + e-users and subscribe everyone to both and they can unsub at will? [03:54] JaneW: after that, people can subscribe/re-subscribe as they please [03:54] it's around 380 ppl [03:55] ctrl+c, ctrl+v :) [03:55] JaneW, we want them on both, quote me on that and send complaints to me [03:55] ok deal ! [03:55] :) [03:55] :) [03:55] :) [03:55] :) [03:56] ok, next i386 testinstall running [03:56] that really sucks, i had to cancel some appointments this afternoon, the CDs were ready this morning :( [03:56] ok sent [03:56] ogra: huh :-/ [03:57] but now it looks like another nightshift ... [03:57] :( [03:57] Pygi, shit happens === ogra hopes the live CD will finally be ready ... [03:58] ogra: what happened exactly? (except me and "my" patch ) ^_^ [03:58] you and your patch [03:58] and a bug in the kdb-chooser of the install Cd [03:58] o joy :'( [03:58] sorry for that ogra :-// [03:58] Pygi, its ok ... [03:59] nah, it's not really :-/ [03:59] would have been my first CD set where everything work flawless [03:59] it never happens :) [03:59] hmm [03:59] ogra: well for consolation, amd64 installed nicely [03:59] anyone seen mhz around lately? [03:59] ogra: yes, but this time It's my fault :-P [03:59] jsgotangco, what keymap ? [03:59] US [03:59] heh, ok [04:00] all others are buggy on your version :) [04:00] meh [04:00] the fix went in after you downloaded ... [04:00] it seems even n-m isn't working [04:01] jsgotangco: ok, what is the problem with n-m this time? [04:01] nope, and i dont understand the reason behind switching to 0.6.x on the current CD ... its known to be broken and in flux [04:02] ogra: actually, drivers and wpasupplicant is more broken that n-m itself === ogra would have stayed with 0.5 for this particular CD ... 0.5 worked reliable [04:02] help :( ive triple checked everything and i cant work out whats wrong at allll. im gonna install breezy and update unless anyone has any better ideas... [04:02] bobulator: what exactly is the problem? i have no scrollback === Pygi agrees with ogra, but this way we get more testing ... altought we will most probably convert to 0.6.2 :-/ [04:03] standard install off a flight 5 disk, and im getting 'error 17: cannot mount selected partition' [04:03] Pygi, but we already know its broken ... testing is pointless in that case [04:04] ogra: agreed :-/ [04:04] ogra: hopefully 0.6.2 is better [04:04] much better [04:04] ogra: we know the reason. All the pussies on the m-l and forums [04:05] pc mode ? [04:05] wasnt that CoC mode ? ;) [04:05] politically correct [04:05] Pygi, with all the effort you guys put into it, it would be a miracle if it wouldnt :) [04:06] ogra: bah ;) Everyone makes it's share of work ... that's why dapper will rock ;) [04:06] many viable alternatives, but people want to torture themselves [04:07] is there really enough time to properly test n-m 0.6 ? [04:08] we have until june 1st :) [04:08] jsgotangco, any better ideas or shall i do what i suggested? [04:08] and its ugly to revert versions [04:09] ogra: yup, true ;) now tell me the mail where I request UVF exception, preety please? ^_^ [04:09] Pygi, see the wikipage Kamion posted [04:09] Yagisan: we are working on that as much as we can... I haven't slept for 4 days :-P [04:09] taking about reverting versions, openoffice seems loads better than openoffice2 to me... [04:09] Pygi, sleep is for the weak [04:09] yes sleep is for the weak [04:09] or the week ? [04:10] yes, yes, very interesting indeed ^_^ [04:10] bobulator, thats not reverting versions :) [04:10] bobulator: hmmmm [04:10] that's going back to the past [04:10] bobulator, its just a new package name ... the version is different [04:10] Pygi: that's sort of my point. it is a lot of work. (and someone will whinge for 0.7 the moment you finish) [04:10] jsgotangco, nope, ooo switched the name upstream [04:11] eh? [04:11] they'll drop the 1.X line [04:11] oh goodie [04:11] Yagisan: hm, If I ever learned something while developing things, I learned that there is no such thing as "finished" [04:11] so the 2 isnt needed anymore in the package name [04:11] ahh [04:11] well it makes sense though [04:12] Pygi: sure there is. It's the moment you make a release. the you get a new task. === trondm is now known as trondm_gone [04:12] hmm gcc takes a while to build [04:12] Yagisan: you are wrong ^_^ release is not "finished" [04:12] wanna bet there are a lot that should have gone into release, fixed or something, and it isn't there? :P [04:12] if we would go that way, we would never have a release ;) [04:13] Pygi: pfft - of course a release is finished. It's I'm finished, no more is going in that version. [04:14] o joy, I don't consider that to be like that, but I'll let you be ;) [04:15] Pygi: I think your lack of sleep is affecting your sense of humor [04:15] Yagisan: agreed ;) [04:15] Pygi: have kids yet ? [04:16] sec pls, I'll be back ASAP [04:17] k, I am back [04:17] nah === Pygi is requesting UVF exception [04:19] JaneW: still here? [04:19] Pygi: yep [04:20] Pygi: 3 more days without sleep, and you are ready to deal with the sleep deprivation that comes with them [04:20] JaneW: do you want me to mail you log of meeting "tommorow" (at least for me), or you'll just look it up on that logs page? [04:20] Yagisan: lol ^_^ === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #edubuntu [04:21] mhz! [04:22] Yagisan: ! [04:22] whaz up? [04:25] mhz: cleaning up my deng repo [04:25] mhz: trying to ignore crying kids [04:25] mhz: yourself ? [04:27] finally, finding out some stuff regarding my 128 MB CF and getting some perspective to get at least money to pay one month rent :D [04:28] Pygi: yes please (re log) [04:28] mhz: hope it goes well for you. moneys tight here too now [04:28] Pygi: else I donlt mind looking it up either [04:29] Yagisan: the CF inserted to a PCMCIA adapter is recognized as a /dev/hdc in my case [04:29] JaneW: oki, I'll send the log to you once meeting is done ^_^ [04:29] Pygi: ty vm [04:29] JaneW: I hope we'll have some good decisions, and none bad ^_^ [04:29] Pygi: yes! [04:29] and it seems to me the CF may be damaged because it is not possible to mount it using the USB reader [04:30] JaneW: I suppose we are to update cookbook for version after dapper that are yet to come, right? [04:30] s/version/versions [04:31] Pygi: yes, as relevant [04:31] try to make it as generic as possible where you can, but obviously we'll have some version specifics [04:31] JaneW: kk, but first work on this one needs to be finished ^_^ We'll get it ready for dapper I believe [04:32] JaneW: yes, ofcourse ... we can't avoid some things that are "too version specific" [04:33] anyway, ogra, will you be reviewing the cookbook? ^_^ [04:33] that's nice to know that the cookbook is finally taking steam [04:34] jsgotangco: yes, after so much "standing period", it's good ;) [04:34] but a lot more work to be done remains ;) [04:34] Pygi, i plan to help writing it :) [04:34] my apologies I wasn't that much help this cycle [04:35] ogra: oh, thanks ^_^ Then I'll review your writing ^_^ === Pygi signs up to review what ogra writes for the cookbook ;) [04:35] jsgotangco: yes spacey and Pygi have taken the reigns [04:35] jsgotangco: and ably so it seems \o/ [04:35] :-P [04:36] Pygi, will be hard to review, there wont be any reference to check i'm not writing rubbish apart from the code of ltsp :) [04:36] so you'll have to check the scripts for all the options i write about :) [04:36] ogra: bah, I know you are no writing rubbish, no worries ;) but I believe we will have to check what other people write ... [04:37] ogra: that won't be a problem ... as long as it's not ruby or whitespace or some weirder language ;) [04:37] Pygi, i'd appreciate if someone reviews my writing ... [04:37] i tend to make a lot of errors in english ... [04:37] ogra: no worries ^_^ [04:37] ask JaneW about my grammar in the flight announcements :) [04:37] ruby isnt weird :P [04:37] Pygi, its shell and python [04:37] ogra: it is usually very good! [04:37] jsgotangco: but whitespace is :-P [04:38] hehe [04:38] ogra: ah, shell and python are ok ^_^ I can check that out, no probs :P [04:38] JaneW, i remember a very odd one where nobody got what i meant :) [04:38] ogra: heh [04:38] Pygi, its just that our ltsp is written from scratch, so all docs will be completely new ones ... [04:39] ogra: ah, no problem ... we'll manage it somehow ^_^ as we always did ;) [04:39] sure :) [04:40] ogra: but I must remember not to ask for patch inclusion anymore :-P, at least while we are in that freeze thingy ;) === vincenzio [n=vmarks@adsl-065-015-231-005.sip.rmo.bellsouth.net] has joined #edubuntu [04:41] Pygi, only during the days where we do milestone releases :) [04:41] edubuntu i386 install is gold btw [04:41] JaneW, ogra: Can we rename the cookbook to "How to cook Edubuntu" ? preety please? ^_^ [04:41] we can do everything we want, sure [04:42] :) [04:42] we are going to get a lot of bugs report if n-m 0.6.1 doesn't work for people on flight 6 [04:43] and we already had so much duplicates :-/ === Ju [n=Ju@c-24-126-231-240.hsd1.ca.comcast.net] has joined #edubuntu [04:47] ogra: have a few minutes? I need few lections of how "Main" and updating packages there works ^_^ [04:47] later, i'm a bit busy testing CDs now [04:47] Pygi: why? === Pygi got an answer from collin about UVF exception [04:48] ogra: ok, sorry ^_^ enjoy testing ;) [04:48] Pygi: Call it the Edubuntu Cookbook [04:48] and subtitle 'How to cook with Edubuntu' [04:48] JaneW: ah, ok :-P [04:48] Pygi: :) [04:50] joy. wpasupplicant fixed ;) === m4m4L0 [n=sh1t@200.44.135.14] has joined #edubuntu === m4m4L0 [n=sh1t@200.44.135.14] has left #edubuntu [] === yvesC [n=yves@lns-bzn-50f-81-56-207-189.adsl.proxad.net] has joined #edubuntu === Ju` [n=Ju@c-24-126-231-240.hsd1.ca.comcast.net] has joined #edubuntu === Ju` [n=Ju@c-24-126-231-240.hsd1.ca.comcast.net] has left #edubuntu ["Parti"] === Bluekujaa [n=jioker@host6-232.pool8714.interbusiness.it] has joined #edubuntu === Bluekujaa [n=jioker@host6-232.pool8714.interbusiness.it] has left #edubuntu [] === inf0inf0 [n=mmirc@host138-46.pool8533.interbusiness.it] has joined #edubuntu [06:30] ok, i reinstalled, upgraded and the server display still isn't working === bobulator cries === cbx33 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #edubuntu === axl000 [n=axl@93-51-89.adsl.terra.cl] has joined #edubuntu === Burgwork [n=corey@ubuntu/member/burgundavia] has joined #edubuntu === P3L|C4N0 [n=gcamposm@201.230.101.223] has joined #edubuntu === HedgeMage [i=me@freenode/staff/HedgeMage] has joined #edubuntu === Bluekuja [n=bluekuja@host235-236.pool8254.interbusiness.it] has joined #edubuntu === cbx33 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #edubuntu [07:39] Hi Bluekuja [07:41] hey man [07:41] :) [07:41] how are you? [07:42] yeh good you? [07:43] really good too [07:43] excellent === LaserJock [n=laserjoc@ubuntu/member/laserjock] has joined #edubuntu === zbyte32 [n=hi@cpe-66-75-238-203.san.res.rr.com] has joined #edubuntu === Yagisan [n=jamie@60-240-205-203.tpgi.com.au] has joined #edubuntu === lns [n=kid@adsl-69-109-210-153.dsl.pltn13.pacbell.net] has joined #edubuntu [08:38] Hey all [08:38] hi [08:39] I'm not sure if there's been a bug report filed already but are you aware of a bug in dapper with gnome-applets when you do an apt-get update && apt-get dist-upgrade? [08:39] thats fixed in edubuntu-artwork 0.1.0-20 === mhz is now known as mhz_BackIn15min [08:40] ok..just checking. =) thanks! [08:40] i guess you mean the gconf errors :) [08:40] yep [08:40] the line 56 file not found errors [08:41] https://launchpad.net/malone/bugs/37081 [08:41] in /usr/sbin/update-gconf-defaults [08:41] if yu see further errors with 0.1.0-20, feel free to reopen it :) [08:41] ok, for sure. =) [08:41] thanks :) [08:42] hey, thank YOU! =) [08:42] so [08:42] :) [08:42] I'm testing Dapper flight 5... got a couple qs === HedgeMage peeks in [08:42] shoot [08:42] i can't figure out where to change the default wm === ogra is just preparing flight-6 here :) [08:42] i'm sure ldm isn't finished yet [08:43] it is ... [08:43] oh ok [08:43] well i can't figure out where to change the default wm... i'm wanting to test out fluxbox since it is much less resource intensive than gnome [08:43] the default wm is selected systemwide through update-alternatives [08:43] you need to update the alternative for x-session-manager [08:44] ok, awesome [08:44] thank you [08:44] additionally ldm starts /etc/X11/Xsession ... which for example reads ~/.xsession [08:44] so either do it user based with that file, or system wide with the alternatives system === yvesC [n=yves@zenobi.ycombe.net] has joined #edubuntu [08:45] ok, jeez i never heard of update-alternatives. learn something new every day. =) [08:45] i'm working on a mode for ldm session selection and a config gui for the october release [08:45] http://people.ubuntu.com/~ogra/LTSPManager/ [08:46] nice! [08:46] oooooooooOOOOOOOOOOOOOOOO [08:46] looks awesome ogra [08:47] :) [08:47] so i'm sure this really isn't something that we can deal with easily, but what about the gfx rendering in tuxtyping / tuxmath and such? [08:48] they're barely useable in an ltsp env. :( [08:48] yep, but thats by design ... [08:48] the upstream developers need to rework that [08:48] yeah i agree [08:48] you cant fix it easily without conceptual changes [08:49] have you (or anyone) tested edubuntu/ltsp in a gigabit ethernet env? [08:49] with gigabit clients AND server that is [08:49] i'm not sure, i think highvoltage runs his servers with gigabit but the clients with 100M [08:50] k...that's gonna be my env. - gbit server and 100m clients [08:52] should work fine [08:53] yeah...ok dumb ltsp q: so there's 5 kids on 5 thin clients, all using openoffice [08:53] is the memory utilization on the server for 5 full openoffice process trees? [08:53] nope [08:53] or is it shared between them [08:54] ok [08:54] its partially shared and partially not .. [08:54] =) that makes me feel better though [08:54] but the bigger amount is the shared one [08:54] ok...good news again. =) i only have one client / server to test with so it's good to know it won't be that much worse with say, 10 clients probably [08:55] but i also need more than 512mb ram on the server. ;) === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #edubuntu === JaneW [n=JaneW@dsl-165-217-175.telkomadsl.co.za] has joined #edubuntu [09:07] k, just requested to join the edubuntu launchpad site ( https://launchpad.net/people/edubuntu/+join ). [09:08] I feel all involved now ;) === Yagisan is exhausted === Yagisan just did a complete license audit of a FLOSS project === lns congradulates Yagisan [09:10] Yagisan: wow!!11 [09:10] \o/ \o/ \o/ Yagisan [09:11] summary - project failed. not going in Ubuntu until cleaned up [09:11] Sock it to em! [09:16] ok off to test! [09:39] mhz, how is it going?? [09:40] neurogeek: hi === Pygi [n=mario@83-131-238-224.adsl.net.t-com.hr] has joined #edubuntu === mhz scratching head how to install m$xp into a non bootable media laptop === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #edubuntu === Sergi0 [n=serge@ip227-28-166-62.adsl.versatel.nl] has joined #edubuntu === Rondom [n=Rondom@87.193.18.149] has joined #edubuntu === axl000 [n=axl@93-51-89.adsl.terra.cl] has joined #edubuntu === spacey [n=herman@ubuntu/member/spacey] has joined #edubuntu === axl000 [n=axl@93-51-89.adsl.terra.cl] has joined #edubuntu === mhz is now known as mhz_BackIn10min === arkan0x [n=arkan0x@pc-220-72-214-201.cm.vtr.net] has joined #edubuntu === HedgeMage [i=me@freenode/staff/HedgeMage] has joined #edubuntu === Seveas [n=seveas@ubuntu/member/seveas] has joined #edubuntu === cbx33 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #edubuntu === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #edubuntu === harlock [n=harlock@151.56.117.86] has joined #edubuntu [11:14] hello [11:14] hi harlock [11:14] spacey: around? === axl000 [n=axl@93-51-89.adsl.terra.cl] has joined #edubuntu