Skip to content

Install packages using apt separately to avoid Connection reset issue

probal31 requested to merge probal31/netrunner-iso-build:main into main

Was trying to build the netrunner iso in a docker container in my local development environment. I was facing some issue and the build was getting errored out.

Below was the error I was getting:

E: Failed to fetch http://repo.netrunner.com/netrunner-22/pool/main/a/artwork-netrunner-22-desktop-wallpaper/artwork-netrunner-22-desktop-wallpaper_22_all.deb  Error reading from server - read (104: Connection reset by peer) [IP: 138.68.91.152 80]

After a lot of troubleshooting and investigation, managed to avoid the issue with the changes in the commit. Probably due to the long list of packages getting installed in a single command, the server was somehow terminating the connection due to which the build was failing. By the way, I am located in India.

I have seen that the build is getting successful in the gitlab ci though but it was certainly failing from my location and splitting the installation of the packages solved the issue and it is working fine now in my local development environment.

Merge request reports