Fail to upgrade from version 17.0 to 18.x

Re: Fail to upgrade from version 17.0 to 18.x

Postby Fuddyduddy » Sun Aug 02, 2020 7:27 am

Hi Jocko

I did that and, yes. it is present.
Fuddyduddy
Donator VIP
Donator VIP
 
Posts: 162
Joined: Thu Mar 14, 2013 9:00 am
Location: Åland Islands

Re: Fail to upgrade from version 17.0 to 18.x

Postby Jocko » Tue Aug 04, 2020 9:37 am

Hi

I assume you do not yet try to upgrade the fw after installing patch11 and you have rebooted the nas and reloaded fully the web-interface.
1/ What is the message if you load the firmware upgrade menu ?
2/ (run only after point 1) Please to post these outputs:
Code: Select all
cat /etc/fvdwversion
cat /etc/platform
grep nwsp2 /tmp/fvdw-sl_last_version.txt

3/try to upgrade but do not run the step3 and post
Code: Select all
cat /etc/install-firmware.log
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to upgrade from version 17.0 to 18.x

Postby Fuddyduddy » Thu Aug 06, 2020 9:32 am

Code: Select all
HI

"1/ What is the message if you load the firmware upgrade menu ?"
Code: Select all
Current Firmware Version :   fvdw-sl 17.0 patched (nwsp2)


"Please to post these outputs":
Code: Select all
root@fvdwsl-base:/ # cat /etc/fvdwversion
fvdw-sl 17.0 patched
root@fvdwsl-base:/ # cat /etc/platform
nwsp2
root@fvdwsl-base:/ # grep nwap2 /tmp/fvdw-sl_last_version.txt
nwsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018


Code: Select all
root@fvdwsl-base:/ # root@fvdwsl-base:/ # cat /etc/fvdwversion
-sh: root@fvdwsl-base:/: not found
root@fvdwsl-base:/ # fvdw-sl 17.0 patched
-sh: fvdw-sl: not found
root@fvdwsl-base:/ # root@fvdwsl-base:/ # cat /etc/platform
-sh: root@fvdwsl-base:/: not found
root@fvdwsl-base:/ # nwsp2
-sh: nwsp2: not found
root@fvdwsl-base:/ # root@fvdwsl-base:/ # grep nwap2 /tmp/fvdw-sl_last_version.t
xt
-sh: root@fvdwsl-base:/: not found
root@fvdwsl-base:/ # root@fvdwsl-base:/ # grep nwsp2 /tmp/fvdw-sl_last_version.t
xt
-sh: root@fvdwsl-base:/: not found
root@fvdwsl-base:/ # nwsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
-sh: nwsp2: not found
-sh: fvdw-sl: not found
-sh: 6018: not found
-sh: viewtopic.php?f=3: not found
root@fvdwsl-base:/ # cat /etc/install-firmware.log
<B>Firmware upgrade step 1 started:</B><br>
Search firmware version information for nwsp2 ...<br>
The latest version available from http://plugout.net is: fvdw-sl 17.0<br><br>
Check free space on system partition ... OK<br>
Get the bound upgrade files list<br>
Retrieve the firmware package<br>
Try to download part 1 on 5...<br>
Attempt 1: OK, got successful the firmware package part1 file<br>
Try to download part 2 on 5...<br>
Attempt 1: OK, got successful the firmware package part2 file<br>
Try to download part 3 on 5...<br>
Attempt 1: OK, got successful the firmware package part3 file<br>
Try to download part 4 on 5...<br>
Attempt 1: OK, got successful the firmware package part4 file<br>
Try to download part 5 on 5...<br>
Attempt 1: OK, got successful the firmware package part5 file<br>
Extract firmware package...<br>
OK, extract successful the firmware package<br>
Retrieve kernel image file for kirkwood...<br>
Attempt 1: OK, got successful the kernel image file<br>
<br>OK: Retrieve the latest firmware image file successful<br><br>
<br>=> <B>Firmware upgrade step 2 started:</B><br>
Firmware package uploaded via fvdw-sl server<br>
package type: new configuration (version > 16.1)<br>
Check Image file...
OK<br>
Update basic firmware image for nwsp2 platform, ...
OK<br>
Check kernel version...
new version must be installed<br>
Check DATABASE file...
OK<br>
Check active partition...
OK<br>
Write fs image on /dev/sda1...(please wait)
OK<br>
verify fs ...
OK<br>
Write new kernel image...
OK<br>
Update DATABASE...
OK<br>
switch boot part to upgraded partition...
OK<br>
<br>OK: Firmware upgrade successful<br><br>

[1]+  Done(127)                  viewtopic.php?f=3
root@fvdwsl-base:/ #
Fuddyduddy
Donator VIP
Donator VIP
 
Posts: 162
Joined: Thu Mar 14, 2013 9:00 am
Location: Åland Islands

Re: Fail to upgrade from version 17.0 to 18.x

Postby Jocko » Thu Aug 06, 2020 10:27 am

The issue is here
Code: Select all
The latest version available from http://plugout.net is: fvdw-sl 17.0<br><br>


As this information exists no longer since two years on plugout side it is as if the firmware reads now a cached file to get this information :scratch

So post
Code: Select all
ls -l /tmp
ls -l /tmp/upgrade
cat /tmp/fvdw-sl_last_version.txt
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to upgrade from version 17.0 to 18.x

