Problems updating to the latest version

Problems updating to the latest version

Postby treybal » Thu Jan 09, 2020 6:23 pm

I have problems updating my NAS white casing to the latest version (18.2).
I had firmware 17.0 so first I installed the patch "fvdw-sl-17.0-patch11-30jun2019".
As yet, I have not had any problems.
Once the patch is installed, in theory I just have to click on the "Update firmware via fvdw-sl server (last version)"
At this point after waiting a few minutes, I get this error message: "Failed to get firmware version from [ http://plugout.net]
Error 100".
I have tried several things without success:
- I have disabled the firewall
- I have updated the date and time that they were outdated
- I have installed the patch again
- I have restarted the NAS
:elec)
Can you help me?
Thanks in advance

Note:I attach a screen with the error
You do not have the required permissions to view the files attached to this post.
treybal
Donator VIP
Donator VIP
 
Posts: 38
Joined: Thu Feb 21, 2019 11:07 pm

Re: Problems updating to the latest version

Postby Jocko » Thu Jan 09, 2020 7:00 pm

Please to reboot again the nas.

Error 100 is common after installing the patch if you do not restart the nas.

If you have again this error, please to post
Code: Select all
cat /tmp/fvdw-sl_last_version.txt
grep platform /etc/nas_conf_db.xml
cat /etc/platform
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Problems updating to the latest version

Postby treybal » Fri Jan 10, 2020 2:30 pm

Dear Jocko:

I have restarted the NAS again, even I have disconnected it from the electrical net, but I still cannot update to version 18.2.

What else can I do?.

Thanks in advance.

Note: I don't know if it will influence but I am trying to install from Safari
treybal
Donator VIP
Donator VIP
 
Posts: 38
Joined: Thu Feb 21, 2019 11:07 pm

Re: Problems updating to the latest version

Postby Jocko » Fri Jan 10, 2020 2:38 pm

:scratch
treybal wrote:What else can I do?.
Please to post the asked outputs
treybal wrote:Note: I don't know if it will influence but I am trying to install from Safari
No it is not an issue on the browser side. The firmware does not find information about version with the platform type (here cloudbox)

Note: the nas has to get internet access and I am not sure it is the case because the firmware menu claims you have the latest version :whistle
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Problems updating to the latest version

Postby treybal » Fri Jan 10, 2020 5:53 pm

The problem was the internet access. The IP of Gateway, was wrong.
I'm so sorry for this silly mistake, I should have realized.

But once the firmware was updated, a new error appeared: :hammerhead
In Spanish when many things go wrong it is said: "I ride a circus and the dwarfs grow up ..." :doh
And this is what is happening to me because now the DLNA Media Server Mini does not work.
It appears as not installed and when I click on the button to install it, I get this error "Fail: install command failed (17)"
I have deleted the shares "media" and "miniDlna" and created them again, but I'm still getting the same error.
You do not have the required permissions to view the files attached to this post.
treybal
Donator VIP
Donator VIP
 
Posts: 38
Joined: Thu Feb 21, 2019 11:07 pm

Re: Problems updating to the latest version

Postby Jocko » Fri Jan 10, 2020 8:15 pm

:scratch

Amazing because this issue (fails falsely to install the common libs with mpd server) is fixed since version 18.1 :scratch
18.1.3 bug fixes
-...
- mpd server: server status returns 'Not installed' even after installing its package
- minidlna server: server can not be started after installing its package


So from a shell window, enable the debug mode
Code: Select all
debugon
and repeat your install attempt
Then please to
Code: Select all
cat /var/log/messages
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Problems updating to the latest version

Postby treybal » Fri Jan 10, 2020 10:14 pm

Forgive my ignorance but I don't know how to activate debug mode.
I simply write in a window Mac's terminal the word "debugon"?

On other hand, I don´t see the directory "messages" in the rute "/var/log/messages".
You do not have the required permissions to view the files attached to this post.
treybal
Donator VIP
Donator VIP
 
Posts: 38
Joined: Thu Feb 21, 2019 11:07 pm

Re: Problems updating to the latest version

Postby Jocko » Sat Jan 11, 2020 8:35 am

Hi

You misunderstood a point. The file is on the NAS side and not on your MAC.

So open a Terminal window and run
Code: Select all
 ssh root@nas-ip
where nas-ip is the local IP of your NAS. If you do not know it, you may try to use the nas name instead of
Code: Select all
ssh root@nasname.local
or
ssh root@nasname
(I think the domain local is required on a MAC and should work only if avahi is running on the nas)

PS: if you do not have yet change the root password, it should be 'giveit2me'
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Problems updating to the latest version

Postby treybal » Sat Jan 11, 2020 2:36 pm

First of all thanks for your patience.

I have already done what you indicated me, and I attache a screen with what I get from the command "cat / var / log / messages", after enabling the debug mode and repeat the install attempt.

I don't know if it will help but, I have been reading the help of the Media Server Minidlna and I have seen this:

"WARNING: Do not change the location of the database file as specified in this configuration file, if you change it the minidlna server will not start anymore using the buttons in this menu as it will not be able to find the configuration file."

In addition the share "minidlna" is empty.

I really don't know what to do.
You do not have the required permissions to view the files attached to this post.
treybal
Donator VIP
Donator VIP
 
Posts: 38
Joined: Thu Feb 21, 2019 11:07 pm

Re: Problems updating to the latest version

Postby Jocko » Sat Jan 11, 2020 2:54 pm

So a common issue, you do not yet set your plugout account. :whistle
Code: Select all
sysfunc_addon_download.finc(30)[4643]: Failed to get credentials
sysfunc_minidlna_server.finc(71)[4643]: Fail: could not install mpd

See the post https://plugout.net/viewtopic.php?f=28&t=3046&p=29728#p29728

Note to remove the debug mode, do
Code: Select all
debugoff
(a reboot is not enough)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 3 guests

cron