Suspend: RTC wakeup, sleep

2010-07-28 Thread Hal Murray
Can somebody give me a pointer to some sample code that will wake up a suspended system in 5 minutes? I'm assuming there is some way to do this using the alarm interrupt from the RTC. What should I have searched for? I poked around a bit, but didn't find much. (One wiki page from a few

Re: New 10.1.2 build os302 for XO-1 and XO-1.5

2010-07-28 Thread Yioryos Asprobounitis
--- On Tue, 7/27/10, Chris Ball c...@laptop.org wrote: From: Chris Ball c...@laptop.org Subject: New 10.1.2 build os302 for XO-1 and XO-1.5 To: Fedora OLPC fedora-olpc-l...@redhat.com Cc: Devel devel@lists.laptop.org Date: Tuesday, July 27, 2010, 11:50 PM

Re: New 10.1.2 build os302 for XO-1 and XO-1.5

2010-07-28 Thread Chris Ball
Hi, Short question: how do you olpc-update to xo1.5_302? Thanks for reminding me; these should both work now: olpc-update 10.1.2_xo1.5-302 olpc-update 10.1.2_xo1-302 - Chris. -- Chris Ball c...@laptop.org One Laptop Per Child ___ Devel

Re: New 10.1.2 build os302 for XO-1 and XO-1.5

2010-07-28 Thread Yioryos Asprobounitis
--- On Wed, 7/28/10, Chris Ball c...@laptop.org wrote: From: Chris Ball c...@laptop.org Subject: Re: New 10.1.2 build os302 for XO-1 and XO-1.5 To: Yioryos Asprobounitis mavrot...@yahoo.com Cc: Fedora OLPC fedora-olpc-l...@redhat.com, Devel devel@lists.laptop.org, test...@lists.laptop.org

Re: Suspend: RTC wakeup, sleep

2010-07-28 Thread Paul Fox
hal wrote: Can somebody give me a pointer to some sample code that will wake up a suspended system in 5 minutes? I'm assuming there is some way to do this using the alarm interrupt from the RTC. use: rtcwake -s 600 -m mem to wake the system in 600 seconds, after suspending it to

Re: New 10.1.2 build os302 for XO-1 and XO-1.5

2010-07-28 Thread James Cameron
On Wed, Jul 28, 2010 at 08:44:15AM -0700, Yioryos Asprobounitis wrote: But Im' afraid os767/802 users might be up for a surprise if they try it, because of the space requirements. Indeed. There will be an error if this is a problem, and they can try again after they make space. I've not tried

Disabling pretty-boot

2010-07-28 Thread Hal Murray
os301 had pretty-boot disabled to help diagnose #9100 os302 doesn't do that any more. Is there a simple edit/whatever I can do to disable pretty-boot? -- These are my opinions, not necessarily my employer's. I hate spam. ___ Devel mailing list

Re: Disabling pretty-boot

2010-07-28 Thread Daniel Drake
On 28 July 2010 15:22, Hal Murray hmur...@megapathdsl.net wrote: os301 had pretty-boot disabled to help diagnose  #9100 os302 doesn't do that any more. Now that we got the diagnosis there's no reason to have it disabled at the moment. Next step in diagnosis will likely be getting a serial

Re: Disabling pretty-boot

2010-07-28 Thread Frederick Grose
On Wed, Jul 28, 2010 at 5:27 PM, Daniel Drake d...@laptop.org wrote: On 28 July 2010 15:22, Hal Murray hmur...@megapathdsl.net wrote: {...} Is there a simple edit/whatever I can do to disable pretty-boot? sed -i -e 's: boot$: visible unfreeze boot:g'

Re: Suspend: RTC wakeup, sleep

2010-07-28 Thread pgf
oops. typo correction, below: i wrote: hal wrote: Can somebody give me a pointer to some sample code that will wake up a suspended system in 5 minutes? I'm assuming there is some way to do this using the alarm interrupt from the RTC. use: rtcwake -s 600 -m mem

Re: Suspend: RTC wakeup, sleep

2010-07-28 Thread Richard A. Smith
On 07/28/2010 05:34 AM, Hal Murray wrote: Can somebody confirm that sleep does what I expect on suspended systems? My expectation is that the sleep timer logically ticks when suspended, but that the system won't get woken up when the sleep timer expires. IIRC it does not. The mechanics of

Re: [IAEP] Redesigning: Library, Read, Get-Books, and Content bundles

2010-07-28 Thread Samuel Klein
Daniel, I like the ideas you posted there. I left some specific comments: http://wiki.sugarlabs.org/go/Talk:Features/Content_support Reuben: -Allow one to synchronously or asynchronously share a book to their Neighborhood so anyone can download and read it. I don't know how synchronous

Re: [Server-devel] XO Registration Failed with XS

2010-07-28 Thread ganesh gajre
On Sun, Jul 25, 2010 at 6:12 PM, James Cameron qu...@laptop.org wrote: On Sun, Jul 25, 2010 at 10:00:59PM +1200, Tom Parker wrote: I have observed that if registration fails once it will fail every subsequent time until you do a restart of sugar. This may occur if there is no network

Re: [Server-devel] [Fwd: Turn Editing On missing and joining multiple courses]

2010-07-28 Thread Tabitha Roder
From: David Leeming da...@leeming-consulting.com To: 'XS Devel' server-devel@lists.laptop.org Date: Wed, 28 Jul 2010 10:52:08 +1000 Subject: [Server-devel] Turn Editing On missing and joining multiple courses In our PNG deployment and elsewhere I am finding with Moodle that when the

Re: [Server-devel] XO Registration Failed with XS

2010-07-28 Thread Martin Langhoff
On Sun, Jul 25, 2010 at 8:42 AM, James Cameron qu...@laptop.org wrote: This may occur if there is no network connection on the first try, because the Sugar shell Python process caches the DNS resolver configuration.  It is a known problem. So the bug is http://bugs.sugarlabs.org/ticket/1940

Re: [Server-devel] [Fwd: Turn Editing On missing and joining multiple courses]

2010-07-28 Thread David Leeming
Thanks Tabitha, I realise I should be clearer about what I am asking. I understand the Moodle context-based administration. It is rather the effects of multiple course membership on the presence service when split by course, which I am uncertain about. Let's say user A is a member of course 1

Re: [Server-devel] XO Registration Failed with XS

2010-07-28 Thread James Cameron
On Wed, Jul 28, 2010 at 08:46:31AM -0400, Martin Langhoff wrote: On Sun, Jul 25, 2010 at 8:42 AM, James Cameron qu...@laptop.org wrote: This may occur if there is no network connection on the first try, because the Sugar shell Python process caches the DNS resolver configuration. ?It is a