Page 1 of 1

Failed to retrieve the samba package

PostPosted: Thu Aug 26, 2021 4:26 pm
by batondebois
I seem to have the same problem in order to go from samba 3 to samba 4. The patch fixed the firmware upgrade, and I was able to get onto 18.2-patch 3. How can I switch to samba 4?

Re: Samba and Firmware update fail

PostPosted: Thu Aug 26, 2021 4:41 pm
by Jocko
Hi

We go to valid your current nas environment.

As you are a mac user, I assume you know how to open a remote ssh access on the nas (default credentials, login: root and password: giveit2me).
So can you post these outputs after opening a shell terminal.
Code: Select all
cat /etc/patch_log
ls -l /etc/patch18-2-03
plugout check && echo $?

Re: Failed to retrieve the samba package

PostPosted: Thu Aug 26, 2021 4:56 pm
by Jocko
Note: I moved your posts because your nas is a 2big2

Re: Failed to retrieve the samba package

PostPosted: Thu Aug 26, 2021 5:20 pm
by batondebois
Code: Select all
root@fvdwsl-base:/ # cat /etc/patch_log
[2018-01-01 12:56:14]   unzip|unzip   fvdw-sl 18.2   2big2   /fvdw-sl-18.2-lang-sp-03aug2021.zip(fvdw-sl-18.2-lan-sp-03aug2021.tar)   OK
root@fvdwsl-base:/ # ls -l /etc/patch18-2-03
ls: /etc/patch18-2-03: No such file or directory
root@fvdwsl-base:/ # plugout check && echo $?
0

There doesn't seem to be the wanted directory in /etc/:
Code: Select all
root@fvdwsl-base:/ # ls /etc | grep patch
fvdwversionpatched
patch_log

Re: Failed to retrieve the samba package

PostPosted: Thu Aug 26, 2021 5:58 pm
by Jocko
Ok I understand the issue.

In fact you did not install the roll-up patch03 but only an additional patch to implement the Spanish Language support (fvdw-sl-18.2-lang-sp-03aug2021.zip).

So you have to install this package https://plugout.net/viewtopic.php?f=7&t=3149#p35893 (fvdw-sl-18.2-patch03-03aug2021.zip)

Re: Failed to retrieve the samba package

PostPosted: Thu Aug 26, 2021 6:09 pm
by batondebois
That was indeed the problem! Happy to hear it was a very simple fix! Thanks!