Identified BUG with MyBook Live Firmware Version 02.02.02-020 Web UI

I went in to set permissions for one user on several shares to read only and the Web UI, after a while gave me the error:

ERROR

32123 - Your last operation timed out. Please make sure you do not have network connectivity issues and try again.

 Thing is, while observing the processes using ps -AFH it seems to still be executing scripts to set permissions but now I don’t know IF the operation completed.

Also noticed that even though I didn’t asked the MAMC share to be altered the scripts still executed to changed MAMC from Read/Write to Read/Write. (Yep, that’s not a typographical error.)

The process tree observed looks like . . .

root 1470 1 0 1042 24320 0 Sep23 ? 00:01:00 /usr/sbin/apache2 -k start
www-data 15790 1470 1 1052 20224 0 12:58 ? 00:01:09 /usr/sbin/apache2 -k start
www-data 19446 1470 0 1079 28992 0 14:44 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 1120 1470 0 1049 22016 0 14:51 ? 00:00:00 /usr/sbin/apache2 -k start
root 1130 1120 0 79 3136 0 14:51 ? 00:00:00 /bin/sh /usr/local/sbin/modAcl.sh MAMC Myron RW
root 1133 1130 0 79 2688 0 14:51 ? 00:00:00 /bin/sh /usr/local/sbin/modAcl.sh MAMC Myron RW
root 2926 1133 0 79 3136 0 14:51 ? 00:00:00 /bin/sh /usr/local/sbin/genApacheAccessRules.sh
root 2929 2926 42 79 2816 0 14:51 ? 00:00:04 /bin/sh /usr/local/sbin/genApacheAccessRules.sh
root 2930 2926 0 56 1536 0 14:51 ? 00:00:00 tee -a /dev/null
root 1134 1130 0 56 1600 0 14:51 ? 00:00:00 tee -a /dev/null
www-data 1255 1470 0 1042 11456 0 14:51 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 1385 1470 0 1042 11456 0 14:51 ? 00:00:00 /usr/sbin/apache2 -k start

 It does “seem” like the operation completed, but I’m not sure.

Myron, are you able to kindly reproduce the same results when making the same operations?

Regards,

I do believe this has happened a few times except this time the “Please Wait” was on the browser for a while so I SSHed to the Linux shell to use “PS” and make sure it has not frozen.  What I can confirm is that once the error appeared the script that Apache2 has launched was still running.

What I did do is change the “RW/RO” status of several shares for one user.

Yep. It’s a problem. While I had the IP networking parameters statically set, guess what appears on the router’s log…

Thu, 20 Oct 2011 09:45:07 received REQUEST from 00:90:A9:XX:XX:XX
Thu, 20 Oct 2011 09:45:07 sending ACK to 172.16.0.103

 . . . and on that day the MBL has a static IP address setting so why is it sending an request to my router?