Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading files fails #19

Open
woiza opened this issue Oct 8, 2024 · 31 comments
Open

Downloading files fails #19

woiza opened this issue Oct 8, 2024 · 31 comments
Assignees

Comments

@woiza
Copy link

woiza commented Oct 8, 2024

Hi, I use the latest image. Downloading files with Chrome, wget, curl fails:

wget:

Read error at byte .... (Decryption has failed.).

I use ethernet.

@woiza
Copy link
Author

woiza commented Oct 8, 2024

And this:

rock@rock-5b:~/github$ git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git
Cloning into 'ffmpeg-rockchip'...
remote: Enumerating objects: 625102, done.
remote: Counting objects: 100% (14863/14863), done.
remote: Compressing objects: 100% (4393/4393), done.
error: RPC failed; curl 56 GnuTLS recv error (-24): Decryption has failed.
error: 9527 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

I get the same behavior with the image as it is and after upgrading all packages using apt.

@RadxaYuntian
Copy link
Member

  1. Check if you can clone the repository on your other computers to rule out connection issue.
  2. Avoid manually upgrade the system with apt. Supported method is listed here.

Try reflashing the system and cloning without doing system upgrade.

@woiza
Copy link
Author

woiza commented Oct 9, 2024

I can clone the repo on other computers.
I used two different microsd and cards and an ssd. Also, I used this image without updates, updates via apt, and updates with your tool.
It doesn't make any difference, it is not possible to download files.

@woiza
Copy link
Author

woiza commented Oct 9, 2024

I tried Armbian and Joshua Riek's latest Ubuntu image. I can download files and clone repositories without any issues.

@RadxaYuntian
Copy link
Member

Are you using Wi-Fi or ethernet?

@RadxaYuntian
Copy link
Member

Please also let us know the system image version you are using.

@woiza
Copy link
Author

woiza commented Oct 10, 2024

I use Ethernet. I also tried WiFi with my WiFi/Bluetooth PCI module, the errors were the same.

I use your latest image:

https://github.com/radxa-build/rock-5b/releases/tag/rsdk-b5

@RadxaYuntian
Copy link
Member

@CodeChenL please check if you can reproduce this issue.
@woiza please also check if there is error message in sudo dmesg or sudo journalctl -b 0. Maybe there is some hardware stability issue.

@woiza
Copy link
Author

woiza commented Oct 11, 2024

dmesg and journalctl logs attached.
dmesg.log
journalctl.log

@CodeChenL
Copy link

@CodeChenL please check if you can reproduce this issue. @woiza please also check if there is error message in sudo dmesg or sudo journalctl -b 0. Maybe there is some hardware stability issue.

I can't reproduce the problem. @woiza have you verified that the system time is correct.

@woiza
Copy link
Author

woiza commented Oct 11, 2024

@CodeChenL thank you for your help. Looks correct to me:

rock@rock-5b:~$ timedatectl 
               Local time: Fri 2024-10-11 14:26:11 CEST
           Universal time: Fri 2024-10-11 12:26:11 UTC
                 RTC time: Fri 2024-10-11 12:26:12
                Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

Have you tried downloading a large file with chrome? E.g. the latest rock5b debian image?

chrome

@CodeChenL
Copy link

I use Ethernet. I also tried WiFi with my WiFi/Bluetooth PCI module, the errors were the same.我使用以太网。我还尝试过使用我的 WiFi/蓝牙 PCI 模块连接 WiFi,错误信息是一样的。

I use your latest image:我使用了您最新的图片:

https://github.com/radxa-build/rock-5b/releases/tag/rsdk-b5

Are you disconnecting the network cable when you use wifi, otherwise the system will still default to wired Ethernet.
Maybe you can try downloading the files on your LAN to see if you get the same problem.

@woiza
Copy link
Author

woiza commented Oct 31, 2024

Yes, Ethernet is disconnected. I tried WiFi and LAN, same issue

@RadxaYuntian
Copy link
Member

