Re: [gentoo-user] dcron problem on new install

2015-11-26 Thread Jeremi Piotrowski
On Wed, Nov 25, 2015 at 10:29:52PM -0500, waltd...@waltdnes.org wrote: > I'm getting a bunch of messages like... > > > Subject: cron for user root root[ ! -x /etc/cron.hourly/0anacron ] > > && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; } > > > > /bin/sh: root: command not

[gentoo-user] dcron problem on new install

2015-11-25 Thread waltdnes
I'm getting a bunch of messages like... > Subject: cron for user root root[ ! -x /etc/cron.hourly/0anacron ] && > { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; } > > /bin/sh: root: command not found /bin/sh does exist... [d531][waltdnes][~] ll /bin/sh lrwxrwxrwx 1 root root

Re: [gentoo-user] dcron problem on new install

2015-11-25 Thread J. Roeleveld
On Wednesday, November 25, 2015 10:29:52 PM waltd...@waltdnes.org wrote: > I'm getting a bunch of messages like... > > > Subject: cron for user root root[ ! -x /etc/cron.hourly/0anacron ] > > && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; } > > > > /bin/sh: root: command not

Re: [gentoo-user] dcron problem on new install

2015-11-25 Thread Marc Joliet
On Wednesday 25 November 2015 22:29:52 waltd...@waltdnes.org wrote: > I'm getting a bunch of messages like... > >> Subject: cron for user root root[ ! -x /etc/cron.hourly/0anacron ] >> && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; } >> >> /bin/sh: root: command not found >