Re: [Server-devel] XS 05

2009-01-21 Thread Henry Vélez Molina
>
> Do you even get any kind of UI or does the install shut down with
> "install exited abnormally [1/1]"?

Could you be more specific?


> Can you confirm that you have the OLPCXS-0.5.1-dev03-i386.iso, please

yes we have it


>
>
>
>
>


-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] XS 05

2009-01-21 Thread Martin Langhoff
On Tue, Jan 20, 2009 at 6:43 PM, Jerry Vonau  wrote:
> I have not run a full install for the latest xs-0.5, I ran an upgrade
> from a prior 0.5 install... I'm thinking that this could be a
> kernel/anaconda issue with the change in kernel headers for 2.6.27.

Frankly, I think it's the "USB is not really supported" issue :-/  --
so far, I've seen 2 problems that disappear if I use a cdrom...

 - Anaconda dies with a python error before it starts installing RPMs.
The error is about an iterator over partitions or disk devices. This
happens in graphical and text mode (less often in text mode).

 - Anaconda dies badly (the computer switches off - kernel hang?)
while installing one of the selinux policy packages. It may be an OOM
issue.

They are somewhat more likely with Via/EPIA systems.

However, you point out interesting issues. What problems does the
mismatched kernel cause?

> And the patch in my custom anaconda that doesn't copy stage2.img to RAM
> when using a hard drive for the source. My version of these patches
> apply cleanly against F9's anaconda version.
>
> This rpm would need to be installed on the build system and added to the
> main XS repo. I'm just at the point of testing, loader builds fine,
> looks to install the modules when run. I'm re-rolling the installation
> media so as mkimages adds the needed modules, so loader can install
> them, then on to testing the partitioning

I am keen on your anaconda magic, but it has to work really well for a
bugfix revision... otherwise, 0.6 might be a good chance...?

What do you think?



martin
-- 
 martin.langh...@gmail.com
 mar...@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
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] XS 05

2009-01-20 Thread Carlos Dario Isaza Zamudio
Im sorry about that, it was a delayed draft and i got confused

Carlos Dario Isaza Zamudio::ConTi
Ingeniero Electronico
Proyecto Todos @l Computador
Celular (57) 300 814 9308
Universidad Nacional de Colombia - Sede Manizales
GNU/Linux Registered User #465475
eSSuX - Usuarios y Desarrolladores GNU/Linux UNAL Manizales


On Tue, Jan 20, 2009 at 10:12 PM, Carlos Dario Isaza Zamudio <
cdisa...@gmail.com> wrote:

