Re: [leaf-user] Dyndns.org update client

2007-01-10 Thread Luis.F.Correia
Hi there, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Ogle Sent: Tuesday, January 09, 2007 7:55 PM To: 'Erich Titl' Cc: leaf-user@lists.sourceforge.net Subject: Re: [leaf-user] Dyndns.org update client I knowI forgot to put tcp in

[leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Alejandro Domínguez
Hola, I am compiling everything from zero using the tools buildtool and ultimately to create the image I use createimage.sh but it don't add the modules of the kernel *.o to the image. I have seen in the CVS that the last modification on this script tell: Log Message: remove the modules tree and

Re: [leaf-user] Dyndns.org update client

2007-01-10 Thread Erich Titl
Rob Ogle schrieb: I have ACCEPT fw net 80 in my shorewall rules. should there not be ACCEPT fw net tcp 80 Is there a good way to check? Look at the LOG, it should tell you if it blocks your outgoing connection. cheers Erich

Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Eric Spakman
Hi Alejandro, Hola, I am compiling everything from zero using the tools buildtool and ultimately to create the image I use createimage.sh but it don't add the modules of the kernel *.o to the image. I have seen in the CVS that the last modification on this script tell: Log Message:

Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread KP Kirchdoerfer
Am Mittwoch, 10. Januar 2007 17:12 schrieb Alejandro Domínguez: Hola, I am compiling everything from zero using the tools buildtool and ultimately to create the image I use createimage.sh but it don't add the modules of the kernel *.o to the image. I have seen in the CVS that the last

Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Alejandro Domínguez
If I use the image Bering-uClibc_3.0-beta3_img_bering-uclibc-1680.bin and run it, I can see this: firewall# ls /lib/modules 2.4.33 8139too.o 8390.o crc32.o ... but in my compilation firewall#ls /lib/modules 2.4.33 Where is the other modules? If I write: ./buildtool.pl describe|grep moddb I

Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Eric Spakman
Hi Alejandro, If I use the image Bering-uClibc_3.0-beta3_img_bering-uclibc-1680.bin and run it, I can see this: firewall# ls /lib/modules 2.4.33 8139too.o 8390.o crc32.o ... but in my compilation firewall#ls /lib/modules 2.4.33 Where is the other modules? If I write: ./buildtool.pl

Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Alejandro Domínguez
Thanks! Now work! I was reading the documentation http://leaf.sourceforge.net/doc/buci-content.html instead of the http://leaf.sourceforge.net/doc/buci-content3.html Thank you again. On 1/10/07, Eric Spakman [EMAIL PROTECTED] wrote: Hi Alejandro, If I use the image