On Sat, 04 Jul 2026 22:47:19 +0000 Fil Lupin via Replicant <[email protected]> wrote:
> Hi Josh, > there is a misunderstanding, I was talking about line 35 (deb-src), > line 36 is ok. Line 35 is to enable the deb-src line if it is commented out. There is a # after the first & in the sed replace. I don't know why the source repositories are needed though, it was such a long time ago since this line was added. The second sed I added a few days ago, and this should replace the URLs to point to the archive. Line 35 needs to be run before line 36. > > For the wget, the problem appears at line 5 of getRepo.sh > (https://github.com/publicsite/ReplicantBuilds/blob/i9300/getRepo.sh). > This is the one failing. The wget call works on my machine when I ran it manually outside of a chroot, and worked for me inside a chroot too. It may be that some sites are inaccessible from different locations perhaps. I am still having problems downloading the replicant sources, for instance. Though we never worked out why you weren't getting a connection within the chroot. Maybe you are using a different connection manager to me on the HOST or something which is why it might not be working. You could try editing squashfs-root/etc/resolv.conf to look like this to see if it helps: # Start of resolv conf nameserver ::1 nameserver 127.0.0.1 > > - Fil Lupin. Josh _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