Postby Jocko » Thu Aug 06, 2020 2:18 pm

and also
Code: Select all
 php -r '$a=file("http://plugout.net/firm_version/fvdw-sl_last_version.txt");print_r($a);'
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to upgrade from version 17.0 to 18.x

Postby Fuddyduddy » Tue Aug 11, 2020 8:28 am

Hi Jocko

What do I do now please?

"3/try to upgrade but do not run the step3 and post"

Awaiting your response to the log (as instructed, I still haven't run step3).
Fuddyduddy
Donator VIP
Donator VIP
 
Posts: 162
Joined: Thu Mar 14, 2013 9:00 am
Location: Åland Islands

Re: Fail to upgrade from version 17.0 to 18.x

Postby Jocko » Tue Aug 11, 2020 8:53 am

Hi,
:scratch
In my two last posts, I would like to have some additional outputs.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to upgrade from version 17.0 to 18.x

Postby Fuddyduddy » Wed Aug 12, 2020 9:04 am

Hi Jocko

Here's the output:-
Code: Select all
root@fvdwsl-base:/ # ls -l /tmp
lrwxrwxrwx  1 root root 10 2019-08-29 18:21 /tmp -> /rw_fs/tmp
root@fvdwsl-base:/ # ls -l /tmp/upgrade
ls: /tmp/upgrade: No such file or directory
root@fvdwsl-base:/ # cat /tmp/fvdw-sl_last_version.txt
nwsp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
nwsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
phn;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
phn2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;0
isp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
isp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
2big1;fvdw-sl 18.2;viewtopic.php?f=3t=3128;6018
2big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
2bignas;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
5big1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
5big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
cloudbox;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
nwspmax;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
d2nw2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
d2nw1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
srn21c;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb3;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb4;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
wsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
x86_64;fvdw-sl 17.1;viewtopic.php?f=3&t=2679;0root@fvdwsl-base:/ #


Code: Select all
root@fvdwsl-base:/ # php -r '§a=file("http://plugout.net/firm_version/fvdw-sl_la
st_version.txt")login as: root
> root@192.168.1.103's password:
root@fvdwsl-base:/ # ls -l /tmp
lrwxrwxrwx  1 root root 10 2019-08-29 18:21 /tmp -> /rw_fs/tmp
root@fvdwsl-base:/ # ls -l /tmp/upgrade
ls: /tmp/upgrade: No such file or directory
root@fvdwsl-base:/ # cat /tmp/fvdw-sl_last_version.txt
nwsp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
nwsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
phn;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
phn2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;0
isp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
isp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
2big1;fvdw-sl 18.2;viewtopic.php?f=3t=3128;6018
2big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
2bignas;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
5big1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
5big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
cloudbox;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
nwspmax;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
d2nw2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
d2nw1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
srn21c;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
rspb2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018
Fuddyduddy
Donator VIP
Donator VIP
 
Posts: 162
Joined: Thu Mar 14, 2013 9:00 am
Location: Åland Islands

Re: Fail to upgrade from version 17.0 to 18.x

Postby Jocko » Wed Aug 12, 2020 9:09 am

Hi

Thank you bu t I think you have rebooted your nas since step2 or you relaaded the firmware upgrade menu as the folder /tmp/upgrade exists no longer

You did not post really the output
Code: Select all
php -r '$a=file("http://plugout.net/firm_version/fvdw-sl_last_version.txt");print_r($a);'
Please try again and run rightly the asked commands. Pay a bit attention!
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to upgrade from version 17.0 to 18.x

Postby Fuddyduddy » Thu Aug 13, 2020 11:03 am

Hi

You did not post really the output
Code:
php -r '$a=file("http://plugout.net/firm_version/fvdw-sl_last_version.txt");print_r($a);'
Please try again and run rightly the asked commands.

I noticed my mistake and, within one hour of making it, had already (I believed) corrected it by posting the correct output to replace the duplicated one i had mistakenly posted at first. I don't know why it failed to transmit.

Here it is again:-
Code: Select all
root@fvdwsl-base:/ # php -r '$a=file("http://plugout.net/firm_version/fvdw-sl_la
st_version.txt");print_r($a);'
Array
(
    [0] => nwsp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [1] => nwsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [2] => phn;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [3] => phn2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;0

    [4] => isp1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [5] => isp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [6] => 2big1;fvdw-sl 18.2;viewtopic.php?f=3t=3128;6018

    [7] => 2big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [8] => 2bignas;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [9] => 5big1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [10] => 5big2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [11] => cloudbox;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [12] => nwspmax;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [13] => d2nw2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [14] => d2nw1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [15] => srn21c;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [16] => rspb1;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [17] => rspb2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [18] => rspb3;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [19] => rspb4;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [20] => wsp2;fvdw-sl 18.2;viewtopic.php?f=3&t=3128;6018

    [21] => x86_64;fvdw-sl 17.1;viewtopic.php?f=3&t=2679;0

)


(I can assure you that I am paying attention! I have not rebooted my NAS, nor have i knowingly interacted in any way with the upgrade menu since carrying-out step1; all I have done is follow religiously your steps).
Fuddyduddy
Donator VIP
Donator VIP
 
Posts: 162
Joined: Thu Mar 14, 2013 9:00 am
Location: Åland Islands

PreviousNext

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: Bing Bot and 5 guests