Displaying 6 results from an estimated 6 matches for "kohrin".
Did you mean:
kirin
2016 Apr 23
2
cron
Anything interesting in the logs?
sudo journalctl -xf _SYSTEMD_UNIT=crond.service
2016 Apr 22
4
cron
...h cron?
> >
> > */1 * * * * nobody /usr/bin/php /var/www/html/osticket/api/cron.php
> >
> > in /etc/cron.d doesn't get executed at all (ran from console works of
> > course!). But the SAME file in /tmp runs flawlessly:
>
> Just to be clear:
>
> [root at kohrin cron.d]# sudo -u nobody /usr/bin/php
> /var/www/html/osticket/api/cron.php
>
> Works as expected.
>
> --
> Over And Out
> MoonWolf
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listi...
2016 Apr 22
7
cron
What the heck is wrong with cron?
*/1 * * * * nobody /usr/bin/php /var/www/html/osticket/api/cron.php
in /etc/cron.d doesn't get executed at all (ran from console works of
course!). But the SAME file in /tmp runs flawlessly:
*/1 * * * * nobody /usr/bin/php /tmp/cron.php
It's CentOS7 on VPS with no SELinux.
I've noticed similiar behavior before (on bare metal server with
2016 Apr 22
0
cron
...ta wrote:
> What the heck is wrong with cron?
>
> */1 * * * * nobody /usr/bin/php /var/www/html/osticket/api/cron.php
>
> in /etc/cron.d doesn't get executed at all (ran from console works of
> course!). But the SAME file in /tmp runs flawlessly:
Just to be clear:
[root at kohrin cron.d]# sudo -u nobody /usr/bin/php /var/www/html/osticket/api/cron.php
Works as expected.
--
Over And Out
MoonWolf
2016 Apr 23
0
cron
On Saturday 23 of April 2016 10:08:54 AM Kahlil Hodgson wrote:
> Anything interesting in the logs?
>
> sudo journalctl -xf _SYSTEMD_UNIT=crond.service
Don't know.
[root at kohrin cron.d]# sudo journalctl -xf _SYSTEMD_UNIT=crond.service
-- Logs begin at ?ro 2015-12-02 22:34:16 CET. --
kwi 22 23:11:01 vz471 crond[30534]: (*system*) RELOAD
(/etc/cron.d/osticket-cron)
kwi 22 23:13:01 vz471 crond[30534]: (*system*) RELOAD
(/etc/cron.d/osticket-cron)
kwi 22 23:15:01 vz471 crond...
2016 Apr 23
1
cron
On 23 April 2016 at 10:25, Marcin Trendota <moonwolf.rh at gmail.com> wrote:
> Anything interesting in the logs?
> >
> > sudo journalctl -xf _SYSTEMD_UNIT=crond.service
>
> Don't know.
>
> [root at kohrin cron.d]# sudo journalctl -xf _SYSTEMD_UNIT=crond.service
>
?...?
> (/etc/cron.d/osticket-cron)
> kwi 22 23:28:01 vz471 crond[30534]: (*system*) RELOAD
> (/etc/cron.d/osticket-cron)
> kwi 22 23:30:01 vz471 crond[30534]: (*system*) RELOAD
> (/etc/cron.d/osticket-cron)
> kwi 22...