Is there any error printed in dmesg? Also do you have a USB NIC to test? It is weird to have both WLAN and LAN to not working.

@woiza
Copy link
Author

woiza commented Nov 2, 2024

I used a USB NIC and had no errors! Downloading a large file (over 1 GB) was successful.
Then I connected the ethernet cable to the rock's NIC and tried downloading the same file again, the download failed...
dmesg attached.
dmesg.txt

@RadxaYuntian
Copy link
Member

Can you try using the latest kernel and remove radxa-system-config-r8125-dkms & r8125-dkms packages? The latest kernel use r8169 driver for ethernet.

@woiza
Copy link
Author

woiza commented Nov 4, 2024

there is no r8169 package

woiza@rock-5b:~$ uname -a
Linux rock-5b 6.1.43-19-rk2312 #428a0a5e6 SMP Wed Oct 23 07:42:04 UTC 2024 aarch64 GNU/Linux
woiza@rock-5b:~$ sudo apt-cache search r8169
r8168-dkms - dkms source for the r8168 network driver
woiza@rock-5b:~$ sudo apt list --installed | grep dkms

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

@RadxaYuntian
Copy link
Member

It is not a package, but a module comes with the kernel.

@woiza
Copy link
Author

woiza commented Nov 5, 2024

I loaded the module. I can download large files now. However, for every tab/website in Chrome I get error code 6 after a few seconds.
Are you going to provide an update image in the foreseeable future?

@RadxaYuntian
Copy link
Member

Can you provide the error log?

@woiza
Copy link
Author

woiza commented Nov 5, 2024

I am not at home for a few days.
I guess this is the same issue:

#22

@woiza
Copy link
Author

woiza commented Nov 29, 2024

The latest Rockchip kernel is broken. After upgrading it, my other Rock 5B has PCI issues and the m2 ssd is not recognized anymore. Also there is no sound via HDMI.
When will be a new kernel and image released?

@RadxaYuntian
Copy link
Member

Can you provide the kernel version you are getting? We are working on a new kernel but it is not released to production channel yet, so I want to see which one you are using.

@woiza
Copy link
Author

woiza commented Dec 2, 2024

New installation:

radxa@rock-5b:~$ uname -a
Linux rock-5b 6.1.43-15-rk2312 #3176a44da SMP Wed Jul 31 04:27:40 UTC 2024 aarch64 GNU/Linux

@woiza
Copy link
Author

woiza commented Dec 2, 2024

After update/upgrade:

radxa@rock-5b:~$ uname -a
Linux rock-5b 6.1.43-20-rk2312 #3e26818dc SMP Tue Nov 19 07:21:24 UTC 2024 aarch64 GNU/Linux

@CodeChenL
Copy link

Everything is normal after using rsetup to update the system (Including HDMI Audio):

rock@rock-5b:~$ cat /etc/radxa_image_fingerprint 
FINGERPRINT_VERSION='2'
RSDK_BUILD_DATE='Thu, 08 Aug 2024 05:15:57 +0000'
RSDK_REVISION=''
RSDK_CONFIG='/etc/rsdk/config.yaml'
rock@rock-5b:~$ uname -a
Linux rock-5b 6.1.43-20-rk2312 #3e26818dc SMP Tue Nov 19 07:21:24 UTC 2024 aarch64 GNU/Linux
rock@rock-5b:~$ lspci
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0000:01:00.0 Non-Volatile memory controller: O2 Micro, Inc. FORESEE E2M2 NVMe SSD (rev 01)
0002:20:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0002:21:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)
0004:40:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0004:41:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
rock@rock-5b:~$

@CodeChenL
Copy link

It is worth noting that after updating the system, I used the apt autopurge command to uninstall the no longer need software packages and configuration files.

@woiza
Copy link
Author

woiza commented Dec 11, 2024

Using a new installation / sdcard and rsetup:

radxa@rock-5b:~$ sudo rsetup
[sudo] password for radxa: 

