D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: pbk on May 18, 2009, 11:39:25 PM

Title: offl_chk
Post by: pbk on May 18, 2009, 11:39:25 PM

 Hi.

 What is the purpose of /usr/sbin/offl_chk? I see it was introduced in 1.06.

 Whatever it is doing, it's taking eons to execute and preventing my disks from hibernating.

 Regards.
Title: Re: offl_chk
Post by: madpenguin on May 24, 2009, 10:10:02 AM
Code: [Select]
root@dlink-EEC377:~# offl_chk
Usage : two : check 2 bays NAS
        four : check 4 bays NAS
root@dlink-EEC377:~# crontab -l
32 2 * * * /usr/sbin/rtc -s
30 2 2 * * /usr/sbin/rtc -c
59 1 * * * /usr/sbin/daylight &
*/10 * * * * /usr/sbin/offl_chk two &
*/30 * * * * /ffp/bin/webalizer

That's why. It runs every 10 minutes.