On Tue, 2012-10-23 at 18:51 -0400, Jim Giner wrote:
> On 10/23/2012 6:57 PM, Ashley Sheridan wrote:
> > On Tue, 2012-10-23 at 18:36 -0400, Jim Giner wrote:
> >
> >> On 10/23/2012 6:18 PM, David OBrien wrote:
> >>> On Tue, Oct 23, 2012 at 5:31 PM, Daniel Brown wrote:
> >>>
> On Tue, Oct 23, 2
On 10/23/2012 6:57 PM, Ashley Sheridan wrote:
On Tue, 2012-10-23 at 18:36 -0400, Jim Giner wrote:
On 10/23/2012 6:18 PM, David OBrien wrote:
On Tue, Oct 23, 2012 at 5:31 PM, Daniel Brown wrote:
On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
wrote:
Crontab is the daemon which runs cron
On Tue, 2012-10-23 at 18:36 -0400, Jim Giner wrote:
> On 10/23/2012 6:18 PM, David OBrien wrote:
> > On Tue, Oct 23, 2012 at 5:31 PM, Daniel Brown wrote:
> >
> >> On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
> >> wrote:
> >>>
> >>>
> >>> Crontab is the daemon which runs cron jobs, and some d
On 10/23/2012 6:18 PM, David OBrien wrote:
On Tue, Oct 23, 2012 at 5:31 PM, Daniel Brown wrote:
On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
wrote:
Crontab is the daemon which runs cron jobs, and some distros have set up
special files called cron.daily (or daily.cron I don't recall),
c
On Tue, Oct 23, 2012 at 5:31 PM, Daniel Brown wrote:
> On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
> wrote:
> >
> >
> > Crontab is the daemon which runs cron jobs, and some distros have set up
> > special files called cron.daily (or daily.cron I don't recall),
> > cron.hourly, etc to make i
On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
wrote:
>
>
> Crontab is the daemon which runs cron jobs, and some distros have set up
> special files called cron.daily (or daily.cron I don't recall),
> cron.hourly, etc to make it easier to schedule jobs.
Quick clarification and correction he
On Tue, 2012-10-23 at 17:12 -0400, Jim Giner wrote:
>
>
> On 10/23/2012 5:19 PM, Ashley Sheridan wrote:
>
> >
> > On Tue, 2012-10-23 at 16:59 -0400, Jim Giner wrote:
> >
> > > On 10/23/2012 4:56 PM, Daniel Brown wrote:
> > > > On Tue, Oct 23, 2012 at 4:48 PM, Jim Giner
> > > > wrote:
> > >
On Tue, 2012-10-23 at 16:59 -0400, Jim Giner wrote:
> On 10/23/2012 4:56 PM, Daniel Brown wrote:
> > On Tue, Oct 23, 2012 at 4:48 PM, Jim Giner
> > wrote:
> >> I have a php script that has been triggered by my hoster's cron process(?)
> >> to run once a day since last March. It's been running f
On Tue, Oct 23, 2012 at 4:59 PM, Jim Giner wrote:
>>
> Yes - same msg same time
If it wouldn't be a problem, can you provide the script here (or
on a site like Pastebin), as well as the crontab time entry for this?
While checking the crontab, make sure a duplicate entry for this
wasn't someho
On 10/23/2012 4:56 PM, Daniel Brown wrote:
On Tue, Oct 23, 2012 at 4:48 PM, Jim Giner wrote:
I have a php script that has been triggered by my hoster's cron process(?)
to run once a day since last March. It's been running fine - and I've made
no changes to it. Suddenly in the last couple of d
On Tue, Oct 23, 2012 at 4:48 PM, Jim Giner wrote:
> I have a php script that has been triggered by my hoster's cron process(?)
> to run once a day since last March. It's been running fine - and I've made
> no changes to it. Suddenly in the last couple of days it is running twice
> it seems. The
I have a php script that has been triggered by my hoster's cron
process(?) to run once a day since last March. It's been running fine -
and I've made no changes to it. Suddenly in the last couple of days it
is running twice it seems. The whole process sends an email at its
conclusion and the
Hi,
thanks for the reply. I did setup the crontab already to
run every minute.
the webmaster account receives the report.
Here is the output that I get when I remove the
#!/usr/local/bin/php -q
/home/webvoire/www/cm/test.php: ?php: No such file or
directory
/home/webvoire/www/cm/test.php: =Cron
Hmm...don?t you have to actually create a job in crontab?
Saying that you want a mail every day at 6:00 you would want to create
something like:
* 6 * * * php /usr/local/bin/php > /dev/null
in crontab and lose #!/usr/local/bin/php -q in your script.
# Daniel Alsen| www.mindbash.com #
# [EM
Hello All,
I have a php script that i tested first through my browser.
If has a simple mail() command.
It workd fine and I received the email.
not I tried to run it as a cron job by adding
#!/usr/local/bin/php -q
My webmaster account receives the confirmation that cron
job has run, but I do not r
15 matches
Mail list logo