'unknown': I need something more specific.

Chris
Site Admin
Posts: 135
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium

'unknown': I need something more specific.

Post by Chris »

I get the following errors when cron executes scripts

'unknown': I need something more specific.

It is new, since the last update of cronie.
It happens on several script. (But not all)
The version is : cronie (OpenRC) 0.63
Chris
Site Admin
Posts: 135
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium

Re: 'unknown': I need something more specific.

Post by Chris »

I found a work around,
put all the output of the script to /dev/null in cron,
so it doesn't send mails.

Code: Select all

test.sh > /dev/null 2>&1
But this is not exactly what I want.
I want to know the rootcause.