=======================
Get:1 https://radxa-repo.github.io/bookworm bookworm InRelease [11.4 kB]
Get:2 https://deb.debian.org/debian bookworm-backports InRelease [59.0 kB]                                   
Get:3 https://download.vscodium.com/debs vscodium InRelease [3411 B]          
Get:4 https://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:5 https://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm InRelease [14.6 kB]
Get:7 https://deb.debian.org/debian bookworm InRelease [151 kB]
Get:8 https://radxa-repo.github.io/bookworm bookworm/main arm64 Packages [74.3 kB]
Get:9 https://radxa-repo.github.io/bookworm bookworm/main all Packages [59.0 kB]
Get:10 https://deb.debian.org/debian bookworm-backports/main arm64 Packages [263 kB]
Get:11 https://deb.debian.org/debian bookworm-backports/main Translation-en [220 kB]
Get:12 https://deb.debian.org/debian bookworm-backports/contrib arm64 Packages [4968 B]
Get:13 https://deb.debian.org/debian bookworm-backports/contrib Translation-en [5448 B]
Get:14 https://deb.debian.org/debian bookworm-backports/non-free arm64 Packages [10.1 kB]
Get:15 https://deb.debian.org/debian bookworm-backports/non-free Translation-en [7320 B]
Get:16 https://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages [3852 B]
Get:17 https://deb.debian.org/debian bookworm-backports/non-free-firmware Translation-en [2848 B]
Get:18 https://download.vscodium.com/debs vscodium/main arm64 Packages [1245 B]
Get:19 https://deb.debian.org/debian-security bookworm-security/main arm64 Packages [213 kB]
Get:20 https://deb.debian.org/debian-security bookworm-security/main Translation-en [132 kB]
Get:21 https://deb.debian.org/debian-security bookworm-security/contrib Translation-en [372 B]
Get:22 https://deb.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B]
Get:23 https://deb.debian.org/debian bookworm-updates/main arm64 Packages [8844 B]
Get:24 https://deb.debian.org/debian bookworm-updates/main Translation-en [8248 B]
Get:25 https://deb.debian.org/debian bookworm-updates/contrib arm64 Packages [768 B]
Get:26 https://deb.debian.org/debian bookworm-updates/contrib Translation-en [408 B]
Get:27 https://deb.debian.org/debian bookworm-updates/non-free arm64 Packages [12.0 kB]
Get:28 https://deb.debian.org/debian bookworm-updates/non-free Translation-en [7744 B]
Get:29 https://deb.debian.org/debian bookworm-updates/non-free-firmware arm64 Packages [616 B]
Get:30 https://deb.debian.org/debian bookworm-updates/non-free-firmware Translation-en [384 B]
Get:31 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main all Packages [3056 B]
Get:32 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main arm64 Packages [55.4 kB]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Ign:33 https://deb.debian.org/debian bookworm/main arm64 Packages
Get:34 https://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Get:35 https://deb.debian.org/debian bookworm/main arm64 DEP-11 Metadata [4311 kB]
Get:36 https://deb.debian.org/debian bookworm/main DEP-11 48x48 Icons [3595 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons
Get:38 https://deb.debian.org/debian bookworm/contrib arm64 Packages [45.7 kB]
Get:39 https://deb.debian.org/debian bookworm/contrib Translation-en [48.8 kB]
Get:40 https://deb.debian.org/debian bookworm/contrib arm64 DEP-11 Metadata [14.7 kB]
Get:41 https://deb.debian.org/debian bookworm/contrib DEP-11 48x48 Icons [52.7 kB]
Get:42 https://deb.debian.org/debian bookworm/contrib DEP-11 64x64 Icons [106 kB]
Get:43 https://deb.debian.org/debian bookworm/non-free arm64 Packages [75.8 kB]
Get:44 https://deb.debian.org/debian bookworm/non-free Translation-en [67.0 kB]
Get:45 https://deb.debian.org/debian bookworm/non-free arm64 DEP-11 Metadata [2088 B]
Get:46 https://deb.debian.org/debian bookworm/non-free DEP-11 48x48 Icons [748 B]
Get:47 https://deb.debian.org/debian bookworm/non-free DEP-11 64x64 Icons [27.5 kB]
Get:48 https://deb.debian.org/debian bookworm/non-free-firmware arm64 Packages [5832 B]
Get:49 https://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB]
Get:50 https://deb.debian.org/debian bookworm/non-free-firmware arm64 DEP-11 Metadata [15.6 kB]
Get:51 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 48x48 Icons [29 B]
Get:52 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 64x64 Icons [29 B]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons   
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]                              
Fetched 28.1 MB in 7s (4269 kB/s)                                                                            
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
/usr/lib/rsetup/cli/system.sh: line 19:  4025 Segmentation fault      apt-get dist-upgrade --allow-downgrades
Unable to upgrade packages.
==================
Update has failed.
This may be caused by network issue, or clock out of sync.

