Page 1 of 4

update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:12 pm
by juan2k
Hi,

i successfully installed fvdw-sl firmware on my NS2-lite using the guide step by step, now i got fully functional fvdw-sl v11. but when i trying to update to v12 or v14 using web interface the browser send me a error message connection reset the same with Firefox or chrome browser test on 3 different PC

I use the Lacie Firmware Option from Firmware update menu, select the file "firmware.bin" and click upgradefirmware

the file seem to upload ok, but in some seconds the browser output an error

The connection was reset

Thank in advance,
JA

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:33 pm
by Jocko
Hi juan2k,

I have not yet an idea about what happens really but it seems that the upload step fails. :scratch

A cause can be there is not enough free space in the tmp folder.

So with a putty terminal, what is the output of this command line :
Code: Select all
df -h /dev/sda5
and usually you must get
Code: Select all
Filesystem                Size      Used Available Use% Mounted on
/dev/sda5               772.0M     22.5M    741.7M   3% /rw_fs

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:39 pm
by juan2k
Hi,

here the output for the df command

root@fvdwsl-base:/ # df -h /dev/sda5
Filesystem Size Used Available Use% Mounted on
/dev/sda5 764.3M 17.1M 739.4M 2% /rw_fs
root@fvdwsl-base:/ #

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:45 pm
by Jocko
So you have enough space. :whistle

Coud you try again to upload the firmware bin file and just after getting the error message, what is the output of
Code: Select all
ls -al /rw_fs/tmp

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:48 pm
by juan2k
Code: Select all
root@fvdwsl-base:/ # ls -al /rw_fs/tmp
total 28
drwxrwxrwx  6 root   root       4096 Nov 16 15:56 .
drwxrwxrwx  8 nobody nobody     4096 Nov 16 15:49 ..
drwxr-xr-x  2 nobody nobody     4096 Nov 16 15:49 etc
drwxr-xr-x  2 root   root       4096 Nov 16 15:49 mnt
-rw-------  1 nobody 4294967295  218 Nov 16 15:56 sess_9c07265dcf3d816e6854210bdb2030ae
lrwxrwxrwx  1 root   root         28 Nov 16 15:49 smbd_flag -> /rw_fs/tmp/usr/var/smbd_flag
drwxr-xr-x  4 root   root       4096 Nov 16 15:49 usr
drwxr-xr-x  7 root   root       4096 Nov 16 15:49 var

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 8:54 pm
by Jocko
it seems no file is uploaded (or partially) :scratch

Need to check the code what this can mean...Please wait

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 9:12 pm
by Jocko
an upload file fails with php (connexion reset) when some settings in php.ini are not rightly set.

Do you make some change in this file or in the httpd.conf file ?

You can also make a try to upload a small file (~kB). Note : if successful, do not commit the step 2 !!!

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 9:13 pm
by fvdw
which file did you select to do the upgrade ?

please specify the name, The pictures are difficult to read but it seems you used the wrong file

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 9:16 pm
by fvdw
it must be a file with this name, extracted from the zip archive for nwsp2 to upgrade to fvdw-sl-14-0

Code: Select all
xfvdw-sl-14-0-nwsp2-23dec2012.bin

Re: update to v12 or v14 fail

PostPosted: Fri Jan 18, 2013 9:17 pm
by Jocko
@fvdw
Remember : step1 succeeds with any file. Checks are done at the step2