Steven M. Parrish | 1 Aug 2009 02:20
X-Face
Picon

New F11-for-XO1 build is available and needs testing

I have taken over creating builds for the XO1 from Daniel, and have created a 
new build of F11 for the XO1.  This build "OS3"  includes the pretty boot 
animations, and also replaces olpcsound with csound.

I would apprectiate testing and feedback.  I will have another build out early 
next week as well.

Builds can be downloaded from http://dev.laptop.org/~smparrish/xo-1/builds/

The usual cautions apply: this is development code, there will be
bugs. Installation instructions: use copy-nand to install os3.img with
os3.crc.

Steven

=====================================================
Steven M. Parrish
-------------------------------------------------------------------------------------------------
gpg fingerprint: 4B6C 8357 059E B7ED 8095 0FD6 1F4B EDA0 A9A6 13C0
http://tuxbrewr.fedorapeople.org/
irc.freenode.net: SMParrish  <at>  #fedora-kde, #fedora-devel, #fedora-olpc, #sugar
Mikus Grinbergs | 1 Aug 2009 07:05
Favicon

Re: New F11-for-XO1 build is available and needs testing

Steven wrote
> I have taken over creating builds for the XO1 from Daniel,
> and have created a new build of F11 for the XO1.
> OS3 can be downloaded from http://dev.laptop.org/~smparrish/xo-1/builds/

I've converted two XO-1s from running 'build os2' to running 'build 
os3'.  On os3, have not found any showstoppers - just the usual F11 
suspects.

Thanks for a good job   mikus
James Cameron | 1 Aug 2009 12:18
Favicon

Re: New F11-for-XO1 build is available and needs testing

Can this build be updated to using olpc-update in order to only fetch
the changes via rsync?

--

-- 
James Cameron
http://quozl.linux.org.au/
sumit singh | 1 Aug 2009 12:46
Picon

Need Help: usb drive not visible in the journal

Hi all,

I am facing a sort of weird problem at this point. On my xo, my usb
drives are not visible in the journal. I mean the icons at the bottom
of the journal are not visible. However, to my surprise my usb
drives(pendrives) are mounted and I can access them from the terminal.
I have tested it with 3 pen drives so I don't think its due to my pen
drive. Moreover, these pen drives are not even visible in the
objectChooser widget when I invoke it through any of the xo activities
like write or paint.

Can anybody please suggest me a solution. Moreover, is there any way
to access the data in the journal through the terminal, I mean there
are many activities which saves data into the journal and I am in
severe need to access that data. Is there any way to do so. I got this
link-  http://wiki.laptop.org/go/Copy_to_and_from_the_Journal#Copy_from_Journal_script
, but I think the names of files are hashed and I won't be able to
recognize my file in this case.

Kindly give your suggestions.

Regards,
sumit
Walter Bender | 1 Aug 2009 14:14
Picon

Re: Need Help: usb drive not visible in the journal

What version of Sugar are you running?

re copy-from-journal, if you use the -q flag, it will search on the
title and description fields.

copy-from-journal -q 'title of some journal object' filename

with copy-to-journal, it is it important to use a -m flag

copy to journal foo.png -m image/png

-walter

On Sat, Aug 1, 2009 at 6:46 AM, sumit singh<sumit.coder <at> gmail.com> wrote:
> Hi all,
>
> I am facing a sort of weird problem at this point. On my xo, my usb
> drives are not visible in the journal. I mean the icons at the bottom
> of the journal are not visible. However, to my surprise my usb
> drives(pendrives) are mounted and I can access them from the terminal.
> I have tested it with 3 pen drives so I don't think its due to my pen
> drive. Moreover, these pen drives are not even visible in the
> objectChooser widget when I invoke it through any of the xo activities
> like write or paint.
>
> Can anybody please suggest me a solution. Moreover, is there any way
> to access the data in the journal through the terminal, I mean there
> are many activities which saves data into the journal and I am in
> severe need to access that data. Is there any way to do so. I got this
> link-  http://wiki.laptop.org/go/Copy_to_and_from_the_Journal#Copy_from_Journal_script
(Continue reading)

Daniel Drake | 1 Aug 2009 15:49
Favicon

Re: New F11-for-XO1 build is available and needs testing

2009/8/1 James Cameron <quozl <at> laptop.org>:
> Can this build be updated to using olpc-update in order to only fetch
> the changes via rsync?

