Re: Re: [OLPC-AU] Calculating total power draw of XO

2011-03-17 Thread forster
see http://lists.laptop.org/pipermail/power/ Tony On Thu, Mar 17, 2011 at 03:50:30PM +1100, Sridhar Dhanapalan wrote: What I can tell you is that our individual power adapters have the following characteristics: * input 100-240V AC 50/60Hz * output 12V DC 2500mA These are

copy-nand vs update-nand

2011-03-17 Thread Sridhar Dhanapalan
What's the difference between copy-nand and update-nand on XO-1 machines? I normally use copy-nand, and it works every time. I haven't got update-nand to work, but it seems to be the way to install 11.2.0: http://lists.laptop.org/pipermail/testing/2011-February/002111.html Sridhar

Re: [OLPC-AU] copy-nand vs update-nand

2011-03-17 Thread James Cameron
copy-nand is for unpartitioned jffs2 images. update-nand is for partitioned jffs2 images, or partitioned combined jffs2 and ubifs images. Follow the installation instructions closely for the release you're working with. Mixing the image types and commands can result in unpredictable behaviour,

Paraguay's Inventario download link

2011-03-17 Thread Martin Langhoff
On Wed, Mar 16, 2011 at 7:19 PM, HALL,Brian C brian.hal...@uwimona.edu.jm wrote: Where can I find the link to download and install inventario? http://wiki.paraguayeduca.org/index.php/Especial:Search?search=inventariogo=Ir Changed subject to match your question. cheers, m --  

[PATCH olpc-os-builder 10/14] sd_card_image: unversioned layout: don't duplicate files for /boot

2011-03-17 Thread Sascha Silbe
Duplicating the files destined for the boot partition on the root partition takes up precious space and has no real benefit: OFW can't use them because the root file system is ext4 (that was the reason to have a separate boot partition in the first place). Signed-off-by: Sascha Silbe

[PATCH olpc-os-builder 12/14] Print URLs for repositories

2011-03-17 Thread Sascha Silbe
From: Bernie Innocenti ber...@codewiz.org Signed-off-by: Sascha Silbe si...@activitycentral.com --- .../kspost.60.nochroot.activities.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/sugar_activity_group/kspost.60.nochroot.activities.py

[PATCH olpc-os-builder 13/14] Disable sshd to save memory and speed up startup

2011-03-17 Thread Sascha Silbe
From: Bernie Innocenti ber...@codewiz.org Backup to XS is initiated client side via a cron job, so it won't be affected. Signed-off-by: Sascha Silbe si...@activitycentral.com --- modules/base/kspost.10.core.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH olpc-os-builder 04/14] Install olpc-update only if versioned file system layout is used

2011-03-17 Thread Sascha Silbe
olpc-update depends on the versioned layout, so on a system built with versioned_fs=0 it's only a waste of space. Signed-off-by: Sascha Silbe si...@activitycentral.com --- modules/base/kspkglist.10.core.inc |1 - modules/base/kspkglist.11.core.sh |8 2 files changed, 8

[PATCH olpc-os-builder 05/14] module sugar: Add support for setting the list of protected activities

2011-03-17 Thread Sascha Silbe
Signed-off-by: Sascha Silbe si...@activitycentral.com --- modules/sugar/README | 11 +++ modules/sugar/kspost.51.protected.sh |7 +++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 modules/sugar/kspost.51.protected.sh diff --git

[PATCH olpc-os-builder 09/14] sd_card_image: clean up calculations, rely on dmsetup + kpartx

2011-03-17 Thread Sascha Silbe
sd_card_image previously used two mismatching C/H/S geometries internally. The impact on the output was minimal (the image file might have been slightly larger than necessary) because most of the actually used values were hardcoded, but it was rather confusing. By replacing the loop device offset

[PATCH olpc-os-builder 08/14] sd_card_image: add support for skipping .zd/.zsp image creation

