bertofurth / Seagate-Central-Samba

Instructions detailing how to upgrade the old samba file server on the Seagate Central
GNU General Public License v2.0
4 stars 0 forks source link

Problems updating new kernel #3

Open rodrigodeppe opened 2 years ago

rodrigodeppe commented 2 years ago

Hi. Great job on this! I've had some minor hickups, but managed to update the samba server on the NAS (without the kernel update). Can't update the kernel though.

(...) Insert Samba software : 06:50:51 Failure: copy libraries 06:51:22 Check log_03_cp_samba.log cp: not writing through dangling symlink 'squashfs-root/boot/uImage'

image

I am using fedora 35 to run this script. Do you have any hints for me? Thanks!

P-L-K commented 2 years ago

Same issue :/ I've tried openSUSE , Ubuntu and Debian, all showed the same error :/

P-L-K commented 2 years ago

@bertofurth What OS are you using? Is there any way to bypass this restriction?

bertofurth commented 2 years ago

Sorry for the delay. I see what the problem is. Let me spend some time tweaking the procedure.

I'm going to have to change how the "uImage" kernel is incorporated into the new firmware. I'll get back to you shortly.

bertofurth commented 1 year ago

Hi there,

Can you try the very latest version of the "make_seagate_firmware.sh" script in the project?

I've replaced one of the "cp" lines with "cp -f" which will hopefully stop this error from happening.

Let me know how you go!

Berto.

On Mon, 25 Jul 2022, at 20:14, Rodrigo Deppe wrote:

Hi. Great job on this! I've had some minor hickups, but managed to update the samba server on the NAS (without the kernel update). Can't update the kernel though.

(...) Insert Samba software : 06:50:51 Failure: copy libraries 06:51:22 Check log_03_cp_samba.log cp: not writing through dangling symlink 'squashfs-root/boot/uImage'

image https://user-images.githubusercontent.com/8402283/180753250-4f747fb1-c5a1-44a8-af6a-2632879af0a8.png

I am using fedora 35 to run this script. Do you have any hints for me? Thanks!

— Reply to this email directly, view it on GitHub https://github.com/bertofurth/Seagate-Central-Samba/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM3N3NCKCLVV4VGQQP77K4LVVZSJNANCNFSM54RW2DAA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

rodrigodeppe commented 1 year ago

Hi Berto,

I'm sorry for the delay on testing this.

I still get the same error:

From log_03_cp_samba.log: cp: not writing through dangling symlink 'temp-2022.1208.074723-S/squashfs-root/boot/uImage'

Rodrigo Deppe

bertofurth commented 1 year ago

Sorry to sound like technical support, but can you try the latest version now and let me know? Thanks!