Re: [Sugar-devel] F11 for XO1 - Fonts

2009-09-01 Thread Bert Freudenberg
On 01.09.2009, at 04:25, Art Hunkins wrote:

> I'm assuming that all monitor ratios will fall in the range
> of from slightly less than 4:3 up to 16:9 (wide-screen format).


The "slightly less" would be 5:4 as is common on 1280x1024 screens.

However, on the XO the screen can be rotated so you get a 3:4 ratio.  
And e.g. the Classmate Tablet rotates automatically, too, so it's  
(close to) 10:16 if you hold it upright.

- Bert -


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Karma] experimenting w/ canvas, drawImage draws a distorted pic

2009-09-01 Thread S Page
On Mon, Aug 31, 2009 at 6:51 AM, Martin
Langhoff wrote:
> Our pixels are rather "special". If you are using Browse.xo or
> anything using hulahop/gecko make sure you read Mihai Sucan's notes on
> the topic... wikipage which I have now lost track of...

Probably http://wiki.laptop.org/go/HTML_canvas_performance
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] new string: Remove

2009-09-01 Thread Tomeu Vizoso
Hi,

as requested in http://dev.sugarlabs.org/ticket/632 have just pushed a
change for renaming the Unmount string to Remove:

http://git.sugarlabs.org/projects/sugar/repos/mainline/commits/4ed0d11f51e8723d

This change is effective only in the code that will become 0.86.

Regards,

Tomeu

-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Karma] experimenting w/ canvas, drawImage draws a distorted pic

2009-09-01 Thread Bryan Berry
On Tue, 2009-09-01 at 02:36 -0700, S Page wrote:
> On Mon, Aug 31, 2009 at 6:51 AM, Martin
> Langhoff wrote:
> > Our pixels are rather "special". If you are using Browse.xo or
> > anything using hulahop/gecko make sure you read Mihai Sucan's notes on
> > the topic... wikipage which I have now lost track of...
> 
> Probably http://wiki.laptop.org/go/HTML_canvas_performance
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


I am aware of that issue but I am referring a different one.

for whatever reason a canvas pixel is not equivalent to a css pixel so
the following methods of specifying canvas dimensions are not
equivalent:




   #mycanvas { 
width: 200;
height: 200;
  }


-- 
Bryan W. Berry
Technology Director
OLE Nepal, http://www.olenepal.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [Karma] animation package

2009-09-01 Thread NoiseEHC
Have you tried this?
http://webdemos.sourceforge.net/CAKE/

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Physics] New features

2009-09-01 Thread Gary C Martin
On 1 Sep 2009, at 07:51, Asaf Paris Mandoki wrote:

> On Mon, Aug 31, 2009 at 9:16 PM, Gary C Martin  
> wrote:
>> Hi Asaf,
>>
>> On 1 Sep 2009, at 02:03, Asaf Paris Mandoki wrote:
>>
 I hope all that olpcgames/pygame wrapper stuff doesn't bite us  
 too hard
 ;-)
>>>
>>> From Mike C. Fletcher's email it seems we may be better of without  
>>> it.
>>> I'm not quite sure what real advantage does it give us.
>>
>> I know what you mean –mental reminder I need to reply to his prompt  
>> email!.
>> There's a heap of scary things going on in olpcgames I don't fully
>> understand, and without knowing pygames well enough, I'm not too  
>> sure of all
>> the fine points of how the wrapper is actually helping us, I'm sure  
>> it is
>> helping in many... Could take us a while to untangle, but might  
>> well be
>> worth it (at some point).
>>
>> OT: Mikes original intention was (I think) to provide a library so  
>> that you
>> could include it to quickly wrap any old pygame developed code into  
>> (and
>> under) basic Sugar activity code. It might be better just to create a
>> clean/simple (as possible) pygame template Activity, that anyone  
>> can then
>> clone and drop their pygame code into (like Tomeu template efforts  
>> for Gnash
>> and Qt). The current case of including of multiple layers and  
>> wrappers gets
>> pretty confusing trying to track down who is actually doing what.
>>
>
> This might be relevant:
> http://wiki.sugarlabs.org/go/Development_Team/Project_Ideas#SugarGames_Pygame_wrapper

Interesting, thanks for pointing it out I hadn't seen it (looks pretty  
well out of my league on a technical level though).

Regards,
--Gary

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] SarynPaint: a Java program packaged for the OLPC

2009-09-01 Thread Jim Simmons
If you have a URL for the project I might look at it to see if I could
make a Python version, giving credit to the original author of course.

If you've been following this mailing list you know there are frequent
discussions about what should be included in the supporting
environment for Sugar.  We've had discussions about WebKit, QT, as
well as Java.  WebKit was opposed by some because it does the same
thing as Gecko, but it we included it Read could support EPub files,
which would be a huge win for the platform even if we used it for
nothing else.  As for QT, apparently  there is a lot of educational
software already written that uses QT.

Neither of these justifications exists for Java, plus Java requires 75
meg for the runtime which is a lot of disk space for the XO although
it might be tolerable elsewhere.

I once wrote a program to do standards checking on COBOL code.  I
wrote the first version in Turbo C, then rewrote it in COBOL because
it needed to run on a mainframe and that was the language the
mainframe needed it to be in.  I actually liked the COBOL version
better, for reasons that would be hard to explain.  IBM did offer a C
compiler for the mainframe, but nobody wanted it, not even me.  COBOL
was the right answer.

James Simmons