>
> Carlos Dario Isaza Zamudio::ConTi
> Ingeniero Electronico
> Proyecto Todos @l Computador
> Celular (57) 300 814 9308
> Universidad Nacional de Colombia - Sede Manizales
> GNU/Linux Registered User #465475
> eSSuX - Usuarios y Desarrolladores GNU/Linux UNAL Manizales
>
>
> On Tue, Jan 20, 2009 at 12:43 PM, Jerry Vonau  wrote:
>
>> On Fri, 2009-01-16 at 14:15 -0200, Martin Langhoff wrote:
>> > On Fri, Jan 16, 2009 at 12:12 PM, Henry Vélez Molina
>> >  wrote:
>> > > Thanks Martin for you answer.
>> >
>> > No problem!
>> >
>> > > We have been trying to install the server via the "Kickstart", but
>> that
>> > > happens when anaconda  to start  can not do it and the screen turns
>> off.
>> >
>>
>> Do you even get any kind of UI or does the install shut down with
>> "install exited abnormally [1/1]"?
>>
>> > H, I can think of some possible causes...
>> >
>> >  - your download was corrupt or truncated - check that the sha1sum of
>> > the iso is
>> >
>> >$ sha1sum OLPCXS-0.5.1-dev03-i386.iso
>> >eab0fd3596bbfca532eec51eb5e774cb00b25cd8  OLPCXS-0.5.1-dev03-i386.iso
>> >
>> >  - You are hitting a low mem condition while installing the
>> > selinux-policies package. How much RAM does the machine have?
>> >
>> > > We
>> > > tried the solution that is in the wiki-press tab and add "text" and
>> nothing
>> > > happens. One of the ways that we return to the terminal is pressing
>> > > Ctrl+Alt+2, then Ctrl+Alt+1.
>> >
>>
>> Sounds like your in the Loader or GUI part of anaconda..
>>
>>
>> > That can help if the problem is with RAM - I think you need to hit tab
>> > earlier -- before the graphical installer starts. There is a very
>> > early screen, as soon as the CD or USB stick is read - hit escape
>> > *there*...
>> >
>> > > Could be the GPU problem?
>> >
>> > Very unlikely to be GPU or CPU
>> >
>> > > What can be do in these cases?
>> >
>> > - Ensure the iso is good (with sha1sum), check memory, try to uyse the
>> > text installer.
>> > - Installing from USB is a bit less reliable - try with a CD
>> > - Try is to install a standard Fedora 9 on the machine - sometimes
>> > there are subtle incompatibilities there...
>> >
>> > > Is there another way to start the installation?
>> >
>> > Not really :-/
>> >
>> >
>> > keep us posted on your progress so we can help...;
>> >
>> Can you confirm that you have the OLPCXS-0.5.1-dev03-i386.iso, please
>>
>>
>> Martin:
>>
>> I have not run a full install for the latest xs-0.5, I ran an upgrade
>> from a prior 0.5 install... I'm thinking that this could be a
>> kernel/anaconda issue with the change in kernel headers for 2.6.27.
>>
>>
>> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=aa27086f78e9997c8904e4e274acda64709ff0b4
>>
>> This would show up just as the partitioning is about to happen
>>
>> If this is the case I have a patched version of anaconda that I
>> re-rolled, for the missing CF card kernel modules,
>>
>> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=da459689b78a80108916f58ea467db55026b14a1
>>
>>
>> Along with one that fixes auditd.c, wouldn't build without it.
>>
>> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=03632989910557d955c1b5362c401addc62d0146
>>
>> And the patch in my custom anaconda that doesn't copy stage2.img to RAM
>> when using a hard drive for the source. My version of these patches
>> apply cleanly against F9's anaconda version.
>>
>> This rpm would need to be installed on the build system and added to the
>> main XS repo. I'm just at the point of testing, loader builds fine,
>> looks to install the modules when run. I'm re-rolling the installation
>> media so as mkimages adds the needed modules, so loader can install
>> them, then on to testing the partitioning
>>
>> Jerry
>>
>>
>>
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>>
>
>
___
Server-devel mailing list
server-de...@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS 05

2009-01-20 Thread Carlos Dario Isaza Zamudio
Carlos Dario Isaza Zamudio::ConTi
Ingeniero Electronico
Proyecto Todos @l Computador
Celular (57) 300 814 9308
Universidad Nacional de Colombia - Sede Manizales
GNU/Linux Registered User #465475
eSSuX - Usuarios y Desarrolladores GNU/Linux UNAL Manizales


On Tue, Jan 20, 2009 at 12:43 PM, Jerry Vonau  wrote:

> On Fri, 2009-01-16 at 14:15 -0200, Martin Langhoff wrote:
> > On Fri, Jan 16, 2009 at 12:12 PM, Henry Vélez Molina
> >  wrote:
> > > Thanks Martin for you answer.
> >
> > No problem!
> >
> > > We have been trying to install the server via the "Kickstart", but that
> > > happens when anaconda  to start  can not do it and the screen turns
> off.
> >
>
> Do you even get any kind of UI or does the install shut down with
> "install exited abnormally [1/1]"?
>
> > H, I can think of some possible causes...
> >
> >  - your download was corrupt or truncated - check that the sha1sum of
> > the iso is
> >
> >$ sha1sum OLPCXS-0.5.1-dev03-i386.iso
> >eab0fd3596bbfca532eec51eb5e774cb00b25cd8  OLPCXS-0.5.1-dev03-i386.iso
> >
> >  - You are hitting a low mem condition while installing the
> > selinux-policies package. How much RAM does the machine have?
> >
> > > We
> > > tried the solution that is in the wiki-press tab and add "text" and
> nothing
> > > happens. One of the ways that we return to the terminal is pressing
> > > Ctrl+Alt+2, then Ctrl+Alt+1.
> >
>
> Sounds like your in the Loader or GUI part of anaconda..
>
>
> > That can help if the problem is with RAM - I think you need to hit tab
> > earlier -- before the graphical installer starts. There is a very
> > early screen, as soon as the CD or USB stick is read - hit escape
> > *there*...
> >
> > > Could be the GPU problem?
> >
> > Very unlikely to be GPU or CPU
> >
> > > What can be do in these cases?
> >
> > - Ensure the iso is good (with sha1sum), check memory, try to uyse the
> > text installer.
> > - Installing from USB is a bit less reliable - try with a CD
> > - Try is to install a standard Fedora 9 on the machine - sometimes
> > there are subtle incompatibilities there...
> >
> > > Is there another way to start the installation?
> >
> > Not really :-/
> >
> >
> > keep us posted on your progress so we can help...;
> >
> Can you confirm that you have the OLPCXS-0.5.1-dev03-i386.iso, please
>
>
> Martin:
>
> I have not run a full install for the latest xs-0.5, I ran an upgrade
> from a prior 0.5 install... I'm thinking that this could be a
> kernel/anaconda issue with the change in kernel headers for 2.6.27.
>
>
> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=aa27086f78e9997c8904e4e274acda64709ff0b4
>
> This would show up just as the partitioning is about to happen
>
> If this is the case I have a patched version of anaconda that I
> re-rolled, for the missing CF card kernel modules,
>
> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=da459689b78a80108916f58ea467db55026b14a1
>
>
> Along with one that fixes auditd.c, wouldn't build without it.
>
> http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=03632989910557d955c1b5362c401addc62d0146
>
> And the patch in my custom anaconda that doesn't copy stage2.img to RAM
> when using a hard drive for the source. My version of these patches
> apply cleanly against F9's anaconda version.
>
> This rpm would need to be installed on the build system and added to the
> main XS repo. I'm just at the point of testing, loader builds fine,
> looks to install the modules when run. I'm re-rolling the installation
> media so as mkimages adds the needed modules, so loader can install
> them, then on to testing the partitioning
>
> Jerry
>
>
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS 05

2009-01-20 Thread Carlos Dario Isaza Zamudio
Hi Henry

We've been working on some tests here in the state of caldas, and we have
installed the XS 0.5 dev03

http://xs-dev.laptop.org/xs/other/OLPCXS-0.5.1-dev03-i386.iso

That's the link i got from Michael and it works great so far.

Any questions feel free to ask, and remember im from colombia too :D

Carlos Dario Isaza Zamudio::ConTi
Ingeniero Electronico
Proyecto Todos @l Computador
Celular (57) 300 814 9308
Universidad Nacional de Colombia - Sede Manizales
GNU/Linux Registered User #465475
eSSuX - Usuarios y Desarrolladores GNU/Linux UNAL Manizales


On Wed, Jan 14, 2009 at 9:06 AM, Henry Vélez Molina
wrote:

> Hello to all.
>
> We have been working on the server and we do the upgrade to version
> 05, but we have some difficulties.
>
> Olpc-scripts folder is not in the path / etc / sysconfig /.
>
> Ejabberd service does not exist. Ie "service ejabberd start" prints
> that the service do not exists.
>
> What can be done in this case?
>
> Greetings
>
> --
> Henry Vélez Molina
> Administrador de red OLPC
> Fundación MArina Orth
> Tel :341 23 59
> Móvil: 312 769 0169
> www.fundacionmarinaorth.org
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] XS 05

