in reply to Re: Perl Module Not Working In Crontab
in thread Perl Module Not Working In Crontab

What do you think this message is trying to tell you

MCD_GreenArea_20111211_LocustArea.tif: write error (disk full?). Continue? (y/n/^C)

...

IO error: write error during copy : No space left on device

Are you ready to stop blaming Perl Module Archive::Extract?

  • Comment on Re^2: Perl Module Not Working In Crontab

Replies are listed 'Best First'.
Re^3: Perl Module Not Working In Crontab
by dailyoliver (Initiate) on Feb 07, 2012 at 11:53 UTC

    Thanks you for your response - I eventually found out that I needed to add 'cd /my/working/directory/' into the bash script. This was a privilege issue - Archive::Extract module could not extract the file to the required directory and adding 'cd ...' to the calling script managed to solve it! Thank you to the guy that mentioned TURN ON DEBUG