Page 1 of 1
Lacie cloudbox (white casing) fw 16.1 bugs:schedule an led

Posted:
Sun Nov 01, 2015 7:26 pm
by sstrada
Hello,
i report you some bugs (lacie cloudbox White - fw 16.1):
- The "NAS standby and auto wake up" server schedule job don't work (the error into log file is: /bin/sh: /bin/reboot-spd: not found)
- If i set "LED Off at next boot", after NAS restart, LED status is ON
Is there a patch?
Thank's
Stefano
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Sun Nov 01, 2015 8:44 pm
by Jocko
Hi sstrada,
Thank you for this report.
sstrada wrote:The "NAS standby and auto wake up" server schedule job don't work (the error into log file is: /bin/sh: /bin/reboot-spd: not found)
Indeed there is a bug, server schedule job expects to find reboot-spd in /bin whereas its location is /sbin.
To fix temporarily, you can create a symlink in /bin
- Code: Select all
ln -s /sbin/reboot-spd /bin/reboot-spd
sstrada wrote:- If i set "LED Off at next boot", after NAS restart, LED status is ON
Do you have installed this patch ?
viewtopic.php?f=7&t=2314
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Mon Nov 02, 2015 1:40 pm
by sstrada
Jocko wrote:Hi sstrada,
Thank you for this report.
sstrada wrote:The "NAS standby and auto wake up" server schedule job don't work (the error into log file is: /bin/sh: /bin/reboot-spd: not found)
Indeed there is a bug, server schedule job expects to find reboot-spd in /bin whereas its location is /sbin.
To fix temporarily, you can create a symlink in /bin
- Code: Select all
ln -s /sbin/reboot-spd /bin/reboot-spd
Thank's :)
sstrada wrote:- If i set "LED Off at next boot", after NAS restart, LED status is ON
Do you have installed this patch ?
viewtopic.php?f=7&t=2314
No, i have not installed this patch because i assumed it was for 16.0 firmware version. I will try to install it.
Thank you for all your assistance!
Stefano
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Tue Nov 03, 2015 7:50 pm
by sstrada
sstrada wrote:Jocko wrote:Hi sstrada,
Thank you for this report.
sstrada wrote:The "NAS standby and auto wake up" server schedule job don't work (the error into log file is: /bin/sh: /bin/reboot-spd: not found)
Indeed there is a bug, server schedule job expects to find reboot-spd in /bin whereas its location is /sbin.
To fix temporarily, you can create a symlink in /bin
- Code: Select all
ln -s /sbin/reboot-spd /bin/reboot-spd
I don't find reboot-spd in /sbin .
I found these files:
./bin_cab/rebootd-cloudbox
./bin_cab/reboot-phn
./bin_cab/rebootd-phn
./bin_cab/rebootd-nwsp2
./bin_cab/rebootd-isp1
./sbin/rebootd-spd
./sbin/reboot
What should I use for soft link? './sbin/rebootd-spd'?
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Tue Nov 03, 2015 9:56 pm
by Jocko
Humm, the bug is not only a location issue but also a wrong syntax.
So I go to release a patch
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Thu Dec 03, 2015 6:41 pm
by jose_alc
hello
i am new one here and i don't peak english very well...
I installed the patch
fvdw-sl-16.1-fix-autowakeup-03oct15.zip
but the LED flashes when the cloudbox start and then back off ... and stays switched off.. It's normal ?
Thanks you
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Thu Dec 03, 2015 7:17 pm
by Jocko
Hi jose_alc,
In the main setup menu (from system management), tab "other settings", look at if status is "LED Off at next boot".
if yes, switch it by clicking on "Led on/off at boot"
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Fri Dec 04, 2015 9:59 am
by jose_alc
Thanks you Jocko. Does the led will have the behavior than on the original LAcie Cloudbox in a next firmware ?
thanks on more and sorry for my question
Re: Lacie cloudbox (white casing) fw 16.1 bugs:schedule an l

Posted:
Fri Dec 04, 2015 2:16 pm
by Jocko
Hi jose_alc,
Currently not, as it is a cosmetic issue (LED doesn't trigger on I/O disk access) and requires a kernel fix, it is not tops of the todo list.