Not yet but the code is written..
see the discussion in the other thread about the versioned layout
filesystem, and feel free to jump in with a patch :)

Daniel
Tomeu Vizoso | 1 Aug 2009 16:46
Favicon
Gravatar

Re: Call for Help: SoaS & Display Manager (Auto-Login)

On Fri, Jul 31, 2009 at 16:48, Sebastian Dziallas<sebastian <at> when.com> wrote:
> Hi everybody,
>
> I could use a hand with auto-login on SoaS. We've been using slim so far
> but will switch in the near future (in fact, I already committed a
> change in GIT), as we also need to login automatically after killing /
> restarting X.
>
> Therefore, the most feasible solution seems to be olpc-dm from the
> olpc-utils right now. Unfortunately, I haven't been able to get it
> successfully to work and am lost with a black screen on tty1 so far.
>
> Looking at /var/log/message, the following stuff seems spurious:
>
> olpc-dm: Can't get tty name: inappropriate ioctl for device
> init: prefdm main process terminated with status 1
>
> The occurs quite a few times and running initctl start prefdm manually
> from the console also gives a "prefdm respawning too fast".
>
> On the other hand, running olpc-dm directly as root works, though.
>
> If anybody has an idea how to fix this, meaning to get auto-login to
> work again, any help is greatly appreciated. We can also provide the
> current snapshot pre-built as an .iso file, if required.
>
> Feel free to contact me directly, too.

So did you got this working by yourself?

(Continue reading)

Sebastian Dziallas | 1 Aug 2009 17:33

Re: [Sugar-devel] Call for Help: SoaS & Display Manager (Auto-Login)

Tomeu Vizoso wrote:
> On Fri, Jul 31, 2009 at 16:48, Sebastian Dziallas<sebastian <at> when.com>  wrote:
>> Hi everybody,
>>
>> I could use a hand with auto-login on SoaS. We've been using slim so far
>> but will switch in the near future (in fact, I already committed a
>> change in GIT), as we also need to login automatically after killing /
>> restarting X.
>>
>> Therefore, the most feasible solution seems to be olpc-dm from the
>> olpc-utils right now. Unfortunately, I haven't been able to get it
>> successfully to work and am lost with a black screen on tty1 so far.
>>
>> Looking at /var/log/message, the following stuff seems spurious:
>>
>> olpc-dm: Can't get tty name: inappropriate ioctl for device
>> init: prefdm main process terminated with status 1
>>
>> The occurs quite a few times and running initctl start prefdm manually
>> from the console also gives a "prefdm respawning too fast".
>>
>> On the other hand, running olpc-dm directly as root works, though.
>>
>> If anybody has an idea how to fix this, meaning to get auto-login to
>> work again, any help is greatly appreciated. We can also provide the
>> current snapshot pre-built as an .iso file, if required.
>>
>> Feel free to contact me directly, too.
>
> So did you got this working by yourself?
(Continue reading)

sumit singh | 1 Aug 2009 17:52
Picon

Re: Need Help: usb drive not visible in the journal

Hello sir,

Thank You for your reply.

On Sat, Aug 1, 2009 at 5:44 PM, Walter Bender<walter.bender <at> gmail.com> wrote:
> What version of Sugar are you running?

I am on sugar 0.82 ( 767 build). It was working fine since the last
4-5 months but the problem started suddenly yesterday.
>
> re copy-from-journal, if you use the -q flag, it will search on the
> title and description fields.
>
> copy-from-journal -q 'title of some journal object' filename
>
> with copy-to-journal, it is it important to use a -m flag
>
> copy to journal foo.png -m image/png

Yes, this should be of gr8 help. Would soon be trying it on the xo.

Regards,
sumit
Peter Robinson | 1 Aug 2009 20:02
Picon

sugar rawhide livecd image

Hi All,

I've done a Fedora Rawhide based snapshot. Now that the mass rebuild
is done for the step up it i686 I'd like to get some testing done so
that we can see what impact, if any, we'll see on the XO-1 with its
i586+cmov processor so that we can get bugs filed and things fixed as
early in the current rawhide rotation to ensure we get a well
supported F12 release. I'm going to do a new rawhide based snapshot
1-2 times a week. Let me know of any issues you see on is so we can
track them.

Cheers,
Peter

http://dozer.roving-it.com/fedora/livecd-fedora-livecd-sugar-200908011435.iso

Gmane