Hello. I’m having different errors each time while pulling the ROS2 Humble core image by dustynv. Here’s the command that I’m using:
sudo docker pull dustynv/ros:humble-ros-core-l4t-r32.7.1
Here are the errors:
failed to register layer: Error processing tar file(exit status 1): mkdir /etc/network/if-post-down.d: input/output error
failed to register layer: Error processing tar file(exit status 1): mkdir /usr/lib/aarch64-linux-gnu/perl/5.26.1/Tie/Hash: input/output error
failed to register layer: Error processing tar file(exit status 1): mkdir /etc/network/if-pre-up.d: input/output error
They happen right about when the download finishes.
I’m using Nvidia Jetson Nano with Jetpack 4.6.6. Jetson is downloading the image through WiFi. All packages are up to date.