@woiza
Copy link
Author

woiza commented Dec 11, 2024

I just tried rsetup system update and apt autopurge again. This time it was successful, I could download a large file and audio via HDMI works as well. I will do further tests in the next days.

@CodeChenL
Copy link

Using a new installation / sdcard and rsetup:

radxa@rock-5b:~$ sudo rsetup
[sudo] password for radxa: 

=======================
Get:1 https://radxa-repo.github.io/bookworm bookworm InRelease [11.4 kB]
Get:2 https://deb.debian.org/debian bookworm-backports InRelease [59.0 kB]                                   
Get:3 https://download.vscodium.com/debs vscodium InRelease [3411 B]          
Get:4 https://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:5 https://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm InRelease [14.6 kB]
Get:7 https://deb.debian.org/debian bookworm InRelease [151 kB]
Get:8 https://radxa-repo.github.io/bookworm bookworm/main arm64 Packages [74.3 kB]
Get:9 https://radxa-repo.github.io/bookworm bookworm/main all Packages [59.0 kB]
Get:10 https://deb.debian.org/debian bookworm-backports/main arm64 Packages [263 kB]
Get:11 https://deb.debian.org/debian bookworm-backports/main Translation-en [220 kB]
Get:12 https://deb.debian.org/debian bookworm-backports/contrib arm64 Packages [4968 B]
Get:13 https://deb.debian.org/debian bookworm-backports/contrib Translation-en [5448 B]
Get:14 https://deb.debian.org/debian bookworm-backports/non-free arm64 Packages [10.1 kB]
Get:15 https://deb.debian.org/debian bookworm-backports/non-free Translation-en [7320 B]
Get:16 https://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages [3852 B]
Get:17 https://deb.debian.org/debian bookworm-backports/non-free-firmware Translation-en [2848 B]
Get:18 https://download.vscodium.com/debs vscodium/main arm64 Packages [1245 B]
Get:19 https://deb.debian.org/debian-security bookworm-security/main arm64 Packages [213 kB]
Get:20 https://deb.debian.org/debian-security bookworm-security/main Translation-en [132 kB]
Get:21 https://deb.debian.org/debian-security bookworm-security/contrib Translation-en [372 B]
Get:22 https://deb.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B]
Get:23 https://deb.debian.org/debian bookworm-updates/main arm64 Packages [8844 B]
Get:24 https://deb.debian.org/debian bookworm-updates/main Translation-en [8248 B]
Get:25 https://deb.debian.org/debian bookworm-updates/contrib arm64 Packages [768 B]
Get:26 https://deb.debian.org/debian bookworm-updates/contrib Translation-en [408 B]
Get:27 https://deb.debian.org/debian bookworm-updates/non-free arm64 Packages [12.0 kB]
Get:28 https://deb.debian.org/debian bookworm-updates/non-free Translation-en [7744 B]
Get:29 https://deb.debian.org/debian bookworm-updates/non-free-firmware arm64 Packages [616 B]
Get:30 https://deb.debian.org/debian bookworm-updates/non-free-firmware Translation-en [384 B]
Get:31 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main all Packages [3056 B]
Get:32 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main arm64 Packages [55.4 kB]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Ign:33 https://deb.debian.org/debian bookworm/main arm64 Packages
Get:34 https://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Get:35 https://deb.debian.org/debian bookworm/main arm64 DEP-11 Metadata [4311 kB]
Get:36 https://deb.debian.org/debian bookworm/main DEP-11 48x48 Icons [3595 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons
Get:38 https://deb.debian.org/debian bookworm/contrib arm64 Packages [45.7 kB]
Get:39 https://deb.debian.org/debian bookworm/contrib Translation-en [48.8 kB]
Get:40 https://deb.debian.org/debian bookworm/contrib arm64 DEP-11 Metadata [14.7 kB]
Get:41 https://deb.debian.org/debian bookworm/contrib DEP-11 48x48 Icons [52.7 kB]
Get:42 https://deb.debian.org/debian bookworm/contrib DEP-11 64x64 Icons [106 kB]
Get:43 https://deb.debian.org/debian bookworm/non-free arm64 Packages [75.8 kB]
Get:44 https://deb.debian.org/debian bookworm/non-free Translation-en [67.0 kB]
Get:45 https://deb.debian.org/debian bookworm/non-free arm64 DEP-11 Metadata [2088 B]
Get:46 https://deb.debian.org/debian bookworm/non-free DEP-11 48x48 Icons [748 B]
Get:47 https://deb.debian.org/debian bookworm/non-free DEP-11 64x64 Icons [27.5 kB]
Get:48 https://deb.debian.org/debian bookworm/non-free-firmware arm64 Packages [5832 B]
Get:49 https://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB]
Get:50 https://deb.debian.org/debian bookworm/non-free-firmware arm64 DEP-11 Metadata [15.6 kB]
Get:51 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 48x48 Icons [29 B]
Get:52 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 64x64 Icons [29 B]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons   
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]                              
Fetched 28.1 MB in 7s (4269 kB/s)                                                                            
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
/usr/lib/rsetup/cli/system.sh: line 19:  4025 Segmentation fault      apt-get dist-upgrade --allow-downgrades
Unable to upgrade packages.
==================
Update has failed.
This may be caused by network issue, or clock out of sync.

