[12:13] and I wanted to install ubuntu [12:13] that is a big problem. [12:13] hehe :) [12:13] previously I had windows [12:13] that's a good solution [12:13] yeah, Windows rocks! [12:13] meh [12:13] well I have a root partition that was setup [12:14] mhz: I meant ubuntu is a good solution :P [12:14] when I installed [12:14] basically I overwrote an ntfs partition [12:14] and that was fine [12:14] I also did the same with a logical partition that used to be ntfs [12:14] HedgeMage: yeah, i just could not resist the temptation :) [12:14] and this is uspposed to be mouned at /home/ === jmolmos [n=leo@pc-2-11-104-200.cm.vtr.net] has joined #edubuntu [12:15] cbx33: so, what is the issue? [12:15] jmolmos: holas [12:15] the problem is [12:15] it refuses to mount it at boot [12:15] even though I can mount it from a knoppix live [12:15] cbx33: is it in /etc/fstab? [12:15] and ubuntu obviously mounted it at some point because it creaed the default user there [12:15] yes it is in fstab [12:16] cbx33: do you have data in there? [12:16] if I try to mount manually I get mount: /dev/hdc7 already mounted or /home busy [12:16] are you saying / doesn't mount (i.e., the kernel panics), or are you saying that second [logical] partition isn't automounted? [12:16] the second logical drive will not mount [12:16] not even manually [12:16] I know it's not already mounted [12:16] oh, i see [12:16] holas mhz [12:16] and I know the directory isn't busy [12:16] what's the output from ``sudo fdisk -l /dev/hdc'' ? [12:17] it's there [12:17] jmolmos: en tu lugar de ingresar texto, escribe esto: /join #edubuntu-es (y presiona enter) [12:17] /dev/hdc7 2295 6118 30716248+ 83 Linux [12:17] hmmm [12:17] and ``mount |grep hdc7'' ? [12:17] and the output of mount? [12:18] it is not mounted [12:18] and its fstab line? [12:18] /dev/hdc7 /home ext2 defaults 0 1 [12:18] whoops [12:19] 2 for the last number [12:19] why not 0? [12:20] so I presume you're intending to have a separate /home? [12:20] yes [12:21] cbx33: and you say that only 'mount' output gives no mounted point for /home? [12:21] hmm, you /should/ be able to mount over another mountpoint [12:22] the extended partion has a tag of W95 Ext'd (LBA) [12:22] i think it was original extended with windows fdisk utility [12:22] on the off chance that it's your user being logged in, trying enabling root, logging in as root, making sure nothing is accessing /home (using lsof), and then mounting /dev/hdc7 [12:23] ok [12:23] good idea [12:23] how do i enable root again :p [12:23] never had to do it [12:23] passwd -l root [12:24] no [12:24] sudo -s [12:24] then passwd [12:24] or... [12:24] sudo passwd [12:24] I'm pretty sure you don't want to do what -l does semantically [12:24] ok [12:27] crimsun, same message exactly [12:27] and I confirmed nothing is accessing /home [12:28] as I said the funny thing is knoppix will mount it [12:28] and ubuntu obviously did mount it in the past because it wrote my user directory to it [12:28] does ``dmesg|tail'' offer any clues? [12:29] nope [12:29] nothing [12:29] how about strace -fF, then? [12:30] what does that do| [12:30] follow forks [12:30] so [12:30] strace -f mount ....... etc [12:31] ok lots of output [12:31] I'm gonna pipe to a file and pastebin [12:34] cbx33: my best tip woul be to boot from LiveCD (gentoo livecd is great and faster) and mount/umount the partition you have issues with [12:34] already done that [12:34] and once everything is ok, you edit fstab accordingly === LaserJock is now known as Laser_away [12:34] it works fine on live cd [12:34] but not in ubuntu [12:35] cbx33: yeah, but ubuntu live cd 'automount' stuff [12:35] it was the knopix live cd [12:35] i manually mounted it [12:35] same :) [12:35] and was able to read off of it [12:35] automounting usally works so magically that we never see issues [12:36] crimsun, http://pastebin.ca/79972 [12:36] mhz, it wasn't auto mounted [12:36] i manually mounted it with a simpke mount command [12:37] oh, and what if you edit your current fstab, comment the line about /hdc7 [12:37] and mount it manually again [12:37] same thing [12:37] I have manually pointed it to a diferent path [12:37] # [12:37] 4751 mount("/dev/hdc7", "/home", "ext2", MS_POSIXACL|MS_ACTIVE|MS_NOUSER|0xec0000, 0x8077b50) = -1 EBUSY (Device or resource busy) [12:38] line 164 in the pastebin [12:38] cbx33: and what is you format it again? [12:38] is = if === foxfire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu [12:38] I have already done that [12:38] removed the partition and recreated it === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === mhz scratches his head...why would MS_POSIXACL stuff appear? [12:40] it's the Device or resource busy that' bothering me [12:40] how can I check that [12:40] someone on a forum said something about libdevmapper doing something sometimes [12:40] i dunno [12:40] more troubling is the /sbin/mount.ext2 [12:40] we, um, don't have that. [12:40] y? [12:41] it does the same even if it's ext3 [12:41] it was that originally [12:41] it shouldn't even be looking for /sbin/mount.ext2 [12:41] but i recreated the partition in knoppix [12:41] which doesn't do ext3 [12:41] that's fine. [12:42] so any further things to check [12:42] it says it's busy [12:42] y? [12:43] hmmm [12:43] sec, let me try something. === mhz is not sure /hdc7 has been formted well [12:43] it was formatted by ubuntu install and had data on it [12:43] i had similar issues with CF cards [12:44] I have since re formatted with knoppix [12:44] thanks crimsun [12:45] ok, red herring (whew) [12:46] :( [12:46] it's supposed to look for /sbin/mount* first [12:46] ah ok [12:47] can you pastebin dmesg, too? [12:47] sure === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has left #edubuntu ["Leaving"] [12:48] http://pastebin.ca/79982 [12:49] [4294675.066000] hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 > hdc3 [12:50] # [12:50] [4294688.836000] Adding 3068372k swap on /dev/hdc5. Priority:-1 extents:1 across:3068372k [12:50] pics up swap ok too [12:51] is hdc1 your / ? [12:51] yes [12:51] i can try removing and recreating the partition again if you want [12:51] please [12:52] oh and I can quite happily mount hdc6 [12:52] it is the boot parition for the fedora install [12:52] if it's not a geometry issue, the only thing I can think of is some sort of attribute{,s} that prevent it being mounted? [12:53] just rebooting then I'll check flags etc [12:54] can someone give me a quick line for mke2fs to create the filesystem [12:56] mkfs.ext3 /dev/hdc7 [12:56] ok [12:56] something interesting here [12:57] it /should/ error [12:57] /dev/hdc7 is apprently in use by the system; will not make a filesystem here [12:57] right. [12:57] good/bad ? [12:57] consistent [12:57] well, it's bad, but at least it's consistent. [12:57] can you ``umount /dev/hdc7''? [12:58] not mounted [12:59] with -f ? [12:59] will probably complain about mtab [12:59] umount2: Invalid argument [12:59] umount: /dev/hdc7: not mounted [12:59] umount2 ? [12:59] i dunno [12:59] tha'ts what it says [12:59] um... [01:00] are you /positive/ the mount package is from Ubuntu? [01:00] yes [01:00] as positive as I can be [01:01] has mount changed since dapper was released [01:01] md5sum /bin/mount [01:01] what do you get? [01:01] 8a9e7dc69cea9add96b314449fcc03f2 /bin/mount [01:01] identical [01:02] is that enough proof? === cbx33 knows not [01:02] should be fine. [01:04] Google reveals only corner cases [01:04] rather unhelpful [01:04] i know [01:05] that's just odd, colour me puzzled [01:05] how about ``mount -o remount,rw /home'' ? [01:06] there's some strange kernel<->mount interaction here. [01:07] "EBUSY: Source is already mounted. Or, it cannot be remounted read-only, because it still holds files open for writing. Or, it cannot be mounted on target because target is still busy (it is the working directory of some task, the mount point of another device, has open files, etc.). Or, it could not be unmounted because it is busy." === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === mhz is now known as mhz_food [01:07] crimsun, on trying the mount -o line [01:08] mount: /home not mounted already, or bad option [01:08] ok, try replacing "defaults" with "noauto" in /etc/fstab for /home [01:09] reboot, log in as root, then mount /home [01:09] ok [01:13] crimsun, same message [01:14] and nothing's open on /home ? === bimberi [n=bimberi@ubuntu/member/pdpc.active.bimberi] has joined #edubuntu [01:14] that's odd, I'm stumped [01:14] nope [01:14] ok [01:14] #kubuntu [01:14] i just tried mounting with the -f option [01:15] and it mounted [01:15] argh, there was supposed to be a /j before that [01:15] but on closer inspection it didn't mount [01:15] mtab said it was mounted [01:15] but i created a dir [01:16] unmounted, which it complainedabout anyway [01:16] and the dir was still there [01:18] well I'm stumped too [01:18] my plan is to do the following [01:18] move the fedora boot partition out of the extended partition and to a nother parition on the disk with dd === bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #edubuntu [01:18] then remove that extended partition altogether [01:18] and recreate as necessary [01:18] make sense? [01:19] yep [01:20] it's just difficult cos the fedora parition is lvm [01:21] and so I have to modify the fstab cos the boot partition will have moved [01:21] but [01:21] oooh [01:21] no that's ok because [01:21] ah yes === cbx33 gets excited [01:23] gah [01:23] no free sectors === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu === mhz_food is now known as mhz === Laser_away is now known as LaserJock === LaserJock is now known as Laser_away === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === Laser_away is now known as LaserJock === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === bddebian [n=bdefrees@71.224.172.103] has joined #edubuntu [04:24] Heya === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #edubuntu === lucasvo [n=lucasvo@wservices.ch] has joined #edubuntu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #edubuntu === sankarshan [n=sankarsh@nat-pool-bos.redhat.com] has joined #edubuntu [05:20] good morning [05:48] hey guys i accidentally activated AliasVegas' membership without noticing she hasn't singed the CoC so I deactivated it first but left a message that will activate it again once the CoC is signed and just ping us in case to turn it on again, sorry for the CoC-up job =) [05:51] lol [05:51] @ the last bit [05:51] =) [06:26] yeah, I thought cbx33 was going to do that === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu [06:55] LaserJock: http://photos.jonathancarter.co.za/udsparis2006/800_PICT0325 [06:55] nice! [06:55] yeah [06:57] who says nerds don't have fun :-) === cbx33 [n=pete@ubuntu/member/cbx33] has joined #edubuntu === LaserJock is now known as Laser_away [07:04] hehe, good night cbx33 ;-) [07:04] nn Laser_away === yvesC [n=yves@zenobi.ycombe.net] has joined #edubuntu === bimberi_ [n=bimberi@ubuntu/member/pdpc.active.bimberi] has joined #edubuntu === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu === highvoltage [n=jono@196.36.161.235] has joined #edubuntu === guim [n=glederer@104.241-200-80.adsl-fix.skynet.be] has joined #edubuntu [09:04] hey highvoltage === RobinShepheard [n=robins@81.17.65.2] has joined #edubuntu [09:40] hey jsgotangco [10:13] highvoltage: hey, thanks for the pics [10:13] ive taken the liberty to add them in the wiki page === cbx33 [n=c2df514b@84-45-197-14.no-dns-yet.enta.net] has joined #edubuntu [10:19] mornin all [10:24] jsgotangco: thanks, i've been meaning to do that [10:24] morning cbx33 [10:24] those are nice pics you got a nice camera === jsgotangco loves looking at pictures [10:24] hi highvoltage [10:24] hi jsgotangco [10:24] cbx33: hey [10:25] cbx33 [10:25] cbx33: sorry i had to deactivate lisa's account...i just noticed that the CoC hasn't been signed yet, i kknow you understand [10:25] jsgotangco: fine [10:25] it was a good call, thanks for that jsgotangco [10:26] hello all [10:26] hey RobinShepheard [10:26] hey RobinShepheard [10:27] how is everybody?? [10:27] yeh good [10:28] sweet, any news on BETT?? [10:28] not yet [10:28] have to really wait for richardW to start === pygi [n=pygi@83-131-253-223.adsl.net.t-com.hr] has joined #edubuntu [10:29] highvoltage: you busy or can i pm you? [10:29] richardw?? [10:29] the program manager [10:29] jsgotangco: sure [10:29] (you can pm me) [10:29] ahh ok I got you === mode/#edubuntu [+o highvoltage] by ChanServ === mode/#edubuntu [-o highvoltage] by highvoltage === Seveas [n=seveas@ubuntu/member/seveas] has joined #edubuntu === ogra [n=ogra@ubuntu/member/ogra] has joined #edubuntu [11:04] cbx33, poke? :) === DanielC [n=daniel@82.151.249.90.adsl.griffin.net.uk] has left #edubuntu [] === ogra_ [n=ogra@p548AFFF5.dip.t-dialin.net] has joined #edubuntu [11:29] hi pygi [11:29] I can create two different gpg kleys on the same machine can't I? [11:30] yup [11:30] yes [11:30] so you can have like two secret keys on one machine [11:30] ok cool [11:30] yeah [11:30] cbx33, why shall I respond your questions after that what happened yesterday? :P [11:30] you can just move one of the keys in the future in another box if you want to === pygi nods === jsgotangco loves the simplicity of gpg yet it is such a complex app [11:32] ok [11:32] pygi: I apologise [11:32] cbx33, lol :) [11:32] I'll make a public apology at the next meeting [11:32] cbx33, no need really :) [11:32] :p === pygi is just joking around :) [11:32] i know [11:32] you poked? [11:32] yup :) [11:32] http://static.flickr.com/67/183203477_919e9a6c56_o.png [11:32] :) [11:33] (there is new one, with spelling error fixed :P) [11:33] sec [11:33] photo unavailable [11:33] http://static.flickr.com/55/183210781_c6344e968e_o.png [11:33] now? [11:33] wow me likey [11:33] inkscape? [11:34] Xara this is I think [11:34] whats that for ? a route planner app ? [11:34] for my homepage :P [11:34] someone did it for you? [11:34] yup, one of the artists I told you and Lisa about yesterday [11:34] ah cool [11:35] one thing I'd mention [11:35] wow that is nice [11:35] would be nice if the enlarged view had dotted lines [11:36] cbx33, right, but this is good as well :P [11:36] No need to bother people :P [11:36] true [11:36] looks great [11:37] :) [11:38] http://globaly.org/wordpress/ [11:38] find the search function :P [11:38] anyone in here know anything about the repositories having to do with unrar [11:38] Zaire, uh, what do you mean by that? [11:39] the non-free unrar (more fully featured) is called unrar in multiverse. [11:39] I have unrar but there are repositories that need to be added [11:39] I have unrar-free [11:39] like what? === pygi doesn't really get it :P [11:39] pick one of unrar-free or unrar. [11:40] but it doesn't work when I go to unrar a file it says bash command not found [11:40] not found? methink you have larger issues. === pygi agrees ^_^ [11:40] dunno but its irritating [11:41] crimsun, try to do complete removal [11:41] well one other odd thing is I got vlc through apt and its not showing in media either [11:42] I can still run it though [11:43] is there any other program that can be used with rar files? [11:45] healot and a few other basically said to me if Im not ready to switch to linux to go back to windows and theres no way in hell Im doing that now [11:48] well either way its starting to look like Im on my own now [11:49] ooh nice splash [11:52] well I'm setting up lisas pgp key [11:52] but I can't get it to submit to a keyserver because I'm behind a firewall here [11:52] sure you can [11:53] how? [11:53] http fomrs just seem to timeout [11:53] all keyservers have a webinterface where you can copy/paste the app armored key [11:53] yeh it never completes [11:53] and the searches don;'t complete either [11:53] can you see if you can find her [11:53] lisa savage [11:54] try http://keyserver.mine.nu/ [11:54] see at the bottom ... [11:54] h ok [11:54] looks faster [11:54] and make sure to really have an app amored export [11:54] will this be ok for LP? [11:54] sure [11:54] pub 1024D/AA913353 2000-02-10 Lisa Savage [11:54] ? [11:54] ogra: I ran gpg --armour --export [11:54] is that ok [11:54] jsgotangco: that's not it [11:54] yeah [11:54] once its on the keyerver it should be fine ... [11:55] 2000 [11:55] heh [11:55] ok === cbx33 tries again [11:55] cbx33, --armor, not french love :) [11:55] hmm [11:55] ok [11:55] i have an abandoned key === jsgotangco forgot about this [11:56] cbx33, other option is to install gpa and try that, seemed to work for me [11:56] ogra: ok i ran it again with armor and it gave me back the same key [11:56] is that ok? [11:56] lloks like they catered for spelling mistakes [11:57] I just ram it without armour and got garbage === yvesC [n=yves@zenobi.ycombe.net] has joined #edubuntu [11:57] cbx33, what is the key id?? [11:57] http://www.cryptnet.net/fdp/crypto/gpg-party.html [11:57] woot works [11:58] http://keyserver.mine.nu/pks/lookup?op=vindex&fingerprint=on&search=0xCEEC46F0DB66AD77 [11:58] right ? [11:58] pub 1024D/DB66AD77 2006-07-06 Lisa Savage (Work Key) [11:58] up [11:58] yup [11:58] :D [11:58] good [11:59] ok I'll have to sort that out when I get home [12:00] unfortunately she uses a windows system most of the time as she needs fireworks/dreamweaver [12:00] and she currently uses outlook express [12:00] I plan to install thunderbird tonight [12:00] and setup gpg [12:00] great :) [12:00] cos otherwise LP won't be able to verify the key [12:01] and hence can't sign the CoC [12:01] LP will verify the key against the keyserver [12:01] yes [12:01] but they send you an encrypted email [12:01] oh, thats new :) [12:02] if now I wanted to transfer her secret key to another computer [12:02] what would I do? === ogra signed his CoC before LP existed [12:02] heh [12:02] ogra: by fax? ;) [12:03] highvoltage, nah, by mail sent to mako :) [12:03] heh [12:03] how do I move her key? [12:03] i sent it via fax before hahaha [12:04] cbx33: move? you mean move to another machine export it [12:04] yes [12:04] does export export the secrect key [12:04] if you indicate so [12:05] ok i think i found it here [12:05] gpg --export-key (thekey) > mykeyfile.gpg gpg --export-secret-key (thekey) >> mykeyfile.gpg [12:05] then import [12:05] gpg --import mykeyfile.gpg [12:05] profit [12:06] profit? [12:06] i think i sent it by fax to mako too, but not sure if he received it, i didn't get a response back. that was like, just before LP though. [12:06] its also helpful to burn it to a CD and lock that somewhere [12:06] ok [12:06] from that you can generate revokes yes ? [12:06] so if your machine crashes you have a backup ... [12:07] daft question, has anyone seen the madduck blog about the tension between debian and ubuntu http://blog.madduck.net/debian/2006.05.24-ubuntu-and-debian [12:08] A bit of an eye opener I thought [12:10] Next question, has anyone got any suggestions as to where I would look as to how I can run an app remotely via ssh with python and then use the output locally, would it be part of the twisted framework [12:10] app = ipcs, ls or whatever === pygi_ [n=pygi@83-131-241-75.adsl.net.t-com.hr] has joined #edubuntu === pygi_ is now known as pygi [12:18] jsgotangco, are you still helping with writing of the ubuntu newsletter ? [12:19] i haven't done so lately, but i have free time for this weekend's edition [12:19] or did that become a 100% mgalvin thing ? [12:19] would be nice to have a word about lisa in there this time ... [12:19] alright [12:19] and rodrigo as well [12:19] and probably how good we're doing with our specs ;) [12:20] heh YOUR specs mostly [12:20] (we're far better than kubuntu atm i think) [12:20] nah, i only have three [12:20] really [12:20] rdrigo as well [12:20] ok i'll draft it later on the wiki === bimberi [n=bimberi@ubuntu/member/pdpc.active.bimberi] has joined #edubuntu [12:20] I have none ^_^ [12:20] should be sent this sunday [12:20] the rest is unassigned and free for adoption :) [12:21] pygi, any suggestions as to where I should look as to how I can run an app remotely via ssh with python and then use the output locally, would it be part of the twisted framework [12:21] (ltsp-manager didnt get reviewed or approved, but will be finished for edgy in any case for example, not all specs on my list are valid) [12:21] app = ls, ipcs or whatever [12:22] ive just finished some deadlines with the UN so i'll be able to do more edubuntu stuff starting saturday [12:30] im going for some food shopping [12:30] bbl === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #edubuntu === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #edubuntu === mak [n=mak@cm146-hs.europronet.ba] has joined #edubuntu === mak [n=mak@cm146-hs.europronet.ba] has left #edubuntu ["Konversation] === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #edubuntu === mak [n=mak@cm146-hs.europronet.ba] has joined #edubuntu === mak is now known as electryfier === electryfier is now known as Electryfier === Electryfier is away: Away at the moment [01:16] !away [01:16] Please don't use public away messages or change your nick to 'someone|away'. We know you're away when you don't respond to messages. Also see !guidelines === Electryfier is back. [01:25] OK [01:26] Where does alien save the converted installers_ [01:26] ? [01:28] Anybody? === pygi [n=pygi@83-131-254-158.adsl.net.t-com.hr] has joined #edubuntu [01:29] Does anyone know where alien saves converted installers? [01:30] or how to compile Qt? === pygi_ [n=pygi@83-131-241-151.adsl.net.t-com.hr] has joined #edubuntu [01:32] Does anyone know where alien saves converted installers? [01:33] Electryfier, please stop repeating yourself [01:33] OK [01:33] I just need hlep [01:33] help [01:34] what are you converting (and why, there are over 17000 packages in the archive, its very unlikely that the one you need is missing) [01:35] well it is an rpm which i need to install [01:35] and nothing in synaptic to find [01:36] and there is surely no package for ubuntu ? [01:36] what is it ? [01:36] an rpm type package [01:36] that is, it should've been [01:36] until the server broke down [01:36] *what* package ? [01:36] i know its an rpm, you said that several times [01:37] ok [01:37] be with in 10 [01:37] be with you in 10 min === sankarshan [n=sankarsh@nat-pool-bos.redhat.com] has joined #edubuntu [01:46] ogra, i'm back [01:47] so whats the package name ? [01:47] it's a driver [01:47] ugh [01:47] you really dont want aliened packages for such essential things === pygi_ is now known as pygi === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #edubuntu [01:48] tell me the package name [01:48] ok, but wait a sec [01:48] and which edubuntu is that ? [01:48] how do you mean [01:48] Dapper Drake [01:48] hmmm we seem to have a typhoon coming [01:49] well, thats the edubuntu support channel :) we have more than one release ... [01:49] Breezy Badger was the predecessor [01:49] yep [01:52] It was the "SiS graphics Display Driver for Red Hat Linux" [01:53] ogra, you with me? [01:54] Earth to ogra, please answer [01:54] we have that driver in ubuntu [01:54] well I didn't find it in synaptic [01:54] Electryfier, please calm down, thank you [01:54] sorry, just on a tight schedule [01:54] http://packages.ubuntu.com/dapper/x11/xserver-xorg-driver-sis [01:55] and very very sure you will completely break your system by adding a driver from redhat that depends on completely other libraries and is built with a different build system [01:56] thx [01:56] dont use alien for essential stuff [01:56] I know, but it was a desperate cause [01:56] well anyway, where DOES alien save its converted installers? [01:57] ogra, we have to "fix" the SCP draft [01:58] spec/draft* [01:58] ogra, which of these files do I download? [01:58] pygi, yes, i'm working on it with iwj [01:59] oki [01:59] Electryfier, xserver-xorg-driver-sis === DanielC [n=daniel@82.151.249.90.adsl.griffin.net.uk] has joined #edubuntu [01:59] just install it from synaptic [01:59] i'll try [02:01] thank you for using edubuntu customer support [02:01] :) [02:01] have a nice day [02:01] What just happened? [02:02] dinner brb [02:04] Hmm... I need to remount /. Is there a way I can do that without rebooting? [02:05] sudo mount -o rw,remount / [02:05] I hope that does what I wanted... :) [02:09] Is Ubuntu supposed to have a quotacheck command? [02:13] ogra: Edubuntu doesn't come with quota support. Is that a bug? === DanielC installs quota support... [02:13] just install the quota package [02:13] and no its not a bug [02:13] yeah, I'm installing it. [02:13] Just wondering if it's supposed to by default. [02:14] nope [02:14] ok [02:14] morning you all, Edubunteros [02:14] ogra: what's rodrigo's designation? [02:15] but feel free to write a spec for edgy+1 to get it in by default (if you think it makes sense it should be discussed) [02:15] not xorg overlord [02:15] :) [02:15] ogra: Seems like a good idea, but not terribly important (since it's so easy to install...). [02:15] jsgotangco, technical lead edubuntu [02:15] thanks [02:19] Hmm... is there a reason why I shouldn't have quotas on / ? [02:19] I was thinking that /tmp is in / so I should have quotas... [02:23] ogra: are these all edubutnu specs? https://launchpad.net/people/ogra/+specs [02:24] nope [02:24] but most of them [02:25] im trying to find all edubuntu-related specs but lp doesn't have such filters [02:25] or does it? [02:25] nope [02:25] my list is the best we have atm [02:25] argghh [02:25] ok thanks [02:26] there's a lot of asignees already [02:26] is this the one you want to be shown in the newsletter? [02:27] 3d-direct-rendering-detection..., package-version-conflicts and extend-hw-db are not edubuntu related on my list [02:27] i'll just filter it then [02:27] thanks [02:28] xulrunner-gecko, network-authentication and ltsp-convergence are only remotely related [02:28] ltsp-tour was originally only a request for a talk at ubz [02:28] are you sure the rest are workable for edgy? [02:28] nope [02:28] we'll only do the ones that are approved today ... [02:29] i only see 3 [02:29] (and i personally will do ltsp-manager, regardless if the spec is approved or not, help appreciated) [02:29] SCP will get approved [02:30] for the others i expect the assignees to care, since they are the ones supposed to implement then (theoretically) === pygi hopes sp :) [02:31] so* === spacey [n=herman@ubuntu/member/spacey] has joined #edubuntu [02:35] hahaha my wife is teaching my wife about okra and my kid said ogra [02:35] how surreal [02:36] jsgotangco, your wife is teaching your wife? o.O [02:36] ouch [02:36] sorry [02:36] haha [02:36] i just can't help myself laughing inside hahaa [02:37] okra ogra [02:37] bahaha [02:37] hehe [02:39] jsgotangco: how many wifes do you have? :P [02:39] haha [02:40] i cannot say i would like to have more or else my wife will use her switchblade skills tonight === jsgotangco looks for specs to adopt === DanielC kicks anjuta [02:53] Damm thing keeps crashing just as soon as it starts. [03:02] soo, it seems SCP wont get approved ... unless i kill iwj [03:03] yeah [03:03] grumble [03:03] i'm so angry [03:04] ive been doing scrollback the discussion is going in circles [03:04] he killed off local devices in dapper ... now i asked him to review the section fabbione complained about ... but apparently he reviwed the already approved sections as well [03:04] AAAAAARRRRRGGGGHHH [03:10] :( [03:10] What happened? I walked in just a minute ago... === pygi_ [n=pygi@83-131-233-71.adsl.net.t-com.hr] has joined #edubuntu === pygi [n=pygi@83-131-234-148.adsl.net.t-com.hr] has joined #edubuntu === bddebian [n=bdefrees@mail.ottens.com] has joined #edubuntu [03:48] Hello === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #edubuntu [04:02] sbalneav, scottie !!!!! [04:02] hey hey hey there Ogra!!! [04:05] hey [04:06] Here's a good one. [04:06] I've got a kvm at home. [04:07] if I'm not on the screen when I boot an ubuntu box (either vanilla or edu-) the mouse wont work. Even if I rmmod psmouse and reload. [04:07] rather replug it so the kernel gets the even ;) [04:07] *event [04:08] Really? does replugging a ps2 mouse generate an event? [04:08] huh! Learn something new every day. [04:08] hmm, not sure ... [04:08] but worth a try in any case :) [04:08] absolutely. [04:09] Or, I could just not switch off of the console for the minute it takes ubuntu to boot, I suppose. :) [04:09] hmm ... [04:10] Did I tell you, BTW, that I'm gonna switch over to running Edu at home, as opposed to stock ubu? I REALLY like the garnome icon set. [04:10] how can I open a document as utf-8 in vim? === jsgotangco thought anything that gets plugged in and takes some form of electricity generates events === jsgotangco hugs sbalneav === sbalneav blows jsgotangco a kiss :) [04:11] lol [04:12] How's the weather down there in Manilla! [04:12] It's gonna be swealtering here today: 34 C [04:12] No rain for two weeks! [04:13] My wife keeps bugging me to water the lawn, but I want to hold off as long as possible. It keeps threatening to rain, so, we'll see. [04:14] lucasvo: I think you can do: [04:14] :set encoding=utf-8 [04:14] ususally thats the default in ubuntu anyway [04:15] Ah! I was wondering. [04:15] as all locales are set to utf8 [04:15] (i dont think we even generate iso locales at all) [04:15] sbalneav: ok, thanks [04:15] sbalneav: 27C with a typhoon coming this weekend [04:15] hehe [04:15] ogra: I also need to sort out what I need to do to ltpsfs to get utf-8 support. [04:16] sbalneav, we talked about it :) [04:16] add these little thongs ... [04:16] err [04:16] g_strings [04:16] haha [04:16] gahh! [04:16] for a german you make good puns [04:16] heh [04:17] jsgotangco, well, i'm fighting with my guts ... i'm not calmed down yet ... [04:17] i hear ya [04:17] jsgotangco: You didn't hear the joke he told jammcq and me while we were sitting in Cinncinati airport talking to him on irc [04:17] oh? [04:17] sbalneav: jonathan posted some pictures of you guys in the wiki [04:18] We asked him if he was bringing his porche. He said "No, it brings me". [04:18] nice! [04:18] jammcq and I were literally loling. [04:18] lol === jsgotangco wonders how fast the porche brings ogra using the autobahn [04:18] http://photos.jonathancarter.co.za/udsparis2006/800_PICT0136 [04:19] the title is funny [04:19] with seb [04:19] heh [04:19] seb wont like it :) [04:19] jsgotangco, it *can* do 220km/h [04:19] crap [04:19] i never had the balls to go over 200 [04:19] i can barely go 160km/h === jsgotangco doesn't have the balls to go over 120 [04:20] well the roads here are crap for starters [04:21] and the law only allows 100km/h on tollways [04:21] My old Ford Festiva could go 195km/h. [04:21] If I dripped it off a cliff [04:22] sbalneav: i currently drive a picanto: www.kia-picanto.com [04:24] nice. I'm driving a Toyota Matrix atm. [04:25] sbalneav: it only costs 7,000 brand new =) [04:27] You guys use pounds down there? [04:28] no im using a UK keyboard hehehe i had to convert it === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #edubuntu === pygi_ [n=pygi@83-131-234-148.adsl.net.t-com.hr] has joined #edubuntu [04:39] i gotta sleep early [04:39] ciao [04:39] night jsgotangco === pygi_ is now known as pygi === pygi_ [n=pygi@83-131-234-148.adsl.net.t-com.hr] has joined #edubuntu === DanielC [n=daniel@82.151.249.90.adsl.griffin.net.uk] has joined #edubuntu [04:45] ogra, very descriptive and informative titles on most of the pictures from your link [04:46] RobinShepheard, thats from highvoltage [04:46] https://wiki.ubuntu.com/UbuntuDeveloperSummitParis/Photos [04:46] ahh, I can see he used some imagination for some of the names ;) [04:48] I wish I could have made it, maybe next year [04:49] ogra, if I want to run a command over ssh eg 'ssh serveradd top' can I run it and grab the output in python, and if so where would I find it?? [04:49] would it be part of the twisted framework?? [04:49] no idea, i never used twisted [04:49] s/serveradd/server address/ [04:49] but the output of ssh should generally go to stdout [04:51] ahh ok, as I am trying to learn python I am trying to re-write stuff I did in perl, and a utility for finding process id's on a remote server is the latest routine needed [04:51] then it will kill said pid [04:52] I would put python on the server but you can only install python if you have installed x on sco and we don't want x on our server [04:52] what a strange policy [04:53] the server runs our accounting database and it is an unnecessary load and makes it a bit easier for a user to fiddle if they got access to the server room [04:54] so we have no X system, problem is the default vol package for python has a dependancy on one of the x libraries for some reason === th1a [n=th1a@66.78.210.130] has joined #edubuntu === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #edubuntu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #edubuntu === ogra_ibook is now known as ogra [05:29] seb isn't german? oops :) [05:29] sbalneav: dude, admitting that you owened a ford fiesta is not cool! [05:29] highvoltage, he's french ... [05:30] in that case, he should take it as a compliment :) [05:30] highvoltage, dont say he's german at the dawn of a french football world championship ;) [05:30] :) === paolob-parroquia [n=paolob-p@pri-214-b7.codetel.net.do] has joined #edubuntu [05:31] Hey, that festiva was an awesome car. So long as you didn't want to go fast. But man, could it corner. [05:31] hehe [05:31] ogra, is it normal a symlynk I have /lib/udev/devices/fd -> /proc/self/fd ? [05:32] I bought it for 500 bucks and drove it for 4 years. Great little car. [05:32] and I have /lib/udev/devices/stdin -> /proc/self/fd/0 and /lib/udev/devices/stdout -> /proc/self/fd/1 and /lib/udev/devices/stderr -> /proc/self/fd/2 and /lib/udev/devices/core -> /proc/kcore [05:33] what do you think is wrong about that ? [05:33] ogra, it seems weird.... [05:34] +why ? [05:34] ok, no problem, thank you [05:34] filedescriptor 0 is always been stdin ... [05:34] 1 always stdout and 2 always stderr [05:35] you will see that the mapping of /dev/std{in,out,err} is similar [05:36] ogra, ok [05:37] does ian hate children [05:37] highvoltage, why ? [05:37] the edubuntu specs... geez! [05:37] because he doesnt eat them ? [05:37] ah [05:37] sorry, shouldn't have said that in the first place. nm. [05:38] what other specs did he touch ? [05:44] i don't know, i just saw the scp spec mail again [05:44] yep [05:45] we dont fit well if it comes to specs it seems ... somehow there is always a point where we clash and just upset each other ... [05:45] but i need to find a solution for the SCP spec now [05:46] but i refuse to write up every single step how to implement a standard dbus servise ... ian mailed mdz, so we'll see what happens ... [05:47] (i'd just ask another reviewer, but i dont want to upset ian even more ...) [05:48] what makes me angry is that he agreed to just review the part that was required, but then dissed the whole spec ... [05:49] *sigh* [05:53] gtg, hope it gets sorted out soon. [05:53] bye. [05:54] ogra, when does it have to be review & approved? approval deadline is soon, isn't it? [05:54] tonight 20:00 UTC [05:55] uh, that's really really soon [05:55] yes [05:55] ogra: is there anything I can do to help with any of the specs? [05:56] and all parts apart from the remote desktop stuff were signed off already ... [05:56] indeed :-/ [05:56] i simply didnt expect to have to change everything we worked out .. [05:57] hey all, another daft question coming up [05:57] anything I can do on the fullyautomaticswapserver one? [05:58] does anyone know what port ltsp uses off the top of their head?? if not I shall go a hunting for the info [05:58] what do you mean, "what port ltsp uses"? [05:58] that is the port the clients connect to, is it 22 [05:58] LTSP uses a bunch of ports. 22 for ssh, NFS ports for the filesystem, etc. [05:59] Are you trying to do some firewall stuff? [05:59] I knew about the nfs ports, I was wondering if ldm used the standard ssh port really [05:59] yes, 22's the one, in that case. [05:59] sbalneav, well sort of, I am working on producing a full load balanced ha-cluster [06:00] heh [06:00] have fun with that :) [06:00] and so I need to use netfilter and iptables to route all the traffic [06:00] neuralis has written some stuff about it ... i dont have the url anymore, but he's in #ubuntu-devel [06:00] RobinShepheard: that and #ltsp [06:00] ogra, I am sort of cheating, I have the no starch press book 'linux enterprise clusters' [06:01] Since when did getting info out of a book become cheating? :) [06:01] the clustering doesn't look TOO difficult at first glance, [06:01] If THATs the case, I've been cheating my whole career! [06:01] :) === sbalneav hangs head in shame :) [06:02] sbalneav, well if I was a hardened hacker ;) i would just use the source and man pages [06:02] Meh, we all read books. [06:02] reading is a GOOD thing. [06:02] the book is aimed at redhat so I am having to adapt it a little [06:03] mdz, any hint what i should do with the https://wiki.ubuntu.com/StudentControlPanelCompletion spec ? it wont work if i go on with iwj but i dont want to upset him more by getting it approved by another reviewer who already approved the section ian complains about [06:03] sbalneav, I love reading and I love books, a bit too much really having spent about 150 in the last 2 months on books [06:04] ogra: I have an email in my inbox about it which I will read and reply to [06:04] mdz, you should have two :) thanks [06:06] sbalneav, the swap server spec is rodarvus' i dont know if there is still changes needed ... === ogra takes a look [06:08] there are only two comments that are easily adressed ... [06:10] I just clarified them slightly right now. === ogra reloads [06:10] pygi, the cook book meeting, is that in 2 hours?? [06:10] sbalneav, hmm [06:10] "The nbd-server needs to be modified to automatically create a swapfile on the fly if a client connects to it, and requests swap space in the form of a file." [06:11] doesnt it get exported as a *device* to the client [06:11] RobinShepheard, probably [06:11] i think the *file* is only used locally on the server, but through nbd it becomes a bolck device [06:11] or am i wrong ? [06:12] Errm, maybe I've muddled it more. :) Let me check. [06:12] gimme a minute or two [06:12] ogra, you're right [06:12] pygi, well the fridge say 2 hours but it is quite a bit earlier than usual so I thought I would check [06:12] ogra, /dev/nbd* [06:12] RobinShepheard, yes, its in two hours [06:12] rodarvus, yep [06:13] thats what the sentence should describe :) [06:13] ok, well I got to go, I will see you in about 2 hours then [06:13] bye bye all === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu [06:19] rodarvus, what about the other specs ? [06:19] I was abou to write :) [06:19] heh, big coincidence [06:20] I was looking for the log of our talk with mdz yesterda (context: edubuntu-xfce-desktop spec) [06:20] i'm updating the wiki page before I put it up for review again, but don't have the points you and highvoltage added here [06:21] (somehow I lost the logs) [06:21] me neither, i still know what we discussed about the ldm spec [06:21] p.u.c/~fabionne/irclogs has it [06:25] found it, thanks! [06:39] rodarvus, updated https://wiki.edubuntu.org/LTSPLoginAndSessionHandling if you think thats sufficient send it to a new review loop :) [06:40] I've also just updated https://wiki.ubuntu.com/EdubuntuXfceDesktop, and put it to review [06:40] (as per our discussion of yesterday) [06:41] yep [06:42] ogra, seems ok to me [06:42] fine, its yours :) [06:43] ogra, I'm putting LTSPLoginAndSessionHandling for review, then [06:43] yup [06:43] ogra, thanks [06:43] well, lets see what the reviewers say :) [06:44] mdz had some valid points, dunno if i adressed them right :) === cbx33 [n=pete@ubuntu/member/cbx33] has joined #edubuntu [06:44] I'm editing FullyAutomaticSwapServer - cleaning up comments [06:44] before I put it for review once again [06:44] yep [06:46] err, wait, swapserver isnt right yet [06:47] the difference between swapfiles and devices isnt cearified yet [06:47] *clearified [06:47] and we should mention somewhere that the minimum to boot without network swap is currently 48MB [06:48] ogra, do you want to update it? [06:48] as you like ... i can do it [06:48] I added in the 32 meg target in the rationale [06:48] sbalneav, yes, but it doesnt talk about the minimum without swap (which justifies why we want to do it at all) [06:49] anyone know any lvm gurus? [06:49] correct. That should be added. [06:50] so who edits ? [06:50] back in a bit. Lunchtime :) [06:50] ah, rodrigo already has :) [06:51] rodarvus, hmm, but you only deleted the comments, right ? === ogra grabs the lock [06:52] ogra, right, I only deleted the comments (as asked by keybuk) [06:53] ogra, thanks [07:01] rodarvus, have a look at the changes of https://wiki.ubuntu.com/FullyAutomaticSwapServer [07:02] if you are fine with that, send it to review [07:03] ogra, its nice - I'll put it for review [07:03] thanks again [07:03] :) === th1a [n=th1a@66.78.210.130] has joined #edubuntu === th1a [n=th1a@66.78.210.130] has joined #edubuntu === perper [n=simenaf@193.71.119.207] has joined #edubuntu === spacey [n=herman@ubuntu/member/spacey] has joined #edubuntu === Laser_away is now known as LaserJock [07:55] lots of specing going on in my inbox :-0 === RobinShepheard [n=robins@81.17.65.2] has joined #edubuntu [07:57] hiya all [07:57] Hello RobinShepheard [07:57] hiya bddebian [07:57] right now all my specs are just waiting for a reviewer [07:58] everyone is either offline, or too busy :/ [07:59] nctcp %s TIME %t [08:01] rodarvus: yeah, seemed like there was some lag after the Paris summit ended, probably due to guadec [08:02] LaserJock, the problem is that all of them are already overburdened [08:02] reviewing/approving specs is only one of their duties [08:02] surely important, but not the only one [08:03] sure === juliux [n=juliux@ubuntu/member/juliux] has joined #edubuntu [08:05] hi all [08:05] hiya juliux [08:08] rodarvus: What city are you in again? [08:08] And, more importantly, will you be able to make it to Porto Alegre next year for FISL 8.0? [08:09] sbalneav, Curitiba, PR [08:09] sbalneav, sure, Curitiba is rather close to Porto Alegre [08:10] (and I even have a brother living there) [08:10] close means less than 2000 miles in your country, right ? :) [08:11] Brazil is a big, BIG beautiful country. [08:11] I've been there once, and once only, and I've already fallen in love with Brazil. [08:12] ogra, yeah :) [08:12] about 900km, actually [08:12] woah [08:12] which is very little distance in brazil [08:13] thats the whole N/S lenght of germany [08:13] and about the length of the UK [08:13] brazil is 7000+ km distance from north to south, and from east to west === th1a [n=th1a@24.249.69.59] has joined #edubuntu === pygi [n=pygi@83-131-255-110.adsl.net.t-com.hr] has joined #edubuntu [08:15] ogra, after I got back from paris, I landed in Minneapolis and DROVE 850 k's back to my house :) [08:15] phew ... [08:15] RobinShepheard, the meeting is in 45 mins [08:16] pygi, yeah, I got that from the fridge, but I have a few things to look into as far as my cluster project is concerned so here I am [08:17] sbalneav: Minneapolis? no direct flights from Winnipeg to Paris? ;-) [08:17] pygi, just having a quick look, not many suggestions for the cookbook name is there [08:18] sbalneav, if/when you come for FISL 8.0, I'll make sure to drive you around [08:18] to know some beautiful places [08:18] I used to live in Porto Alegre [08:18] and actually, I was born on a smaller city, 240 km south from there [08:19] pygi: where is the meeting going to be? and is there an agenda? [08:20] LaserJock,1) #ubuntu-meeting, 2)Not sure, probably there is ^_^ [08:22] LaserJock: I got invited to speak at a teachers conference about LTSP, which I had agreed to almost a year ago. Then Ubuntu Paris came along. :) It was just easier to organize the Paris trip from minneapolis. The conference was Friday, and the trip was saturday, so it just made sense. [08:24] ah [08:25] I just thought maybe you Canuks just liked the US so much ;-) [08:34] The vast majority of us like America, and Americans a lot. [08:34] It's just your gorvernments we sometimes take issue with :) [08:34] However, OT for the channel :) [08:34] rodarvus: is it not possible to take the decision on xubuntu-desktop/edubuntu-xfce-desktop in advance? [08:35] mdz, not really - we talked with janimo on the subject, and he was not assured whether it would be needed or not [08:37] the general consensus, though, is that it will very likely be necessary to create the new meta-package [08:38] rodarvus: if it will be separate, then there needs to be some contingency for keeping them in sync, since it will basically be a derivative of the xubuntu desktop seed [08:38] mdz, indeed, you're right [08:38] rodarvus: my suggestion would be to create a new xubuntu seed with the basic desktop, and have the xubuntu desktop seed and edubuntu xfce desktop seed depend on it [08:39] I like the idea [08:39] ogra? [08:39] (are you there?) [08:40] mdz, though we'd probably need to hear from ogra and janimo if its ok for the two of them [08:41] rodarvus, now i am [08:41] (sorry, had to care for my girl) === ogra reads up [08:41] np [08:43] sounds good i dont think there is a problem with a regular seed i merge from xubuntu [08:45] the xubuntu one would only need -desktop ... not the other stuff so thats only one additional file to maintain [08:46] (and one additional package indeed) === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu [08:47] rodarvus, so we'd do the following: branch the xubuntu seed and modify the desktop part of it, grab the xubuntu-meta source package and disable the generation of everything but xubuntu-desktop and name it edubuntu-xfce-desktop ... [08:48] ogra, I believe mdz proposed for us to not have duplicated work, in this case (which is a good idea) [08:48] we regulary merge the seed with xubuntu [08:48] so, cooperation with xubuntu would be beneficial [08:49] i'm a bit worried about space ... [08:49] the basic desktop for xubuntu will include more than just xfce i guess [08:50] in fact we can only get details about it from janimo ... who is MIA since paris === ogra [n=ogra@ubuntu/member/ogra] has left #edubuntu ["Leaving"] === ogra [n=ogra@ubuntu/member/ogra] has joined #edubuntu [08:50] grmpf === RobinShepheard pokes pygi to check for life [08:54] pygi, you still there === pygi shows no signs of life === RobinShepheard warms up defibrillator [08:55] pygi, do you want me to take the notes for tonights meet?? [08:56] you can [08:56] well I don't mind if nobody else wants to do it [09:01] ogra: there is no need to create a branch [09:01] ogra, can you get the gpg program for windows? [09:01] we only need one set of xubuntu seeds [09:01] with an extra seed [09:01] ah, k [09:02] I'm curious [09:02] what are seeds [09:02] I'm proposing to split it up within the xubuntu seeds [09:02] so nothing to maintain for me then, but janimo must agree [09:02] cbx33: wiki.ubuntu.com/SeedManagement [09:02] ahhh [09:02] very simple [09:02] (or are the xubuntu seeds on LP now ? ) [09:02] they werent in dapper [09:03] ogra: LP doesn't know about any seeds whatsoever [09:03] ogra: or do you mean the supermirror? [09:03] janimo maintains them on his private server ... [09:03] they are on the supermirror now [09:03] ah, k [09:03] then there should be no problem at all [09:04] he just needs to merge my changes [09:04] s/my/our/ ... i shouldnt be the only one to maintain edubuntu seeds anymore ;) [09:04] :) [09:05] rodarvus, do you add it to the spec ? [09:05] I was about to say that :) [09:05] or shall i ? [09:05] ok :) [09:05] ogra, please do [09:05] you are (much) more comfortable than me with supermirror and seeds, right now === ogra wonders how riddell manages that even setting up the build deps for kdeedu takes 20mins ... [09:07] (let alone the build taking >2h) === pygi_ [n=pygi@83-131-224-119.adsl.net.t-com.hr] has joined #edubuntu === pygi_ is now known as pygi [09:17] ogra: Aye, I think Riddell is some type of Deity or something :-) [09:22] heh [09:22] i bet he has just a cluster of 500 ipaqs in the cellar and a 10TB solid state disk raid array attached to them ;) [09:23] so he compiles his kdeedu package i 5 mins with distcc :P [09:23] cbx33, you for the cookbook meet?? [09:25] but this kddedu run looks good, seems to compile and all megred patches have applied fine :D [09:25] hehe === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #edubuntu [09:43] rodarvus, mdz, https://wiki.ubuntu.com/EdubuntuXfceDesktop updated === Seveas [n=seveas@ubuntu/member/seveas] has joined #edubuntu [09:45] ogra, good to go for me [09:45] thanks! [09:46] please look over it before putting it into, my grammar isnt always perfect [09:46] s/into/into review/ === Rondom [n=Rondom@mrbg-d9b953fc.pool.mediaWays.net] has joined #edubuntu === arkan0x [n=arkan0x@pc-6-76-214-201.cm.vtr.net] has joined #edubuntu [09:55] are you guys interested in using the doc team repo? === HedgeMage [n=illecebr@freenode/staff/HedgeMage] has joined #Edubuntu === pygi_ [n=pygi@83-131-235-55.adsl.net.t-com.hr] has joined #edubuntu [09:56] Hey folks [09:56] HedgeMage, I was just thinking it would possibly be useful to see how it would look [09:56] I'll try that again, are you guys interested in using the doc team repo? === pygi_ is now known as pygi [09:57] LaserJock: I was already talking to jsgotango (sp?) about it [09:57] ok [09:57] in the mean time I think I'll set up a temp repo on my server just so we don't have to do this all b;y email [09:57] either one of us can help with getting things set up if you need === joycejjj [n=Joyce@67-42-86-219.tukw.qwest.net] has joined #edubuntu [09:58] HedgeMage, pygi: are you interested in becoming doc team members? [09:58] or do you want to keep it more seperated? [09:58] LaserJock, ofcourse, we talked about that already ^_^ [09:59] I thought that was in the works... or am I totally lost? [09:59] it could be I'm totally lost [09:59] what did jerome say? [09:59] He said he'd get together with me on it after Paris, then we both got busy [09:59] I've had a tough time getting ahold of him [09:59] LaserJock, we already agreed me and Susan will become members, and get SVN access [09:59] LaserJock, would that be ubuntu doc team or edubuntu doc team?? [09:59] (not his fault we both have busy schedules lately) [10:00] RobinShepheard, ubuntu one [10:00] ahh, will it be a requirement to join that one as well then?? [10:00] RobinShepheard, no, don't worry [10:00] well, I was going to say that usually doc team membership usually comes after working in the repo for a while [10:00] ok, thought i would just check [10:00] so it might be nice to get things in the doc team repo [10:01] LaserJock, right, but we already worked on cookbook, so we can commit that :P [10:01] yes, but that isn't sufficent, IMO, to grant membership === ogra dances around fully-automatic-swap-server [10:01] indeed :) [10:01] Ah, well :) [10:01] LaserJock, what would be a requirement for joining?? [10:02] oki, so we work in repo first ^_^ [10:02] but SCP isnt done ... [10:02] :( [10:02] pygi: but maybe you should send patches to the doc team repo every once in a while to get used to it [10:02] ogra, Student control panel? [10:02] LaserJock: Other than waiting to get ahold of jsgotango, how do we get at least pygi and i commit access so we can move stuff to the official repo? [10:02] HedgeMage: you work in the repo and send patches [10:03] ogra, isn't it still approved??? [10:03] I'll brb I need my glasses this is killing my head [10:03] pygi, yes, i didnt know what to do after my argument with iwj about it ... waiting for a sign [10:04] ogra, lemme try to talk with him if you allow? ^_^ [10:04] so what I'm saying is this, perhaps you should set up your repo but also start it out in the doc team repo so that you can send patches every once in a while to the -doc list so that the doc team can evaluate your abilities of becomeing a team member [10:04] oki, that's fine LaserJock :) [10:04] pygi, he wants that we *exactly* describe how to implement a dbus listener that only reacts on a namespace and uses default auth [10:04] ogra, why would we want to do that? :-/ [10:05] waste of time [10:05] i found a link to the dbus-spec and a description what we want to do suffices [10:05] yup, I saw that [10:06] so i'm a bit in the air now ... waiting for a word from mdz, who is way to busy to deal with such stuff [10:06] yup, I know [10:06] I'll bug iwj, no worries [10:06] you wont change his mind here [10:06] dont get himm upset again [10:06] perhaps, but no harm in trying [10:06] ogra: I'll get to it [10:06] no worries :) [10:06] mdz, yes, thats what i thought, i didnt want to nag, sorry [10:07] I got to scoot HedgeMage, pygi do you want me to do a write up of the couple of points we discussed?? [10:07] RobinShepheard, sure, go ahead pls [10:07] ok, it wont be emailed for about 12 hours though, is that alright?? [10:08] before you go, anyone who needs/wants commit access to the temp repo please /msg me you name, email address, and desired username [10:08] HedgeMage, will I need commit access? and if I do how do I use it?? [10:09] RobinShepheard: if you don't have commit access you'll have to keep emailing me works in progress for me to commit... if you do want commit access... I'll email you good instructions :) [10:09] sounds like I want commit then doesn't it :) [10:12] hehe [10:12] see everyone later [10:12] pygi: please /msg me your info even though I probably already have it somewhere === RobinShepheard waves good bye to all [10:12] joycejjj: I'll get your info from you and have your live-in geek walk you through what you need to know :) [10:13] HedgeMage, can't do it now, sorry :( [10:13] Thank you, ma'am! [10:13] ok np [10:13] joycejjj: Thanks so much for showing up! I'm sorry we were so disorganized this week. [10:14] No problem - meetings are like that - organic. [10:14] hehe :) [10:21] that was more like a BOF session that started randomly then got kicked out by a real talk :P [10:22] Amaranth, :P [10:26] lol [10:26] Amaranth: Just proof that they really need me. :P === HedgeMage ducks === joycejjj [n=Joyce@67-42-86-219.tukw.qwest.net] has left #edubuntu [] === mhz [n=mhz@pc-130-84-214-201.cm.vtr.net] has joined #edubuntu [10:45] ogra: packaging next week? eek [10:46] Amaranth, i have done 60% already ... [10:46] you can merge it and finish the missing bits ;) [10:46] but i don't even have an installer :P [10:46] ogra: is there a doc (howto or alike) explaining how you do what you do for Edubuntu? [10:47] dont worry :) [10:47] mhz, after the distro meeting ... [10:48] ogra: oooh, got it...you are in a meeting :) === Rondom_ [n=Rondom@mrbg-d9b9648b.pool.mediaWays.net] has joined #edubuntu === Rondom_ is now known as Rondom [11:08] ogra: so how do you have 60% of a package done when i have no build scripts? :) [11:09] who needs build scripts :P [11:09] there are .install files dpkg uses very fine :) [11:10] heck yeah :-) [11:10] we can add build scripts any time ... but what do you want to build ? its all plain python [11:10] heh [11:11] well, mainly translations and a config.py or something for paths [11:11] well, thats easily added :) [11:11] btw, i can't make transparent proxying work, my iptables-fu is weak [11:11] the point is to get as much testing as we can ... [11:11] yeah [11:11] i'll help you with that [11:12] well, the commands to use would be nice, so i could see if it works :) [11:12] ogra: how should I handle this hacking of sabayon? should I just make a branch a https://launchpad.net/products/sabayon ? [11:12] so to get testing of the bayesian filter and the white/blacklisting we can already throw it into the wild :) [11:12] i was figuring we can have the proxy running all the time and have the little checkbox just turn on/off the iptables rules [11:13] yep, something like that was the initial idea [11:13] so, any idea what the magic incantations are to make that work? :) [11:14] LaserJock, woah, cool there is a branch ! ... [11:14] LaserJock, sure, branch off ;) [11:14] ogra: yeah, a CVS import aparently [11:15] Amaranth, not from the top of my head ... i'll need to look up some PREROUTING POSTROUTING rules and try them out first ... give me a week... [11:15] ok [11:15] LaserJock, well, but its bzr now so that should be perfect [11:15] k [11:26] ogra: when did you last try sabayon over LTSP? [11:27] a while ago ... mid dapper or so [11:28] hmm, cause I was just reading an email on the sabayon list that says it should have been fixed with 2.12.1 [11:28] but that was in like Janurary or something [11:29] might have been january when i checked it ... [11:30] the email was in response to someone running LTSP on ubuntu who couldn't get it to work so ... maybe we should try it again :-) [11:30] yep [11:30] i currently have my HW not around ... i'm bound to my ibook atm, the rest is still in boxes [11:31] else i'd test immediately ... [11:32] k, I don't have a LTSP setup so I'll wait for you or somebody else :-) [11:32] not a big rush though === bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #edubuntu === jmolmos [n=leo@pc-2-11-104-200.cm.vtr.net] has joined #edubuntu === bluekuja__ [n=bluekuja@81-208-106-72.ip.fastwebnet.it] has joined #edubuntu === Zaire [n=foxfire@static24-72-92-91.regina.accesscomm.ca] has joined #edubuntu === sbalneav [i=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #edubuntu [11:55] jmolmos: digita esto: /join #edubuntu-es [11:55] ogra: is there a doc (howto or alike) explaining how you do what you do for Edubuntu? [11:56] mhz, like a edubuntu cookbook? :) [11:57] pygi: nope ;) [11:57] as in "To make Edubuntu flavor, 1st do this, 2nd do that, etc" [11:58] ah :P [11:59] mhz, to make edubuntu, first become main developer and get access to the cd build infrastructure ... [12:00] heh [12:00] mhz, thats really very tightly integrated into the ubuntu development ... [12:00] it's mostly just packaging and seeds [12:01] i cant really distinguish between edubuntu and ubuntu apart from doing the edubuntu seeds (as documented in the SeedManagement wikipage), building the edubuntu-meta package from it, triggering the CD buildd and caring for edubuntu-artwork [12:02] ogra: okis.. [12:03] I'll read SeedManagement first then.. [12:03] I gotta make an interview [12:03] and you are my #1 candidate :D [12:04] hello guys [12:04] hi mhz [12:04] hi ogra, Amaranth [12:04] hey [12:04] pygi: you there? [12:04] bluekuja__, partly [12:04] bluekuja: hey [12:05] how may I help? [12:05] pygi: :) [12:06] ok, i think the 2nd and 3rd tabs of my config tool work good now [12:06] except for some UI-freeze issues [12:06] pygi, I just went home, how are you man? [12:06] now to make the first tab work [12:06] bluekuja__, tired :P [12:06] LaserJock: ping [12:07] pygi, hehe, your package? [12:07] what one? [12:07] rpm one [12:07] eh, theres a new version already [12:07] doesnt matter really [12:07] oh great, ok [12:08] pygi, website? [12:08] bluekuja__, what one? [12:08] pykix.net,blog.pykix.net, pygi.pykix.net [12:08] all in works [12:08] a lot more to come [12:08] oh great [12:08] I'll take a look [12:12] I run now