Re: Growisofs and etc/crontab

2004-07-21 Thread gradeAstudent.com
Thanks for the suggestion will check the paths at the beginning. The crontab
I was using is the system one (/etc/crontab) and I did try specifying the
whole path to the program as well. The exact error message was growisofs:
not found. The command was “1 2 * * * root growisofs –dvd-compat –Z
/dev/cd0a -R -J /home/bkup” Should I just use roots crontab rather then the
system one?

Andrew Firestone
Area Manager
gradeAstudent.com
 


This email, and any attachments, may be confidential and also privileged. If
you are not the intended recipient: Please notify the sender and delete all
copies of this transmission along with any attachments immediately. You
should not copy or use it for any purpose, nor disclose its contents to any
other person.




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.721 / Virus Database: 477 - Release Date: 16/07/2004
 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Growisofs and etc/crontab

2004-07-21 Thread Jim Hatfield
On Wed, 21 Jul 2004 07:48:31 +0100, in local.freebsd.questions you
wrote:

Thanks for the suggestion will check the paths at the beginning. The
crontab
I was using is the system one (/etc/crontab) and I did try specifying
the
whole path to the program as well.

Not in this example you didn't.

 The exact error message was
growisofs:
not found. The command was 1 2 * * * root growisofs -dvd-compat -Z

The path should be /usr/local/bin/growisofs.

jim
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Growisofs and etc/crontab

2004-07-20 Thread gradeAstudent.com
Hello Everone, Anyone burning DVD+RW's from /etc/crontab? I am running
Freebsd 4.10. I only get growisofs not found or something like that from
cron in the mail messages it sends out. When I type out the growisofs
-dvd-compat ... command it works great but from within cron doesnt seem to
work. Anyone have any ideas.

Andrew Firestone


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.721 / Virus Database: 477 - Release Date: 16/07/2004
 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Growisofs and etc/crontab

2004-07-20 Thread Bill Moran
gradeAstudent.com [EMAIL PROTECTED] wrote:

 Hello Everone, Anyone burning DVD+RW's from /etc/crontab? I am running
 Freebsd 4.10. I only get growisofs not found or something like that from
 cron in the mail messages it sends out.

If you want any serious assistance, you'll provide the exact error message,
as well as the exact command that caused it.  Otherwise, we can only guess
at what you're doing and what's going wrong.

 When I type out the growisofs
 -dvd-compat ... command it works great but from within cron doesn’t seem to
 work. Anyone have any ideas.

My guess is that your cron job doesn't know where growisofs is and you
haven't specified the full path to the program.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Growisofs and etc/crontab

2004-07-20 Thread Andrew L. Gould
On Tuesday 20 July 2004 04:49 pm, gradeAstudent.com wrote:
 Hello Everone, Anyone burning DVD+RW's from /etc/crontab? I am
 running Freebsd 4.10. I only get growisofs not found or something
 like that from cron in the mail messages it sends out. When I type
 out the growisofs -dvd-compat ... command it works great but from
 within cron doesnt seem to work. Anyone have any ideas.

 Andrew Firestone

Try defining the PATH in the crontab file.  Here's the first 2 lines of 
my crontab file:

SHELL=/bin/sh
PATH=/var/cron/tabs:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin


Best of luck,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]