Hello all

I created a disk with linux 2.4.3. and Shorewall 
Busybox 0.50
As I wanted to try out shorewall, I had to update the ash also, 
I took the one from Oxygen. I didn't succeed in making a bootable 
image with this combination on the base of 2.9.8 ( after updating 
the ash. the booting stopped just after the message
RAMDISK: Extracting root archive: done. and before
VFS: Disk change detected on device fd(2,44)
(checked the root image, was not corrupt.)
So I used the root image from my "tweaked" eigerstein.
This booted without problems.
I can ssh in on the box, the firewall comes up.

The next problem I have now, that I don't understand is:
After starting the weblet  The index page is visible ( not completely 
as some off the cgi-scripts are broken (no more ipchains etc).
But as soon as I take one of the scripts from the cgi-bin it means 
intermittent trouble.

f.e calling viewmasq 
creates a sh-httpd.xxx in tmp with the content of the page it should 
display.
This temporary file should be "catted" to the page but this is done 
only once in a few times.  (it is no cache problem). The page is 
created every time as file.

The problem seems to be in a construct 
case $FILE in
..
.
[ "$COMMAND" != HEAD ] && cat   (this isnt done every time)
esac < $OUTPUT    ( where $OUTPUT is the temp.file sh-httpd.xxx)
Anybody a suggestion ? 



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.

3) David, if I remember correct in your root images on Oxygen cat 
is a real copy of busybox, not a link ( would save 150 K ;) ) 



_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to