The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-12-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by dedema View Post
I know I can change the conrtol file to make the old cron job do nothing, but I still prefer to get rid of it.
I thought you said that "crontab -l" showed nothing?

What can you see in /var/cron/tabs? Is the file with your username non-existant or zero length?

Are you refering to a small wrapper script you use to call the perl program?

I suggest you comment out the call to the perl program or even rename the wrapper. Once you rename, check your mail on the box to see if you start getting mail about not being able to run your job.

If you do, then send that mail plus a listing from "crontab -l" to your administrator.
Reply With Quote