Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-14 Thread Travis Kirstine
Thomas, The latest version (as of last week) seems to have fixed the lockfile issue. We are running into issues with the linking of transparent tiles: failed to link tile /home/caches/0837DURH_cache/googlemaps_grid/21/000/590/400/001/333/608.xxx to /home/caches/0837DURH_cache/googlemaps_grid/bla

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-07 Thread Travis Kirstine
We checked out a version of mod-geocache on sept 22, my guess is that it is version 0.4x. We will check out the latest mapcache version from the mapserver trunk. Regards On 7 October 2011 06:16, thomas bonfort wrote: > What version of mod-geocache are you using (revision number or release > ver

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-07 Thread thomas bonfort
What version of mod-geocache are you using (revision number or release version) ? On Thu, Oct 6, 2011 at 22:17, Travis Kirstine wrote: > This doesn't seem to be a issue, I have lots of inodes left.  It > appears that the error occurred when generating (linking)  areas with > a large volume of tra

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread Travis Kirstine
This doesn't seem to be a issue, I have lots of inodes left. It appears that the error occurred when generating (linking) areas with a large volume of transparent tiles, could this be related? Regards On 6 October 2011 14:19, Stephen Woodbridge wrote: > Have you verified that you have not fill

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread Stephen Woodbridge
Have you verified that you have not filled up the disk or run out of inodes? # check the diskspace with df -h # check for inode issues touch /path/to/cache/test.junk # if the touch failed then you have run out of inodes # otherwise clean up rm /path/to/cache/test.junk Thanks, -Steve W On 10

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread thomas bonfort
I don't have a specific advice to give unfortunately. There have been some fixes lately (macpcache only, not mod-geocache) to the way multiple threads accessed the curl library that might help, so you might want to try with a fresh checkout from the mapserver svn. -- thomas On Thu, Oct 6, 2011 at

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread Travis Kirstine
Thomas, My command is below, I'm using a disk cache, my config file is below. I'm using a local copy of MapServer for the source image generation ./geocache_seed -c ../geocache.xml -t ms_tileset_8 -z 0,21 -e -8895580.772,5411569.158,-8797157.196,5538966.276 -n 6 geocache service e

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread thomas bonfort
what seed command were you using, and what kind of cache ? On Thu, Oct 6, 2011 at 15:52, Travis Kirstine wrote: > Thanks Thomas, > > The complete error message is below.  Do you have any idea what would > cause this error - why would mapcache fail to create or delete the > lockfile. > > > > seedi

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread Travis Kirstine
Thanks Thomas, The complete error message is below. Do you have any idea what would cause this error - why would mapcache fail to create or delete the lockfile. seeding tile 583296 1337304 21failed to remove lockfile /var/mod-geocache/cachesseeding tile 583304 1337296 21failed to remove lockfi

Re: [mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread thomas bonfort
The log message should be more explicit, and contain the reason of the unsuccessful removal. In any case, looking at the code, this error will have interrupted the seeding process. regards, thomas On Thu, Oct 6, 2011 at 15:03, Travis Kirstine wrote: > Hi All, > I hope this is the right spot to p

[mapserver-users] MapCache - failed to remove lockfile error

2011-10-06 Thread Travis Kirstine
Hi All, I hope this is the right spot to post MapCache questions. I had seeded a large area and receive the error "failed to remove lockfile". It appears that this error(s) happens at the end of the seeding but it is hard tell as the process has been running for a few days. Does this error kill