2009-01-20 Thread Jerry Vonau
On Fri, 2009-01-16 at 14:15 -0200, Martin Langhoff wrote:
> On Fri, Jan 16, 2009 at 12:12 PM, Henry Vélez Molina
>  wrote:
> > Thanks Martin for you answer.
> 
> No problem!
> 
> > We have been trying to install the server via the "Kickstart", but that
> > happens when anaconda  to start  can not do it and the screen turns off.
> 

Do you even get any kind of UI or does the install shut down with
"install exited abnormally [1/1]"?

> H, I can think of some possible causes...
> 
>  - your download was corrupt or truncated - check that the sha1sum of
> the iso is
> 
>$ sha1sum OLPCXS-0.5.1-dev03-i386.iso
>eab0fd3596bbfca532eec51eb5e774cb00b25cd8  OLPCXS-0.5.1-dev03-i386.iso
> 
>  - You are hitting a low mem condition while installing the
> selinux-policies package. How much RAM does the machine have?
> 
> > We
> > tried the solution that is in the wiki-press tab and add "text" and nothing
> > happens. One of the ways that we return to the terminal is pressing
> > Ctrl+Alt+2, then Ctrl+Alt+1.
> 

Sounds like your in the Loader or GUI part of anaconda.. 


> That can help if the problem is with RAM - I think you need to hit tab
> earlier -- before the graphical installer starts. There is a very
> early screen, as soon as the CD or USB stick is read - hit escape
> *there*...
> 
> > Could be the GPU problem?
> 
> Very unlikely to be GPU or CPU
> 
> > What can be do in these cases?
> 
> - Ensure the iso is good (with sha1sum), check memory, try to uyse the
> text installer.
> - Installing from USB is a bit less reliable - try with a CD
> - Try is to install a standard Fedora 9 on the machine - sometimes
> there are subtle incompatibilities there...
> 
> > Is there another way to start the installation?
> 
> Not really :-/
> 
> 
> keep us posted on your progress so we can help...;
> 
Can you confirm that you have the OLPCXS-0.5.1-dev03-i386.iso, please


Martin:

I have not run a full install for the latest xs-0.5, I ran an upgrade
from a prior 0.5 install... I'm thinking that this could be a
kernel/anaconda issue with the change in kernel headers for 2.6.27.

http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=aa27086f78e9997c8904e4e274acda64709ff0b4

This would show up just as the partitioning is about to happen

If this is the case I have a patched version of anaconda that I
re-rolled, for the missing CF card kernel modules, 
http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=da459689b78a80108916f58ea467db55026b14a1


Along with one that fixes auditd.c, wouldn't build without it.
http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=03632989910557d955c1b5362c401addc62d0146

And the patch in my custom anaconda that doesn't copy stage2.img to RAM
when using a hard drive for the source. My version of these patches
apply cleanly against F9's anaconda version.

This rpm would need to be installed on the build system and added to the
main XS repo. I'm just at the point of testing, loader builds fine,
looks to install the modules when run. I'm re-rolling the installation
media so as mkimages adds the needed modules, so loader can install
them, then on to testing the partitioning

Jerry  



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS 05

2009-01-16 Thread Martin Langhoff
On Fri, Jan 16, 2009 at 12:12 PM, Henry Vélez Molina
 wrote:
> Thanks Martin for you answer.

No problem!

> We have been trying to install the server via the "Kickstart", but that
> happens when anaconda  to start  can not do it and the screen turns off.

H, I can think of some possible causes...

 - your download was corrupt or truncated - check that the sha1sum of
the iso is

   $ sha1sum OLPCXS-0.5.1-dev03-i386.iso
   eab0fd3596bbfca532eec51eb5e774cb00b25cd8  OLPCXS-0.5.1-dev03-i386.iso

 - You are hitting a low mem condition while installing the
selinux-policies package. How much RAM does the machine have?

> We
> tried the solution that is in the wiki-press tab and add "text" and nothing
> happens. One of the ways that we return to the terminal is pressing
> Ctrl+Alt+2, then Ctrl+Alt+1.

That can help if the problem is with RAM - I think you need to hit tab
earlier -- before the graphical installer starts. There is a very
early screen, as soon as the CD or USB stick is read - hit escape
*there*...

> Could be the GPU problem?

Very unlikely to be GPU or CPU

> What can be do in these cases?

- Ensure the iso is good (with sha1sum), check memory, try to uyse the
text installer.
- Installing from USB is a bit less reliable - try with a CD
- Try is to install a standard Fedora 9 on the machine - sometimes
there are subtle incompatibilities there...

> Is there another way to start the installation?

Not really :-/


keep us posted on your progress so we can help...;



m
-- 
 martin.langh...@gmail.com
 mar...@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
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS 05

2009-01-16 Thread Henry Vélez Molina
Hi to all.

Thanks Martin for you answer.

We have been trying to install the server via the "Kickstart", but that
happens when anaconda  to start  can not do it and the screen turns off. We
tried the solution that is in the wiki-press tab and add "text" and nothing
happens. One of the ways that we return to the terminal is pressing
Ctrl+Alt+2, then Ctrl+Alt+1.

Could be the GPU problem?
What can be do in these cases?
Is there another way to start the installation?

Greetings


2009/1/14 Martin Langhoff 

> On Wed, Jan 14, 2009 at 12:06 PM, Henry Vélez Molina
>  wrote:
> > We have been working on the server and we do the upgrade to version
> > 05, but we have some difficulties.
> >
> > Olpc-scripts folder is not in the path / etc / sysconfig /.
> >
> > Ejabberd service does not exist. Ie "service ejabberd start" prints
> > that the service do not exists.
>
> That is *very* strange. Two suggestions
>
>  - I think that when the install starts it offers a menu (very early,
> when the installer is booting). That menu has clouds in the
> background, and the pre-selected option is "installed with kickstart".
> Maybe you changed the option to "install"? The correct option to use
> is the one that mentions kickstart...
>



>
>  - 0.5 has some problems that will drive you crazy - those are fixed
> in 0.5.1 . Skip 0.5 and go for 0.5.1-dev3 which I'm planning to
> 'bless' today or tomorrow as the official 0.5.1 :-)
>
> cheers,
>
>
>
> m
> --
>  martin.langh...@gmail.com
>  mar...@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
>



-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS 05

2009-01-14 Thread Martin Langhoff
On Wed, Jan 14, 2009 at 12:06 PM, Henry Vélez Molina
 wrote:
> We have been working on the server and we do the upgrade to version
> 05, but we have some difficulties.
>
> Olpc-scripts folder is not in the path / etc / sysconfig /.
>
> Ejabberd service does not exist. Ie "service ejabberd start" prints
> that the service do not exists.

That is *very* strange. Two suggestions

 - I think that when the install starts it offers a menu (very early,
when the installer is booting). That menu has clouds in the
background, and the pre-selected option is "installed with kickstart".
Maybe you changed the option to "install"? The correct option to use
is the one that mentions kickstart...

 - 0.5 has some problems that will drive you crazy - those are fixed
in 0.5.1 . Skip 0.5 and go for 0.5.1-dev3 which I'm planning to
'bless' today or tomorrow as the official 0.5.1 :-)

cheers,



m
-- 
 martin.langh...@gmail.com
 mar...@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
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


XS 05

2009-01-14 Thread Henry Vélez Molina
Hello to all.

We have been working on the server and we do the upgrade to version
05, but we have some difficulties.

Olpc-scripts folder is not in the path / etc / sysconfig /.

Ejabberd service does not exist. Ie "service ejabberd start" prints
that the service do not exists.

What can be done in this case?

Greetings

-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel