Re: cron as root

2003-02-05 Thread Denice
On Tue, 4 Feb 2003, Jeffrey Ross wrote: > I created a crontab for root to run a few scripts and upon execution I > get the following error: > > /bin/sh: line 1: anaconda-ks.cfg: command not found > > I'm betting I'm missing something simple... > I'm betting that you have some kind of a 'glob'

Re: cron as root

2003-02-05 Thread Dennis Gilmore
anaconda-ks.cfg is the kickstart config file created by anaconda. you could theoretically install a complete replica of your system on another by using this file its put in roots directory. i say theoretically only because you would need to configure your hard drive layout. and a few other thin

Re: cron as root

2003-02-04 Thread Jay Crews
Jeffrey Ross writes > > Works fine when I run it from the command line, only when root's crontab > kicks it off does that error come up. You are SURE you have the cron syntax correct and you are running the correct file? You DO have the full path of the command in the cron, right? (I don't m

Re: cron as root

2003-02-04 Thread Jeffrey Ross
Works fine when I run it from the command line, only when root's crontab kicks it off does that error come up. Jeffrey Ross writes >> >> well, the script I wrote myself and does not call anaconda-ks.cfg >> anywhere... >> >> #!/bin/sh >> >> # file locations >> MAILDIR="/etc/mail" >> TMPDIR="

Re: cron as root

2003-02-04 Thread Jay Crews
Jeffrey Ross writes > > well, the script I wrote myself and does not call anaconda-ks.cfg > anywhere... > > #!/bin/sh > > # file locations > MAILDIR="/etc/mail" > TMPDIR="/tmp" > HOME="/home" > [...lots more stuff no anaconda-ks.cfg...] Then this is calling something, that is finally endin

RE: cron as root

2003-02-04 Thread Jeffrey Ross
well, the script I wrote myself and does not call anaconda-ks.cfg anywhere... #!/bin/sh # file locations MAILDIR="/etc/mail" TMPDIR="/tmp" HOME="/home" [...lots more stuff no anaconda-ks.cfg...] > Jeffrey Ross writes > > > > I created a crontab for root to run a few scripts and upon execu

Re: cron as root

2003-02-04 Thread Jay Crews
Jeffrey Ross writes > > I created a crontab for root to run a few scripts and upon execution I > get the following error: > > /bin/sh: line 1: anaconda-ks.cfg: command not found Looks like you are trying to run "anaconda-ks.cfg" as a command, and it's not there. Not familiar with the file/

cron as root

2003-02-04 Thread Jeffrey Ross
I created a crontab for root to run a few scripts and upon execution I get the following error: /bin/sh: line 1: anaconda-ks.cfg: command not found I'm betting I'm missing something simple... Thanks Jeff -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listin