Seemed strange is all. Can the nobody user read down into /var/www/html/osticket/api? If it works in tmp, maybe permissions are the issue. On Apr 22, 2016 7:57 PM, "Marcin Trendota" <moonwolf.rh at gmail.com> wrote:> On Friday 22 of April 2016 5:58:39 PM Steven Ford wrote: > > Why bother with */1? Wouldn't that be the same as just *? > > That's for debugging. It'll be */5 for production purposes. > > Anyway. It still doesn't work. Why? > > -- > Over And Out > MoonWolf > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
On Friday 22 of April 2016 8:10:04 PM Steven Ford wrote:> Seemed strange is all. Can the nobody user read down into > /var/www/html/osticket/api? If it works in tmp, maybe permissions are > the issue.As i said. sudo works as a charm. Cron rebels... -- Over And Out MoonWolf
On 4/22/2016 5:27 PM, Marcin Trendota wrote:> On Friday 22 of April 2016 8:10:04 PM Steven Ford wrote: >> >Seemed strange is all. Can the nobody user read down into >> >/var/www/html/osticket/api? If it works in tmp, maybe permissions are >> >the issue. > As i said. sudo works as a charm. Cron rebels...remember that cron doesnt run any user profile or login scripts, so it starts with no environment variables set. fully specify any paths in the commands run by cron.. -- john r pierce, recycling bits in santa cruz