[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Problems with apache



One difference comes to mind immediately which I forgot.  I am using Odd's
sockdev.xdd since I am using his wonderful ne2kenec.xif driver.  Thanks to
your specs, I thought of that.

I also changed the script name, the old still exists, but this one won't
make you download the results (obviously I need to fix a config file,
since .pl should execute).

http://207.192.154.141/cgi-bin/guidotest

It will display straight to the browser, not much help for counting
output, but another way to test, at least in Internet Explorer.

Here are my complete specs, like yours:

root@tgbbs:/var/log/httpd>uname -a
FreeMiNT tgbbs.com 1.15.12 4.4 falcon mc68060
root@tgbbs:/var/log/httpd>cat /kern/buildinfo
CC: gcc version 2.95.3 20010315 (release)
CFLAGS: -mshort -g -m68020-60 -O2 -fomit-frame-pointer
CDEFS: -DMULTITOS -DVERBOSE_BOOT -DTRAPS_PRIVATE -DCRYPTO_CODE -DONLY030
-DMMU040 -DCPU040
root@tgbbs:/var/log/httpd>cat /kern/version
FreeMiNT version 1.15.12 (root@freemint.st.uni-magdeburg.de) (gcc version
2.95.3 20010315 (release)) #1 Wed Aug 01 20:11:10 CEST 2001
root@tgbbs:/var/log/httpd>ident /c/mint/sockdev.xdd
/c/mint/sockdev.xdd:
ident warning: no id keywords in /c/mint/sockdev.xdd
root@tgbbs:/var/log/httpd>md5sum /c/mint/sockdev.xdd
426e11525cf99a12ceb37d9ced07850f  /c/mint/sockdev.xdd

Obviously it is not sockdev.xdd, since they are identical....  :{

Here are the access_log entries for the hits so far:

root@tgbbs:/var/log/httpd>cat access_log | grep guido
192.251.225.7 - - [12/Dec/2003:16:06:32 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.1" 404 298
192.251.225.7 - - [12/Dec/2003:16:12:47 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.1" 200 102578
12.47.216.142 - - [12/Dec/2003:16:45:07 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.1" 200 -
12.47.216.142 - - [12/Dec/2003:16:45:17 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.1" 200 4077
81.173.213.163 - - [12/Dec/2003:16:55:14 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.0" 200 8166
81.173.213.163 - - [12/Dec/2003:16:57:49 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.0" 200 102374
217.236.78.42 - - [12/Dec/2003:17:04:08 -0500] "GET /cgi-bin/guidotest.pl
HTTP/1.1" 200 4077
192.251.225.7 - - [12/Dec/2003:17:55:37 -0500] "GET /cgi-bin/guidotest
HTTP/1.1" 200 102578

Your 4k and 8k numbers do appear in there exactly.

Our systems basically are identical setups. The only other immediate
thought I had is some sort of cache is getting filled, and then output is
getting dumped.  From the above, it looks like it failed once for you, but
worked the second try, correct?

Hmmmm...  Time to hit my head against the wall and try to come up with
what is happening....

Keith

On Fri, 12 Dec 2003, Guido Flohr wrote:

> Hi Keith,
>
> Keith Scroggins wrote:
> > If it matters, my config....
> >
> > FreeMiNT 1.15.12 TOS 4.04 Falcon
> > 68060RC @ 66Mhz (CT60, Boot 0.99g) 128 Megs Fast + 14 Megs ST
> > Ethernec ISA/ROM Card
>
> guido@guidomint:/home/guido> uname -a
> FreeMiNT guidomint 1.15.12 2.6 falcon mc68040
> guido@guidomint:/home/guido> cat /kern/buildinfo
> CC: gcc version 2.95.3 20010315 (release)
> CFLAGS: -mshort -g -m68020-60 -O2 -fomit-frame-pointer
> CDEFS: -DMULTITOS -DVERBOSE_BOOT -DTRAPS_PRIVATE -DCRYPTO_CODE -DONLY030
> -DMMU040 -DCPU040
> guido@guidomint:/home/guido> cat /kern/version
> FreeMiNT version 1.15.12 (fnaumann@freemint.st.uni-magdeburg.de) (gcc
> version 2.95.3 20010315 (release) #1 Wed Aug 01 00:51:03 CEST 2001
> guido@guidomint:/home/guido> ident /c/mint/sockdev.xdd
> ident warning: no id keywords in /c/mint/sockdev.xdd
> guido@guidomint:/home/guido> md5sum /c/mint/sockdev.xdd
> /tmp/sockdev.xdd:
> 426e11525cf99a12ceb37d9ced07850f  /c/mint/sockdev.xdd
>
> This is really a vanilla Aranym 0.8.2 beta with the latest AFROS tos
> image, also 14+128 MB RAM.
>
> I have made some more tests: My original bug report referred to the
> Linux box hosting the Aranym VM accessing the Apache in the VM (thru the
> virtual tunnel device).  From there I get the ~8k bytes.
>
> When I repeat the test from MiNT locally I only get ~4k output (but
> again a constant figure: 4070 bytes in the body plus 125 bytes headers),
> no matter which interface I access (lo0 or eth0, the tunnel device), no
> matter which interpreter/language (Perl, C, Bash).  Apache is listening
> on all network interfaces on multiple ports, everywhere the same
> behavior.  Changing the MTU of the interface(s) has also no effect.
>
> The error log is clean and ifconfig reports no packet errors for the
> network interfaces.  If I also output everything to stderr, the complete
> output shows up in the error log, so this is not a general problem of
> Apache writing to the standard file descriptors.
>
> Maybe somebody with a similar setup to mine can try to verify that.
>
> Ciao
>
> Guido
> --
> Imperia AG, Development
> Leyboldstr. 10 - D-50354 Hürth - http://www.imperia.net/
>
>
>