On Mon, Aug 31, 2009 at 4:30 PM, Ben Wiley Sittler wrote:
> I understand this point of view, certainly. At this point I much
> prefer writing Python to Java because the result is likely to be
> shorter and easier to modify or re-use, but I am not the author of
> SarynPaint, merely someone who got it working on the OLPC. The
> original author wrote it in Java, and I doubt there's any reason he
> would suddenly switch languages he runs it on Macs which have both
> plenty of resources and a well-integrated Java runtime "out of the
> box".
>
> That said, I'm sure that if the idea of SarynPaint is appealing enough
> for OLPC users and the JRE requirement onerous enough, someone will
> clone it in Python. The license (GPLv3) certainly encourages such
> re-use.
>
> So far, however, I see nothing to justify that. The target age group
> for SarynPaint (early hand/eye coordination) is younger than for the
> OLPC project. The activity has no save/resume yet, and so might
> actually discourage constructivism. I don't hear any deployments
> clamoring for such an app. Really, then, it seems like it might be
> more used by G1G1 donors' kids, and they can probably afford the
> bandwidth and moderate hassle to install OpenJDK.
>
> Please do prove me wrong though, I'd love for this software to be more
> widely used, and for its deficiencies to be addressed, either by me or
> by others who are passionate about making this hardware more useful
> and/or entertaining to kids.
>
> -Ben
>
> On 2009-08-31, Jim Simmons  wrote:
>> Tomeu,
>>
>> I have to agree with you on this point.  I program in Java for a
>> living, and never programmed in Python before I got my XO.  I can do
>> Java in my sleep, especially with the Eclipse IDE.  Every time I need
>> to add a feature to my Activities I think about how I'd do it in Java
>> then translate that to Python.  I constantly wish that Eric had code
>> completion features anywhere near as good as I had in Eclipse.  If
>> anyone would benefit from having Java supported in Sugar it would be
>> me.
>>
>> I don't want it.
>>
>> I don't think there is an Activity you could write In Java that you
>> could not write in Python.  The Python version would perform better,
>> would use less memory, would integrate with Sugar better, would
>> probably have fewer lines of code, and would not require a 75+ mb
>> runtime.  Most importantly, children wanting to learn to program would
>> be much better served if most of the Activities they might want to
>> study the code for were written in Python, rather than a bunch of
>> different languages.  Python is a good language for beginners.
>>
>> If the author of SarynPaint doesn't want to maintain two versions he
>> might rewrite it in Python and abandon the original.
>>
>> James Simmons
>>
>>
>>> Date: Mon, 31 Aug 2009 17:09:37 +0200
>>> From: Tomeu Vizoso 
>>> Subject: Re: [Sugar-devel] SarynPaint: a Java program packaged for the
>>>        OLPC
>>> To: Jeffrey Kesselman 
>>> Cc: Ben Wiley Sittler ,     sugar-devel
>>>        ,      OLPC Developer's List
>>>        
>>> Message-ID:
>>>        <242851610908310809r4814cd9em5f2508b02b6bf...@mail.gmail.com>
>>> Content-Type: text/plain; charset=windows-1252
>>>
>>> On Mon, Aug 31, 2009 at 16:56, Jeffrey Kesselman wrote:
 Honestly,? I think the lack of Java on the XO has more with python
 defensiveness then anything else.
>>>
>>> Honestly, I don't think so. Most or all of the Sugar developers had
>>> zero python experience when joined the project. And we are way too
>>> busy to care about language wars.
>>>
 I draw this conclusion partly from the fact that it has been pretty
 crippling lack since initial inception of the XO, but one that there is
 great

Re: [Sugar-devel] Read-only access to thumb drive forbidden by Rainbow?

2009-09-01 Thread Jim Simmons
Tomeu,

I tried your suggestion to use datastore.mounts() and it was just what
I needed.  I hope that stub stays in the API until we can get everyone
off .82.

Thanks,

James Simmons

On Mon, Aug 31, 2009 at 3:05 AM, Tomeu Vizoso wrote:
>
> What about calling the mounts() method in the DS dbus service and
> compare what it returns in 0.84 and what earlier?
>
> In 0.84 and later we have this stub:
>
> http://git.sugarlabs.org/projects/sugar-datastore/repos/mainline/blobs/master/src/carquinyol/datastore.py#line326
>
> Regards,
>
> Tomeu
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] project policy consensus

2009-09-01 Thread David Farning
At the end of last week I posted a draft project policy[1] on the
mailing list.  It has not received any public or private criticism.
Unless I hear otherwise, I'll post it to the wiki tomorrow with a
'draft' tag.

david

1. http://lists.sugarlabs.org/archive/iaep/2009-August/007993.html
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Caroline Meeks
Anurag a CS student at BU, my husband, a CS grad from MIT and I, a techie
never give upper, are going to be working on Monday to take the pile of
computers in my house and prepare them for installing in the GPA school on
Weds.
One piece of this will be creating a cluster in the hallway, that
collaborates locally but does not have internet access.  I've yet to get
this to work.  We need to translate from discussions of network segments to
very practical discussion of what specific model numbers can you buy at the
store and it will work for X number of computers.

Does anyone have a suggestion of what sort of router I should buy to make
this work?  I think I'll goto Staples, buy a couple of options and return
what doesn't work.

Thanks!
Caroline

-- Forwarded message --
From: Caroline 
Date: Wed, Aug 26, 2009 at 10:21 AM
Subject: [Bug 419240] [NEW] Need instructions on how to set up a cluster of
computers so they collaborate.
To: cme...@sugarlabs.org


Public bug reported:

Please create teacher friendly instructions on how to set up a cluster
of computers, without internet access, to use Sugar on a Stick and
collaborate locally with each other.

** Affects: soas
Importance: Undecided
Status: New

--
Need instructions on how to set up a cluster of computers so they
collaborate.
https://bugs.launchpad.net/bugs/419240
You received this bug notification because you are a direct subscriber
of the bug.

Status in Sugar on a Stick: New

Bug description:
Please create teacher friendly instructions on how to set up a cluster of
computers, without internet access, to use Sugar on a Stick and collaborate
locally with each other.



-- 
Caroline Meeks
Solution Grove
carol...@solutiongrove.com

617-500-3488 - Office
505-213-3268 - Fax
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Caroline Meeks
Anurag a CS student at BU, my husband, a CS grad from MIT and I, a techie
never give upper, are going to be working on Monday to take the pile of
computers in my house and prepare them for installing in the GPA school on
Weds.
We will be wiping all the hard disks and putting on something else.

Can I put install some version of the boothelper on the hard drive so when
it boots off of the hard drive it automatically looks for a USB?  I think
this would be preferred especially for older computers that don't let us set
the bios for USB boot preference.

Perhaps with newer computers we should install Sugar locally and make it the
"Room 33" user so that guests can get access with out a stick.

Thoughts? help?

Got a good answer? Put it here for future deployments:
https://answers.launchpad.net/soas/+question/81627

