You get the error message in the webinterface when you try to modify the time manually.
The cause is the new version of busybox, introduced since fvdw7-0 upgrade. Busybox is used to set the time. The new version needs a date setting command in a different format.
Workaround (requires ssh acces via winSCP or Putty)
To make the manual date setting working again the sym link "date" in the system directory /bin must be modified.
It must be linked to "busybox1" instead of "busybox".
If you are familiar with winscp its easy to do by right clicking on it and choose edit sym link from the menu
With putty you could use the following commands after accessing your nas via ssh
- Code: Select all
unlink /bin/date
ln -s busybox1 /bin/date
will be fixed in the next release