crontab: must be suid to work properly

I have a Drobo 5N and just tried installing crond v1.20.2. After rebooting, I see it in Drobo Dashboard, but it shows Application is stopped. When I try to start it, it fails.

/var/log/messages.0 shows:

[quote]Dec 29 18:52:13 shockwave cron.notice incrond[1593]: starting service (version 0.5.10, built on Jul 17 2015 14:53:16)
Dec 29 18:52:13 shockwave cron.notice incrond[1595]: loading system tables
Dec 29 18:52:13 shockwave cron.info incrond[1595]: loading table dnas_configs
Dec 29 18:52:13 shockwave cron.notice incrond[1595]: loading user tables
Dec 29 18:52:13 shockwave cron.notice incrond[1595]: ready to process filesystem events
Dec 29 18:52:14 shockwave user.notice dnas_configs_admin_01_sudo.sh: SUCCESS: account “Admin” is now a sudoer.
Dec 29 18:52:14 shockwave cron.info incrond[1595]: (system::dnas_configs) CMD (/usr/bin/dnas/dnas_configs.sh admin.conf.scratch IN_CLOSE_WRITE)
Dec 29 18:52:14 shockwave cron.err incrond[1612]: cannot exec process: No such file or directory
Dec 29 18:52:14 shockwave user.notice analytics_boot.sh: INFO: Reported successful boot.
Dec 29 18:52:14 shockwave cron.info incrond[1595]: (system::dnas_configs) CMD (/usr/bin/dnas/dnas_configs.sh shares.conf.scratch IN_CLOSE_WRITE)
Dec 29 18:52:14 shockwave cron.err incrond[1633]: cannot exec process: No such file or directory[/quote]

[quote]Drobo5N:/var/log $ id
uid=1000(Admin) gid=1000(Admin) groups=1000(Admin) context=system_u:system_r:kernel_t:s0
Drobo5N:/var/log $ crontab -l
crontab: must be suid to work properly
Drobo5N:/var/log $ sudo crontab -l
crontab: can’t open ‘root’: No such file or directory[/quote]

[quote]Drobo5N:/var/log $ ls -l /usr/bin/crontab
-rwxr-xr-x 1 root root 15 May 26 14:05 /usr/bin/crontab*

Drobo5N:/mnt/DroboFS/Shares/DroboApps/crond $ ls -l /usr/sbin/crond
-rwxr-xr-x 1 root root 15 May 26 14:05 /usr/sbin/crond*[/quote]

bump - anyone else have this problem?