We will also use this for tracking what I do and documenting results.

-- 
Caroline Meeks
Solution Grove
carol...@solutiongrove.com

617-500-3488 - Office
505-213-3268 - Fax
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Bill Bogstad
On Tue, Sep 1, 2009 at 1:56 PM, Caroline
Meeks wrote:
> Anurag a CS student at BU, my husband, a CS grad from MIT and I, a techie
> never give upper, are going to be working on Monday to take the pile of
> computers in my house and prepare them for installing in the GPA school on
> Weds.
> We will be wiping all the hard disks and putting on something else.
> Can I put install some version of the boothelper on the hard drive so when
> it boots off of the hard drive it automatically looks for a USB?

Probably yes,  See below for more.

> I think
> this would be preferred especially for older computers that don't let us set
> the bios for USB boot preference.
> Perhaps with newer computers we should install Sugar locally and make it the
> "Room 33" user so that guests can get access with out a stick.
> Thoughts? help?

A boot menu could allow this.  Will require at least some config file
investigation/changes.  Also, I understand the the current beta for
SoaS 2 has a method to install to a hard drive and it would be best to
remain compatible with that.  Unfortunately, I know nothing about how
it works.

> Got a good answer? Put it here for future
> deployments: https://answers.launchpad.net/soas/+question/81627
> We will also use this for tracking what I do and documenting results.

The floppy boot helper (using kexec-loader) that I've been working on
with you does the initial boot via syslinux.  Respinning it to boot
from a hard drive is therefore theoretically easy as syslinux can be
used on hard drivers as well as floppies.  However, how to create an
easy to use UI to get it installed to the hard drive isn't immediately
obvious to me.

Alternatively, the current CD helper uses isolinux for it's initial
boot which is part of the same suite of programs as syslinux.
Syslinux can used more or less as a drop in replacement for isolinux.
 Therefore the CD helper method could also be theoretically respun,
but with identical install issues as the floppy helper.

Bill Bogstad

Technical notes:  A fundamental difference between the CD helper and
the Floppy helper is that the CD helper actually contains the SoaS
kernel and ramdisk and only points to the Flash drive to get the root
and /home filesystems.  The floppy helper actually reads the SoaS
kernel/ramdisk off of the USB stick at boot time.  As a result, I
believe that the floppy helper is less likely to need to be respun for
new releases of SoaS.  OTOH, the floppy helper makes no use of the
BIOS to read/find the SoaS and if the floppy helper doesn't have a
driver for hardware you want to boot from the BIOS doesn't help.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] project policy consensus

2009-09-01 Thread Aleksey Lim
On Tue, Sep 01, 2009 at 12:44:48PM -0500, David Farning wrote:
> At the end of last week I posted a draft project policy[1] on the
> mailing list.  It has not received any public or private criticism.
> Unless I hear otherwise, I'll post it to the wiki tomorrow with a
> 'draft' tag.
> 
> david
> 
> 1. http://lists.sugarlabs.org/archive/iaep/2009-August/007993.html

+1

In my mind it correlates with proposing ideas to Engineering
Committee(since there wasn't clear consensus in ml thread for example)
or more, it makes redundant existing of Engineering Committee in most
cases. I mean that if there is agreement about mission statement of
proposed feature(i.e. w/o any technical details of implementation) it
will be much easier to find consensus with particular implementation.

So, I'm waiting for final wiki page which I could use to formalize
a couple of ideas for 0.88 release cycle.

-- 
Aleksey
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
Caroline Meeks wrote:
> One piece of this will be creating a cluster in the hallway, that
> collaborates locally but does not have internet access.  I've yet to get
> this to work.  We need to translate from discussions of network segments to
> very practical discussion of what specific model numbers can you buy at the
> store and it will work for X number of computers.

You should be able to use any "switch" with as many ports as you have
computers.  For example:
5 ports:
http://www.microcenter.com/single_product_results.phtml?product_id=0257750
8 ports:
http://www.microcenter.com/single_product_results.phtml?product_id=0294506
16 ports:
http://www.microcenter.com/single_product_results.phtml?product_id=0282106

(The Microcenter in Cambridge happens to be my usual place to buy this
sort of electronics.)

All you should need is a switch like that, and one standard ethernet cable
for each computer.  If you have a very large number of machines, you can
start connecting multiple switches together, but this sounds unlikely to
be necessary for your purposes.

--Ben



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] minutes of today's meeting

2009-09-01 Thread Tomeu Vizoso
Hi,

we had an excellent discussion in today's meeting, pity we ran out of
time. Here you can find the logs and minutes:

http://wiki.sugarlabs.org/go/Development_Team/Meetings#Tuesday_1st_September_2009_16:00_UTC

We have already two interesting subjects for the next meeting:
extensions, engineering committee and code review process. Let's have
another meeting next week? Are people happy with this time or would
someone like to suggest a different time?

Thanks,

Tomeu

-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] minutes of today's meeting

2009-09-01 Thread Tomeu Vizoso
On Tue, Sep 1, 2009 at 20:49, Tomeu Vizoso wrote:
> Hi,
>
> we had an excellent discussion in today's meeting, pity we ran out of
> time. Here you can find the logs and minutes:
>
> http://wiki.sugarlabs.org/go/Development_Team/Meetings#Tuesday_1st_September_2009_16:00_UTC

Oh, and please, if you attended the meeting please check that the
minutes reflect what we discussed and complete and correct as you see.

Thanks,

Tomeu

> We have already two interesting subjects for the next meeting:
> extensions, engineering committee and code review process. Let's have
> another meeting next week? Are people happy with this time or would
> someone like to suggest a different time?
>
> Thanks,
>
> Tomeu
>
> --
> «Sugar Labs is anyone who participates in improving and using Sugar.
> What Sugar Labs does is determined by the participants.» - David
> Farning
>



-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Caroline Meeks
Our short term goal is to on Monday prep 5-10 computer to put into the GPA
classrooms on Weds.  So we don't need super simple or something we
never have to upgrade,
we will have lots of access to these computers.  Also we don't need
computers to be both boot-helpers and have a Guest Sugar system on them.
They can be one or the other. This week is about what we can do this week.
Hopefully this experience will lead us to a super simple installation that
we can use for donated computers and put it into kids homes without having
to worry about how we will upgrade them.

Thanks!
Caroline

On Tue, Sep 1, 2009 at 2:30 PM, Bill Bogstad  wrote:

> On Tue, Sep 1, 2009 at 1:56 PM, Caroline
> Meeks wrote:
> > Anurag a CS student at BU, my husband, a CS grad from MIT and I, a techie
> > never give upper, are going to be working on Monday to take the pile of
> > computers in my house and prepare them for installing in the GPA school
> on
> > Weds.
> > We will be wiping all the hard disks and putting on something else.
> > Can I put install some version of the boothelper on the hard drive so
> when
> > it boots off of the hard drive it automatically looks for a USB?
>
> Probably yes,  See below for more.
>
> > I think
> > this would be preferred especially for older computers that don't let us
> set
> > the bios for USB boot preference.
> > Perhaps with newer computers we should install Sugar locally and make it
> the
> > "Room 33" user so that guests can get access with out a stick.
> > Thoughts? help?
>
> A boot menu could allow this.  Will require at least some config file
> investigation/changes.  Also, I understand the the current beta for
> SoaS 2 has a method to install to a hard drive and it would be best to
> remain compatible with that.  Unfortunately, I know nothing about how
> it works.
>
> > Got a good answer? Put it here for future
> > deployments: https://answers.launchpad.net/soas/+question/81627
> > We will also use this for tracking what I do and documenting results.
>
> The floppy boot helper (using kexec-loader) that I've been working on
> with you does the initial boot via syslinux.  Respinning it to boot
> from a hard drive is therefore theoretically easy as syslinux can be
> used on hard drivers as well as floppies.  However, how to create an
> easy to use UI to get it installed to the hard drive isn't immediately
> obvious to me.
>
> Alternatively, the current CD helper uses isolinux for it's initial
> boot which is part of the same suite of programs as syslinux.
> Syslinux can used more or less as a drop in replacement for isolinux.
>  Therefore the CD helper method could also be theoretically respun,
> but with identical install issues as the floppy helper.
>
> Bill Bogstad
>
> Technical notes:  A fundamental difference between the CD helper and
> the Floppy helper is that the CD helper actually contains the SoaS
> kernel and ramdisk and only points to the Flash drive to get the root
> and /home filesystems.  The floppy helper actually reads the SoaS
> kernel/ramdisk off of the USB stick at boot time.  As a result, I
> believe that the floppy helper is less likely to need to be respun for
> new releases of SoaS.  OTOH, the floppy helper makes no use of the
> BIOS to read/find the SoaS and if the floppy helper doesn't have a
> driver for hardware you want to boot from the BIOS doesn't help.
>



-- 
Caroline Meeks
Solution Grove
carol...@solutiongrove.com

617-500-3488 - Office
505-213-3268 - Fax
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Mike Lee
I can go buy the 5 and 8 port models tonight to try. If one of these works,
then we'll at least have a basis for moving forward in the classroom. So
far, I don't think we have any confirmed working devices.

As I said in another email, I've tested the Linksys 5-port Workgroup Switch
with no luck.

Mike


On Tue, Sep 1, 2009 at 2:41 PM, Benjamin M. Schwartz <
bmsch...@fas.harvard.edu> wrote:

> Caroline Meeks wrote:
> > One piece of this will be creating a cluster in the hallway, that
> > collaborates locally but does not have internet access.  I've yet to get
> > this to work.  We need to translate from discussions of network segments
> to
> > very practical discussion of what specific model numbers can you buy at
> the
> > store and it will work for X number of computers.
>
> You should be able to use any "switch" with as many ports as you have
> computers.  For example:
> 5 ports:
> http://www.microcenter.com/single_product_results.phtml?product_id=0257750
> 8 ports:
> http://www.microcenter.com/single_product_results.phtml?product_id=0294506
> 16 ports:
> http://www.microcenter.com/single_product_results.phtml?product_id=0282106
>
> (The Microcenter in Cambridge happens to be my usual place to buy this
> sort of electronics.)
>
> All you should need is a switch like that, and one standard ethernet cable
> for each computer.  If you have a very large number of machines, you can
> start connecting multiple switches together, but this sounds unlikely to
> be necessary for your purposes.
>
> --Ben
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release Hop-A-Round-1

2009-09-01 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4209

Sugar Platform:
from 0.82 to 0.86

Download Now:
http://activities.sugarlabs.org/downloads/version/29225

Release notes:
This is the first version released for use. 

Reviewer comments:
This request has been approved. 

Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Dave Bauer
On Tue, Sep 1, 2009 at 2:57 PM, Mike Lee  wrote:

> I can go buy the 5 and 8 port models tonight to try. If one of these works,
> then we'll at least have a basis for moving forward in the classroom. So
> far, I don't think we have any confirmed working devices.
>
> As I said in another email, I've tested the Linksys 5-port Workgroup Switch
> with no luck.
>
>
Is there any reason to suspect the hardware? If it works over wireless or
the internet, perhaps this is a software issue.

Dave


> Mike
>
>
> On Tue, Sep 1, 2009 at 2:41 PM, Benjamin M. Schwartz <
> bmsch...@fas.harvard.edu> wrote:
>
>> Caroline Meeks wrote:
>> > One piece of this will be creating a cluster in the hallway, that
>> > collaborates locally but does not have internet access.  I've yet to get
>> > this to work.  We need to translate from discussions of network segments
>> to
>> > very practical discussion of what specific model numbers can you buy at
>> the
>> > store and it will work for X number of computers.
>>
>> You should be able to use any "switch" with as many ports as you have
>> computers.  For example:
>> 5 ports:
>> http://www.microcenter.com/single_product_results.phtml?product_id=0257750
>> 8 ports:
>> http://www.microcenter.com/single_product_results.phtml?product_id=0294506
>> 16 ports:
>> http://www.microcenter.com/single_product_results.phtml?product_id=0282106
>>
>> (The Microcenter in Cambridge happens to be my usual place to buy this
>> sort of electronics.)
>>
>> All you should need is a switch like that, and one standard ethernet cable
>> for each computer.  If you have a very large number of machines, you can
>> start connecting multiple switches together, but this sounds unlikely to
>> be necessary for your purposes.
>>
>> --Ben
>>
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Dave Bauer
d...@solutiongrove.com
http://www.solutiongrove.com
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
Mike Lee wrote:
> I can go buy the 5 and 8 port models tonight to try. If one of these works,
> then we'll at least have a basis for moving forward in the classroom. So
> far, I don't think we have any confirmed working devices.
> 
> As I said in another email, I've tested the Linksys 5-port Workgroup Switch
> with no luck.

It is hard for me to believe that the problem is with the choice of
switch.  Switches are commodities; they're interchangeable and virtually
identical in functionality.

Your earlier description suggests that your laptops are not configured for
local collaboration at all.  In particular, it's possible that Avahi is
not running.  Whether the Avahi daemon is initiated by default, and how to
start it, varies between distributions, so I can't advise you on that
without knowing more about your configuration.

--Ben



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Bill Bogstad
On Tue, Sep 1, 2009 at 2:54 PM, Caroline
Meeks wrote:
> Our short term goal is to on Monday prep 5-10 computer to put into the GPA
> classrooms on Weds.  So we don't need super simple or something we never have to upgrade,
> we will have lots of access to these computers.  Also we don't need
> computers to be both boot-helpers and have a Guest Sugar system on them.
> They can be one or the other. This week is about what we can do this week.
> Hopefully this experience will lead us to a super simple installation that
> we can use for donated computers and put it into kids homes without having
> to worry about how we will upgrade them.

I  can probably find a way to generate and install a hard disk boot
helper for SoaS by Monday.  Whether it is based on the current CD or
floppy helper will depend on on which is easier to do.  I know nothing
about guest Sugar systems and wouldn't even attempt to meet that kind
of deadline.

Bill Bogstad
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Caroline Meeks
The same sticks collaborate locally at the GPA.
Note that not seeing anyone in the neighborhood, and seeing people but not
having all shared activities work all the time are probably two different
bugs. We do sometimes have trouble with seeing activities at the GPA, but we
always see the other people.

Thanks!

On Tue, Sep 1, 2009 at 3:05 PM, Dave Bauer  wrote:

>
>
> On Tue, Sep 1, 2009 at 2:57 PM, Mike Lee  wrote:
>
>> I can go buy the 5 and 8 port models tonight to try. If one of these
>> works, then we'll at least have a basis for moving forward in the classroom.
>> So far, I don't think we have any confirmed working devices.
>>
>> As I said in another email, I've tested the Linksys 5-port Workgroup
>> Switch with no luck.
>>
>>
> Is there any reason to suspect the hardware? If it works over wireless or
> the internet, perhaps this is a software issue.
>
> Dave
>
>
>> Mike
>>
>>
>>  On Tue, Sep 1, 2009 at 2:41 PM, Benjamin M. Schwartz <
>> bmsch...@fas.harvard.edu> wrote:
>>
>>> Caroline Meeks wrote:
>>> > One piece of this will be creating a cluster in the hallway, that
>>> > collaborates locally but does not have internet access.  I've yet to
>>> get
>>> > this to work.  We need to translate from discussions of network
>>> segments to
>>> > very practical discussion of what specific model numbers can you buy at
>>> the
>>> > store and it will work for X number of computers.
>>>
>>> You should be able to use any "switch" with as many ports as you have
>>> computers.  For example:
>>> 5 ports:
>>>
>>> http://www.microcenter.com/single_product_results.phtml?product_id=0257750
>>> 8 ports:
>>>
>>> http://www.microcenter.com/single_product_results.phtml?product_id=0294506
>>> 16 ports:
>>>
>>> http://www.microcenter.com/single_product_results.phtml?product_id=0282106
>>>
>>> (The Microcenter in Cambridge happens to be my usual place to buy this
>>> sort of electronics.)
>>>
>>> All you should need is a switch like that, and one standard ethernet
>>> cable
>>> for each computer.  If you have a very large number of machines, you can
>>> start connecting multiple switches together, but this sounds unlikely to
>>> be necessary for your purposes.
>>>
>>> --Ben
>>>
>>>
>>> ___
>>> Sugar-devel mailing list
>>> Sugar-devel@lists.sugarlabs.org
>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>>
>>>
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
>
> --
> Dave Bauer
> d...@solutiongrove.com
> http://www.solutiongrove.com
>
>
>


-- 
Caroline Meeks
Solution Grove
carol...@solutiongrove.com

617-500-3488 - Office
505-213-3268 - Fax
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] minutes of today's meeting

2009-09-01 Thread Aleksey Lim
On Tue, Sep 01, 2009 at 08:49:49PM +0200, Tomeu Vizoso wrote:
> Hi,
> 
> we had an excellent discussion in today's meeting, pity we ran out of
> time. Here you can find the logs and minutes:
> 
> http://wiki.sugarlabs.org/go/Development_Team/Meetings#Tuesday_1st_September_2009_16:00_UTC
> 
> We have already two interesting subjects for the next meeting:
> extensions, engineering committee

In case of creating engineering committee, at the end I like more
http://lists.sugarlabs.org/archive/iaep/2009-August/007993.html
since it defines the whole life cycle of new project/feature.

-- 
Aleksey
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Sascha Silbe

On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:

As I said in another email, I've tested the Linksys 5-port Workgroup 
Switch

with no luck.
I don't think it has got anything to do with the switch. Collaboration 
is known to have some bugs.


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/

signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Bill Bogstad
On Tue, Sep 1, 2009 at 3:08 PM, Caroline Meeks wrote:
> The same sticks collaborate locally at the GPA.
> Note that not seeing anyone in the neighborhood, and seeing people but not
> having all shared activities work all the time are probably two different
> bugs. We do sometimes have trouble with seeing activities at the GPA, but we
> always see the other people.

I'm going to bring a ethernet hub (not switch) on Monday and see if
tcpdump/ethereal can at least tell me what
packets are flowing between non-working machines.  I agree that the
type of ethernet switch really shouldn't matter
for this.

Bill Bogstad
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Bill Bogstad
On Tue, Sep 1, 2009 at 3:20 PM, Sascha
Silbe wrote:
> On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:
>
>> As I said in another email, I've tested the Linksys 5-port Workgroup
>> Switch
>> with no luck.
>
> I don't think it has got anything to do with the switch. Collaboration is
> known to have some bugs.

