Re: Help with signing messages

2011-02-14 Thread Esteban Bordon
Hi Daniel, Thanks for your answers. This will be very useful to me. Regarding your doubt I'm confused here because, above, you said that a typical message might be Your laptop will be blocked tomorrow, please update your blacklist. Is this kind of message supposed to be: * received and

Re: Help with signing messages

2011-02-14 Thread Esteban Bordon
Hi Michael (sorry for confuse) , Thanks for your answers. This will be very useful to me. Regarding your doubt I'm confused here because, above, you said that a typical message might be Your laptop will be blocked tomorrow, please update your blacklist. Is this kind of message supposed

Re: Help with signing messages

2011-02-03 Thread Esteban Bordon
2011/1/29 Michael Stone mich...@laptop.org On Fri, 28 Jan 2011 at 14:40:54 -0200 Esteban Bordon wrote: I trying to make a notification system that reads messages from sqlite3 database and show them via dbus notifications. I want to store a hash of the message inside the db to verify each

Re: boot-animation F11 for XO-1

2010-11-26 Thread Esteban Bordon
Hola, Lo mejor sería bajarte el source del boot anim y volverlo a compilar con tus imágenes para tener el archivo instalable en cualquier imagen. saludos, Esteban. El 25 de noviembre de 2010 22:20, Kevin Mauricio Benavides Castro webmaster.ac@gmail.com escribió: saludos he estado

Re: boot-animation F11 for XO-1

2010-11-26 Thread Esteban Bordon
utilizar para generar el delta, frame00.565, ul_warning.565 para poder colocarlo en la versión os852 F11. El 26 de noviembre de 2010 07:41, Esteban Bordon ebor...@plan.ceibal.edu.uy escribió: Hola, Lo mejor sería bajarte el source del boot anim y volverlo a compilar con tus imágenes

Re: customizing olpc-os-builder image

2010-11-03 Thread Esteban Bordon
2010/11/3 javed khan javedkhan...@gmail.com Hi All Hi can anybody tell me how to accomplish the following using olpc-os-builder 1: install new fonts If you have an rpm of these fonts, you have to add it on custom_rpms section 2: change the keyboard layout and default language You

Re: customizing olpc-os-builder image

2010-11-03 Thread Esteban Bordon
modules/base/ksmain.10.core.inc , is it located at /usr/share/olpc-os-builder/module.d/ or it is the olpc-os-builder/module Regards On Wed, Nov 3, 2010 at 3:16 PM, Esteban Bordon ebor...@plan.ceibal.edu.uy wrote: 2010/11/3 javed khan javedkhan...@gmail.com Hi All Hi can anybody tell me

Re: OLPC-OS-Builder

2010-09-24 Thread Esteban Bordon
Are you executing osbuilder.py using sudo? If you're using sudo olpc-os-builder have a problem when it executes chroot. You must to try using root user. cheers. 2010/9/24 Hellânio Costa hella...@virtual.ufc.br Hi everybody, I'm having a problem when working with them olpc-builder, because

Re: OS Builder: Missing dependency mtd-utils

2010-09-07 Thread Esteban Bordon
In Dextrose page [1] we can find this information: - Install dependencies yum upgrade yum install libtomcrypt-devel bitfrost make gcc mtd-utils python-imgcreate zip unzip I don't know if os-builder used to build Dextrose have any difference with this. Cheers, Esteban. [1]

Re: [Dextrose] ip route in rc.sysinit

2010-08-11 Thread Esteban Bordon
2010/8/10 Bernie Innocenti ber...@codewiz.org El Tue, 10-08-2010 a las 09:17 -0300, Esteban Bordon escribió: The script try to connect to the Access Point that have the better signal using iwlist, iwconfig and dhclient. If dhclient return 0 it executes ip route to obtain the server IP

Re: [Dextrose] ip route in rc.sysinit

2010-08-11 Thread Esteban Bordon
2010/8/10 Bernie Innocenti ber...@codewiz.org El Tue, 10-08-2010 a las 09:17 -0300, Esteban Bordon escribió: The script try to connect to the Access Point that have the better signal using iwlist, iwconfig and dhclient. If dhclient return 0 it executes ip route to obtain the server IP

Re: [Dextrose] ip route in rc.sysinit

2010-08-11 Thread Esteban Bordon
I found the problem. I was using dhclient eth0 -T 20 but the timeout parameter now is -timeout timeout. Thanks for your help! cheers, Esteban. 2010/8/11 Esteban Bordon ebor...@plan.ceibal.edu.uy 2010/8/10 Bernie Innocenti ber...@codewiz.org El Tue, 10-08-2010 a las 09:17 -0300, Esteban

ip route in rc.sysinit

2010-08-09 Thread Esteban Bordon
Hi all, I have a script that execute ip route to get the default gateway. If I run the script when sugar has started works fine, but, I need to run it during boot. I added a line in rc.sysinit calling it, but ip route doesn't prints any data. I tried to add the line in /etc/rc (like I used to in

Re: [Dextrose] ip route in rc.sysinit

2010-08-09 Thread Esteban Bordon
, Esteban Bordon escribió: Hi all, I have a script that execute ip route to get the default gateway. If I run the script when sugar has started works fine, but, I need to run it during boot. I added a line in rc.sysinit calling it, but ip route doesn't prints any data. I tried to add

