Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
Am Mittwoch, 4. August 2010, um 00:11:59 schrieb Marc Kleine-Budde: Robert Schwebel wrote: On Tue, Aug 03, 2010 at 11:52:50PM +0200, Marc Kleine-Budde wrote: thanks for the patch. Please explain how to get the source, maybe we can figure out a nice way to automate things.

Re: [ptxdist] [PATCH 2/3] [inetd] handle ftpd service

2010-08-04 Thread Stephan Linz
Am Dienstag, 3. August 2010, um 23:58:31 schrieb Marc Kleine-Budde: Stephan Linz wrote: Signed-off-by: Stephan Linz l...@li-pro.net --- generic/etc/inetd.conf.d/ftpd |1 + rules/busybox.in | 11 +++ rules/busybox.make|4 3 files

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Robert Schwebel
On Wed, Aug 04, 2010 at 03:17:20PM +0200, Stephan Linz wrote: Where to get the sources from, then? We should bundle a packet and put it into temporary_src. What did you mean with 'temporary_src'? Is there any better place as the PTXdist-BSP itself (local_src)? We have a directory on the

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Robert Schwebel
On Wed, Aug 04, 2010 at 04:52:38PM +0200, Stephan Linz wrote: We can make a tarball, call it after a git id or similar and put it there. Or bug upstream into making a release :-) Ah, that's sounds good to me. I would made a tarball, expand the patch (make file), and test out local. If

[ptxdist] ifplugd

2010-08-04 Thread Ryan Raasch
Hello, I am in a doubt of how to best solve my problem. We have a very simple system which starts only one application, but possibly more in the future. Our network, however, is a little unpredictable. So, I have found this simple ifplugd. The 2 ways to start this daemon are: 1. Alter the

[ptxdist] [PATCH 1/1] [u-boot] install srec and/or elf images

2010-08-04 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/u-boot.in | 14 ++ rules/u-boot.make |8 +++- 2 files changed, 21 insertions(+), 1 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..383a228 100644 --- a/platforms/u-boot.in +++