2011-03-17 Thread Sascha Silbe
Only OFW supports these file formats and creating them takes a lot of time. Use case: local testing with external SD cards. Signed-off-by: Sascha Silbe si...@activitycentral.com --- modules/sd_card_image/README |3 ++- modules/sd_card_image/defaults.ini |1 +

[PATCH olpc-os-builder 07/14] Fix indentation in sugarlabs_activities module

2011-03-17 Thread Sascha Silbe
From: Bernie Innocenti ber...@codewiz.org Signed-off-by: Sascha Silbe si...@activitycentral.com --- .../kspost.60.nochroot.aslo.sh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sugarlabs_activities/kspost.60.nochroot.aslo.sh

[PATCH olpc-os-builder 14/14] Replace epiphany with pidgin

2011-03-17 Thread Sascha Silbe
From: Steven M. Parrish smparr...@gmail.com Empathy *still* does not work decently for most protocols, including IRC and SIP. In Fedora 11, it was close to unusable. [added rationale provided by Bernie Innocenti ber...@activitycentral.com] Signed-off-by: Sascha Silbe si...@activitycentral.com

[PATCH olpc-os-builder 02/14] Don't choke on 404 errors for activity pages

2011-03-17 Thread Sascha Silbe
From: Bernie Innocenti ber...@codewiz.org Signed-off-by: Sascha Silbe si...@activitycentral.com --- .../kspost.60.nochroot.activities.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/modules/sugar_activity_group/kspost.60.nochroot.activities.py

Re: [PATCH olpc-os-builder 09/14] sd_card_image: clean up calculations, rely on dmsetup + kpartx

2011-03-17 Thread Sascha Silbe
Excerpts from Sascha Silbe's message of Thu Mar 17 16:21:23 +0100 2011: The partition layout is slightly altered to start the root device at 128MB (power-of-2 boundary) instead of at 132MB, reducing boot from 64MB to 60MB. Embarrassingly, an off-by-one error already present in the previous

[PATCH 2/2] Split off olpc-bootanim-tools package

2011-03-17 Thread martin . langhoff
From: Martin Langhoff mar...@laptop.org So bootanim tools can be installed for olpc-os-builder --- olpc-bootanim.spec | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/olpc-bootanim.spec b/olpc-bootanim.spec index f880491..429b98f 100644 ---

[PATCH olpc-os-builder 09/14 v2] sd_card_image: clean up calculations, rely on dmsetup + kpartx

2011-03-17 Thread Sascha Silbe
sd_card_image previously used two mismatching C/H/S geometries internally. The impact on the output was minimal (the image file might have been slightly larger than necessary) because most of the actually used values were hardcoded, but it was rather confusing. By replacing the loop device offset

Re: [PATCH 2/2] Split off olpc-bootanim-tools package

2011-03-17 Thread Daniel Drake
On 17 March 2011 17:25, martin.langh...@gmail.com wrote: From: Martin Langhoff mar...@laptop.org So bootanim tools can be installed for olpc-os-builder thanks, released as v2.13 ___ Devel mailing list Devel@lists.laptop.org

Re: [PATCH 2/2] Split off olpc-bootanim-tools package

2011-03-17 Thread Martin Langhoff
On Thu, Mar 17, 2011 at 2:45 PM, Daniel Drake d...@laptop.org wrote: On 17 March 2011 17:25,  martin.langh...@gmail.com wrote: From: Martin Langhoff mar...@laptop.org So bootanim tools can be installed for olpc-os-builder thanks, released as v2.13 Fantastic - thanks! An OOB module is coming

Re: [PATCH olpc-os-builder 02/14] Don't choke on 404 errors for activity pages

2011-03-17 Thread Daniel Drake
Thanks for the patch @@ -154,7 +154,10 @@ def parse_url(url, **urlopen_args):     `bitfrost.util.urlrange.urlopen`.     import bitfrost.util.urlrange as urlrange     with urlrange.urlopen(url, **urlopen_args) as f: -        return parse_html(f.read(), f.url) +       try: +            

Re: [PATCH olpc-os-builder 03/14] Do not adjust dates of activities

2011-03-17 Thread Daniel Drake
On 17 March 2011 15:21, Sascha Silbe si...@activitycentral.com wrote: From: Bernie Innocenti ber...@codewiz.org By resetting all the dates, we'd break the new-to-old ordering in the list view. The initial order would be reverse-alphabetic and would start to break as users installed or updated

Re: [PATCH olpc-os-builder 05/14] module sugar: Add support for setting the list of protected activities

2011-03-17 Thread Daniel Drake
On 17 March 2011 15:21, Sascha Silbe si...@activitycentral.com wrote: Signed-off-by: Sascha Silbe si...@activitycentral.com We had this already but it looks like it was never pushed into master :( Sorry about that. So I cherry-picked the equivalent commit into master (from v1.3). It's very

Re: [PATCH olpc-os-builder 11/14] Increase size of /tmp and /var/tmp to make yum work

2011-03-17 Thread Daniel Drake
On 17 March 2011 15:21, Sascha Silbe si...@activitycentral.com wrote: From: Bernie Innocenti ber...@codewiz.org Signed-off-by: Sascha Silbe si...@activitycentral.com ---  modules/base/kspost.10.core.inc |    8  1 files changed, 4 insertions(+), 4 deletions(-) Yum works for me

Re: FW: [Server-devel] [Sugar-devel] Load testing the XS school server

2011-03-17 Thread Martin Abente
Hello Brian, Are you planning to do devel on inventario or you just want to use it? kind regards, tch On Thu, Mar 17, 2011 at 5:50 PM, HALL,Brian C brian.hal...@uwimona.edu.jm wrote: Thank you very much. Much appreciated. Iam now at the section about Compile gui: cd

RE: [Server-devel] FW: [Sugar-devel] Load testing the XS school server

2011-03-17 Thread HALL,Brian C
Hey guys I was able to solve this error. Iam now at the section SELinux magic - We need to add the correct context to our web app directory: semanage fcontext -a -t httpd_sys_content_t /var/inventario Its giving me the error 'libsepol.context_from_record: MLS is enabled, but no MLS context

Re: [Server-devel] [Sugar-devel] Paraguay's Inventario download link

2011-03-17 Thread Martin Abente
http://wiki.paraguayeduca.org/index.php/Get_Inventory_System Saludos, tch On Thu, Mar 17, 2011 at 10:10 AM, Martin Langhoff martin.langh...@gmail.com wrote: On Wed, Mar 16, 2011 at 7:19 PM, HALL,Brian C brian.hal...@uwimona.edu.jm wrote: Where can I find the link to download and install

[Server-devel] FW: [Sugar-devel] Load testing the XS school server

2011-03-17 Thread HALL,Brian C
Thank you very much. Much appreciated. Iam now at the section about Compile gui: cd /var/inventario/gui ; ./generate.py build rm -rf ../public/build mv build ../public When I run this, I get the error: 'Cannot find real generator script under:

Re: [Server-devel] FW: [Sugar-devel] Load testing the XS school server

2011-03-17 Thread HALL,Brian C
Hey guys I was able to solve this error. Iam now at the section SELinux magic - We need to add the correct context to our web app directory: semanage fcontext -a -t httpd_sys_content_t /var/inventario Its giving me the error 'libsepol.context_from_record: MLS is enabled, but no MLS context

Re: [Server-devel] wwwoffle?

2011-03-17 Thread Dan Zubey
I was wondering if I could get some feedback on the wwwoffle script, I'd like to create something actually helpfu and usefull. I'm going over it now to put out a second version. Please let me know what could be added/modified. Thanks, -Dan On 02/22/2011 03:26 PM, Dan Zubey wrote: On