From mavrothal at yahoo.com Sun Nov 1 18:30:15 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Sun, 1 Nov 2009 10:30:15 -0800 (PST) Subject: soasXO builds for USB? Message-ID: <927213.68100.qm@web65502.mail.ac4.yahoo.com> Could someone post some instruction here or at the download page on howto run the new soasXO builds from a USB stick (assuming this is feasible)? thx From martin at martindengler.com Sun Nov 1 20:37:05 2009 From: martin at martindengler.com (Martin Dengler) Date: Sun, 1 Nov 2009 20:37:05 +0000 Subject: soasXO builds for USB? In-Reply-To: <927213.68100.qm@web65502.mail.ac4.yahoo.com> References: <927213.68100.qm@web65502.mail.ac4.yahoo.com> Message-ID: <20091101203704.GH2553@ops-13.xades.com> On Sun, Nov 01, 2009 at 10:30:15AM -0800, Yioryos Asprobounitis wrote: > Could someone post some instruction here or at the download page on > howto run the new soasXO builds from a USB stick (assuming this is > feasible)? From http://cgit.sugarlabs.org/soas/mainline/tree/README.txt : Instructions for experts: ------------ either: copy-nand u:\soas??xo.img or: (2g or larger removable) cat soas??xo.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX or: (4g or larger removable) cat soas??xo.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX Quick Start for normal people: ------------- Create a removable drive with Sugar for use on your XO. You need to have an unlocked XO first. See instructions here for unlocking: http://wiki.laptop.org/go/Activation_and_Developer_Keys#Disable_the_security_system 1) Download the right sized-image: 2g if you have a 2g removable drive, 4g if you have a 4 or larger gigabyte removable drive. 2) "burn" it onto your removable media (USB stick / SD card). **** THIS WILL ERASE EVERYTHING ON YOUR REMOVABLE DRIVE **** Either: cat soasxo??.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX or: cat soasxo??.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX Replace the "??" with the right filename, and replace the "/dev/sdX" with the name of your removable device (the _whole device_, NOT a partition like /dev/sda1) 3) When this is done, eject the device and be sure all data were written: eject /dev/sdX ; sync ; sync 4) Plug the stick/card into your XO-1 and power it on. Improvements to these instructions are very welcome. > thx Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jvonau at shaw.ca Sun Nov 1 21:06:21 2009 From: jvonau at shaw.ca (Jerry Vonau) Date: Sun, 01 Nov 2009 15:06:21 -0600 Subject: soasXO builds for USB? In-Reply-To: <20091101203704.GH2553@ops-13.xades.com> References: <927213.68100.qm@web65502.mail.ac4.yahoo.com> <20091101203704.GH2553@ops-13.xades.com> Message-ID: <1257109581.3626.14.camel@f9.vonau.ca> On Sun, 2009-11-01 at 20:37 +0000, Martin Dengler wrote: > On Sun, Nov 01, 2009 at 10:30:15AM -0800, Yioryos Asprobounitis wrote: > > Could someone post some instruction here or at the download page on > > howto run the new soasXO builds from a USB stick (assuming this is > > feasible)? > > From http://cgit.sugarlabs.org/soas/mainline/tree/README.txt : > > Instructions for experts: > ------------ > either: > copy-nand u:\soas??xo.img > or: (2g or larger removable) > cat soas??xo.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX > or: (4g or larger removable) > cat soas??xo.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX > > > Quick Start for normal people: > ------------- > > Create a removable drive with Sugar for use on your XO. > > You need to have an unlocked XO first. See instructions here for > unlocking: > > http://wiki.laptop.org/go/Activation_and_Developer_Keys#Disable_the_security_system > > 1) Download the right sized-image: 2g if you have a 2g removable > drive, 4g if you have a 4 or larger gigabyte removable drive. > > 2) "burn" it onto your removable media (USB stick / SD card). > > **** THIS WILL ERASE EVERYTHING ON YOUR REMOVABLE DRIVE **** > > Either: > > cat soasxo??.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX > > or: > > cat soasxo??.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX > > Replace the "??" with the right filename, and replace the "/dev/sdX" > with the name of your removable device (the _whole device_, NOT a > partition like /dev/sda1) > > 3) When this is done, eject the device and be sure all data were > written: > > eject /dev/sdX ; sync ; sync > > 4) Plug the stick/card into your XO-1 and power it on. > > > Improvements to these instructions are very welcome. Might have to tweek the /boot/olpc.fth file, have a look at: http://wiki.laptop.org/go/Custom_bootloader http://wiki.laptop.org/go/USB_Boot_olpc.fth Jerry From martin at martindengler.com Sun Nov 1 21:15:26 2009 From: martin at martindengler.com (Martin Dengler) Date: Sun, 1 Nov 2009 21:15:26 +0000 Subject: soasXO builds for USB? In-Reply-To: <1257109581.3626.14.camel@f9.vonau.ca> References: <927213.68100.qm@web65502.mail.ac4.yahoo.com> <20091101203704.GH2553@ops-13.xades.com> <1257109581.3626.14.camel@f9.vonau.ca> Message-ID: <20091101211525.GI2553@ops-13.xades.com> On Sun, Nov 01, 2009 at 03:06:21PM -0600, Jerry Vonau wrote: > On Sun, 2009-11-01 at 20:37 +0000, Martin Dengler wrote: > > On Sun, Nov 01, 2009 at 10:30:15AM -0800, Yioryos Asprobounitis wrote: > > > Could someone post some instruction here or at the download page on > > > howto run the new soasXO builds from a USB stick (assuming this is > > > feasible)? > > > > From http://cgit.sugarlabs.org/soas/mainline/tree/README.txt : [...] > > Improvements very welcome. > Might have to tweek the /boot/olpc.fth file SoaS has a tweaked /boot/olpc.fth[1] already that asks OFW to boot the kernel from whatever device OFW loaded the /boot/olpc.fth file. Improvements to it very welcome, too! > Jerry Martin 1. http://cgit.sugarlabs.org/soas/mainline/tree/soas-base.ks#n145 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From mavrothal at yahoo.com Mon Nov 2 05:27:10 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Sun, 1 Nov 2009 21:27:10 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091101203704.GH2553@ops-13.xades.com> Message-ID: <104513.73731.qm@web65516.mail.ac4.yahoo.com> Thank you. However I was referring to the http://download.sugarlabs.org/soas/snapshots/2/ builds specifically where you have only tree.tar.lzma versions. Trying these with the instructions mentioned bellow failed miserably (tried soas01xo and soas02xo). Expanding their content in an ext3 formatted stick also failed boot. I could try the newer soas04xo.tree.tar.lzma but pls specify a) Is this a device images? If yes what size? b) If not device images but indeed trees, are devices build with their content know to boot the XO-1?. If yes do they need anything "special"? Thanks --- On Sun, 11/1/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Sunday, November 1, 2009, 3:37 PM > On Sun, Nov 01, 2009 at 10:30:15AM > -0800, Yioryos Asprobounitis wrote: > > Could someone post some instruction here or at the > download page on > > howto run the new soasXO builds from a USB stick > (assuming this is > > feasible)? > > From http://cgit.sugarlabs.org/soas/mainline/tree/README.txt > : > > Instructions for experts: > ------------ > either: > ? copy-nand u:\soas??xo.img > or: (2g or larger removable) > ? cat soas??xo.4gremovable.tar.lzma | lzma -dc - | tar > xf - -O > /dev/sdX > or: (4g or larger removable) > ? cat soas??xo.2gremovable.tar.lzma | lzma -dc - | tar > xf - -O > /dev/sdX > > > Quick Start for normal people: > ------------- > > Create a removable drive with Sugar for use on your XO. > > You need to have an unlocked XO first.? See > instructions here for > unlocking: > > http://wiki.laptop.org/go/Activation_and_Developer_Keys#Disable_the_security_system > > 1) Download the right sized-image: 2g if you have a 2g > removable > drive, 4g if you have a 4 or larger gigabyte removable > drive. > > 2) "burn" it onto your removable media (USB stick / SD > card). > > **** THIS WILL ERASE EVERYTHING ON YOUR REMOVABLE DRIVE > **** > > Either: > > cat soasxo??.4gremovable.tar.lzma | lzma -dc - | tar xf - > -O > /dev/sdX > > or: > > cat soasxo??.2gremovable.tar.lzma | lzma -dc - | tar xf - > -O > /dev/sdX > > Replace the "??" with the right filename, and replace the > "/dev/sdX" > with the name of your removable device (the _whole device_, > NOT a > partition like /dev/sda1) > > 3) When this is done, eject the device and be sure all data > were > ???written: > > eject /dev/sdX ; sync ; sync > > 4) Plug the stick/card into your XO-1 and power it on. > > > Improvements to these instructions are very welcome. > > > thx > > Martin > From quozl at laptop.org Mon Nov 2 05:34:17 2009 From: quozl at laptop.org (James Cameron) Date: Mon, 2 Nov 2009 16:34:17 +1100 Subject: soasXO builds for USB? In-Reply-To: <104513.73731.qm@web65516.mail.ac4.yahoo.com> References: <20091101203704.GH2553@ops-13.xades.com> <104513.73731.qm@web65516.mail.ac4.yahoo.com> Message-ID: <20091102053417.GC18697@us.netrek.org> On Sun, Nov 01, 2009 at 09:27:10PM -0800, Yioryos Asprobounitis wrote: > However I was referring to the > http://download.sugarlabs.org/soas/snapshots/2/ builds specifically > where you have only tree.tar.lzma versions. Trying these with the > instructions mentioned bellow failed miserably (tried soas01xo and > soas02xo). Expanding their content in an ext3 formatted stick also > failed boot. Yes, that would fail. > I could try the newer soas04xo.tree.tar.lzma but pls specify > a) Is this a device images? If yes what size? No, they are not device images. "tree.tar" tells me that. > b) If not device images but indeed trees, are devices build with their > content know to boot the XO-1?. If yes do they need anything > "special"? The tree should contain that, in the /boot/olpc.fth file. I've not checked if it does. You are welcome to check. -- James Cameron http://quozl.linux.org.au/ From martin at martindengler.com Mon Nov 2 08:27:20 2009 From: martin at martindengler.com (Martin Dengler) Date: Mon, 2 Nov 2009 08:27:20 +0000 Subject: soasXO builds for USB? In-Reply-To: <104513.73731.qm@web65516.mail.ac4.yahoo.com> References: <20091101203704.GH2553@ops-13.xades.com> <104513.73731.qm@web65516.mail.ac4.yahoo.com> Message-ID: <20091102082720.GJ2553@ops-13.xades.com> On Sun, Nov 01, 2009 at 09:27:10PM -0800, Yioryos Asprobounitis wrote: > Thank you. > However I was referring to the > http://download.sugarlabs.org/soas/snapshots/2/ builds specifically > where you have only tree.tar.lzma versions. Ah yes. Sebastian, can you copy the 2/4g removable images from the buildslave as well? How about I add a "dist" target to the makefile that does this? > Trying these with the instructions mentioned bellow failed miserably > (tried soas01xo and soas02xo) As you pointed out, the instructions are for the *removable*.tar.lzma. Other files won't work with the verbatim instructions. > Expanding their content in an ext3 formatted stick also failed boot. Actually that should work, since OFW doesn't need anything but /boot/olpc.fth to exist in the first partition (as long as that partition is readable by OFW, like ext3). So I'm not sure what went wrong for you. > I could try the newer soas04xo.tree.tar.lzma but pls specify > a) Is this a device images? If yes what size? No. It should work if you untar it into the root of a ext3 USB stick, though, like: cd /media/myusbstick lzma -dc /path/to/soas04xo.tree.tar.lzma - | tar xf - > b) If not device images but indeed tree [...] do they need anything > "special"? See above. > are devices build with their content know to boot the XO-1?. I haven't tried that build itself on any sticks. But I don't know of any reason why it shouldn't work. I'm happy to fix any problems anyone finds. > Thanks Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From quozl at laptop.org Mon Nov 2 09:15:34 2009 From: quozl at laptop.org (James Cameron) Date: Mon, 2 Nov 2009 20:15:34 +1100 Subject: soasXO builds for USB? In-Reply-To: <20091102082720.GJ2553@ops-13.xades.com> References: <20091101203704.GH2553@ops-13.xades.com> <104513.73731.qm@web65516.mail.ac4.yahoo.com> <20091102082720.GJ2553@ops-13.xades.com> Message-ID: <20091102091534.GA1588@us.netrek.org> On Mon, Nov 02, 2009 at 08:27:20AM +0000, Martin Dengler wrote: > On Sun, Nov 01, 2009 at 09:27:10PM -0800, Yioryos Asprobounitis wrote: > > Expanding their content in an ext3 formatted stick also failed boot. > > Actually that should work, since OFW doesn't need anything but > /boot/olpc.fth to exist in the first partition (as long as that > partition is readable by OFW, like ext3). So I'm not sure what went > wrong for you. I've seen OFW fail to read an ext3 partition if the partition table is unusual. The failure is repeatable using "dir u:". In my experience, a partition table created by Debian or Ubuntu cfdisk, sfdisk or certain versions of fdisk may not work, but a table created by parted "mklabel msdos" works every time. I've never had problems with partition tables from the USB device manufacturers. I presume it is a flaw in cfdisk, sfdisk, or fdisk. -- James Cameron http://quozl.linux.org.au/ From martin at martindengler.com Mon Nov 2 09:50:59 2009 From: martin at martindengler.com (Martin Dengler) Date: Mon, 2 Nov 2009 09:50:59 +0000 Subject: Hybrid live images considered harmful? Message-ID: <20091102095059.GL2553@ops-13.xades.com> Anyone know where I can find a discussion of the tradeoffs involved in "hybrid live images"[1] - in particular, the consequences of using iso9660 as the root filesystem type. One thing I can think of is that OFW won't be able to boot iso9660 filesystems. Martin 1. https://fedoraproject.org/wiki/F12_Beta_Announcement PS - Sorry about the slightly disingenuous subject -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From quozl at laptop.org Mon Nov 2 10:58:26 2009 From: quozl at laptop.org (James Cameron) Date: Mon, 2 Nov 2009 21:58:26 +1100 Subject: Hybrid live images considered harmful? In-Reply-To: <20091102095059.GL2553@ops-13.xades.com> References: <20091102095059.GL2553@ops-13.xades.com> Message-ID: <20091102105826.GA9235@us.netrek.org> On Mon, Nov 02, 2009 at 09:50:59AM +0000, Martin Dengler wrote: > One thing I can think of is that OFW won't be able to boot iso9660 > filesystems. Why do you think that? OFW has iso9660 support. I've not needed to boot, but I was quite able to list a directory of an iso9660 CD connected via USB just now. The boot sequence does spin up the CD and read from it. Isn't it just a matter of placing the correct /boot/olpc.fth file in the filesystem? If you mean OFW won't boot unedited conventional iso9660 CD images, that's probably true ... but it won't boot unedited conventional USB or IDE or SATA or SD either. -- James Cameron http://quozl.linux.org.au/ From martin at martindengler.com Mon Nov 2 12:07:15 2009 From: martin at martindengler.com (Martin Dengler) Date: Mon, 2 Nov 2009 12:07:15 +0000 Subject: Hybrid live images considered harmful? In-Reply-To: <20091102105826.GA9235@us.netrek.org> References: <20091102095059.GL2553@ops-13.xades.com> <20091102105826.GA9235@us.netrek.org> Message-ID: <20091102120715.GN2553@ops-13.xades.com> On Mon, Nov 02, 2009 at 09:58:26PM +1100, James Cameron wrote: > On Mon, Nov 02, 2009 at 09:50:59AM +0000, Martin Dengler wrote: > > One thing I can think of is that OFW won't be able to boot iso9660 > > filesystems. > > Why do you think that? Cause I'm ignorant and lazy. > OFW has iso9660 support. That's excellent! > Isn't it just a matter of placing the correct > /boot/olpc.fth file in the filesystem? Indeed. Very cool. > If you mean OFW won't boot unedited conventional iso9660 CD images, > that's probably true ... but it won't boot unedited conventional USB or > IDE or SATA or SD either. You mean it won't boot those because of their lack of /boot/olpc.fth? Sure, I'd expect that. Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From mavrothal at yahoo.com Mon Nov 2 13:19:21 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 05:19:21 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102082720.GJ2553@ops-13.xades.com> Message-ID: <265035.82614.qm@web65503.mail.ac4.yahoo.com> --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 3:27 AM > On Sun, Nov 01, 2009 at 09:27:10PM > -0800, Yioryos Asprobounitis wrote: > > Thank you. > > > However I was referring to the > > http://download.sugarlabs.org/soas/snapshots/2/ builds > specifically > > where you have only tree.tar.lzma versions. > > Ah yes. > > Sebastian, can you copy the 2/4g removable images from the > buildslave > as well? > > How about I add a "dist" target to the makefile that does > this? > > > Trying these with the instructions mentioned bellow > failed miserably > > (tried soas01xo and soas02xo) > > As you pointed out, the instructions are for the > *removable*.tar.lzma. > Other files won't work with the verbatim instructions. > > > Expanding their content in an ext3 formatted stick > also failed boot. > > Actually that should work, since OFW doesn't need anything > but > /boot/olpc.fth to exist in the first partition (as long as > that > partition is readable by OFW, like ext3).? So I'm not > sure what went > wrong for you. > > > I could try the newer soas04xo.tree.tar.lzma but pls > specify > > > a) Is this a device images? If yes what size? > > No.? It should work if you untar it into the root of a > ext3 USB stick, > though, like: > > cd /media/myusbstick > lzma -dc /path/to/soas04xo.tree.tar.lzma - | tar xf - This command actually will generate the ?soas04xo.tree? folder at the root of the USB stick. cd /media/stickname/soas04xo.tree mv * ../ sync will give you a stick with the right folders and files but on boot I get: No filesystem available yet, can detect types: ext3 ext2 ext4 which repeats for ever. Any ideas? > > > b) If not device images but indeed tree [...] do they > need anything > > "special"? > > See above. > > > are devices build with their content know to boot the > XO-1?. > > I haven't tried that build itself on any sticks.? But > I don't know of > any reason why it shouldn't work.? I'm happy to fix > any problems > anyone finds. > > > Thanks > > Martin > From martin at martindengler.com Mon Nov 2 13:37:05 2009 From: martin at martindengler.com (Martin Dengler) Date: Mon, 2 Nov 2009 13:37:05 +0000 Subject: soasXO builds for USB? In-Reply-To: <265035.82614.qm@web65503.mail.ac4.yahoo.com> References: <20091102082720.GJ2553@ops-13.xades.com> <265035.82614.qm@web65503.mail.ac4.yahoo.com> Message-ID: <20091102133705.GQ2553@ops-13.xades.com> On Mon, Nov 02, 2009 at 05:19:21AM -0800, Yioryos Asprobounitis wrote: > --- On Mon, 11/2/09, Martin Dengler wrote: > > > a) Is this a device images? If yes what size? > > > > No.? It should work if you untar it into the root of a > > ext3 USB stick, > > though, like: > > > > cd /media/myusbstick > > lzma -dc /path/to/soas04xo.tree.tar.lzma - | tar xf - > > This command actually will generate the ?soas04xo.tree? folder at > the root of the USB stick. > > cd /media/stickname/soas04xo.tree > mv * ../ > sync > > will give you a stick with the right folders and files but on boot I get: > > No filesystem available yet, can detect types: ext3 ext2 ext4 > > which repeats for ever. > Any ideas? You're seeing custom kernel patch to the "rootwait" option that prints out the filesystems it sees every five seconds until it finds the one specified by the "root=" kernel option. It probably can't mount your USB device to get at the root file system. It could also be the "root=OLPCRoot" argument - could you try with "root=/dev/sda1" or something? It could also be that the initrd doesn't have the usb modules, or that the initrd isn't being used. Do you see OFW loading an initrd? Thanks for testing this. I wish I had more time to do it myself and save you the trouble. Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From mavrothal at yahoo.com Mon Nov 2 14:16:02 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 06:16:02 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102133705.GQ2553@ops-13.xades.com> Message-ID: <701479.15056.qm@web65501.mail.ac4.yahoo.com> --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 8:37 AM > On Mon, Nov 02, 2009 at 05:19:21AM > -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler > wrote: > > > > a) Is this a device images? If yes what > size? > > > > > > No.? It should work if you untar it into the > root of a > > > ext3 USB stick, > > > though, like: > > > > > > cd /media/myusbstick > > > lzma -dc /path/to/soas04xo.tree.tar.lzma - | tar > xf - > > > > This command actually will generate the > ?soas04xo.tree? folder at > > the root of the USB stick. > > > > cd /media/stickname/soas04xo.tree > > mv * ../ > > sync > > > > will give you a stick with the right folders and files > but on boot I get: > > > > No filesystem available yet, can detect types: ext3 > ext2 ext4 > > > > which repeats for ever. > > Any ideas? > > You're seeing custom kernel patch to the "rootwait" option > that prints > out the filesystems it sees every five seconds until it > finds the one > specified by the "root=" kernel option. > > It probably can't mount your USB device to get at the root > file > system.? It could also be the "root=OLPCRoot" argument > - could you try > with "root=/dev/sda1" or something? I think that can not mount the USB. When I forced /dev/dsa1 as root= option in the olpc.fth I get: can not open root device sda1[...] available partitions: mtdblock0 driver cafe NAND [...] Kernel panic -not syncing [...] I also changed fstab from ext4 to ext3. No improvement. Finally adding the initrd path to olpc.fth I got all the way to the ?enter your name screen? !! however both interal and external mouse/keyboards were non functional. I guess this is related to the _HAL-daemon initialization failure_ that appeared during the boot sequence. So to get up to here I have the following olpc.fth/fstab /boot/olpc.fth: \ olpc.fth " root=/dev/sda1 rootfstype=ext3 console=tty0 fbcon=font:SUN12x22 video=fb:1200x900 selinux=0" to boot-file " u:\boot\initrd.img" to ramdisk " u:\boot\vmlinuz" to boot-device setup-smbios unfreeze dcon-unfreeze visible boot /etc/fstab: LABEL=OLPCRoot / ext3 defaults,noatime,errors=remount-ro 0 1 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 /tmp /tmp tmpfs rw 0 0 none /ofw promfs defaults 0 0 (my stick IS named OLPCRoot) Is further than before but not quite there yet. Any further ideas? Is HAL failure related to any of these or is a different issue? > > It could also be that the initrd doesn't have the usb > modules, or that > the initrd isn't being used.? Do you see OFW loading > an initrd? > > Thanks for testing this.? I wish I had more time to do > it myself and > save you the trouble. > > Martin > From mavrothal at yahoo.com Mon Nov 2 14:58:11 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 06:58:11 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102133705.GQ2553@ops-13.xades.com> Message-ID: <835252.49914.qm@web65505.mail.ac4.yahoo.com> PS: Regarding the hardware recognition, HAL etc I also get during boot: /proc/misc: No entry for device-mapper found Is device-mapper missing from kernel? Both /ver/log/dmesg and /var/log/messages are available if anyone wants to take a look --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 8:37 AM > On Mon, Nov 02, 2009 at 05:19:21AM > -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler > wrote: > > > > a) Is this a device images? If yes what > size? > > > > > > No.? It should work if you untar it into the > root of a > > > ext3 USB stick, > > > though, like: > > > > > > cd /media/myusbstick > > > lzma -dc /path/to/soas04xo.tree.tar.lzma - | tar > xf - > > > > This command actually will generate the > ?soas04xo.tree? folder at > > the root of the USB stick. > > > > cd /media/stickname/soas04xo.tree > > mv * ../ > > sync > > > > will give you a stick with the right folders and files > but on boot I get: > > > > No filesystem available yet, can detect types: ext3 > ext2 ext4 > > > > which repeats for ever. > > Any ideas? > > You're seeing custom kernel patch to the "rootwait" option > that prints > out the filesystems it sees every five seconds until it > finds the one > specified by the "root=" kernel option. > > It probably can't mount your USB device to get at the root > file > system.? It could also be the "root=OLPCRoot" argument > - could you try > with "root=/dev/sda1" or something? > > It could also be that the initrd doesn't have the usb > modules, or that > the initrd isn't being used.? Do you see OFW loading > an initrd? > > Thanks for testing this.? I wish I had more time to do > it myself and > save you the trouble. > > Martin > From martin at martindengler.com Mon Nov 2 19:32:43 2009 From: martin at martindengler.com (Martin Dengler) Date: Mon, 2 Nov 2009 19:32:43 +0000 Subject: soasXO builds for USB? In-Reply-To: <701479.15056.qm@web65501.mail.ac4.yahoo.com> References: <20091102133705.GQ2553@ops-13.xades.com> <701479.15056.qm@web65501.mail.ac4.yahoo.com> Message-ID: <20091102193243.GR2553@ops-13.xades.com> On Mon, Nov 02, 2009 at 06:16:02AM -0800, Yioryos Asprobounitis wrote: > --- On Mon, 11/2/09, Martin Dengler wrote: > So to get up to here I have the following olpc.fth/fstab So do you need _just_ the initrd definition or also the modified "root=/dev/sda1" to get soas04xo to boot? If it's just the initrd definition, perhaps there's something wrong with the initrd selection in soas04xo's /boot/olpc.fth...can you try commenting out the line: " root=mtd0" " \${DN}" expand$ sindex -1 <> if with a backslash at the beginning, please? > Is HAL failure related to any of these or is a different issue? The HAL failure is not obviously related. Do you get it if you copy-nand soas05xo.img? Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From mavrothal at yahoo.com Mon Nov 2 21:04:23 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 13:04:23 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102193243.GR2553@ops-13.xades.com> Message-ID: <213942.15730.qm@web65511.mail.ac4.yahoo.com> --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 2:32 PM > On Mon, Nov 02, 2009 at 06:16:02AM > -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler > wrote: > > So to get up to here I have the following > olpc.fth/fstab > > So do you need _just_ the initrd definition or also the > modified > "root=/dev/sda1" to get soas04xo to boot? Not really. Just defining the variable works fine, eg " ro root=LABEL=OLPCRoot console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22 rootwait selinux=0" to boot-file However, the keyboad/mouse/HAL problem remains. It must be an independent problem/missing kernel mapper because if I also have in an SDcard with the same label that has Ubuntu, with this olpc.fth goes all the way to the Ubuntu gdm screen and then again no keyboad/mouse input > > If it's just the initrd definition, perhaps there's > something wrong > with the initrd selection in soas04xo's > /boot/olpc.fth...can you try > commenting out the line: > > ???" root=mtd0" " \${DN}" expand$ sindex -1 > <> if > > with a backslash at the beginning, please? This just fails boot totally. Never gets to load initrd. OFW complains that there is a problem in line 40 (the last) I also corrected the intention of the inirtd.img line. No difference. > > > Is HAL failure related to any of these or is a > different issue? > > The HAL failure is not obviously related.? Not to the olpc.fth, but to the no keyboard/mouse issue. Actually if this is solved then the modified olpc.fth should be OK. Do you get > it if you > copy-nand soas05xo.img? soas05xo ??? > > > Martin > From quozl at laptop.org Mon Nov 2 21:11:11 2009 From: quozl at laptop.org (James Cameron) Date: Tue, 3 Nov 2009 08:11:11 +1100 Subject: soasXO builds for USB? In-Reply-To: <213942.15730.qm@web65511.mail.ac4.yahoo.com> References: <20091102193243.GR2553@ops-13.xades.com> <213942.15730.qm@web65511.mail.ac4.yahoo.com> Message-ID: <20091102211111.GR4049@us.netrek.org> On Mon, Nov 02, 2009 at 01:04:23PM -0800, Yioryos Asprobounitis wrote: > It must be an independent problem/missing kernel mapper because if I > also have in an SDcard with the same label that has Ubuntu, with this > olpc.fth goes all the way to the Ubuntu gdm screen and then again no > keyboad/mouse input Just confirming ... keyboard and mouse works in OFW? ok test keyboard ok test mouse If not, try removing all power and battery, wait ten seconds, restore. -- James Cameron http://quozl.linux.org.au/ From mavrothal at yahoo.com Mon Nov 2 21:19:01 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 13:19:01 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102193243.GR2553@ops-13.xades.com> Message-ID: <851386.39480.qm@web65509.mail.ac4.yahoo.com> --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 2:32 PM > On Mon, Nov 02, 2009 at 06:16:02AM > -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler > wrote: > > So to get up to here I have the following > olpc.fth/fstab > > So do you need _just_ the initrd definition or also the > modified > "root=/dev/sda1" to get soas04xo to boot? > > If it's just the initrd definition, perhaps there's > something wrong > with the initrd selection in soas04xo's > /boot/olpc.fth...can you try > commenting out the line: > > ???" root=mtd0" " \${DN}" expand$ sindex -1 > <> if > > with a backslash at the beginning, please? Just to specify. After commenting out the ofw says set-path-macros not unique :40: stack change ok > > > Is HAL failure related to any of these or is a > different issue? > > The HAL failure is not obviously related.? Do you get > it if you > copy-nand soas05xo.img? > > > Martin > From mavrothal at yahoo.com Mon Nov 2 21:22:03 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 13:22:03 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102211111.GR4049@us.netrek.org> Message-ID: <983512.59734.qm@web65503.mail.ac4.yahoo.com> --- On Mon, 11/2/09, James Cameron wrote: > From: James Cameron > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: "Martin Dengler" , fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 4:11 PM > On Mon, Nov 02, 2009 at 01:04:23PM > -0800, Yioryos Asprobounitis wrote: > > It must be an independent problem/missing kernel > mapper because if I > > also have in an SDcard with the same label that has > Ubuntu, with this > > olpc.fth goes all the way to the Ubuntu gdm screen and > then again no > > keyboad/mouse input > > Just confirming ... keyboard and mouse works in OFW? I'm posting from this XO and is still using the same firmware, so I guess it works! > > ok? test keyboard > ok? test mouse > > If not, try removing all power and battery, wait ten > seconds, restore. > > -- > James Cameron > http://quozl.linux.org.au/ > From mavrothal at yahoo.com Mon Nov 2 21:36:50 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 2 Nov 2009 13:36:50 -0800 (PST) Subject: soasXO builds for USB? In-Reply-To: <20091102193243.GR2553@ops-13.xades.com> Message-ID: <219353.57540.qm@web65512.mail.ac4.yahoo.com> --- On Mon, 11/2/09, Martin Dengler wrote: > From: Martin Dengler > Subject: Re: soasXO builds for USB? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Monday, November 2, 2009, 2:32 PM > On Mon, Nov 02, 2009 at 06:16:02AM > -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler > wrote: > > So to get up to here I have the following > olpc.fth/fstab > > So do you need _just_ the initrd definition or also the > modified > "root=/dev/sda1" to get soas04xo to boot? > > If it's just the initrd definition, perhaps there's > something wrong > with the initrd selection in soas04xo's > /boot/olpc.fth...can you try > commenting out the line: > > ???" root=mtd0" " \${DN}" expand$ sindex -1 > <> if > > with a backslash at the beginning, please? Part 3... (sorry) The ?not unique? complain is only when I also have in the SDcard with the same label. When the card is not in, it fails at the OFW with: :40: Stack Changed > > > Is HAL failure related to any of these or is a > different issue? > > The HAL failure is not obviously related.? Do you get > it if you > copy-nand soas05xo.img? > > > Martin > From quozl at laptop.org Tue Nov 3 02:52:36 2009 From: quozl at laptop.org (James Cameron) Date: Tue, 3 Nov 2009 13:52:36 +1100 Subject: new F11-for-XO1 images available for testing In-Reply-To: <818423da0907241031q51f8889bj805ecdd9152f762a@mail.gmail.com> References: <818423da0907232205p14cb116bj5b777e12e1b1545b@mail.gmail.com> <20090724123729.GA21580@us.netrek.org> <818423da0907241031q51f8889bj805ecdd9152f762a@mail.gmail.com> Message-ID: <20091103025236.GA10781@us.netrek.org> On Fri, Jul 24, 2009 at 11:16:45PM +0545, Daniel Drake wrote: > 2009/7/24 James Cameron : > > Tested os2 on XO-1 C2. > > > 10. screen rotate button caused screen to go black. ?That's puzzling, I'll > > try to reproduce. ?Yep, the screen rotate button causes the screen to go > > black (unlit, no image), and nothing but a power cycle seems to fix it. > > Known X11 geode driver bug. Do you happen to know where it is known? Someone else has logged it as #9590 on OLPC Trac. -- James Cameron http://quozl.linux.org.au/ From sebastian at when.com Tue Nov 3 21:42:01 2009 From: sebastian at when.com (Sebastian Dziallas) Date: Tue, 03 Nov 2009 22:42:01 +0100 Subject: soasXO builds for USB? In-Reply-To: <20091102082720.GJ2553@ops-13.xades.com> References: <20091101203704.GH2553@ops-13.xades.com> <104513.73731.qm@web65516.mail.ac4.yahoo.com> <20091102082720.GJ2553@ops-13.xades.com> Message-ID: <4AF0A3A9.5020007@when.com> Martin Dengler wrote: > On Sun, Nov 01, 2009 at 09:27:10PM -0800, Yioryos Asprobounitis wrote: >> Thank you. > >> However I was referring to the >> http://download.sugarlabs.org/soas/snapshots/2/ builds specifically >> where you have only tree.tar.lzma versions. > > Ah yes. > > Sebastian, can you copy the 2/4g removable images from the buildslave > as well? Yeah, sorry. I didn't keep those on the buildslave to save some space, while doing new builds. I'll just sync them over with the next snapshot, if that's fine for everybody. We'll also get more detailed instructions for the Blueberry launch, to make sure everything is covered. > How about I add a "dist" target to the makefile that does this? Sure, go for it! :) --Sebastian [...] > >> Thanks > > Martin From jvonau at shaw.ca Wed Nov 4 03:45:29 2009 From: jvonau at shaw.ca (Jerry Vonau) Date: Tue, 03 Nov 2009 21:45:29 -0600 Subject: soasXO builds for USB? In-Reply-To: <213942.15730.qm@web65511.mail.ac4.yahoo.com> References: <213942.15730.qm@web65511.mail.ac4.yahoo.com> Message-ID: <1257306329.23413.13.camel@f9.vonau.ca> On Mon, 2009-11-02 at 13:04 -0800, Yioryos Asprobounitis wrote: > > --- On Mon, 11/2/09, Martin Dengler wrote: > > > From: Martin Dengler > > Subject: Re: soasXO builds for USB? > > To: "Yioryos Asprobounitis" > > Cc: fedora-olpc-list at redhat.com > > Date: Monday, November 2, 2009, 2:32 PM > > On Mon, Nov 02, 2009 at 06:16:02AM > > -0800, Yioryos Asprobounitis wrote: > > > --- On Mon, 11/2/09, Martin Dengler > > wrote: > > > So to get up to here I have the following > > olpc.fth/fstab > > > > So do you need _just_ the initrd definition or also the > > modified > > "root=/dev/sda1" to get soas04xo to boot? > > Not really. Just defining the variable works fine, eg > " ro root=LABEL=OLPCRoot console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22 rootwait selinux=0" to boot-file > However, the keyboad/mouse/HAL problem remains. > It must be an independent problem/missing kernel mapper because if I also have in an SDcard with the same label that has Ubuntu, with this olpc.fth goes all the way to the Ubuntu gdm screen and then again no keyboad/mouse input > > > > > If it's just the initrd definition, perhaps there's > > something wrong > > with the initrd selection in soas04xo's > > /boot/olpc.fth...can you try > > commenting out the line: > > > > " root=mtd0" " \${DN}" expand$ sindex -1 > > <> if > > > > with a backslash at the beginning, please? > > This just fails boot totally. Never gets to load initrd. OFW complains that there is a problem in line 40 (the last) Think you need to \ the "then" two lines below also. Jerry From dsd at laptop.org Wed Nov 4 21:45:33 2009 From: dsd at laptop.org (Daniel Drake) Date: Wed, 04 Nov 2009 21:45:33 +0000 Subject: package review for XO-1.5 wifi firmware Message-ID: <1257371133.4112.3.camel@polyethylene> Hi, Any reviewers got time for a quick review? https://bugzilla.redhat.com/show_bug.cgi?id=533075 cheers! Daniel From cjb at laptop.org Wed Nov 4 23:56:10 2009 From: cjb at laptop.org (Chris Ball) Date: Wed, 4 Nov 2009 18:56:10 -0500 (EST) Subject: New F11 for XO-1.5 build 35 Message-ID: <20091104235610.BC448FA8DD@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os35 Compressed image size: 412.58mb (+7.10mb since build 34) Description of changes in this build: * Don't use this build. Wireless doesn't work (#9606) * Switch mirage for eog (#9596) * Kernel framebuffer resume fix for #9420 * New olpc-utils for Chinese support from Sayamindu. Package changes since build 34: -NetworkManager-0.7.1.997-1.fc11.i586 +NetworkManager-0.7.1.998-1.fc11.i586 -NetworkManager-glib-0.7.1.997-1.fc11.i586 +NetworkManager-glib-0.7.1.998-1.fc11.i586 -NetworkManager-gnome-0.7.1.997-1.fc11.i586 +NetworkManager-gnome-0.7.1.998-1.fc11.i586 -abiword-2.6.8-2.fc11.i586 +abiword-2.8.1-1.fc11.i586 -cups-libs-1.4.1-4.fc11.i586 +cups-libs-1.4.1-8.fc11.i586 -dracut-modules-olpc-0.2.1-1.fc11.i586 +dracut-modules-olpc-0.2.2-1.fc11.i586 +eog-2.26.3-1.fc11.i586 +expat-2.0.1-6.fc11.1.i586 -expat-2.0.1-6.i586 -firefox-3.5.3-1.fc11.i586 +firefox-3.5.4-1.fc11.i586 -goffice04-0.4.3-5.fc11.i586 -gstreamer-plugins-base-0.10.25-1.fc11.i586 +gstreamer-plugins-base-0.10.25-2.fc11.i586 -hulahop-0.4.9-8.fc11.i586 +hulahop-0.4.9-9.fc11.i586 +im-chooser-1.2.6-3.fc11.i586 +imsettings-0.107.3-1.fc11.i586 +imsettings-libs-0.107.3-1.fc11.i586 -kernel-2.6.30_xo1.5-20091022.1416.1.olpc.3517a05.i586 +kernel-2.6.30_xo1.5-20091104.0546.1.olpc.cf6b007.i586 -kernel-firmware-2.6.30_xo1.5-20091022.1416.1.olpc.3517a05.i586 +kernel-firmware-2.6.30_xo1.5-20091104.0546.1.olpc.cf6b007.i586 +lcms-libs-1.18-2.fc11.i586 -libabiword-2.6.8-2.fc11.i586 +libabiword-2.8.1-1.fc11.i586 -libgnomecups-0.2.3-6.fc11.i586 -libgnomeprint22-2.18.6-1.fc11.i586 -libgnomeprintui22-2.18.4-1.fc11.i586 +libgxim-0.3.3-2.fc11.i586 +libwpg-0.1.3-2.fc11.i586 -mirage-0.9.3-3.fc11.i586 -net-tools-1.60-93.fc11.i586 +net-tools-1.60-94.fc11.i586 -nspr-4.8-1.fc11.i586 +nspr-4.8.2-1.fc11.i586 -olpc-utils-1.0.3-3.fc11.i586 +olpc-utils-1.0.4-1.fc11.i586 -pam-1.0.91-6.fc11.i586 +pam-1.0.91-8.fc11.i586 -pyabiword-0.6.3-1.fc11.i586 +pyabiword-0.8.0-1.fc11.i586 +scim-1.4.8-3.fc11.i586 +scim-gtk-1.4.8-3.fc11.i586 +scim-libs-1.4.8-3.fc11.i586 +scim-pinyin-0.5.91-26.fc11.i586 -sqlite-3.6.12-3.fc11.i586 +sqlite-3.6.17-1.fc11.i586 +sugar-toolkit-0.84.5-1.fc11.1.i386 -sugar-toolkit-0.84.5-1.fc11.i586 -taglib-1.6-2.fc11.i586 +taglib-1.6.1-1.fc11.i586 +xorg-x11-drv-openchrome-0.2.903-16.fc11.i586 -xorg-x11-drv-openchrome-0.2.904-1.fc11.1.i586 -xulrunner-1.9.1.3-1.fc11.i586 +xulrunner-1.9.1.4-1.fc11.i586 -xulrunner-python-1.9.1.3-1.fc11.i586 +xulrunner-python-1.9.1.4-1.fc11.i586 From cjb at laptop.org Thu Nov 5 00:34:54 2009 From: cjb at laptop.org (Chris Ball) Date: Wed, 4 Nov 2009 19:34:54 -0500 (EST) Subject: New F11 for XO-1.5 build 36 Message-ID: <20091105003455.2E002FA8DD@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os36 Compressed image size: 412.28mb (-0.30mb since build 35) Description of changes in this build: * Wireless works again, fixed in #9606. * #9601: avoid a resume crash by changing agetty args. * #9605: re-enable crond Package changes since build 35: -kernel-2.6.30_xo1.5-20091104.0546.1.olpc.cf6b007.i586 +kernel-2.6.30_xo1.5-20091104.1716.1.olpc.019dbcf.i586 -kernel-firmware-2.6.30_xo1.5-20091104.0546.1.olpc.cf6b007.i586 +kernel-firmware-2.6.30_xo1.5-20091104.1716.1.olpc.019dbcf.i586 +libertas-sd8686-firmware-9.70.7.p0-1.fc11.noarch -libertas-usb8388-firmware-5.110.22.p23-2.fc11.noarch -xorg-x11-drv-openchrome-0.2.903-16.fc11.i586 +xorg-x11-drv-openchrome-0.2.904-1.fc11.1.i586 From dsd at laptop.org Thu Nov 5 07:17:33 2009 From: dsd at laptop.org (Daniel Drake) Date: Thu, 05 Nov 2009 07:17:33 +0000 Subject: New F11 for XO-1.5 build 35 In-Reply-To: <20091104235610.BC448FA8DD@dev.laptop.org> References: <20091104235610.BC448FA8DD@dev.laptop.org> Message-ID: <1257405453.2095.21.camel@polyethylene> On Wed, 2009-11-04 at 18:56 -0500, Chris Ball wrote: > http://wiki.laptop.org/go/F11_for_1.5 > http://dev.laptop.org/~cjb/f11-1.5/os35 > > Compressed image size: 412.58mb (+7.10mb since build 34) > > Description of changes in this build: > * Don't use this build. Wireless doesn't work (#9606) > * Switch mirage for eog (#9596) > * Kernel framebuffer resume fix for #9420 > * New olpc-utils for Chinese support from Sayamindu. Also: - initramfs code working again (#9446) - wireless activation is probably working, for once the security stuff comes back (#9396) - sugar font size is fixed - activity updater claims version 11.0.0 (#9533) Daniel From bert at freudenbergs.de Thu Nov 5 09:58:06 2009 From: bert at freudenbergs.de (Bert Freudenberg) Date: Thu, 5 Nov 2009 10:58:06 +0100 Subject: New F11 for XO-1.5 build 35 In-Reply-To: <1257405453.2095.21.camel@polyethylene> References: <20091104235610.BC448FA8DD@dev.laptop.org> <1257405453.2095.21.camel@polyethylene> Message-ID: On 05.11.2009, at 08:17, Daniel Drake wrote: > > - activity updater claims version 11.0.0 (#9533) > > Daniel Great, thanks! Can anyone think of a plan on how to advance that version number? http://dev.laptop.org/ticket/9533 - Bert - From martin.langhoff at gmail.com Thu Nov 5 11:21:07 2009 From: martin.langhoff at gmail.com (Martin Langhoff) Date: Thu, 5 Nov 2009 12:21:07 +0100 Subject: New F11 for XO-1.5 build 35 In-Reply-To: <1257405453.2095.21.camel@polyethylene> References: <20091104235610.BC448FA8DD@dev.laptop.org> <1257405453.2095.21.camel@polyethylene> Message-ID: <46a038f90911050321r8652e7fpb05e1cc1db47323e@mail.gmail.com> On Thu, Nov 5, 2009 at 8:17 AM, Daniel Drake wrote: > - initramfs code working again (#9446) > - wireless activation is probably working, for once the security stuff > comes back (#9396) I'll be happy to test that as soon as you have it going. If you're working on dracut-modules-olpc, might be relevant to know that in testing, the Ceibal team found that booting in secure mode the initramfs could mount root cheers, m -- martin.langhoff at gmail.com martin at laptop.org -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff From cjb at laptop.org Fri Nov 6 15:17:20 2009 From: cjb at laptop.org (Chris Ball) Date: Fri, 6 Nov 2009 10:17:20 -0500 (EST) Subject: New F11 for XO-1.5 build 37 Message-ID: <20091106151720.6D358FA8C8@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os37 Compressed image size: 415.25mb (+2.97mb since build 36) Description of changes in this build: * add ds-backup client * olpc-update versioning setup, from dsd Package changes since build 36: -dracut-modules-olpc-0.2.2-1.fc11.i586 +dracut-modules-olpc-0.2.3-1.fc11.i586 +ds-backup-client-0.11-1.olpc3.noarch -libnfnetlink-0.0.41-1.fc11.i586 +libnfnetlink-1.0.0-1.fc11.i586 -net-tools-1.60-94.fc11.i586 +net-tools-1.60-95.fc11.i586 -python-2.6-11.fc11.i586 +python-2.6-12.fc11.i586 -python-libs-2.6-11.fc11.i586 +python-libs-2.6-12.fc11.i586 From cjb at laptop.org Fri Nov 6 16:10:10 2009 From: cjb at laptop.org (Chris Ball) Date: Fri, 6 Nov 2009 11:10:10 -0500 (EST) Subject: New F11 for XO-1.5 build 38 Message-ID: <20091106161011.644FEFA8C8@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os38 Compressed image size: 412.41mb (-2.84mb since build 37) Description of changes in this build: * more olpc-update work from dsd * switch to Droid fonts for Chinese Package changes since build 37: -bitfrost-1.0.1-1.fc11.i586 +bitfrost-1.0.2-1.fc11.i586 -cjkuni-uming-fonts-0.2.20080216.1-26.fc11.noarch -ds-backup-client-0.11-1.olpc3.noarch +ds-backup-client-0.11.1.g71d2f16-1.olpc3.noarch +google-droid-fonts-common-1.0.112-6.fc11.noarch +google-droid-sans-fonts-1.0.112-6.fc11.noarch +google-droid-sans-mono-fonts-1.0.112-6.fc11.noarch +google-droid-serif-fonts-1.0.112-6.fc11.noarch From cjb at laptop.org Mon Nov 9 20:08:37 2009 From: cjb at laptop.org (Chris Ball) Date: Mon, 9 Nov 2009 15:08:37 -0500 (EST) Subject: New F11 for XO-1.5 build 39 Message-ID: <20091109200837.AF88DFA8EA@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os39 Compressed image size: 408.80mb (-3.61mb since build 38) Description of changes in this build: * Fix audio recording quality (#9526) * Stop GNOME trying to launch pulseaudio continuously (#9470) * Virtual terminals now match up with the XO-1 setup (#9517) * Fix duplicate IP address assignment for ad-hoc networks (#9544) * Include olpc-netutils in build (#9587) * Fix "dcon freeze value read incorrectly first time" (#9616) * Reduce mic bias, as advised by Conexant (#9639) * Use openchrome suggested xorg.conf change (#9578) Package changes since build 38: +avahi-tools-0.6.25-3.fc11.i586 -firefox-3.5.4-1.fc11.i586 +firefox-3.5.5-1.fc11.i586 +hulahop-0.4.9-10.fc11.i586 -hulahop-0.4.9-9.fc11.i586 -kernel-2.6.30_xo1.5-20091104.1716.1.olpc.019dbcf.i586 +kernel-2.6.30_xo1.5-20091109.1046.1.olpc.461a832.i586 -kernel-firmware-2.6.30_xo1.5-20091104.1716.1.olpc.019dbcf.i586 +kernel-firmware-2.6.30_xo1.5-20091109.1046.1.olpc.461a832.i586 +olpc-netutils-0.8-1.fc11.noarch +pygtk2-libglade-2.14.1-2.fc11.i586 -sos-1.8-17.fc11.noarch +sos-1.8-18.fc11.noarch -sugar-0.84.5-1.fc11.2.i586 +sugar-0.84.5-1.fc11.3.i586 -xulrunner-1.9.1.4-1.fc11.i586 +xulrunner-1.9.1.5-1.fc11.i586 -xulrunner-python-1.9.1.4-1.fc11.i586 +xulrunner-python-1.9.1.5-1.fc11.i586 From martin.langhoff at gmail.com Tue Nov 10 17:41:02 2009 From: martin.langhoff at gmail.com (Martin Langhoff) Date: Tue, 10 Nov 2009 18:41:02 +0100 Subject: Newer sugar package? Message-ID: <46a038f90911100941l20312000i979460e5813c4d64@mail.gmail.com> The Sugar rpm on our F11 images is 0.84.5 (and updates/updates-testing doesn't seem to carry anything newer). SL has in the interim released 0.84.6 with some bugfixes and translation. Additionally there are several "unreleased" bugfixen on the 0.84 branch after that release. One at least is affecting us (SL#1098). Are there plans from the Fedora side to include a newer sugar from the 0.84 series? Is this something we're looking at packaging? What 0.84.6 brings: Tomeu Vizoso (2): Initialize the ResultSet after the widget changes size #733 Only update the connections file when the AP changes state #756 What is unreleased in the branch: Aleksey Lim (2): Fix .xoj support #1098 Upgrade activities that were installed from bundles #1176 Tomeu Vizoso (1): Remake the cache when the DS returns an unexpected amount of entries Translations - po/ar.po | 1272 +++++++++++++++++++++++++++++++++++++++-------------------- po/de.po | 188 ++++----- po/fr.po | 138 ++++--- po/it.po | 138 ++++--- po/mn.po | 243 +++++++----- po/ne.po | 148 ++++---- po/nl.po | 138 ++++--- po/vi.po | 265 +++++++------ po/zh_TW.po | 134 ++++--- cheers, m -- martin.langhoff at gmail.com martin at laptop.org -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff From dsd at laptop.org Tue Nov 10 17:43:56 2009 From: dsd at laptop.org (Daniel Drake) Date: Tue, 10 Nov 2009 17:43:56 +0000 Subject: Newer sugar package? In-Reply-To: <46a038f90911100941l20312000i979460e5813c4d64@mail.gmail.com> References: <46a038f90911100941l20312000i979460e5813c4d64@mail.gmail.com> Message-ID: <1257875036.2114.32.camel@polyethylene> On Tue, 2009-11-10 at 18:41 +0100, Martin Langhoff wrote: > The Sugar rpm on our F11 images is 0.84.5 (and updates/updates-testing > doesn't seem to carry anything newer). > > SL has in the interim released 0.84.6 with some bugfixes and > translation. Additionally there are several "unreleased" bugfixen on > the 0.84 branch after that release. One at least is affecting us > (SL#1098). > > Are there plans from the Fedora side to include a newer sugar from the > 0.84 series? Is this something we're looking at packaging? I'll do a 0.84.7 tomorrow and push to F11. Thanks for your help with these issues! Daniel From martin.langhoff at gmail.com Tue Nov 10 18:06:24 2009 From: martin.langhoff at gmail.com (Martin Langhoff) Date: Tue, 10 Nov 2009 19:06:24 +0100 Subject: Newer sugar package? In-Reply-To: <1257875036.2114.32.camel@polyethylene> References: <46a038f90911100941l20312000i979460e5813c4d64@mail.gmail.com> <1257875036.2114.32.camel@polyethylene> Message-ID: <46a038f90911101006l2c9f3136u9950ea9ba0e9de2c@mail.gmail.com> On Tue, Nov 10, 2009 at 6:43 PM, Daniel Drake wrote: > I'll do a 0.84.7 tomorrow and push to F11. Thanks for your help with > these issues! Great! You might want to include a small cleanup patch I made (and tested!) on top of the SL#1098 fix, as seen in http://dev.sugarlabs.org/attachment/ticket/1098/0001-journalentrybundle.install-use-install_dir-param.patch cheers, m -- martin.langhoff at gmail.com martin at laptop.org -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff From sdaly.be at gmail.com Wed Nov 11 14:59:17 2009 From: sdaly.be at gmail.com (Sean DALY) Date: Wed, 11 Nov 2009 15:59:17 +0100 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry Message-ID: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> Hi, i just noticed that liveusb-creator was updated a few days ago, to v3.8.6 - thanks I'm concerned though that the official Sugar on a Stick v1 Strawberry ISO was dropped from the list. It's of course helpful that a beta version of v2 Blueberry is on the list, but Strawberry remains our latest stable version until Blueberry (which will be our latest stable version until v3, etc). Liveusb-creator is a critical component in getting Sugar on a Stick out to Windows users. May i ask that v1 Strawberry be returned to the dropdown list please? thanks Sean From bochecha at fedoraproject.org Wed Nov 11 15:15:35 2009 From: bochecha at fedoraproject.org (Mathieu Bridon (bochecha)) Date: Wed, 11 Nov 2009 16:15:35 +0100 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> Message-ID: <2d319b780911110715p6e312571if7264abc1bc752bc@mail.gmail.com> Hi Sean, On Wed, Nov 11, 2009 at 15:59, Sean DALY wrote: > Hi, > > i just noticed that liveusb-creator was updated a few days ago, to > v3.8.6 - thanks > > I'm concerned though that the official Sugar on a Stick v1 Strawberry > ISO was dropped from the list. It's of course helpful that a beta > version of v2 Blueberry is on the list, but Strawberry remains our > latest stable version until Blueberry (which will be our latest stable > version until v3, etc). Liveusb-creator is a critical component in > getting Sugar on a Stick out to Windows users. > > May i ask that v1 Strawberry be returned to the dropdown list please? I opened the bug on the liveusb-creator Trac: https://fedorahosted.org/liveusb-creator/ticket/627 I'll try to ping Luke on IRC in case he doesn't follow this list, to ask him if he could set a higher priority to this issue. Regards, ---------- Mathieu Bridon (bochecha) From kwade at redhat.com Wed Nov 11 17:07:32 2009 From: kwade at redhat.com (Karsten Wade) Date: Wed, 11 Nov 2009 09:07:32 -0800 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> Message-ID: <20091111170732.GG8457@calliope.phig.org> On Wed, Nov 11, 2009 at 03:59:17PM +0100, Sean DALY wrote: > Hi, > > i just noticed that liveusb-creator was updated a few days ago, to > v3.8.6 - thanks > > I'm concerned though that the official Sugar on a Stick v1 Strawberry > ISO was dropped from the list. It's of course helpful that a beta > version of v2 Blueberry is on the list, but Strawberry remains our > latest stable version until Blueberry (which will be our latest stable > version until v3, etc). Liveusb-creator is a critical component in > getting Sugar on a Stick out to Windows users. > > May i ask that v1 Strawberry be returned to the dropdown list please? That sounds reasonable; can you file a bug report against 'liveusb-creator'? https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora I don't know if Luke is on these lists, but if you let us know the bug number, I'll track him down on IRC to address it soonest. - Karsten -- Karsten 'quaid' Wade, Community Gardener http://quaid.fedorapeople.org AD0E0C41 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From kwade at redhat.com Wed Nov 11 17:08:57 2009 From: kwade at redhat.com (Karsten Wade) Date: Wed, 11 Nov 2009 09:08:57 -0800 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <2d319b780911110715p6e312571if7264abc1bc752bc@mail.gmail.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> <2d319b780911110715p6e312571if7264abc1bc752bc@mail.gmail.com> Message-ID: <20091111170857.GH8457@calliope.phig.org> On Wed, Nov 11, 2009 at 04:15:35PM +0100, Mathieu Bridon (bochecha) wrote: > Hi Sean, > > On Wed, Nov 11, 2009 at 15:59, Sean DALY wrote: > > Hi, > > > > i just noticed that liveusb-creator was updated a few days ago, to > > v3.8.6 - thanks > > > > I'm concerned though that the official Sugar on a Stick v1 Strawberry > > ISO was dropped from the list. It's of course helpful that a beta > > version of v2 Blueberry is on the list, but Strawberry remains our > > latest stable version until Blueberry (which will be our latest stable > > version until v3, etc). Liveusb-creator is a critical component in > > getting Sugar on a Stick out to Windows users. > > > > May i ask that v1 Strawberry be returned to the dropdown list please? > > I opened the bug on the liveusb-creator Trac: > https://fedorahosted.org/liveusb-creator/ticket/627 > > I'll try to ping Luke on IRC in case he doesn't follow this list, to > ask him if he could set a higher priority to this issue. Oops, didn't read down to this message before I sent mine before; belay that one, looks like you've got the right path. - Karsten -- Karsten 'quaid' Wade, Community Gardener http://quaid.fedorapeople.org AD0E0C41 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From lmacken at redhat.com Thu Nov 12 02:06:31 2009 From: lmacken at redhat.com (Luke Macken) Date: Wed, 11 Nov 2009 21:06:31 -0500 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <20091111170732.GG8457@calliope.phig.org> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> <20091111170732.GG8457@calliope.phig.org> Message-ID: <20091112020631.GA3364@x300.cable.rcn.com> On Wed, Nov 11, 2009 at 09:07:32AM -0800, Karsten Wade wrote: > On Wed, Nov 11, 2009 at 03:59:17PM +0100, Sean DALY wrote: > > Hi, > > > > i just noticed that liveusb-creator was updated a few days ago, to > > v3.8.6 - thanks > > > > I'm concerned though that the official Sugar on a Stick v1 Strawberry > > ISO was dropped from the list. It's of course helpful that a beta > > version of v2 Blueberry is on the list, but Strawberry remains our > > latest stable version until Blueberry (which will be our latest stable > > version until v3, etc). Liveusb-creator is a critical component in > > getting Sugar on a Stick out to Windows users. > > > > May i ask that v1 Strawberry be returned to the dropdown list please? > > That sounds reasonable; can you file a bug report against > 'liveusb-creator'? > > https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora > > I don't know if Luke is on these lists, but if you let us know the bug > number, I'll track him down on IRC to address it soonest. I fixed this earlier today, so it'll go out with the next liveusb-creator release. So there are a couple of ways that we can improve this process. At the moment it's only me and Transifex committing changes, and I have been slowly keeping up with SoaS releases, and spinning new Windows builds whenever my Windows VM isn't hosed. If anyone wants to step up and help keep the sugar spin up to date in the liveusb/releases.py, we could use the help. Ideally, we should write code to dynamically determine the most recent stable/beta releases, but for now it requires manual intervention. If you want to help out, go ahead an apply for the liveusb-creatorgit group[0], and drop a line to the liveusb-creator mailing list. I don't mind pushing out new versions of the Windows liveusb-creator when I can, but if anyone wants to be the Windows release engineer, it would help things move faster. Cheers, luke [0]: https://admin.fedoraproject.org/accounts/group/view/gitliveusb-creator From sebastian at when.com Thu Nov 12 06:10:23 2009 From: sebastian at when.com (Sebastian Dziallas) Date: Thu, 12 Nov 2009 07:10:23 +0100 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <20091112020631.GA3364@x300.cable.rcn.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> <20091111170732.GG8457@calliope.phig.org> <20091112020631.GA3364@x300.cable.rcn.com> Message-ID: <4AFBA6CF.10204@when.com> Luke Macken wrote: > On Wed, Nov 11, 2009 at 09:07:32AM -0800, Karsten Wade wrote: >> On Wed, Nov 11, 2009 at 03:59:17PM +0100, Sean DALY wrote: >>> Hi, >>> >>> i just noticed that liveusb-creator was updated a few days ago, to >>> v3.8.6 - thanks >>> >>> I'm concerned though that the official Sugar on a Stick v1 Strawberry >>> ISO was dropped from the list. It's of course helpful that a beta >>> version of v2 Blueberry is on the list, but Strawberry remains our >>> latest stable version until Blueberry (which will be our latest stable >>> version until v3, etc). Liveusb-creator is a critical component in >>> getting Sugar on a Stick out to Windows users. >>> >>> May i ask that v1 Strawberry be returned to the dropdown list please? >> >> That sounds reasonable; can you file a bug report against >> 'liveusb-creator'? >> >> https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora >> >> I don't know if Luke is on these lists, but if you let us know the bug >> number, I'll track him down on IRC to address it soonest. > > I fixed this earlier today, so it'll go out with the next > liveusb-creator release. > > So there are a couple of ways that we can improve this process. At the > moment it's only me and Transifex committing changes, and I have been > slowly keeping up with SoaS releases, and spinning new Windows builds > whenever my Windows VM isn't hosed. > > If anyone wants to step up and help keep the sugar spin up to date in > the liveusb/releases.py, we could use the help. Ideally, we should > write code to dynamically determine the most recent stable/beta > releases, but for now it requires manual intervention. If you want to > help out, go ahead an apply for the liveusb-creatorgit group[0], and > drop a line to the liveusb-creator mailing list. I seem to recall that I've already commit access to that repo... I could at least handle entering new releases manually. > I don't mind pushing out new versions of the Windows liveusb-creator > when I can, but if anyone wants to be the Windows release engineer, it > would help things move faster. I *might* do this. But not until I figured out why the builds on a Vista instance here work on Vista only then. ;) Cheers, --Sebastian > Cheers, > > luke > > [0]: https://admin.fedoraproject.org/accounts/group/view/gitliveusb-creator From luke at faraone.cc Thu Nov 12 18:19:49 2009 From: luke at faraone.cc (Luke Faraone) Date: Thu, 12 Nov 2009 13:19:49 -0500 Subject: [SoaS] new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <20091112020631.GA3364@x300.cable.rcn.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> <20091111170732.GG8457@calliope.phig.org> <20091112020631.GA3364@x300.cable.rcn.com> Message-ID: <6B86BDA2-09BF-4E7E-8967-B564AD32289E@faraone.cc> On Nov 11, 2009, at 21:06, Luke Macken wrote: > I don't mind pushing out new versions of the Windows liveusb-creator > when I can, but if anyone wants to be the Windows release engineer, it > would help things move faster. I'll be happy to take a stab at the building process on Windows later this week, if nobody else has the time. -- Luke Faraone Sent from my mobile device. From kwade at redhat.com Thu Nov 12 22:10:07 2009 From: kwade at redhat.com (Karsten Wade) Date: Thu, 12 Nov 2009 14:10:07 -0800 Subject: new version of Fedora liveusb-creator has dropped SoaS v1 Strawberry In-Reply-To: <4AFBA6CF.10204@when.com> References: <378b2b050911110659v8f88672v432a5b272945c2b4@mail.gmail.com> <20091111170732.GG8457@calliope.phig.org> <20091112020631.GA3364@x300.cable.rcn.com> <4AFBA6CF.10204@when.com> Message-ID: <20091112221007.GK8457@calliope.phig.org> On Thu, Nov 12, 2009 at 07:10:23AM +0100, Sebastian Dziallas wrote: > I *might* do this. But not until I figured out why the builds on a Vista > instance here work on Vista only then. ;) Any chance MinGW could help you here? http://fedoraproject.org/wiki/MinGW - Karsten -- Karsten 'quaid' Wade, Community Gardener http://quaid.fedorapeople.org AD0E0C41 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From cjb at laptop.org Fri Nov 13 17:36:58 2009 From: cjb at laptop.org (Chris Ball) Date: Fri, 13 Nov 2009 12:36:58 -0500 (EST) Subject: New F11 for XO-1.5 build 40 Message-ID: <20091113173658.6608AFA923@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os40 Compressed image size: 411.16mb (+2.36mb since build 39) Description of changes in this build: * Kernel, bootanim and X now run at 24bpp, fixes some video hangs (#9646) * Root device is automatically discovered based on OFW bootpath * Boot device now mounted at /bootpart; users should put new kernels there * Steps towards working journal entry bundles (#9602) * olpc-pwr-log now works on XO-1.5 (#9656) * Can boot this image from external SD * Sensor mode enabled in audio driver * Fix staticky sounds and high CPU use in GNOME again * Upgrade to 2.6.31 kernel Package changes since build 39: -bitfrost-1.0.2-1.fc11.i586 +bitfrost-1.0.3-1.fc11.i586 -crda-1.1.0_2009.09.08-3.fc11.i586 +crda-1.1.0_2009.11.10-1.fc11.i586 -cups-libs-1.4.1-8.fc11.i586 +cups-libs-1.4.2-1.fc11.i586 -curl-7.19.6-1.fc11.i586 +curl-7.19.7-2.fc11.i586 -dracut-modules-olpc-0.2.3-1.fc11.i586 +dracut-modules-olpc-0.2.5-1.fc11.i586 -gedit-2.26.3-1.fc11.i586 +gedit-2.26.3-2.fc11.i586 -iptstate-2.2.1-5.fc11.i586 +iptstate-2.2.2-3.fc11.i586 -kernel-2.6.30_xo1.5-20091109.1046.1.olpc.461a832.i586 +kernel-2.6.31_xo1.5-20091113.1122.1.olpc.ace10c8.i586 -kernel-firmware-2.6.30_xo1.5-20091109.1046.1.olpc.461a832.i586 +kernel-firmware-2.6.31_xo1.5-20091113.1122.1.olpc.ace10c8.i586 -libcurl-7.19.6-1.fc11.i586 +libcurl-7.19.7-2.fc11.i586 +libnetfilter_conntrack-0.0.100-1.fc11.i586 -libnetfilter_conntrack-0.0.99-2.fc11.i586 -libvorbis-1.2.0-8.fc11.i586 +libvorbis-1.2.0-9.fc11.i586 -mdadm-3.0-1.fc11.i586 +mdadm-3.0.3-1.fc11.i586 -olpc-bootanim-2.7-1.fc11.i586 +olpc-bootanim-2.9-1.fc11.i586 +olpc-netutils-0.7-1.olpc3.noarch -olpc-netutils-0.8-1.fc11.noarch -olpc-utils-1.0.4-1.fc11.i586 +olpc-utils-1.0.7-1.fc11.i586 +sos-1.8-17.fc11.noarch -sos-1.8-18.fc11.noarch -sugar-0.84.5-1.fc11.3.i586 +sugar-0.84.7-1.fc11.1.i586 -xml-common-0.6.3-27.fc11.noarch +xml-common-0.6.3-28.fc11.noarch From mikus at bga.com Fri Nov 13 17:36:31 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Fri, 13 Nov 2009 12:36:31 -0500 Subject: Help, please - how to put a build on an USB stick so that it will boot on an XO ? Message-ID: <4AFD991F.4000702@bga.com> I do not have a Fedora system. I've been using 'livecd-iso-to-disk' script for building USB sticks from .iso files. But that never has worked for me with XO-1.5 builds. And just now it failed with a recent XO-1 build. [Booting stalls - can't mount root filesystem.] A while ago I read a complicated procedure to build an USB stick from a tree.tar.lzma file -- now I can't find that description. Please - how do I build a bootable USB stick, for example from the os40_build files ? [Preferably using just an XO-1 for this.] Thanks, mikus From cjb at laptop.org Tue Nov 17 22:10:23 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 17 Nov 2009 17:10:23 -0500 (EST) Subject: New F11 for XO-1.5 build 41 Message-ID: <20091117221023.6E8A0FA924@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os41 Compressed image size: 412.67mb (+1.51mb since build 40) Description of changes in this build: * add support for 1.5 B3 machines Package changes since build 40: +bitfrost-1.0.2-1.fc11.i586 -bitfrost-1.0.3-1.fc11.i586 -dracut-modules-olpc-0.2.5-1.fc11.i586 +dracut-modules-olpc-0.2.7-1.fc11.i586 -kernel-2.6.31_xo1.5-20091113.1122.1.olpc.ace10c8.i586 +kernel-2.6.31_xo1.5-20091115.1440.1.olpc.ff74321.i586 -kernel-firmware-2.6.31_xo1.5-20091113.1122.1.olpc.ace10c8.i586 +kernel-firmware-2.6.31_xo1.5-20091115.1440.1.olpc.ff74321.i586 +olpc-bootanim-2.10-1.fc11.i586 -olpc-bootanim-2.9-1.fc11.i586 -olpc-netutils-0.7-1.olpc3.noarch +olpc-netutils-0.8-1.fc11.noarch -olpc-utils-1.0.7-1.fc11.i586 +olpc-utils-1.0.8-1.fc11.i586 -symlinks-1.2-33.fc11.i586 +symlinks-1.4-2.fc11.i586 From cjb at laptop.org Wed Nov 18 00:08:38 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 17 Nov 2009 19:08:38 -0500 (EST) Subject: New F11 for XO-1.5 build 42 Message-ID: <20091118000838.BE0A5FA924@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os42 Compressed image size: 412.28mb (-0.39mb since build 41) Description of changes in this build: * Kernel fix for keyboard crash over suspend/resume (#9661) Package changes since build 41: -bitfrost-1.0.2-1.fc11.i586 +bitfrost-1.0.3-1.fc11.i586 +jack-audio-connection-kit-0.116.2-1.fc11.i586 -kernel-2.6.31_xo1.5-20091115.1440.1.olpc.ff74321.i586 +kernel-2.6.31_xo1.5-20091117.1739.1.olpc.331d136.i586 -kernel-firmware-2.6.31_xo1.5-20091115.1440.1.olpc.ff74321.i586 +kernel-firmware-2.6.31_xo1.5-20091117.1739.1.olpc.331d136.i586 +libfreebob-1.0.11-5.fc11.i586 -libsndfile-1.0.17-8.fc11.i586 +libsndfile-1.0.20-3.fc11.i586 -readahead-1.5.0-1.fc11.i586 +readahead-1.5.4-1.fc11.i586 From mikus at bga.com Wed Nov 18 05:01:11 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Wed, 18 Nov 2009 00:01:11 -0500 Subject: some os42 impressions Message-ID: <4B037F97.9090004@bga.com> I've noticed "time-outs-from-the-game" with os40 that I had not noticed before. For instance, when I boot with the check game key, the boot process simply stops for more than 50 seconds (just after a message about rtc) before continuing. Sometimes quite trivial commands just stop for a noticeable number of seconds (garbage collection?). And once when I was editing in 'vi', it took about two seconds between a keypress, and the character appearing on the screen. Also, shutdown seems to remove the directory from /media on which a removable volume is mounted. [Before os42, shutdown would remove such a directory if it was created by automount, but *not* if it had been manually created by the user.] The effect is that my "permanent" SD card is no longer being mounted when I boot, even though I have an entry for it in /etc/fstab mikus From mikus at bga.com Wed Nov 18 06:10:42 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Wed, 18 Nov 2009 01:10:42 -0500 Subject: Why does Sugar mount removable volumes ? Message-ID: <4B038FE2.9050709@bga.com> I have the subdirectories for some Activities installed on my "permanent" SD card (it's in the "external" slot of my XO-1.5). Os42 is not mounting (at boot) my "permanent" SD card. I experimented with removing the SD card's entry from /etc/fstab. The first time sugar came up (after boot), it did not show the activities on my SD card in Home View - because that SD card was not yet mounted at the time sugar started. I did ctl-alt-erase to restart sugar. Now sugar came up *showing* those activities. What I believe happened: 1) Because the system did not mount the SD card, sugar the first time could not "link" to the activities on it. 2) But sugar itself mounted all removable volumes accessible by the machine, including my SD card. 3) So when sugar started the second time, those activities could be "linked", and sugar showed them. My question -- how come Sugar mounts *all* removable volumes ? mikus From wad at laptop.org Wed Nov 18 07:48:13 2009 From: wad at laptop.org (John Watlington) Date: Wed, 18 Nov 2009 02:48:13 -0500 Subject: Why does Sugar mount removable volumes ? In-Reply-To: <4B038FE2.9050709@bga.com> References: <4B038FE2.9050709@bga.com> Message-ID: <7152D153-33EC-401D-8322-F25D0A1ADAE4@laptop.org> As 1.5 and other portable devices are using SD as their main storage: What is a removable volume ? On Nov 18, 2009, at 1:10 AM, Mikus Grinbergs wrote: > I have the subdirectories for some Activities installed on my > "permanent" SD card (it's in the "external" slot of my XO-1.5). > Os42 is not mounting (at boot) my "permanent" SD card. I > experimented with removing the SD card's entry from /etc/fstab. > > The first time sugar came up (after boot), it did not show the > activities on my SD card in Home View - because that SD card was not > yet mounted at the time sugar started. I did ctl-alt-erase to > restart sugar. Now sugar came up *showing* those activities. > > > What I believe happened: 1) Because the system did not mount the SD > card, sugar the first time could not "link" to the activities on it. > 2) But sugar itself mounted all removable volumes accessible by > the machine, including my SD card. 3) So when sugar started the > second time, those activities could be "linked", and sugar showed > them. Sounds reasonable, given my experience. Sugar is definitely doing the mounts into /media. > My question -- how come Sugar mounts *all* removable volumes ? Why not ? It seems reasonable that a user would want to copy something onto removable media. (BTW, isn't there a more appropriate mailing list for Sugar feature discussions, not that we don't miss the occasional one on devel ?) Cheers, wad From dsd at laptop.org Wed Nov 18 08:24:38 2009 From: dsd at laptop.org (Daniel Drake) Date: Wed, 18 Nov 2009 08:24:38 +0000 Subject: some os42 impressions In-Reply-To: <4B037F97.9090004@bga.com> References: <4B037F97.9090004@bga.com> Message-ID: <818423da0911180024g779d55b9hb44bb183346f2a9c@mail.gmail.com> 2009/11/18 Mikus Grinbergs : > I've noticed "time-outs-from-the-game" with os40 that I had not > noticed before. ?For instance, when I boot with the check game key, > the boot process simply stops for more than 50 seconds (just after a > message about rtc) before continuing. Look a few lines higher, it is recovering the filesystem. All of our shutdowns are unclean because of #9629 >?Sometimes quite trivial > commands just stop for a noticeable number of seconds (garbage > collection?). ?And once when I was editing in 'vi', it took about > two seconds between a keypress, and the character appearing on the > screen. This is because our SD write performance is terrible (#9688) and at least for me this is nothing new. If you think otherwise it would be good if you could downgrade to an OS that you think didn't have these problems and confirm it. > Also, shutdown seems to remove the directory from /media on which a > removable volume is mounted. ?[Before os42, shutdown would remove > such a directory if it was created by automount, but *not* if it had > been manually created by the user.] ?The effect is that my > "permanent" SD card is no longer being mounted when I boot, even > though I have an entry for it in /etc/fstab This is because we enabled fedora's temporary state feature for the tmpfs mounts and so on. Daniel From quozl at laptop.org Wed Nov 18 11:48:52 2009 From: quozl at laptop.org (James Cameron) Date: Wed, 18 Nov 2009 22:48:52 +1100 Subject: Why does Sugar mount removable volumes ? In-Reply-To: <4B038FE2.9050709@bga.com> References: <4B038FE2.9050709@bga.com> Message-ID: <20091118114852.GF6430@us.netrek.org> On Wed, Nov 18, 2009 at 01:10:42AM -0500, Mikus Grinbergs wrote: > The first time sugar came up (after boot), it did not show the > activities on my SD card in Home View - because that SD card was not > yet mounted at the time sugar started. Well, I guess that might be a flaw. I would have expected the volume to be mounted by Sugar. > My question -- how come Sugar mounts *all* removable volumes ? So that when a volume is made available at a hardware level, the user is able to access it automatically. At least, that's my understanding of the Sugar design. -- James Cameron http://quozl.linux.org.au/ From juliano at lec.ufrgs.br Wed Nov 18 14:48:40 2009 From: juliano at lec.ufrgs.br (Juliano Bittencourt) Date: Wed, 18 Nov 2009 16:48:40 +0200 Subject: how to create a .zd file Message-ID: <1428A865-D1C3-414D-9B1C-717A49CEBA70@lec.ufrgs.br> Hi all, Sorry the newbie question, but how do I create a .zd file from an .img? Here in Rwanda my internet is so slow that requires several days to download a new image. The best solution is to build the images locally keeping cache of the rpms. This allows that any changes be done quickly. However I didn't found documented anywhere how to create the file for fs-update. Thanks, Juliano Juliano Bittencourt Laborat?rio de Estudos Cognitivos - LEC Address: Rua Ramiro Barcelos, 2600 - Bairro Santa Cec?lia - Porto Alegre - RS - Brasil Phone: +55 51 3308 5250 and +55 51 3308 5690 From dsd at laptop.org Wed Nov 18 15:38:45 2009 From: dsd at laptop.org (Daniel Drake) Date: Wed, 18 Nov 2009 15:38:45 +0000 Subject: how to create a .zd file In-Reply-To: <1428A865-D1C3-414D-9B1C-717A49CEBA70@lec.ufrgs.br> References: <1428A865-D1C3-414D-9B1C-717A49CEBA70@lec.ufrgs.br> Message-ID: <1258558725.23957.12.camel@localhost.localdomain> On Wed, 2009-11-18 at 16:48 +0200, Juliano Bittencourt wrote: > Hi all, > > Sorry the newbie question, but how do I create a .zd file from > an .img? Here in Rwanda my internet is so slow that requires several > days to download a new image. The best solution is to build the images > locally keeping cache of the rpms. This allows that any changes be > done quickly. However I didn't found documented anywhere how to create > the file for fs-update. Isn't the first question "how do I create an image?" :) It's all in projects/fedora-xo in git, xo-1.5 branch. Makefile shows you how we make builds including all the outputs. You'll need to get the actual zhashfs tool from bios-crypto (also a git repo). Sorry that the build system is a bit messy and undocumented, I hope to find time to clean it up soon. Daniel From juliano at lec.ufrgs.br Wed Nov 18 16:05:40 2009 From: juliano at lec.ufrgs.br (Juliano Bittencourt) Date: Wed, 18 Nov 2009 18:05:40 +0200 Subject: how to create a .zd file In-Reply-To: <1258558725.23957.12.camel@localhost.localdomain> References: <1428A865-D1C3-414D-9B1C-717A49CEBA70@lec.ufrgs.br> <1258558725.23957.12.camel@localhost.localdomain> Message-ID: Hi Daniel, Actually I've create .img for the XO-1 many times in the past. It was pretty straightforward with the info in the wiki. I followed the same procedures and got a .img for the 1.5 branch but no .zd. I will check out zhashfs and bios-crypto. Thanks a lot, Juliano 2009/11/18 Daniel Drake > On Wed, 2009-11-18 at 16:48 +0200, Juliano Bittencourt wrote: > > Hi all, > > > > Sorry the newbie question, but how do I create a .zd file from > > an .img? Here in Rwanda my internet is so slow that requires several > > days to download a new image. The best solution is to build the images > > locally keeping cache of the rpms. This allows that any changes be > > done quickly. However I didn't found documented anywhere how to create > > the file for fs-update. > > Isn't the first question "how do I create an image?" :) > > It's all in projects/fedora-xo in git, xo-1.5 branch. Makefile shows you > how we make builds including all the outputs. You'll need to get the > actual zhashfs tool from bios-crypto (also a git repo). Sorry that the > build system is a bit messy and undocumented, I hope to find time to > clean it up soon. > > Daniel > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cjb at laptop.org Thu Nov 19 23:11:12 2009 From: cjb at laptop.org (Chris Ball) Date: Thu, 19 Nov 2009 18:11:12 -0500 (EST) Subject: New F11 for XO-1.5 build 43 Message-ID: <20091119231112.BD15EFA923@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os43 Compressed image size: 412.12mb (-0.16mb since build 42) Description of changes in this build: * / is now remounted read-only during shutdown (#9629) * Telepathy logging is available again (#9543) * More robust handling of a corrupt Sugar datastore (#9559) * More robust handling of a corrupt Sugar profile (#9612) * Mouse cursor no longer moves after suspend/resume (#9561) * A new input device is no longer created each resume (#9572) * Fix video corruption moving tiles in TurtleArt (#9678) * Reinstate /boot/olpc_build (#9700) Package changes since build 42: -cups-libs-1.4.2-1.fc11.i586 +cups-libs-1.4.2-5.fc11.i586 -dracut-modules-olpc-0.2.7-1.fc11.i586 +dracut-modules-olpc-0.2.8-1.fc11.i586 -kernel-2.6.31_xo1.5-20091117.1739.1.olpc.331d136.i586 +kernel-2.6.31_xo1.5-20091119.1110.1.olpc.646f97d.i586 -kernel-firmware-2.6.31_xo1.5-20091117.1739.1.olpc.331d136.i586 +kernel-firmware-2.6.31_xo1.5-20091119.1110.1.olpc.646f97d.i586 +olpc-utils-1.0.10-1.fc11.i586 -olpc-utils-1.0.8-1.fc11.i586 -sugar-0.84.7-1.fc11.1.i586 +sugar-0.84.7-2.fc11.i586 -sugar-datastore-0.84.0-1.fc11.i586 +sugar-datastore-0.84.0-2.fc11.i586 From cjb at laptop.org Fri Nov 20 17:33:22 2009 From: cjb at laptop.org (Chris Ball) Date: Fri, 20 Nov 2009 12:33:22 -0500 (EST) Subject: New F11 for XO-1.5 build 44 Message-ID: <20091120173323.0EB57FA925@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os44 Compressed image size: 412.20mb (+0.09mb since build 43) Description of changes in this build: * cursor no longer glitches on resume (#9711) * Sugar now only shows one circle per access point (#9645) * many newer activities (#9721) Package changes since build 43: -cups-libs-1.4.2-5.fc11.i586 +cups-libs-1.4.2-7.fc11.i586 -kernel-2.6.31_xo1.5-20091119.1110.1.olpc.646f97d.i586 +kernel-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 -kernel-firmware-2.6.31_xo1.5-20091119.1110.1.olpc.646f97d.i586 +kernel-firmware-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 -sos-1.8-17.fc11.noarch +sos-1.8-18.fc11.noarch +sugar-0.84.7-1.fc11.4.i586 -sugar-0.84.7-2.fc11.i586 -taglib-1.6.1-1.fc11.i586 +taglib-1.6.1-2.fc11.i586 -totem-2.26.4-2.fc11.i586 +totem-2.26.5-1.fc11.i586 -totem-gstreamer-2.26.4-2.fc11.i586 +totem-gstreamer-2.26.5-1.fc11.i586 -totem-mozplugin-2.26.4-2.fc11.i586 +totem-mozplugin-2.26.5-1.fc11.i586 From mavrothal at yahoo.com Sun Nov 22 18:44:02 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Sun, 22 Nov 2009 10:44:02 -0800 (PST) Subject: F11-XO1/os9? Message-ID: <707496.71198.qm@web65513.mail.ac4.yahoo.com> I was just wondering if an F11-XO1/os9 is in the works. os8 was based on XO-1.5 build30 or 31 and we are up to 44 with some considerable progress. I can understand that XO-1.5 progress is the top priority but I hope you do not mind a little nagging :-) Thanks. From smparrish at gmail.com Mon Nov 23 21:01:44 2009 From: smparrish at gmail.com (Steven M. Parrish) Date: Mon, 23 Nov 2009 16:01:44 -0500 Subject: New F11 for the XO-1 Build 9 Message-ID: <200911231601.45266.smparrish@gmail.com> http://wiki.laptop.org/go/F11_for_XO-1 http://dev.laptop.org/~smparrish/XO-1/builds/OS9 Today I have released build 9 for the XO-1. This release will require you to flash it onto your XO-1 so you will loose everything. Please be sure to backup you home directory before installing. Release notes can be found here http://wiki.laptop.org/go/F11_for_XO-1#Current_release:__OS9 Enjoy. -- ===================================================== Steven M. Parrish ------------------------------------------------------------------------------------------------- gpg fingerprint: 4B6C 8357 059E B7ED 8095 0FD6 1F4B EDA0 A9A6 13C0 http://tuxbrewr.fedorapeople.org/ irc.freenode.net: SMParrish @ #fedora-kde, #fedora-olpc, #sugar, #fedora- devel From mikus at bga.com Tue Nov 24 01:16:26 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Mon, 23 Nov 2009 20:16:26 -0500 Subject: some os9 impressions Message-ID: <4B0B33EA.9050309@bga.com> I'm a Terminal user - and I had to install Terminal myself. Some other popular (my opinion) activities not included were: irc, maze, and tamtam_mini. Speak speaks; Record records audio. There was one "circle" icon in Neighborhood, but two "circle" icons in Frame. All activities launched (that were included in the build image) - I did not actually test their operation. When I closed Implode, it had a 'keep' error. Pippy was still missing pippy -- somehow I managed to get Pippy into a state where after I exited, the Pippy launch screen reappeared, and kept pulsing *forever* (until I restarted Sugar). mikus From dsd at laptop.org Tue Nov 24 08:40:50 2009 From: dsd at laptop.org (Daniel Drake) Date: Tue, 24 Nov 2009 08:40:50 +0000 Subject: some os9 impressions In-Reply-To: <4B0B33EA.9050309@bga.com> References: <4B0B33EA.9050309@bga.com> Message-ID: <1259052050.2075.5.camel@localhost.localdomain> On Mon, 2009-11-23 at 20:16 -0500, Mikus Grinbergs wrote: > I'm a Terminal user - and I had to install Terminal myself. Some > other popular (my opinion) activities not included were: irc, maze, > and tamtam_mini. Speak speaks; Record records audio. Yeah, activities.sugarlabs.org seems to be having some issues. A build I made yesterday had the same problem. But today it seems OK. > All activities launched (that were included in the build image) - I > did not actually test their operation. When I closed Implode, it > had a 'keep' error. Pippy was still missing pippy -- somehow I > managed to get Pippy into a state where after I exited, the Pippy > launch screen reappeared, and kept pulsing *forever* (until I > restarted Sugar). Let's keep an eye open for these in XO-1.5 builds too. I think all these bugs are present there as well. Thanks, Daniel From quozl at laptop.org Tue Nov 24 12:29:47 2009 From: quozl at laptop.org (James Cameron) Date: Tue, 24 Nov 2009 23:29:47 +1100 Subject: some os9 impressions In-Reply-To: <1259052050.2075.5.camel@localhost.localdomain> References: <4B0B33EA.9050309@bga.com> <1259052050.2075.5.camel@localhost.localdomain> Message-ID: <22B9C2D1-8B2E-4A57-9AD5-83A4D7C33937@laptop.org> On 24/11/2009, at 7:40 PM, Daniel Drake wrote: > On Mon, 2009-11-23 at 20:16 -0500, Mikus Grinbergs wrote: >> I'm a Terminal user - and I had to install Terminal myself. Some >> other popular (my opinion) activities not included were: irc, maze, >> and tamtam_mini. Speak speaks; Record records audio. > > Yeah, activities.sugarlabs.org seems to be having some issues. A build I > made yesterday had the same problem. But today it seems OK. We shouldn't have builds that can be released with failures to install critical components, and I don't think we can blame ASLO for this. I think the build sequence should either cache the required content or fail to proceed if the required content is not available. From smparrish at gmail.com Tue Nov 24 20:25:45 2009 From: smparrish at gmail.com (Steven M. Parrish) Date: Tue, 24 Nov 2009 15:25:45 -0500 Subject: some os9 impressions In-Reply-To: <22B9C2D1-8B2E-4A57-9AD5-83A4D7C33937@laptop.org> References: <4B0B33EA.9050309@bga.com> <1259052050.2075.5.camel@localhost.localdomain> <22B9C2D1-8B2E-4A57-9AD5-83A4D7C33937@laptop.org> Message-ID: <200911241525.46071.smparrish@gmail.com> On Tuesday 24 November 2009 07:29:47 James Cameron wrote: > On 24/11/2009, at 7:40 PM, Daniel Drake wrote: > > On Mon, 2009-11-23 at 20:16 -0500, Mikus Grinbergs wrote: > >> I'm a Terminal user - and I had to install Terminal myself. Some > >> other popular (my opinion) activities not included were: irc, maze, > >> and tamtam_mini. Speak speaks; Record records audio. > > > > Yeah, activities.sugarlabs.org seems to be having some issues. A build I > > made yesterday had the same problem. But today it seems OK. > > We shouldn't have builds that can be released with failures to install > critical components, and I don't think we can blame ASLO for this. I > think the build sequence should either cache the required content or fail > to proceed if the required content is not available. > > > _______________________________________________ > Fedora-olpc-list mailing list > Fedora-olpc-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-olpc-list > I'm sorry I did not catch these issues during the build process. Will see what can be done to prevent this for future releases. Steven -- ===================================================== Steven M. Parrish ------------------------------------------------------------------------------------------------- gpg fingerprint: 4B6C 8357 059E B7ED 8095 0FD6 1F4B EDA0 A9A6 13C0 http://tuxbrewr.fedorapeople.org/ irc.freenode.net: SMParrish @ #fedora-kde, #fedora-olpc, #sugar, #fedora- devel From cjb at laptop.org Tue Nov 24 23:21:48 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 24 Nov 2009 18:21:48 -0500 (EST) Subject: New F11 for XO-1.5 build 45 Message-ID: <20091124232148.5B12DFA934@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os45 Compressed image size: 405.98mb (-6.22mb since build 44) Description of changes in this build: * From this build forward, you can (e.g.) "olpc-update f11_xo1.5-46" * Fix Journal entry bundles (#9602) * Fix Journal file picker accessing USB (#9717) * Accept JSON in Journal Entry Bundle metadata (#9651) Package changes since build 44: +NetworkManager-0.7.1-8.git20090708.fc11.i586 -NetworkManager-0.7.1.998-1.fc11.i586 +NetworkManager-glib-0.7.1-8.git20090708.fc11.i586 -NetworkManager-glib-0.7.1.998-1.fc11.i586 +NetworkManager-gnome-0.7.1-8.git20090708.fc11.i586 -NetworkManager-gnome-0.7.1.998-1.fc11.i586 -bitfrost-1.0.3-1.fc11.i586 +bitfrost-1.0.4-1.fc11.i586 -dracut-modules-olpc-0.2.8-1.fc11.i586 +dracut-modules-olpc-0.3.0-1.fc11.i586 -etoys-4.0.2332-1.fc11.noarch +etoys-4.0.2332-2.fc11.noarch -glibc-2.10.1-5.i686 +glibc-2.10.2-1.i686 -glibc-common-2.10.1-5.i586 +glibc-common-2.10.2-1.i586 -jack-audio-connection-kit-0.116.2-1.fc11.i586 +jack-audio-connection-kit-0.118.0-1.fc11.i586 -kernel-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 +kernel-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 -kernel-firmware-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 +kernel-firmware-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 +mobile-broadband-provider-info-1.20090707-1.fc11.noarch -mobile-broadband-provider-info-1.20090918-1.fc11.noarch -mpfr-2.4.1-1.fc11.i586 +mpfr-2.4.1-2.fc11.i586 -nscd-2.10.1-5.i586 +nscd-2.10.2-1.i586 -sugar-0.84.7-1.fc11.4.i586 +sugar-0.84.7-1.fc11.6.i586 -sugar-toolkit-0.84.5-1.fc11.1.i386 +sugar-toolkit-0.84.5-1.fc11.2.i586 From cjb at laptop.org Tue Nov 24 23:22:30 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 24 Nov 2009 18:22:30 -0500 Subject: New F11 for XO-1.5 build 45 In-Reply-To: <20091124232148.5B12DFA934@dev.laptop.org> (Chris Ball's message of "Tue, 24 Nov 2009 18:21:48 -0500 (EST)") References: <20091124232148.5B12DFA934@dev.laptop.org> Message-ID: Hi, > +NetworkManager-0.7.1-8.git20090708.fc11.i586 > -NetworkManager-0.7.1.998-1.fc11.i586 Odd, this is a reversion. We should see what happens next build. (And it's probably getting towards time to stop accepting F11 updates.) - Chris. -- Chris Ball One Laptop Per Child From mavrothal at yahoo.com Tue Nov 24 23:55:03 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Tue, 24 Nov 2009 15:55:03 -0800 (PST) Subject: some os9 impressions-smoke test In-Reply-To: <1259052050.2075.5.camel@localhost.localdomain> Message-ID: <773670.86561.qm@web65516.mail.ac4.yahoo.com> --- On Tue, 11/24/09, Daniel Drake wrote: > > Let's keep an eye open for these in XO-1.5 builds too. I > think all these > bugs are present there as well. > Tried an extensive ?smoke test? with os9. Connected to MAC filter WEP WiFi. OK. Auto reconnect on reboot. OK Auto-updates. Fount measure from v21 to v27 Terminal is missing. The Browse activity points to the old OLPC repository. Downloaded Terminal v19 from there. Edited fstab to add swap on an SDcard. Reboot OK. Did yum update. Installed: kernel i586 2.6.31_xo1-20091123.2004.1.olpc.cf78794. Updated: kernel-firmware i586 2.6.31_xo1-20091123.2004.1.olpc.cf78794, bitfrosti5861.0.4-1.fc11, etoys noarch 4.0.2332-2.fc11, sugar-toolkit i586 0.84.5-1.fc11.2 and sugar i586 0.84.7-1.fc11.6. Reboot. Control panel still shows ?Sugar:0.84.2? Installed mc, yumex. Then I went to activities.sugarlabs.org and downloaded almost everything but the GCompris. Specifically: Terminal v30, Measure 29, Read Extras 17, Cartoon builder 6, View slides 10, Finance 2, Info Slicer 10, Flip Sticks 3, WirelessGraph 7, Jukebox 13, Colors 15, Slider Puzzle 8, Jigsaw Puzzle 7, Bounce 7, Story Builder 15, Poll 22, Joke Machine 10, Develop 39, Socialcalc 1, Play Go 6, Tux Paint 3, Clock 5, Library 1, Get IA Books 3, xoEditor 2, Arithmetic 1, Watch Me 2, Listen and Spell 2, Block Party 7, Scribe 2, Stackattack 60801, Breakout 60801, Card Sort 4, Eat Boom 2, Sliderule 5, Domino 7, Kaleidoscope 12, Deducto 4, Color Deducto 4, ?falabracman 1, Hop-a-Round 2, Gonozco Uruguay 7, XO help 1, Micropolis 8 and FoodForce2 1. Reboot start testing -- The Good News -- Most of the activities work! Measure 29 is now OK! Record now records and keeps sound files. -- The Bad (old) News -- Battery monitor, Camera, and Pippy still do not work. -- The Bad (new) News -- XOHelp does not start Sliderule starts and quits immediately after it gets the application screen Listen and spell does not speak. Beeps ok but no voice. Talking clock in Clock 5 does not talk Finance 2 ?keep error? a breaker for this activity. No log entry either Kaleidoscope, Breakout, StackAttack crash when they has a journal entry (on relaunch). First time or with Journal entries cleared are OK. Nothing in the logs other than a 3rd line with the journal object id. Arithmetic also crashes when it has a journal entry (on relaunch). First time or with Journal entries cleared is OK I guess I?ll be filling bugs -- Minor Problems -- Typing quote (?) in Write you loose the cursor and yo can not type anymore! You must reposition and click in order to keep typing Gonozco, Hop-a Round, Deducto, Color Deducto, do not save the games Stop button must be pressed twice in Deducto and Color Deducto for it to Quit Develop shows a ?keep error? if you just open the app and then cancel Tux Paint has no journal entries (I guess is not sugarised) Domino does not save the game if in the middle. Is also _very hard_ to play/move the pieces. Implode, Card Sort also do not save the game in the middle -- Wish List -- Get IA Books should be able to download the books directly without copy/pasting the link to the Browser Multiple Journal entries for Get IA Books, Terminal, Bounce, WirelessGraph, Log, Watch Me, Falabracman, Memorize, Moon, make little sense other than a time stamp, but they clutter the Journal. Maybe activities like these could have one entry that could be time updated at least untill multiple-file erase becomes possible Since I have only one XO, could not test collaboration in Scribe, Distance, PlayGo, Watch Me but they work OK on the one side -- And an old strange one -- Erasing from the Journal the Browse-downloaded xo bundle of an activity also erases the installed Activity !!! Since some of these might be related to the specific XO-1 Sugar version I guess is OK to post here. From wad at laptop.org Wed Nov 25 03:13:07 2009 From: wad at laptop.org (John Watlington) Date: Tue, 24 Nov 2009 22:13:07 -0500 Subject: New F11 for XO-1.5 build 45 In-Reply-To: <20091124232148.5B12DFA934@dev.laptop.org> References: <20091124232148.5B12DFA934@dev.laptop.org> Message-ID: I like how the uncompressed .img file for os45 is only 200MB. Perhaps it isn't complete ? I checked, and neither os44 or os43 provided a .img version. Cheers, wad On Nov 24, 2009, at 6:21 PM, Chris Ball wrote: > http://wiki.laptop.org/go/F11_for_1.5 > http://dev.laptop.org/~cjb/f11-1.5/os45 > > Compressed image size: 405.98mb (-6.22mb since build 44) > > Description of changes in this build: > * From this build forward, you can (e.g.) "olpc-update f11_xo1.5-46" > * Fix Journal entry bundles (#9602) > * Fix Journal file picker accessing USB (#9717) > * Accept JSON in Journal Entry Bundle metadata (#9651) > > Package changes since build 44: > > +NetworkManager-0.7.1-8.git20090708.fc11.i586 > -NetworkManager-0.7.1.998-1.fc11.i586 > +NetworkManager-glib-0.7.1-8.git20090708.fc11.i586 > -NetworkManager-glib-0.7.1.998-1.fc11.i586 > +NetworkManager-gnome-0.7.1-8.git20090708.fc11.i586 > -NetworkManager-gnome-0.7.1.998-1.fc11.i586 > -bitfrost-1.0.3-1.fc11.i586 > +bitfrost-1.0.4-1.fc11.i586 > -dracut-modules-olpc-0.2.8-1.fc11.i586 > +dracut-modules-olpc-0.3.0-1.fc11.i586 > -etoys-4.0.2332-1.fc11.noarch > +etoys-4.0.2332-2.fc11.noarch > -glibc-2.10.1-5.i686 > +glibc-2.10.2-1.i686 > -glibc-common-2.10.1-5.i586 > +glibc-common-2.10.2-1.i586 > -jack-audio-connection-kit-0.116.2-1.fc11.i586 > +jack-audio-connection-kit-0.118.0-1.fc11.i586 > -kernel-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 > +kernel-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 > -kernel-firmware-2.6.31_xo1.5-20091119.1940.1.olpc.ecb7a9e.i586 > +kernel-firmware-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 > +mobile-broadband-provider-info-1.20090707-1.fc11.noarch > -mobile-broadband-provider-info-1.20090918-1.fc11.noarch > -mpfr-2.4.1-1.fc11.i586 > +mpfr-2.4.1-2.fc11.i586 > -nscd-2.10.1-5.i586 > +nscd-2.10.2-1.i586 > -sugar-0.84.7-1.fc11.4.i586 > +sugar-0.84.7-1.fc11.6.i586 > -sugar-toolkit-0.84.5-1.fc11.1.i386 > +sugar-toolkit-0.84.5-1.fc11.2.i586 > _______________________________________________ > Devel mailing list > Devel at lists.laptop.org > http://lists.laptop.org/listinfo/devel From cjb at laptop.org Wed Nov 25 03:12:44 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 24 Nov 2009 22:12:44 -0500 Subject: New F11 for XO-1.5 build 45 In-Reply-To: (John Watlington's message of "Tue, 24 Nov 2009 22:13:07 -0500") References: <20091124232148.5B12DFA934@dev.laptop.org> Message-ID: Hi, > I like how the uncompressed .img file for os45 is only 200MB. > Perhaps it isn't complete ? The .img.gz is 406M, though. Yeah, it's not complete. An earlier (canceled) attempt at the build produced a .img that didn't get deleted afterwards and got copied up to dev; I've deleted it now. Thanks, - Chris. -- Chris Ball One Laptop Per Child From quozl at laptop.org Wed Nov 25 03:33:16 2009 From: quozl at laptop.org (James Cameron) Date: Wed, 25 Nov 2009 14:33:16 +1100 Subject: New F11 for XO-1.5 build 45 In-Reply-To: References: <20091124232148.5B12DFA934@dev.laptop.org> Message-ID: <4CC67FCD-6142-440C-8A06-3B60E7802227@laptop.org> On 25/11/2009, at 2:12 PM, Chris Ball wrote: > Yeah, it's not complete. An earlier (canceled) attempt at the build > produced a .img that didn't get deleted afterwards and got copied up > to dev; I've deleted it now. Could you change the build scripting to remove the output files before starting in earnest? From cjb at laptop.org Wed Nov 25 03:37:34 2009 From: cjb at laptop.org (Chris Ball) Date: Tue, 24 Nov 2009 22:37:34 -0500 Subject: New F11 for XO-1.5 build 45 In-Reply-To: <4CC67FCD-6142-440C-8A06-3B60E7802227@laptop.org> (James Cameron's message of "Wed, 25 Nov 2009 14:33:16 +1100") References: <20091124232148.5B12DFA934@dev.laptop.org> <4CC67FCD-6142-440C-8A06-3B60E7802227@laptop.org> Message-ID: Hi, > Could you change the build scripting to remove the output files > before starting in earnest? Good idea. Done. - Chris. -- Chris Ball One Laptop Per Child From mavrothal at yahoo.com Wed Nov 25 08:43:07 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Wed, 25 Nov 2009 00:43:07 -0800 (PST) Subject: Xorg problem in os9? Message-ID: <797960.91080.qm@web65502.mail.ac4.yahoo.com> Turns out the Sugarlab's track things I spam them after the 4th ticket :-) so I can not file a proper ticket but maybe better here. Using F11-XO1/os9 with Sugar 0.84.7 Typing quotes (") results in a screen flicker and the cursor disappearing. You must use the touchpad/mouse to reposition the cursor and click, in order to get back your cursor and be able to type (after an additional screen flicker) again. Interestingly this is happening when you type but not (without space). In the first case they quotes show as curly quotes and in the second as straight (Times New Roman font). This is not happening in terminal or in Browse. It is not lethal but very annoying nonetheless ... I do not know if this is relevant but the Xorg logs complain about failure to load module "freetype". I guess the screen flicker is also suggestive of something Xorg related. I attache the Write, Xorg and olpc-dm-X logs in case someone has a better idea. -------------- next part -------------- A non-text attachment was scrubbed... Name: Write_Xorg.logs.tgz Type: application/x-gzip Size: 4926 bytes Desc: not available URL: From mavrothal at yahoo.com Wed Nov 25 11:14:58 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Wed, 25 Nov 2009 03:14:58 -0800 (PST) Subject: Xorg problem in os9? Message-ID: <921123.40405.qm@web65503.mail.ac4.yahoo.com> --- On Wed, 11/25/09, Yioryos Asprobounitis wrote: > From: Yioryos Asprobounitis > Subject: Xorg problem in os9? > To: fedora-olpc-list at redhat.com > Date: Wednesday, November 25, 2009, 3:43 AM > Turns out the Sugarlab's track things > I spam them after the 4th ticket :-) so I can not file a > proper ticket but maybe better here. > > Using F11-XO1/os9 with Sugar 0.84.7 Typing quotes (") > results in a screen? flicker and the cursor > disappearing. You must use the touchpad/mouse to reposition > the cursor and click, in order to get back your cursor and > be able to type (after an additional screen flicker) again. > Interestingly this is happening when you type > but not (without space). > In the first case they quotes show as curly quotes and in > the second as straight (Times New Roman font). > This is not happening in terminal or in Browse. > It is not lethal but very annoying nonetheless ... > > I do not know if this is relevant but the Xorg logs > complain about failure to load module "freetype". I guess > the screen flicker is also suggestive of something Xorg > related. > > I attache the Write, Xorg and olpc-dm-X logs in case > someone has a better idea. > Just to clarify that this strange behavior is only with the included Write activity. ? ? ? From cjb at laptop.org Wed Nov 25 15:46:34 2009 From: cjb at laptop.org (Chris Ball) Date: Wed, 25 Nov 2009 10:46:34 -0500 (EST) Subject: New F11 for XO-1.5 build 46 Message-ID: <20091125154634.398BDFA936@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os46 Compressed image size: 410.31mb (+4.33mb since build 45) Description of changes in this build: * remove SD debugging from the kernel, now that #9702 is root-caused. Package changes since build 45: -kernel-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 +kernel-2.6.31_xo1.5-20091125.0040.1.olpc.aa06eb3.i586 -kernel-firmware-2.6.31_xo1.5-20091123.2010.1.olpc.cf78794.i586 +kernel-firmware-2.6.31_xo1.5-20091125.0040.1.olpc.aa06eb3.i586 From smparrish at gmail.com Wed Nov 25 16:42:50 2009 From: smparrish at gmail.com (Steven M. Parrish) Date: Wed, 25 Nov 2009 11:42:50 -0500 Subject: some os9 impressions-smoke test In-Reply-To: <773670.86561.qm@web65516.mail.ac4.yahoo.com> References: <773670.86561.qm@web65516.mail.ac4.yahoo.com> Message-ID: <200911251142.51195.smparrish@gmail.com> On Tuesday 24 November 2009 18:55:03 Yioryos Asprobounitis wrote: > --- On Tue, 11/24/09, Daniel Drake wrote: > > Let's keep an eye open for these in XO-1.5 builds too. I > > think all these > > bugs are present there as well. > > Tried an extensive ?smoke test? with os9. > > Connected to MAC filter WEP WiFi. OK. > Auto reconnect on reboot. OK > Auto-updates. Fount measure from v21 to v27 > Terminal is missing. The Browse activity points to the old OLPC repository. > Downloaded Terminal v19 from there. Edited fstab to add swap on an SDcard. > Reboot OK. > Did yum update. Installed: kernel i586 > 2.6.31_xo1-20091123.2004.1.olpc.cf78794. Updated: kernel-firmware i586 > 2.6.31_xo1-20091123.2004.1.olpc.cf78794, bitfrosti5861.0.4-1.fc11, etoys > noarch 4.0.2332-2.fc11, sugar-toolkit i586 0.84.5-1.fc11.2 and sugar > i586 0.84.7-1.fc11.6. > > Reboot. Control panel still shows ?Sugar:0.84.2? > > Installed mc, yumex. > Then I went to activities.sugarlabs.org and downloaded almost everything > but the GCompris. Specifically: Terminal v30, Measure 29, Read Extras 17, > Cartoon builder 6, View slides 10, Finance 2, Info Slicer 10, Flip Sticks > 3, WirelessGraph 7, Jukebox 13, Colors 15, Slider Puzzle 8, Jigsaw Puzzle > 7, Bounce 7, Story Builder 15, Poll 22, Joke Machine 10, Develop 39, > Socialcalc 1, Play Go 6, Tux Paint 3, Clock 5, Library 1, Get IA Books 3, > xoEditor 2, Arithmetic 1, Watch Me 2, Listen and Spell 2, Block Party 7, > Scribe 2, Stackattack 60801, Breakout 60801, Card Sort 4, Eat Boom 2, > Sliderule 5, Domino 7, Kaleidoscope 12, Deducto 4, Color Deducto 4, > ?falabracman 1, Hop-a-Round 2, Gonozco Uruguay 7, XO help 1, Micropolis 8 > and FoodForce2 1. > > Reboot start testing > > -- The Good News -- > Most of the activities work! > Measure 29 is now OK! > Record now records and keeps sound files. > > -- The Bad (old) News -- > Battery monitor, Camera, and Pippy still do not work. > > -- The Bad (new) News -- > XOHelp does not start > Sliderule starts and quits immediately after it gets the application screen > Listen and spell does not speak. Beeps ok but no voice. > Talking clock in Clock 5 does not talk > Finance 2 ?keep error? a breaker for this activity. No log entry either > Kaleidoscope, Breakout, StackAttack crash when they has a journal entry (on > relaunch). First time or with Journal entries cleared are OK. Nothing in > the logs other than a 3rd line with the journal object id. Arithmetic also > crashes when it has a journal entry (on relaunch). First time or with > Journal entries cleared is OK I guess I?ll be filling bugs > > -- Minor Problems -- > Typing quote (?) in Write you loose the cursor and yo can not type anymore! > You must reposition and click in order to keep typing Gonozco, Hop-a > Round, Deducto, Color Deducto, do not save the games Stop button must be > pressed twice in Deducto and Color Deducto for it to Quit Develop shows a > ?keep error? if you just open the app and then cancel Tux Paint has no > journal entries (I guess is not sugarised) > Domino does not save the game if in the middle. Is also _very hard_ to > play/move the pieces. Implode, Card Sort also do not save the game in the > middle > > -- Wish List -- > Get IA Books should be able to download the books directly without > copy/pasting the link to the Browser Multiple Journal entries for Get IA > Books, Terminal, Bounce, WirelessGraph, Log, Watch Me, Falabracman, > Memorize, Moon, make little sense other than a time stamp, but they > clutter the Journal. Maybe activities like these could have one entry that > could be time updated at least untill multiple-file erase becomes possible > > Since I have only one XO, could not test collaboration in Scribe, Distance, > PlayGo, Watch Me but they work OK on the one side > > -- And an old strange one -- > Erasing from the Journal the Browse-downloaded xo bundle of an activity > also erases the installed Activity !!! > > Since some of these might be related to the specific XO-1 Sugar version I > guess is OK to post here. > > > > > _______________________________________________ > Fedora-olpc-list mailing list > Fedora-olpc-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-olpc-list > Thanks for the testing it is appreciated. I will start checking into these issues and try and get a corrected build out sometime over the holiday weekend. -- ===================================================== Steven M. Parrish ------------------------------------------------------------------------------------------------- gpg fingerprint: 4B6C 8357 059E B7ED 8095 0FD6 1F4B EDA0 A9A6 13C0 http://tuxbrewr.fedorapeople.org/ irc.freenode.net: Nickname: SMParrish Channels: #fedora-kde, #fedora-olpc, #sugar, #fedora-devel, #packagekit From mikus at bga.com Wed Nov 25 15:43:56 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Wed, 25 Nov 2009 10:43:56 -0500 Subject: Quick run through of Activities on XO-1.5 (Part IV) Message-ID: <4B0D50BC.1040405@bga.com> New versions of Activities have shown up since my last quick run through list. I'm continuing with the verification and listing of which Activities will _launch__ on the current XO-1.5 build: Note: For many of these Activities, I do not know enough about how they are supposed to work to be able to "test" them. Thus the list below did not "test" Activities - just checked if they would launch: Hardware: XO-1.5 B2 Build: os45 Sugar: 0.84.7-1.fc11.6 > --- > Ayuda-1 - 1 yes (screen size wrong) > BlockParty - 7 yes > Breakout - 80601 yes > CardSort - 4 yes > CartoonBuilder - 6 yes > ColorDeducto - 4 yes - no color > DataManager - 2 no -- interface change ? > Deducto - 4 yes > EatBoom - 2 yes > Etoys - 112 yes > FoodForce2 - 3 yes (newer test version is nicer) > InfoSlicer - 6 yes > Jukebox - 13 yes - launches from media object > Kaleidoscope - 12 yes > Labyrinth - 8 yes > ListenAndSpell - 2 yes (confusing) > Measure - 29 yes (cursor is interfered with) > Memorize - 34 yes > OurMusic - 1 no -- problem with csound-python > Ruler - 6 yes (default is half-size) > Scribble - 1 yes > Sliderule - 5 no -- interface change ? > StackAttack - 80601 yes > Terminal - 30 yes > Theorie - 146 no -- interface change ? > TurtleArt - 79 yes > TypingTurtle - 25 yes > --- mikus From mavrothal at yahoo.com Wed Nov 25 18:55:21 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Wed, 25 Nov 2009 10:55:21 -0800 (PST) Subject: powerd broken in os9 Message-ID: <360869.3765.qm@web65508.mail.ac4.yahoo.com> Powerd does not work in os9. Looks like a regression. Apparently things have been moved around in /sys in the new build and powerd does not find the files in the expected places /var/log/powrd.trace says: /usr/sbin/powerd: line 911: d: unbound variable chmod: cannot access `/sys/class/backlight/dcon-bl/brightness': No such file or directory chmod: cannot access `/sys/devices/platform/dcon/output': No such file or directory /usr/sbin/powerd: line 921: /sys/devices/platform/dcon/freeze: No such file or directory /usr/sbin/powerd: line 929: /sys/class/backlight/dcon-bl/device/sleep: No such file or directory From pgf at laptop.org Wed Nov 25 19:05:42 2009 From: pgf at laptop.org (Paul Fox) Date: Wed, 25 Nov 2009 14:05:42 -0500 Subject: powerd broken in os9 In-Reply-To: <360869.3765.qm@web65508.mail.ac4.yahoo.com> (sfid-20091125_135557_470041_3880B0CD) References: <360869.3765.qm@web65508.mail.ac4.yahoo.com> (sfid-20091125_135557_470041_3880B0CD) Message-ID: <3135.1259175942@foxharp.boston.ma.us> yioryos wrote: > Powerd does not work in os9. Looks like a regression. > Apparently things have been moved around in /sys in the new build and powerd > does not find the files in the expected places yes, someone filed a trac ticket about this the other day. the DCON isn't being discovered by that kernel. i thought we'd found and fixed it, but i'm not seeing it in git right now. oh -- here's the trac: http://dev.laptop.org/ticket/9687 , but i see this still needs to be applied. paul > > /var/log/powrd.trace says: > /usr/sbin/powerd: line 911: d: unbound variable > chmod: cannot access `/sys/class/backlight/dcon-bl/brightness': No such file or > directory > chmod: cannot access `/sys/devices/platform/dcon/output': No such file or > directory > /usr/sbin/powerd: line 921: /sys/devices/platform/dcon/freeze: No such file or > directory > /usr/sbin/powerd: line 929: /sys/class/backlight/dcon-bl/device/sleep: No such > file or directory > > > > > _______________________________________________ > Fedora-olpc-list mailing list > Fedora-olpc-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-olpc-list =--------------------- paul fox, pgf at laptop.org From smparrish at gmail.com Fri Nov 27 14:14:58 2009 From: smparrish at gmail.com (Steven M. Parrish) Date: Fri, 27 Nov 2009 09:14:58 -0500 Subject: F11 for the XO - Build 9 issues Message-ID: <200911270914.59398.smparrish@gmail.com> I am seeing too many issues with OS9 to be comfortable leaving it in the wild. OS8 is still available and if you have upgraded to OS9 I would suggest reflashing with OS8 until the issues can be resolved.. I have a new release OS10 that I will be testing over the weekend with a goal of getting it out by Monday for community testing. I appreciate all the feedback on OS9 and apologize for the problems. Steven -- ===================================================== Steven M. Parrish ------------------------------------------------------------------------------------------------- gpg fingerprint: 4B6C 8357 059E B7ED 8095 0FD6 1F4B EDA0 A9A6 13C0 http://tuxbrewr.fedorapeople.org/ irc.freenode.net: Nickname: SMParrish Channels: #fedora-kde, #fedora-olpc, #sugar, #fedora-devel, #packagekit From pgf at laptop.org Fri Nov 27 14:52:23 2009 From: pgf at laptop.org (Paul Fox) Date: Fri, 27 Nov 2009 09:52:23 -0500 Subject: [Sugar-devel] F11 for the XO - Build 9 issues In-Reply-To: <200911270914.59398.smparrish@gmail.com> (sfid-20091127_091742_597826_470FD742) References: <200911270914.59398.smparrish@gmail.com> (sfid-20091127_091742_597826_470FD742) Message-ID: <18960.1259333543@foxharp.boston.ma.us> steven m. parrish wrote: > I am seeing too many issues with OS9 to be comfortable leaving it in the wild. > OS8 is still available and if you have upgraded to OS9 I would suggest > reflashing with OS8 until the issues can be resolved.. > > I have a new release OS10 that I will be testing over the weekend with a goal > of getting it out by Monday for community testing. > > I appreciate all the feedback on OS9 and apologize for the problems. since the fix for the "missing DCON" problem hasn't been committed yet (my fault), your new os10 will probably still have that problem (unless you've applied the patch from #9687). it's causing several of the symptoms i've seen reported. i'll commit the fix shortly. paul =--------------------- paul fox, pgf at laptop.org From tomeu at sugarlabs.org Fri Nov 27 15:07:59 2009 From: tomeu at sugarlabs.org (Tomeu Vizoso) Date: Fri, 27 Nov 2009 15:07:59 +0000 Subject: Fwd: Broken dependencies: hulahop In-Reply-To: <20091127135753.1C8391F8092@releng2.fedora.phx.redhat.com> References: <20091127135753.1C8391F8092@releng2.fedora.phx.redhat.com> Message-ID: <242851610911270707m1057492fifd8e6a82c021e380@mail.gmail.com> Looks like we need a new srpm for python-xpcom, which has been split out the xulrunner tarball in 1.9.2 (so F13). Anybody knows who could help with this? Thanks, Tomeu ---------- Forwarded message ---------- From: Date: Fri, Nov 27, 2009 at 13:57 Subject: Broken dependencies: hulahop To: hulahop-owner at fedoraproject.org hulahop has broken dependencies in the development tree: On x86_64: ? ? ? ?hulahop-0.6.0-2.fc12.x86_64 requires xulrunner-python ? ? ? ?hulahop-0.6.0-2.fc12.x86_64 requires libpyxpcom.so()(64bit) On i386: ? ? ? ?hulahop-0.6.0-2.fc12.i686 requires xulrunner-python ? ? ? ?hulahop-0.6.0-2.fc12.i686 requires libpyxpcom.so Please resolve this as soon as possible. -- ?Sugar Labs is anyone who participates in improving and using Sugar. What Sugar Labs does is determined by the participants.? - David Farning From tomeu at sugarlabs.org Fri Nov 27 15:08:36 2009 From: tomeu at sugarlabs.org (Tomeu Vizoso) Date: Fri, 27 Nov 2009 15:08:36 +0000 Subject: help with sugar packaging Message-ID: <242851610911270708u29d75438t557bb72a0e346b3e@mail.gmail.com> Hi, some tickets have been filed about the packaging of Sugar in Fedora, is anybody able to lend a hand here? https://bugzilla.redhat.com/buglist.cgi?product=Fedora&bug_status=__open__&component=sugar Thanks, Tomeu -- ?Sugar Labs is anyone who participates in improving and using Sugar. What Sugar Labs does is determined by the participants.? - David Farning From pbrobinson at gmail.com Fri Nov 27 16:54:12 2009 From: pbrobinson at gmail.com (Peter Robinson) Date: Fri, 27 Nov 2009 16:54:12 +0000 Subject: Broken dependencies: hulahop In-Reply-To: <242851610911270707m1057492fifd8e6a82c021e380@mail.gmail.com> References: <20091127135753.1C8391F8092@releng2.fedora.phx.redhat.com> <242851610911270707m1057492fifd8e6a82c021e380@mail.gmail.com> Message-ID: <5256d0b0911270854v4c634d6dwa894dcfb1649fec0@mail.gmail.com> On Fri, Nov 27, 2009 at 3:07 PM, Tomeu Vizoso wrote: > Looks like we need a new srpm for python-xpcom, which has been split > out the xulrunner tarball in 1.9.2 (so F13). > > Anybody knows who could help with this? I have it on my list to look at, they need to add back in the python module in FF 3.6. I've already asked about it on fedora-devel but haven't had a chance to look at what's needed to re-enable it and to provide a patch. Peter From mavrothal at yahoo.com Sat Nov 28 06:56:16 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Fri, 27 Nov 2009 22:56:16 -0800 (PST) Subject: f11-xo1 kernel sources? Message-ID: <644029.41483.qm@web65501.mail.ac4.yahoo.com> since the update of the kernel rpm building script http://dev.laptop.org/git/users/dilinger/olpc-2.6-rpm/commit/ kernel rpms are not appearing in http://dev.laptop.org/~dilinger/ anymore. I could not figure out from the sync.sh changes if they have moved somewhere else (fedeora?) or if there is a problem with the changed script. Assuming that everything is OK with the script, could someone point to the kernel build/source http directory? Updating the wiki would be also nice too :-) Thx From cjb at laptop.org Sat Nov 28 17:56:35 2009 From: cjb at laptop.org (Chris Ball) Date: Sat, 28 Nov 2009 12:56:35 -0500 Subject: f11-xo1 kernel sources? In-Reply-To: <644029.41483.qm@web65501.mail.ac4.yahoo.com> (Yioryos Asprobounitis's message of "Fri, 27 Nov 2009 22:56:16 -0800 (PST)") References: <644029.41483.qm@web65501.mail.ac4.yahoo.com> Message-ID: Hi, > since the update of the kernel rpm building script > http://dev.laptop.org/git/users/dilinger/olpc-2.6-rpm/commit/ > kernel rpms are not appearing in http://dev.laptop.org/~dilinger/ > anymore. They've moved over to: http://xs-dev.laptop.org/~dsd/repos/ - Chris. -- Chris Ball One Laptop Per Child From mavrothal at yahoo.com Sat Nov 28 18:44:45 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Sat, 28 Nov 2009 10:44:45 -0800 (PST) Subject: f11-xo1 kernel sources? In-Reply-To: Message-ID: <92722.51972.qm@web65504.mail.ac4.yahoo.com> --- On Sat, 11/28/09, Chris Ball wrote: > From: Chris Ball > Subject: Re: f11-xo1 kernel sources? > To: "Yioryos Asprobounitis" > Cc: fedora-olpc-list at redhat.com > Date: Saturday, November 28, 2009, 12:56 PM > Hi, > > ???> since the update of the kernel rpm > building script > ???> http://dev.laptop.org/git/users/dilinger/olpc-2.6-rpm/commit/ > ???> kernel rpms are not appearing in http://dev.laptop.org/~dilinger/ > ???> anymore. > > They've moved over to: > > http://xs-dev.laptop.org/~dsd/repos/ Thanks. But this has only the compiled kernels. What about the kernel .src.rpms (in case someone wants to add modules or recompile)? > > - Chris. > -- > Chris Ball??? > One Laptop Per Child > From cjb at laptop.org Sat Nov 28 18:49:53 2009 From: cjb at laptop.org (Chris Ball) Date: Sat, 28 Nov 2009 13:49:53 -0500 Subject: f11-xo1 kernel sources? In-Reply-To: <92722.51972.qm@web65504.mail.ac4.yahoo.com> (Yioryos Asprobounitis's message of "Sat, 28 Nov 2009 10:44:45 -0800 (PST)") References: <92722.51972.qm@web65504.mail.ac4.yahoo.com> Message-ID: Hi, >> http://xs-dev.laptop.org/~dsd/repos/ > Thanks. But this has only the compiled kernels. What about the > kernel .src.rpms (in case someone wants to add modules or > recompile)? Ah, yeah. They're at http://dev.laptop.org/~kernels/, and I've updated the kernel build script to push a copy of the SRPM towards the xs-dev repo too. - Chris. -- Chris Ball One Laptop Per Child From cjb at laptop.org Sun Nov 29 06:36:32 2009 From: cjb at laptop.org (Chris Ball) Date: Sun, 29 Nov 2009 01:36:32 -0500 (EST) Subject: New F11 for XO-1.5 build 47 Message-ID: <20091129063632.76A61FA884@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os47 Compressed image size: 410.43mb (+0.12mb since build 46) Description of changes in this build: * Add OHM for XO-1.5 power management. To disable it, use "touch /etc/ohm/inhibit-idle-suspend" for the moment. * Add working version of Measure from activities.sugarlabs.org (#9371) * Mic light no longer lights up when playing sound (#9525) * Add Colors! activity to the build * No longer prompt for activity updates on a fresh install (#9751) * Fix Measure's DC mode (#9604) * More Journal entry fixes (#9745, #9746) * Fix Journal view hotkey bug (#9510) Package changes since build 46: -NetworkManager-0.7.1-8.git20090708.fc11.i586 +NetworkManager-0.7.2-1.fc11.i586 -NetworkManager-glib-0.7.1-8.git20090708.fc11.i586 +NetworkManager-glib-0.7.2-1.fc11.i586 -NetworkManager-gnome-0.7.1-8.git20090708.fc11.i586 +NetworkManager-gnome-0.7.2-1.fc11.i586 -bind-libs-9.6.1-6.P1.fc11.i586 +bind-libs-9.6.1-7.P2.fc11.i586 -bind-utils-9.6.1-6.P1.fc11.i586 +bind-utils-9.6.1-7.P2.fc11.i586 -curl-7.19.7-2.fc11.i586 +curl-7.19.7-3.fc11.i586 -etoys-4.0.2332-2.fc11.noarch +etoys-4.0.2337-1.noarch -fontpackages-filesystem-1.28-1.fc11.noarch +fontpackages-filesystem-1.35-1.fc11.noarch -kernel-2.6.31_xo1.5-20091125.0040.1.olpc.aa06eb3.i586 +kernel-2.6.31_xo1.5-20091127.1440.1.olpc.0caeb3a.i586 -kernel-firmware-2.6.31_xo1.5-20091125.0040.1.olpc.aa06eb3.i586 +kernel-firmware-2.6.31_xo1.5-20091127.1440.1.olpc.0caeb3a.i586 -libcurl-7.19.7-2.fc11.i586 +libcurl-7.19.7-3.fc11.i586 -libmikmod-3.2.0-5.beta2.fc11.i586 +libmikmod-3.2.0-9.beta2.fc11.i586 -mobile-broadband-provider-info-1.20090707-1.fc11.noarch +mobile-broadband-provider-info-1.20090918-1.fc11.noarch +module-init-tools-3.7-10.fc11.i586 -module-init-tools-3.7-9.fc11.i586 +ohm-0.1.1-9.24.20091129git.fc11.i586 -olpc-utils-1.0.10-1.fc11.i586 +olpc-utils-1.0.11-1.fc11.i586 -rsyslog-3.22.1-1.fc11.i586 +rsyslog-3.22.1-2.fc11.i586 +sugar-0.84.7-1.fc11.10.i586 -sugar-0.84.7-1.fc11.6.i586 -sugar-toolkit-0.84.5-1.fc11.2.i586 +sugar-toolkit-0.84.5-1.fc11.3.i586 From quozl at laptop.org Sun Nov 29 08:42:36 2009 From: quozl at laptop.org (James Cameron) Date: Sun, 29 Nov 2009 19:42:36 +1100 Subject: New F11 for XO-1.5 build 47 In-Reply-To: <20091129063632.76A61FA884@dev.laptop.org> References: <20091129063632.76A61FA884@dev.laptop.org> Message-ID: <610A2784-4D7A-4701-A416-F5AE42E27790@laptop.org> On 29/11/2009, at 5:36 PM, Chris Ball wrote: > * Add OHM for XO-1.5 power management. To disable it, use "touch > /etc/ohm/inhibit-idle-suspend" for the moment. You can also disable it using My Settings -> Power -> Automatic power management. This is almost essential on an XO-1.5 B2 without the WLAN power ECO if you want to test using a network. The automatic suspend takes out the WLAN. From mikus at bga.com Sun Nov 29 16:44:27 2009 From: mikus at bga.com (Mikus Grinbergs) Date: Sun, 29 Nov 2009 11:44:27 -0500 Subject: q3a16f has problem with fs-update Message-ID: <4B12A4EB.5060405@bga.com> Tried q3a16f. When I wanted to use it to install a new build ('fs-update' command), only 200-odd blocks got written - then the command stopped with an (io?) error. Went back to q3a16c. That performed the install correctly. mikus From quozl at laptop.org Sun Nov 29 21:19:36 2009 From: quozl at laptop.org (James Cameron) Date: Mon, 30 Nov 2009 08:19:36 +1100 Subject: q3a16f has problem with fs-update In-Reply-To: <4B12A4EB.5060405@bga.com> References: <4B12A4EB.5060405@bga.com> Message-ID: <27123C2E-06E2-48C4-8023-0CF1F5491B6A@laptop.org> Thanks, #9769. From cjb at laptop.org Mon Nov 30 06:22:33 2009 From: cjb at laptop.org (Chris Ball) Date: Mon, 30 Nov 2009 01:22:33 -0500 (EST) Subject: New F11 for XO-1.5 build 48 Message-ID: <20091130062233.AAE27FA87E@dev.laptop.org> http://wiki.laptop.org/go/F11_for_1.5 http://dev.laptop.org/~cjb/f11-1.5/os48 Compressed image size: 411.28mb (+0.85mb since build 47) Description of changes in this build: * fix Implode "keep error" on quit (#9736) * OHM wakes up on keypresses/touchpad more robustly (#9771) * add Arabic fonts Package changes since build 47: +kacst-fonts-2.0-2.fc11.noarch -ohm-0.1.1-9.24.20091129git.fc11.i586 +ohm-0.1.1-9.25.20091130git.fc11.i586 From cjb at laptop.org Mon Nov 30 06:21:42 2009 From: cjb at laptop.org (Chris Ball) Date: Mon, 30 Nov 2009 01:21:42 -0500 Subject: New F11 for XO-1.5 build 47 In-Reply-To: (Christoph Derndorfer's message of "Sun, 29 Nov 2009 17:45:26 +0100") References: <20091129063632.76A61FA884@dev.laptop.org> <610A2784-4D7A-4701-A416-F5AE42E27790@laptop.org> Message-ID: Hi Christoph, > The power-management kicks in as expected however to wake the XO > up again you actually have to press the power-button, hitting a > key or moving the cursor doesn't wake it up (as it does on the > XO-1). I think this is fixed in the new OHM in os48 -- could you retest, please? (Fixed using the same dance I described, but done programmatically inside OHM. Yuck.) > Also power-management doesn't seem to be activated when closing > the lid (at least the power-LED doesn't indicate that it is). This one's only a problem with B2s. Thanks, - Chris. -- Chris Ball One Laptop Per Child From cjb at laptop.org Mon Nov 30 18:21:10 2009 From: cjb at laptop.org (Chris Ball) Date: Mon, 30 Nov 2009 13:21:10 -0500 Subject: New F11 for XO-1.5 build 48 In-Reply-To: (Christoph Derndorfer's message of "Mon, 30 Nov 2009 18:53:17 +0100") References: <20091130062233.AAE27FA87E@dev.laptop.org> Message-ID: Hi Christoph, > As mentioned on the other thread waking up on keyboard and > touchpad input now seems to work just fine. However now pressing > the power button only seems to turn off the screen without > actually going into suspend because after about 5 seconds the > screen comes on again and the power LED stays on all the time. When I did this, I saw a barely perceptible blink on the power LED; we do go down, it's just for almost no time at all. The bug on B2s is that a wakeup is generated the instant we hit suspend. (You can confirm that it is actually suspending with dmesg.) > Another observation is that the dimming of the screen kicks in > after about 20sec of inactivity but it takes another 5sec before > suspend really happens. I for one find these timings slightly > confusing and don't really see any advantages of having two > seperate intervals for those two operations. (But maybe I'm > missing something here...) Maybe I can get them a bit closer together. There are a set of things we want to do when we think we're about to suspend, though, and that's what the two stages are for. It also serves as a warning to the user, I suppose -- "if you don't want to suspend, move the mouse now". Thanks, - Chris. -- Chris Ball One Laptop Per Child From mavrothal at yahoo.com Mon Nov 30 20:55:06 2009 From: mavrothal at yahoo.com (Yioryos Asprobounitis) Date: Mon, 30 Nov 2009 12:55:06 -0800 (PST) Subject: powerd still has problems in os10 Message-ID: <823757.94933.qm@web65501.mail.ac4.yahoo.com> I tried the un-unannounced f11-xo1/os10 The good (and bad) news is that powerd almost work. The XO dims and sleeps on time, but fails to wakeup to blank the screen (waited ~3min past the set time). As soon as user inputs wakes it up, it goes to blank/suspend. Suspend and wakeup on lid and power button is OK. The /var/log/powerd.trace also is not update beyond the 3 initial lines (bellow) ============= /usr/sbin/powerd: line 422: 1944 Terminated pnmto565fb -d -f $framebuffer -s 999999 9 $args /usr/sbin/powerd: line 1: 1945 Terminated ( sleep $1; shift 1; selfinject powertime rdone $(seconds) $timerseqno $* ) /usr/sbin/powerd: line 1: 1974 Terminated sleep 9999999