Squid - [squid-users] logfile entry "WARNING: preventing off_t overflow"

This is Interesting: Free IT Magazines  
Home > Archive > Squid > April 2004 > [squid-users] logfile entry "WARNING: preventing off_t overflow"





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author [squid-users] logfile entry "WARNING: preventing off_t overflow"
Kaiser Michael

2004-04-30, 2:37 am

Hi all,

Squid: squid-2.5.STABLE5-20040305
Linux: SuSE Linux 9.0

i found this entry in my squid logfile:
Apr 26 22:56:21 akropolis squid[5692]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083003978
Apr 27 01:05:15 akropolis squid[5692]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1082985552
Apr 27 23:45:36 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083099837
Apr 28 01:50:14 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083081411
Apr 28 08:24:26 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083099837
Apr 28 20:22:12 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083099837
Apr 28 23:08:00 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083081411
Apr 29 04:59:23 akropolis squid[5297]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083099837
Apr 29 23:56:11 akropolis squid[7717]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083272472
Apr 30 02:15:17 akropolis squid[7717]: WARNING: preventing off_t overflow
for
http://camara.ourdomain.net/fullsiz...wurl=1083254046

Can anyone tell me what this means and how i can prevent this possible below
overflow .
The URL is a webcam.
I tried to exclude the url from caching:

---------cut------------
acl url_cam-campus url_regex http://camara.ourdomain.net/.*
no_cache deny url_cam-campus
---------cut------------

but this does not solve the problem.

Thanks a lot for help

MfG
Michael Kaiser


Henrik Nordstrom

2004-04-30, 5:36 am

On Fri, 30 Apr 2004, Kaiser Michael wrote:

> Apr 30 02:15:17 akropolis squid[7717]: WARNING: preventing off_t overflow
> for
> http://camara.ourdomain.net/fullsiz...wurl=1083254046
>
> Can anyone tell me what this means and how i can prevent this possible below
> overflow.


There is currently a limit in how large responses Squid can handle. This
limit is around 2GB on 32-bit platforms.

This camera is most likely streaming video over HTTP, and to prevent
internal disaster Squid terminates the connection to the camera when about
2GB of data has been transferred.

There is no special action required from your part, unless ofcourse if
your users are having problems due to this.

Regards
Henrik

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com