benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

wrong filesize in dir listing #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got a problem with the dirlisting of files that are bigger than 4GB ...
here: http://ftp.uni-erlangen.de:13000/mirrors/knoppix-dvd/ you can see
that the isos are only shown as some MBs, but

--- snip ---
ls -l
total 34244195
-rw-r--r--   1 ftpadmin ftpfau     40834 Mar 28  2008 KNOPPIX-CHANGELOG.txt
-rw-r--r--   1 ftpadmin ftpfau   4324204544 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-DE.iso
-rw-r--r--   1 ftpadmin ftpfau        70 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-DE.iso.md5
-rw-r--r--   1 ftpadmin ftpfau       306 Jan  5  2007
KNOPPIX_V5.1.1DVD-2007-01-04-DE.iso.md5.asc
-rw-r--r--   1 ftpadmin ftpfau        78 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-DE.iso.sha1
-rw-r--r--   1 ftpadmin ftpfau       314 Jan  5  2007
KNOPPIX_V5.1.1DVD-2007-01-04-DE.iso.sha1.asc
-rw-r--r--   1 ftpadmin ftpfau   4324202496 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-EN.iso
-rw-r--r--   1 ftpadmin ftpfau        70 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-EN.iso.md5
-rw-r--r--   1 ftpadmin ftpfau       306 Jan  5  2007
KNOPPIX_V5.1.1DVD-2007-01-04-EN.iso.md5.asc
-rw-r--r--   1 ftpadmin ftpfau        78 Jan  4  2007
KNOPPIX_V5.1.1DVD-2007-01-04-EN.iso.sha1
-rw-r--r--   1 ftpadmin ftpfau       314 Jan  5  2007
KNOPPIX_V5.1.1DVD-2007-01-04-EN.iso.sha1.asc
-rw-r--r--   1 ftpadmin ftpfau   4446818304 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-DE.iso
-rw-r--r--   1 ftpadmin ftpfau        70 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-DE.iso.md5
-rw-r--r--   1 ftpadmin ftpfau       306 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-DE.iso.md5.asc
-rw-r--r--   1 ftpadmin ftpfau        78 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-DE.iso.sha1
-rw-r--r--   1 ftpadmin ftpfau       314 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-DE.iso.sha1.asc
-rw-r--r--   1 ftpadmin ftpfau   4446816256 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-EN.iso
-rw-r--r--   1 ftpadmin ftpfau        70 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-EN.iso.md5
-rw-r--r--   1 ftpadmin ftpfau       306 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-EN.iso.md5.asc
-rw-r--r--   1 ftpadmin ftpfau        78 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-EN.iso.sha1
-rw-r--r--   1 ftpadmin ftpfau       314 Mar 26  2008
KNOPPIX_V5.3.1DVD-2008-03-26-EN.iso.sha1.asc
-rw-r--r--   1 ftpadmin ftpfau      9528 Mar 23  2008 knoppix-cheatcodes.txt
-rw-r--r--   1 ftpadmin ftpfau    370949 Mar 26  2008 packages-dvd.txt
--- snap ---

and for files smaller 4GB it is fine, look here
http://ftp.uni-erlangen.de:13000/mirrors/wikipedia2007-2008/ 

i am using the latest trunk (Cherokee web server 0.11.0) on SunOS_5.10.

Original issue reported on code.google.com by hanska...@gmail.com on 27 Nov 2008 at 1:41

GoogleCodeExporter commented 9 years ago
I suspect an issue with Large File Support :)

Original comment by ste...@konink.de on 27 Nov 2008 at 1:47

GoogleCodeExporter commented 9 years ago
I'm checking it right away.
I'm testing it on SNV 103a, though. Hopefully it will fail there as well, 
otherwise I'll have to install S10.

Original comment by alobbs on 27 Nov 2008 at 1:53

Attachments:

GoogleCodeExporter commented 9 years ago
Good news, it's reproducible on the latest Solaris Nevada release.. :-)

Original comment by alobbs on 27 Nov 2008 at 4:11

GoogleCodeExporter commented 9 years ago
The bug is now fixed in trunk and branches/0.11. The patch will be delivered in 
0.11.2 and 0.12.0:

  http://svn.cherokee-project.com/changeset/2499

Thanks a million for reporting!

Original comment by alobbs on 27 Nov 2008 at 5:12

GoogleCodeExporter commented 9 years ago
and very nice work from you again see here :-)

http://ftp.uni-erlangen.de:13000/mirrors/knoppix-dvd/

Original comment by hanska...@gmail.com on 28 Nov 2008 at 12:42