> Eric Wolzak wrote:
>
> > 2) if using lsmod from busybox there is only a limited buffer. after
> > loading all of the iptable modules and 3 for the nics, lsmod returns
> > lsmod: QM_MODULES: No space left on device
> > after rmmod of only one module everything is fine again.
>
> This message would come from the limited buffer to display modules.
> insmod has the same code, but retries with the buffer enlarged to
> complete its actions. I'll work on fixing this in busybox and sending
> them a fix.
great :)
>
Weblet.lrp
I found one cause of the problems with weblet.lrp and the ash from
oxygen.
it creates a temp file with its name in $OUTPUT (/tmp/sh-httpd.432)
$LOCALURL "$@" >$OUTPUT &
while [ -n "`jobs`" ];do
.
sleep 1
done
This works under Eigerstein but with the "other" ash
"`jobs`" doesn't function
I tried [ -n `jobs` ] among a lot others but this loops forever (actuall
stopped by an other loop counter)
Has someone a suggestion how I could change this.
the result should be :
loop until the background jobs are finished
then continue.
-----------
And it should be the best if it would be running under both ash
versions.
a good easter to all of you.
Eric wolzak
http://leaf.sourceforge.net/devel/ericw
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel