[GRASSLIST:1454] Re: mv: can't stat source(on GRASSLinks)

Bernhard Reiter bernhard at intevation.de
Thu Oct 9 06:29:58 EDT 2003


On Thu, Oct 09, 2003 at 07:14:19AM +0900, Hayashi Shin-ichiro wrote:
> I executed GRASSLinks from web browser.
> But GRASSLinks doesn't work.
> In Apache error log
> mv: can't stat source /home/grass/grasslinks/gamahara/grasslinks1/UNLOCK
> mv: can't stat source /home/grass/grasslinks/gamahara/grasslinks2/UNLOCK
> mv: can't stat source /home/grass/grasslinks/gamahara/grasslinks3/UNLOCK
> mv: can't stat source /home/grass/grasslinks/gamahara/grasslinks4/UNLOCK
> mv: can't stat source /home/grass/grasslinks/gamahara/grasslinks5/UNLOCK
> 
> I think that
> in grasslinks/prog/grass.cmd
>    if mv -f $location$locnumber/UNLOCK $location$locnumber/LOCK
> doesn't return status value.
> 
> My question is 
> 1. Why doesn't "mv" command return status value?

Note that "stat" here means the unix system call stat() 
which gets the file status. So mv basically cannot find or access
the file in question.

I don't know details about GRASSLinks, but maybe me hint
helps you to further analyse the situation.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-user/attachments/20031009/5ddb63b3/attachment.bin


More information about the grass-user mailing list