[daip] question about midnight job

Eric Greisen egreisen at nrao.edu
Thu Jul 7 10:47:29 EDT 2011


Wendy Lane Peters wrote:
> Eric --
> 
> The cvs command is executable by all, but I get this error anyhow.
> 
> It has no trouble executing it for the test during the setup script
> which makes the do_daily.
> 
> anything else it could be?
> 

>>> AIPSUPD - calling UPDCVS
>>> UPDCVS - cvs defined but can't execute!
>>> AIPSUPD - UPDCVS failed, Status=1
>>>
>>>
>>> I've checked -- cvs exists, it is in my path, and for good
>>> measure I just reinstalled the version available in my package
>>> manager.

The script lines below are causing your message

     if [ ! -x $cvscmd ] ; then
        echo "UPDCVS - cvs defined but can't execute!" | \

I suggest that

1. Look in your file $SYSLOCAL/UPDCONFIG to see what cvscmd is defined 
to be.

2. Check the permissions on that file with ls -l $cvscmd

The cvscmd may be pointing to a wrong place at this point.

Eric Greisen




More information about the Daip mailing list