external links in Read Activity

2010-08-06 Thread Esteban Bordon
Hi all, Someone question me about if is possible to create links from a pdf document to another pdf file inside Read Activity. Is it possible? In that case, how I do that? Thanks in advance. Cheers, Esteban. ___ Devel mailing list

Re: olpc-os-builder repository help

2010-08-03 Thread Esteban Bordon
The repo config that start with olpc_public_rpms_ is downloaded from http://xs-dev.laptop.org/~dsd/repos. This configuration is hardcoded in modules/repos/ksmain.50.repos.py If you want to change it, you should change the line that contains url = http://xs-dev.laptop.org/~dsd/repos/%s; %

Re: Filesystem in F11 builds

2010-07-19 Thread Esteban Bordon
On 16 July 2010 12:29, Esteban Bordon ebor...@plan.ceibal.edu.uy wrote: Hi all! I'm working on F11-XO1 build to Uruguay and I made a dracut module that it mount user's home in the sd card. I'm using olpc-os-builder-1.1.0 and resultant image filesystem haven't got the structure specified

Re: Filesystem in F11 builds

2010-07-19 Thread Esteban Bordon
Can this happen because the option versioned_fs=0 under base section? Reading the README file of base module I found this text: [base] options: - versioned_fs (default 1) Set to 0 to disable the upgradeable /versions-based filesystem layout. 2010/7/19 Esteban Bordon ebor...@plan.ceibal.edu.uy

Re: Filesystem in F11 builds

2010-07-16 Thread Esteban Bordon
writable_done || die 2010/7/16 Jon Nettleton jon.nettle...@gmail.com On Fri, Jul 16, 2010 at 11:29 AM, Esteban Bordon ebor...@plan.ceibal.edu.uy wrote: Hi all! I'm working on F11-XO1 build to Uruguay and I made a dracut module that it mount user's home in the sd card. I'm using olpc-os

Re: NetworkManager time sync

2010-07-05 Thread Esteban Bordon
You have to put a script calling ntpdate in /etc/NetworkManager/dispatcher.d/ regards, Esteban. 2010/7/3 Bernie Innocenti ber...@codewiz.org Dan, we don't have any way to synchronize the clock on the XO... I'd rather avoid running ntp all the time as it wastes 2MB of RSS. Does

Paraguay's os-builder

2010-05-26 Thread Esteban Bordon
Hi Bernie, I'm trying to generate a f11 build using the file used to generate build of Paraguay. I'm using http://git.paraguayeduca.org/gitweb/users/bernie/olpc-os-builder.git/blob/c70efc41c939087cad72950c56db5f8c3a0db03e:/examples/f11-xo1-py.ini?js=1 I did it, but when I re-flash my XO touchpad

Re: Paraguay's os-builder

2010-05-26 Thread Esteban Bordon
2010/5/26 Bernie Innocenti ber...@codewiz.org El Wed, 26-05-2010 a las 10:24 -0300, Esteban Bordon escribió: Hi Bernie, I'm trying to generate a f11 build using the file used to generate build of Paraguay. I'm using http://git.paraguayeduca.org/gitweb/users/bernie/olpc-os-builder.git

Re: Paraguay's os-builder

2010-05-26 Thread Esteban Bordon
2010/5/26 Daniel Drake d...@laptop.org On 26 May 2010 12:05, Daniel Drake d...@laptop.org wrote: I'm guessing but I suspect this will be due to a conflict with a backwards-incompatible change introduced in the latest olpc-utils, vs the Paraguay kernel being a bit outdated (not including a

Re: Paraguay's os-builder

2010-05-26 Thread Esteban Bordon
will update this package Indeed that was the problem! Thank you again. Esteban. 2010/5/26 Esteban Bordon ebor...@plan.ceibal.edu.uy 2010/5/26 Daniel Drake d...@laptop.org On 26 May 2010 12:05, Daniel Drake d...@laptop.org wrote: I'm guessing but I suspect this will be due to a conflict

signed F11 for XO-1

2009-10-07 Thread Esteban Bordon
Hi everyone! I'm trying to sign a build of F11-XO1. I could sign the initrd and vmlinuz but during secure boot the XO displays the message: *dracut: FATAL: No or empty root= argument dracut: Refusing to continue Signal caught! Boot has failed, sleeping forever. * are the kernel params

F11 for XO-1 and signed initrd

2009-10-02 Thread Esteban Bordon
Hi everyone! I'm trying to sign a build of F11-XO1. I could sign the initrd and vmlinuz but during secure boot the XO displays the message: *dracut: FATAL: No or empty root= argument dracut: Refusing to continue Signal caught! Boot has failed, sleeping forever. * Any tip? Thanks in advance

Re: [Sur] XO

2008-09-04 Thread Esteban Bordon
resetea el reloj del sistema. saludos. -- Esteban Bordon Departamento de Sistemas - Plan Ceibal LATU - Av. Italia 6201 - Montevideo, Uruguay C.P. 11500 ___ Devel mailing list Devel@lists.laptop.org http://lists.laptop.org/listinfo/devel