[SAC] [OSGeo] #2180: geotools maven repository missing?

OSGeo trac_osgeo at osgeo.org
Fri Jul 6 01:37:25 PDT 2018


#2180: geotools maven repository missing?
---------------------------+-----------------------
 Reporter:  jive           |       Owner:  sac@…
     Type:  task           |      Status:  reopened
 Priority:  normal         |   Milestone:
Component:  Systems Admin  |  Resolution:
 Keywords:                 |
---------------------------+-----------------------

Comment (by jef):

 What ever is using this is constantly requesting non-existing stuff, which
 get logged in download_error_log:

 {{{
 # head -1 /var/log/apache2/download_error_log
 [Thu Jul 05 09:39:01 2018] [error] [client X.X.X.X] File does not exist:
 /osgeo/download/webdav/geotools/org/springframework/spring-core/2.0.5
 # wc -l /var/log/apache2/download_error_log
 197851 /var/log/apache2/download_error_log
 # fgrep /osgeo/download/webdav/ /var/log/apache2/download_error_log | wc
 -l
 194565
 }}}

 ie. 197851 total errors in less than 24h - 194565 webdav requests.

 {{{
 # b=; while sleep 1; do a=$(wc -l </var/log/apache2/download_error_log); [
 -n "$b" ] && echo $a $(( a-b )); b=$a; done
 203651 15
 203663 12
 203687 24
 203704 17
 203716 12
 203727 11
 203735 8
 203747 12
 203757 10
 203761 4
 203769 8
 203788 19
 203809 21
 203816 7
 }}}

 more than ~10 per second…  Any idea why that happens?  These requests also
 get logged in access.log:

 {{{
 # fgrep webdav /var/log/apache2/download_access_log|wc -l; grep "webdav.*
 404 " /var/log/apache2/download_access_log | wc -l
 636603
 593517
 }}}

 so most of the requests are 404 from webdav.  But this includes the time
 while the rule was in place - I can't check the previous log as I just re-
 enabled rotation and download_access_log.1 is 22 GB (**twenty two
 gigabytes** since Feb 11th).

 That's also why I addressed this at all - / was full.

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2180#comment:8>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list