Is there a (hopefully straightforward) way to determine if a known bug
is causing the problem?
Trac entries to check for symptoms?  Things to look for in packet
dumps?  Logfile entries to examine? etc...

Bill Bogstad
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Dave Bauer
On Tue, Sep 1, 2009 at 3:21 PM, Bill Bogstad  wrote:

> On Tue, Sep 1, 2009 at 3:08 PM, Caroline Meeks
> wrote:
> > The same sticks collaborate locally at the GPA.
> > Note that not seeing anyone in the neighborhood, and seeing people but
> not
> > having all shared activities work all the time are probably two different
> > bugs. We do sometimes have trouble with seeing activities at the GPA, but
> we
> > always see the other people.
>
> I'm going to bring a ethernet hub (not switch) on Monday and see if
> tcpdump/ethereal can at least tell me what
> packets are flowing between non-working machines.  I agree that the
> type of ethernet switch really shouldn't matter
> for this.
>
> Also make sure you install and use the Analyze activity.

Dave


> Bill Bogstad
>



-- 
Dave Bauer
d...@solutiongrove.com
http://www.solutiongrove.com
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
Caroline Meeks wrote:
> The same sticks collaborate locally at the GPA.

That's certainly very strange.  I still think it's more likely to be a
software problem than a hardware problem.  The only relevant difference I
can think of between GPA and a switch like this is that at GPA, there's a
DHCP server handing out addresses.  On a simple switch with no internet
connection, the computers have to adopt link-local IP addresses (169.*).

One possibility is that, in the absence of a DHCP server, the computers
are not correctly acquiring link-local addresses.  Bill can confirm this
on Monday, I guess, by looking at the IP addresses shown in ifconfig in
the no-internet configuration.

> Note that not seeing anyone in the neighborhood, and seeing people but not
> having all shared activities work all the time are probably two different
> bugs. We do sometimes have trouble with seeing activities at the GPA, but we
> always see the other people.

Agreed.  These are different issues.



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
Bill Bogstad wrote:
> On Tue, Sep 1, 2009 at 3:20 PM, Sascha
> Silbe wrote:
>> On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:
>>
>>> As I said in another email, I've tested the Linksys 5-port Workgroup
>>> Switch
>>> with no luck.
>> I don't think it has got anything to do with the switch. Collaboration is
>> known to have some bugs.
> 
> Is there a (hopefully straightforward) way to determine if a known bug
> is causing the problem?

I am not aware of any bug that would cause the observed symptoms.



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Gary C Martin
On 1 Sep 2009, at 20:20, Sascha Silbe wrote:

> On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:
>
>> As I said in another email, I've tested the Linksys 5-port  
>> Workgroup Switch
>> with no luck.
> I don't think it has got anything to do with the switch.  
> Collaboration is known to have some bugs.

FWIW: All my testing has been done over wireless, so no wired results  
to report. I do have a switch and 2 machines so I might be able to  
test over ethernet and see if I can reproduce the issue here.

Regards,
--Gary
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
Gary C Martin wrote:
> On 1 Sep 2009, at 20:20, Sascha Silbe wrote:
> 
>> On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:
>>
>>> As I said in another email, I've tested the Linksys 5-port  
>>> Workgroup Switch
>>> with no luck.
>> I don't think it has got anything to do with the switch.  
>> Collaboration is known to have some bugs.
> 
> FWIW: All my testing has been done over wireless, so no wired results  
> to report. I do have a switch and 2 machines so I might be able to  
> test over ethernet and see if I can reproduce the issue here.

That would be good.  Even a crossover cable between two machines would be
enough to test the system.

My current best diagnosis is that the dhcpcd on Strawberry has somehow
been configured without zeroconf, so it does not acquire a link-local
address and bring up the interface in the absence of a DHCP server.  I
freely admit, though, that this diagnosis doesn't make a lot of sense,
because Fedora has generally embraced zeroconf and Avahi, and there's no
reason Strawberry should be different from stock Fedora in this regard.



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Benjamin M. Schwartz
W. Scott Meeks wrote:
> Hi folks,
> 
>>From reading about Collaboration on the Wiki at:
> http://wiki.sugarlabs.org/go/Collaboration the key appears to be:
> 
> You can collaborate "locally" without a server. If you remove the name of
>> the Jabber server from your settings, or it fails to connect for some
>> reason, then Sugar tries to connect locally. Sugar machines will be able to
>> collaborate if they are connected to the same wireless network or wired
>> port. It will not work over your entire LAN, you have to be on the same
>> segment.
>>
> 
> Can someone explain what it means to be "on the same segment" vs. "over your
> entire LAN"?

In general, being "on the same segment" as another user means that you can
communicate directly with that user.  "Directly" is used here in the
Internet Protocol sense: A and B are on the same segment if the total
number of hops between them is 1.

In this specific case, "on the same segment" is used to mean "can
communicate via IP multicast".  On most LANs, routers are not configured
to propagate multicast messages between segments, so the local
collaboration (which uses multicast) can only work within one segment.  If
you configure your routers to propagate multicast messages between
segments, then link-local collaboration will work over the whole LAN...
until you have so many users that the required bandwidth exceeds the
network capacity.



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Sascha Silbe

On Tue, Sep 01, 2009 at 03:23:57PM -0400, Bill Bogstad wrote:


Is there a (hopefully straightforward) way to determine if a known bug
is causing the problem?
I don't think any of the causes has been narrowed down sufficiently yet 
to be able to claim that you did (or did not) hit a "known" bug, sorry.


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/

signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Gary C Martin
On 1 Sep 2009, at 20:35, Benjamin M. Schwartz wrote:

> Gary C Martin wrote:
>> On 1 Sep 2009, at 20:20, Sascha Silbe wrote:
>>
>>> On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:
>>>
 As I said in another email, I've tested the Linksys 5-port
 Workgroup Switch
 with no luck.
