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'
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
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
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="
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
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
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/
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