This looks like a Segmentation fault due to overheating, please pair the rock 5b with a proper cooling device.

@woiza
Copy link
Author

woiza commented Dec 11, 2024

Using a new installation / sdcard and rsetup:

radxa@rock-5b:~$ sudo rsetup
[sudo] password for radxa: 

=======================
Get:1 https://radxa-repo.github.io/bookworm bookworm InRelease [11.4 kB]
Get:2 https://deb.debian.org/debian bookworm-backports InRelease [59.0 kB]                                   
Get:3 https://download.vscodium.com/debs vscodium InRelease [3411 B]          
Get:4 https://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:5 https://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm InRelease [14.6 kB]
Get:7 https://deb.debian.org/debian bookworm InRelease [151 kB]
Get:8 https://radxa-repo.github.io/bookworm bookworm/main arm64 Packages [74.3 kB]
Get:9 https://radxa-repo.github.io/bookworm bookworm/main all Packages [59.0 kB]
Get:10 https://deb.debian.org/debian bookworm-backports/main arm64 Packages [263 kB]
Get:11 https://deb.debian.org/debian bookworm-backports/main Translation-en [220 kB]
Get:12 https://deb.debian.org/debian bookworm-backports/contrib arm64 Packages [4968 B]
Get:13 https://deb.debian.org/debian bookworm-backports/contrib Translation-en [5448 B]
Get:14 https://deb.debian.org/debian bookworm-backports/non-free arm64 Packages [10.1 kB]
Get:15 https://deb.debian.org/debian bookworm-backports/non-free Translation-en [7320 B]
Get:16 https://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages [3852 B]
Get:17 https://deb.debian.org/debian bookworm-backports/non-free-firmware Translation-en [2848 B]
Get:18 https://download.vscodium.com/debs vscodium/main arm64 Packages [1245 B]
Get:19 https://deb.debian.org/debian-security bookworm-security/main arm64 Packages [213 kB]
Get:20 https://deb.debian.org/debian-security bookworm-security/main Translation-en [132 kB]
Get:21 https://deb.debian.org/debian-security bookworm-security/contrib Translation-en [372 B]
Get:22 https://deb.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B]
Get:23 https://deb.debian.org/debian bookworm-updates/main arm64 Packages [8844 B]
Get:24 https://deb.debian.org/debian bookworm-updates/main Translation-en [8248 B]
Get:25 https://deb.debian.org/debian bookworm-updates/contrib arm64 Packages [768 B]
Get:26 https://deb.debian.org/debian bookworm-updates/contrib Translation-en [408 B]
Get:27 https://deb.debian.org/debian bookworm-updates/non-free arm64 Packages [12.0 kB]
Get:28 https://deb.debian.org/debian bookworm-updates/non-free Translation-en [7744 B]
Get:29 https://deb.debian.org/debian bookworm-updates/non-free-firmware arm64 Packages [616 B]
Get:30 https://deb.debian.org/debian bookworm-updates/non-free-firmware Translation-en [384 B]
Get:31 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main all Packages [3056 B]
Get:32 https://radxa-repo.github.io/rk3588-bookworm rk3588-bookworm/main arm64 Packages [55.4 kB]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Ign:33 https://deb.debian.org/debian bookworm/main arm64 Packages
Get:34 https://deb.debian.org/debian bookworm/main Translation-en [6109 kB]
Get:35 https://deb.debian.org/debian bookworm/main arm64 DEP-11 Metadata [4311 kB]
Get:36 https://deb.debian.org/debian bookworm/main DEP-11 48x48 Icons [3595 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons
Get:38 https://deb.debian.org/debian bookworm/contrib arm64 Packages [45.7 kB]
Get:39 https://deb.debian.org/debian bookworm/contrib Translation-en [48.8 kB]
Get:40 https://deb.debian.org/debian bookworm/contrib arm64 DEP-11 Metadata [14.7 kB]
Get:41 https://deb.debian.org/debian bookworm/contrib DEP-11 48x48 Icons [52.7 kB]
Get:42 https://deb.debian.org/debian bookworm/contrib DEP-11 64x64 Icons [106 kB]
Get:43 https://deb.debian.org/debian bookworm/non-free arm64 Packages [75.8 kB]
Get:44 https://deb.debian.org/debian bookworm/non-free Translation-en [67.0 kB]
Get:45 https://deb.debian.org/debian bookworm/non-free arm64 DEP-11 Metadata [2088 B]
Get:46 https://deb.debian.org/debian bookworm/non-free DEP-11 48x48 Icons [748 B]
Get:47 https://deb.debian.org/debian bookworm/non-free DEP-11 64x64 Icons [27.5 kB]
Get:48 https://deb.debian.org/debian bookworm/non-free-firmware arm64 Packages [5832 B]
Get:49 https://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB]
Get:50 https://deb.debian.org/debian bookworm/non-free-firmware arm64 DEP-11 Metadata [15.6 kB]
Get:51 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 48x48 Icons [29 B]
Get:52 https://deb.debian.org/debian bookworm/non-free-firmware DEP-11 64x64 Icons [29 B]
Get:33 https://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]
Ign:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons   
Get:37 https://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7295 kB]                              
Fetched 28.1 MB in 7s (4269 kB/s)                                                                            
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
/usr/lib/rsetup/cli/system.sh: line 19:  4025 Segmentation fault      apt-get dist-upgrade --allow-downgrades
Unable to upgrade packages.
==================
Update has failed.
This may be caused by network issue, or clock out of sync.

This looks like a Segmentation fault due to overheating, please pair the rock 5b with a proper cooling device.

It is paired with the active cooling fan running at full speed....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants