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
'unknown': I need something more specific.
-
Chris
- Site Admin
- Posts: 135
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
-
Chris
- Site Admin
- Posts: 135
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
Re: 'unknown': I need something more specific.
I found a work around,
put all the output of the script to /dev/null in cron,
so it doesn't send mails.
But this is not exactly what I want.
I want to know the rootcause.
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>&1I want to know the rootcause.