[15:22] Hi. [15:23] hi [16:55] Double dagger! [16:55] It's been a while since I've seen one of those [16:57] asterisks are so 2007 [19:52] newz2000: around? [19:58] hey LaserJock [19:59] newz2000: do you remember us discussion an Edubuntu download page a while back? [19:59] yes I do [19:59] how hard is it on your end to do something like that? [20:00] Not too hard, but will there be a traditional CD image download like in the past? [20:00] Edubuntu is kind of a different situation than Kubuntu in that we don't have the same set of disks [20:00] how do you mean by "traditional"? [20:00] will there be an ISO? [20:00] oh, sure [20:01] will it be on the same set of servers as kubuntu and ubuntu? [20:01] what I'd love to have though is a way to download the Ubuntu Alternate CD and the Edubuntu Addon CD from the interface [20:01] yes, they're on the same server [20:01] oh, interesting, you want the ubuntu alternate cd? [20:01] Hmm. [20:01] yeah [20:02] we actually *don't* want the Ubuntu Desktop CD [20:02] so it's a bit different [20:02] not sure if that'd mess you up [20:02] I just removed the alternate CD from the download page for intrepid [20:02] http://people.ubuntu.com/~mnuzum/tmp/downloadpage.html [20:02] oh no!! [20:02] ironic isn't it [20:02] Edubuntu *specifically* needs the Alternate CD [20:02] our users are toast without it [20:02] well, it's still there, just not as prominant [20:03] yeah, but that's causing us problems unfortunately [20:03] having an edubuntu specific download page is actually a good idea in this case then [20:03] we tell people to go get the Ubuntu Alternate CD and often they just get the Desktop CD [20:03] we could make it prominant for you and less so for us [20:04] because the Ubuntu download page doesn't really show the Alt disk well [20:04] well, there will be a new page or section just for alternate [20:04] so www.ubuntu.com/getubuntu/downloadoptions#alternate [20:04] (as a contrived example) [20:05] well, here's another question [20:05] is it possible to start multiple downloads at the same time? [20:05] good question, yes, I think so [20:05] I was thinking if our download page had a checkbox rather than radio button [20:06] so people could either choose to get the Ubuntu Alternate CD and Edubuntu Addon at the same time [20:06] or if they already have the Ubuntu .iso they could just pick the Edubuntu .iso [20:06] I wonder how well that would work downloading two isos at once [20:07] yeah, for bad connections it might suck :-) [20:07] "might" :-) [20:07] anyway, I was just looking for linking between the two CDs [20:07] but I think the page can be worded sufficiently clearly [20:08] is there just one edubuntu cd image? [20:08] yes [20:08] we have actually fairly easy requirements, they're just non-standard and not clear [20:08] I'd say lets do this... create the download page that starts the download of the edubuntu CD and then while they're waiting for their download show them a page that explains that they *MUST* have the alternate CD [20:08] including a link to that cd [20:08] You want either Ubuntu Alt + Edubuntu Addon or just Edubuntu Addon [20:09] ok, so bottom line is can this be done for Intrepid and is there anything I can do to make it work? [20:10] I have a fairly clear idea of wording, etc. [20:10] Well, it's not hard to do for intrepid, basically I'll copy the kubuntu page and tweak the styles for your iframe [20:10] then you embed the iframe in your site [20:10] the landing page is on the ubuntu.com website [20:10] we're going to revamp that for intrepid and make it cleaner [20:11] we'd need to work on the conditional wording for the edubuntu users [20:11] so if($edubuntu) { ?>Show something just for your users everyone sees this [20:12] right [20:12] 13 days to release [20:12] i think we can do it [20:12] why don't you go to the kubuntu download page and check out their iframe code and copy it to some hidden area of your site so you're comfortable with how it works [20:12] so if you could get a quick mockup I can send you wording [20:13] ah, good idea [20:13] I will be able to do a mockup but it will not be until Monday or Tuesday of next week [20:14] no problemo [20:14] I'll get familiar with the stuff on my end with the kubuntu page [20:14] and then it should be a matter of getting the wording and options right [20:14] yeah, and just changing a link to the edubuntu iframe when its ready === huayra_ is now known as huayra [21:56] hello? [21:56] hi [21:57] hey [21:57] so i heard about this project and i was wondering if you needed another web/PHP developer [21:58] alex121: the web presence team or one of the specific projects we're working on? [21:58] the ubuntu wanted project [21:58] ah [21:59] I've not heard much chatter on that here on IRC, mostly on the list. [21:59] alex121: are you on the email list? [21:59] no [22:00] bye [22:03] mm... The ubuntu wanted project could actually be a subset of the spreadubuntu project... [22:03] hi newz2000! [22:03] (hubuntu here) [22:03] hi huayra! [22:03] ah [22:04] I am working in the site now [22:04] it's not moving quick, but we are working a lot in the LP setup [22:04] we may have some release ready stuff around the 22th [22:04] ah, that's awesome [22:08] the 0.1 release will be the 30th [22:08] but as we spoke, I would really appreciate some help in optimizing the server [22:08] It's a LAMP Ubuntu 8.04 [22:08] running drupal 5 [22:09] what help do you need optimizing the server? [22:10] we are expecting some heavy load from the 22th and one or two weeks after that [22:10] how much ram do you have? [22:10] you said you had some cache tricks [22:10] 256 [22:10] I can buy the double for a period if that's all that helps [22:11] I'll let you decide that, but here's a couple things [22:11] I use a Xen slice from SliceHost [22:11] ok,listeninfg [22:11] I mentioned limit the number of apache child process [22:11] this is because each process uses ram [22:11] so 25 - 40 is probably ideal [22:11] I put them down to 40 already [22:12] shall I just go 25? [22:12] huayra: wait and see [22:12] ok [22:13] do you have drupal set to make images and media files private (i.e. served via drupal) or public (i.e. served by apache)? [22:13] public is easier on the server [22:13] I think drupal is controlling it, since we use heavily some imagemagick stuff [22:14] not necessarily. Go into your settings and check if it's private or public [22:16] that will be a big help, to go the next step you'd put a cache in front. Change your port on apache/drupal site to some high port (8080 for example) and then use squid or apache's mod_proxy to listen on 80 and proxy content for port 8080 [22:17] I'd say wait and see if you have problems before you go that route. [22:17] Oh [22:17] since you're on hardy definitely install xcache [22:17] that'll give you about a 7x speed improvement for dynamic content [22:22] My machine hang up, but I have your message in the logs [22:22] thx newz2000 :) [22:22] my pleasure. [22:22] I'll iinstall xcache