>>> I don't think it has got anything to do with the switch.
>>> Collaboration is known to have some bugs.
>>
>> FWIW: All my testing has been done over wireless, so no wired results
>> to report. I do have a switch and 2 machines so I might be able to
>> test over ethernet and see if I can reproduce the issue here.
>
> That would be good.  Even a crossover cable between two machines  
> would be
> enough to test the system.

Yep thanks, wires are with a friend, will be a few days before I can  
test here, will give that route a test as well as a fallback if the  
switch is not playing well.

> My current best diagnosis is that the dhcpcd on Strawberry has somehow
> been configured without zeroconf, so it does not acquire a link-local
> address and bring up the interface in the absence of a DHCP server.  I
> freely admit, though, that this diagnosis doesn't make a lot of sense,
> because Fedora has generally embraced zeroconf and Avahi, and  
> there's no
> reason Strawberry should be different from stock Fedora in this  
> regard.

Yea, I'm not clear also on where the issue lies, hopefully  
reproduction of the failure in a test environment will push us in the  
right direction (sorry I can't do this right now) :-)

Regards,
--Gary

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Pilot in Berlin, Germany

2009-09-01 Thread Simon Schampijer
Hi,

some of you may know, I am doing a Sugar Pilot here in Germany. I try to 
keep my blog (listed on the sugarlabs planet as well) about my findings 
up to date [1]. For technical findings (how to setup nfs, ldap on Fedora 
for example) the plan is to use the wiki. 'Debatable things' I will try 
to bring up on the mailing list as well.

Regards,
Simon

[1] http://erikos.sweettimez.de/   ---   Categories: Sugar, Deployment 
and Teaching
[2] http://planet.sugarlabs.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Pilot in Berlin, Germany

2009-09-01 Thread Rafael Enrique Ortiz Guerrero
As a related note Sugar Labs Colombia pilots documentation
is going to live on the wiki:

Some documentation produced so far (technical side):

http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_un_desktop

http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_el_classmate

Rafael Ortiz



On Tue, Sep 1, 2009 at 4:51 PM, Simon Schampijer wrote:
> Hi,
>
> some of you may know, I am doing a Sugar Pilot here in Germany. I try to
> keep my blog (listed on the sugarlabs planet as well) about my findings
> up to date [1]. For technical findings (how to setup nfs, ldap on Fedora
> for example) the plan is to use the wiki. 'Debatable things' I will try
> to bring up on the mailing list as well.
>
> Regards,
>    Simon
>
> [1] http://erikos.sweettimez.de/   ---   Categories: Sugar, Deployment
> and Teaching
> [2] http://planet.sugarlabs.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Sugarcamp Bolzano 2009

2009-09-01 Thread David Farning
It looks like it is time to plan another SugarCamp[1].  This time we
have an invitation to spend the 7th to the 12th of November in
Bolzano, Italy.  It looks like six completely free days to work
together on Sugar!  The coolest part of this camp is the fact that we
are collocating with the GnomeHackfest.

It looks like .86 is going to ship on or about September 18th.  That
leaves us with three weeks to think of new things which are needed for
0.88. and then 6 whole days to work.  Because we have six days, the
time pressure is much less than it was in Paris.  But it would be
great if we could continue the same level of productivity.

Let's handle the scheduling similar to Paris.  The entire week spent
in one to four hour breakout sessions and work sessions.  Put your
ideas down under topics on the wiki page and when we get to Bolzano we
can figure out how to schedule things.

As always, the main goal is to make Sugar great.

david

1.  http://wiki.sugarlabs.org/go/Marketing_Team/Events/Sugarcamp_Bolzano_2009
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Karma] experimenting w/ canvas, drawImage draws a distorted pic

2009-09-01 Thread Felipe López Toledo
> 
>
> 
>   #mycanvas {
>width: 200;
>height: 200;
>  }
> 
>

yep, right


from http://dev.w3.org/html5/spec/Overview.html#the-canvas-element

> The intrinsic dimensions of the 
> canvaselement 
> equal the size of the coordinate space, with the numbers interpreted
> in CSS pixels. However, the element can be sized arbitrarily by a style
> sheet. During rendering, the image is scaled to fit this layout size.
>
> The size of the coordinate space does not necessarily represent the size of
> the actual bitmap that the user agent will use internally or during
> rendering. On high-definition displays, for instance, the user agent may
> internally use a bitmap with two device pixels per unit in the coordinate
> space, so that the rendering remains at high quality throughout.
>
I don't use css for setting the canvas width and height, I always get an
unexpected result :S


On Tue, Sep 1, 2009 at 5:13 AM, Bryan Berry  wrote:

> On Tue, 2009-09-01 at 02:36 -0700, S Page wrote:
> > On Mon, Aug 31, 2009 at 6:51 AM, Martin
> > Langhoff wrote:
> > > Our pixels are rather "special". If you are using Browse.xo or
> > > anything using hulahop/gecko make sure you read Mihai Sucan's notes on
> > > the topic... wikipage which I have now lost track of...
> >
> > Probably http://wiki.laptop.org/go/HTML_canvas_performance
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> I am aware of that issue but I am referring a different one.
>
> for whatever reason a canvas pixel is not equivalent to a css pixel so
> the following methods of specifying canvas dimensions are not
> equivalent:
>
> 
>
> 
>   #mycanvas {
>width: 200;
>height: 200;
>  }
> 
>
> --
> Bryan W. Berry
> Technology Director
> OLE Nepal, http://www.olenepal.org
>
>


-- 
Felipe López Toledo
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [IAEP] project policy consensus

2009-09-01 Thread Rafael Enrique Ortiz Guerrero
The policy is ok to me also.


Rafael Ortiz



On Tue, Sep 1, 2009 at 1:37 PM, Aleksey Lim wrote:
> On Tue, Sep 01, 2009 at 12:44:48PM -0500, David Farning wrote:
>> At the end of last week I posted a draft project policy[1] on the
>> mailing list.  It has not received any public or private criticism.
>> Unless I hear otherwise, I'll post it to the wiki tomorrow with a
>> 'draft' tag.
>>
>> david
>>
>> 1. http://lists.sugarlabs.org/archive/iaep/2009-August/007993.html
>
> +1
>
> In my mind it correlates with proposing ideas to Engineering
> Committee(since there wasn't clear consensus in ml thread for example)
> or more, it makes redundant existing of Engineering Committee in most
> cases. I mean that if there is agreement about mission statement of
> proposed feature(i.e. w/o any technical details of implementation) it
> will be much easier to find consensus with particular implementation.
>
> So, I'm waiting for final wiki page which I could use to formalize
> a couple of ideas for 0.88 release cycle.
>
> --
> Aleksey
> ___
> IAEP -- It's An Education Project (not a laptop project!)
> i...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/iaep
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Fwd: [Bug 419240] [NEW] Need instructions on how to set up a cluster of computers so they collaborate.

2009-09-01 Thread Caroline Meeks
A crossover cable is a really interesting idea. That would be a simple way
to set up two machines in a hallway to collaborate.
If anyone can test it would be appreciated. I'll try to get one so we can
test on Monday.

On Tue, Sep 1, 2009 at 4:49 PM, Gary C Martin  wrote:

> On 1 Sep 2009, at 20:35, Benjamin M. Schwartz wrote:
>
>  Gary C Martin wrote:
>>
>>> On 1 Sep 2009, at 20:20, Sascha Silbe wrote:
>>>
>>>  On Tue, Sep 01, 2009 at 02:57:57PM -0400, Mike Lee wrote:

  As I said in another email, I've tested the Linksys 5-port
> Workgroup Switch
> with no luck.
>
 I don't think it has got anything to do with the switch.
 Collaboration is known to have some bugs.

>>>
>>> FWIW: All my testing has been done over wireless, so no wired results
>>> to report. I do have a switch and 2 machines so I might be able to
>>> test over ethernet and see if I can reproduce the issue here.
>>>
>>
>> That would be good.  Even a crossover cable between two machines would be
>> enough to test the system.
>>
>
> Yep thanks, wires are with a friend, will be a few days before I can test
> here, will give that route a test as well as a fallback if the switch is not
> playing well.
>
>  My current best diagnosis is that the dhcpcd on Strawberry has somehow
>> been configured without zeroconf, so it does not acquire a link-local
>> address and bring up the interface in the absence of a DHCP server.  I
>> freely admit, though, that this diagnosis doesn't make a lot of sense,
>> because Fedora has generally embraced zeroconf and Avahi, and there's no
>> reason Strawberry should be different from stock Fedora in this regard.
>>
>
> Yea, I'm not clear also on where the issue lies, hopefully reproduction of
> the failure in a test environment will push us in the right direction (sorry
> I can't do this right now) :-)
>
> Regards,
> --Gary
>
>


-- 
Caroline Meeks
Solution Grove
carol...@solutiongrove.com

617-500-3488 - Office
505-213-3268 - Fax
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Bill Bogstad
On Tue, Sep 1, 2009 at 11:59 PM, Pilar Saenz wrote:
> Hi Caroline
>
> Actually, we install sugar on fedora 11 and customized it to use sugar
> session and to have the same soas Bootloader. We has testes this
> process on several kind of desktop and on classmate 2.
>
> Rafael Ortiz has write some notes about the process, all in spanish,
>
> http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_un_desktop

My Spanish is lousy, but it looks to me like you:

1. Install Fedora 11 with it's standard Sugar packages
2. Add some XO inspired boot animations
3. Setup GDM to automatically login a single local user
4. Install a local activity bundle

The result would appear to be a machine which is dedicated for use as
a Sugar machine for a single default user.  The journal
will be on the local hard drive.   People who want to switch from
machine to machine will have to copy things from the
journal to some portable media (maybe USB stick).

Is that a fair summary?

Bill Bogstad
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Pilar Saenz
Hi Caroline

Actually, we install sugar on fedora 11 and customized it to use sugar
session and to have the same soas Bootloader. We has testes this
process on several kind of desktop and on classmate 2.

Rafael Ortiz has write some notes about the process, all in spanish,

http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_un_desktop
http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_el_classmate

Best regards,

2009/9/1 Bill Bogstad :
> On Tue, Sep 1, 2009 at 2:54 PM, Caroline
> Meeks wrote:
>> Our short term goal is to on Monday prep 5-10 computer to put into the GPA
>> classrooms on Weds.  So we don't need super simple or something we never have to upgrade,
>> we will have lots of access to these computers.  Also we don't need
>> computers to be both boot-helpers and have a Guest Sugar system on them.
>> They can be one or the other. This week is about what we can do this week.
>> Hopefully this experience will lead us to a super simple installation that
>> we can use for donated computers and put it into kids homes without having
>> to worry about how we will upgrade them.
>
> I  can probably find a way to generate and install a hard disk boot
> helper for SoaS by Monday.  Whether it is based on the current CD or
> floppy helper will depend on on which is easier to do.  I know nothing
> about guest Sugar systems and wouldn't even attempt to meet that kind
> of deadline.
>
> Bill Bogstad
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>



-- 
María del Pilar Sáenz
Fundación Sugar Labs Colombia
http://co.sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] What operating system should I put on the donated computers for SoaS at the GPA

2009-09-01 Thread Pilar Saenz
Hi Bill

2009/9/1 Bill Bogstad :
> On Tue, Sep 1, 2009 at 11:59 PM, Pilar Saenz wrote:
>> Hi Caroline
>>
>> Actually, we install sugar on fedora 11 and customized it to use sugar
>> session and to have the same soas Bootloader. We has testes this
>> process on several kind of desktop and on classmate 2.
>>
>> Rafael Ortiz has write some notes about the process, all in spanish,
>>
>> http://co.sugarlabs.org/go/Sugar_con_fedora11_sobre_un_desktop
>
> My Spanish is lousy, but it looks to me like you:
>
> 1. Install Fedora 11 with it's standard Sugar packages
> 2. Add some XO inspired boot animations
> 3. Setup GDM to automatically login a single local user
> 4. Install a local activity bundle
>
> The result would appear to be a machine which is dedicated for use as
> a Sugar machine for a single default user.  The journal
> will be on the local hard drive.   People who want to switch from
> machine to machine will have to copy things from the
> journal to some portable media (maybe USB stick).
>
> Is that a fair summary?
>

Yes, it is.
It could be useful if you need to have sugar locally for a user without stick

> Bill Bogstad
>

-- 
María del Pilar Sáenz
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel