April 2, 20214 yr Hoping someone can help me .. I'm trying to install a unifi controller on a raspberry pi - something that I have done before without issues. I can use 2 methods but they all fall over when trying to install dependencies with sudo apt install openjdk-8-jre-headless I have been receiving these errors for two days now Failed to fetch http://mirror1.ku.ac.th/raspbian/raspbian/pool/main/libx/libxrender/libxrender1_0.9.10-1_armhf.deb 404 Not Found [IP: 158.108.4.211 80] E: Failed to fetch http://mirror1.ku.ac.th/raspbian/raspbian/pool/main/x/xorg/x11-common_7.7+19_all.deb 404 Not Found [IP: 158.108.4.211 80] E: Failed to fetch http://mirror1.ku.ac.th/raspbian/raspbian/pool/main/libx/libxtst/libxtst6_1.2.3-1_armhf.deb 404 Not Found [IP: 158.108.4.211 80] E: Failed to fetch http://mirror1.ku.ac.th/raspbian/raspbian/pool/main/o/openjdk-8/openjdk-8-jre-headless_8u212-b01-1+rpi1_armhf.deb 404 Not Found [IP: 158.108.4.211 80] This is Kasetsart uni in Thailand, does this mean im jumping to the closest download mirror, which is in Thailand - and that server is down? Is this a Thai issue or has the whole world come to a stop due to a Thai server?
April 3, 20214 yr The URLs are wrong, there's an extra "raspbian" in the middle. Just verified http://mirror1.ku.ac.th/raspbian/pool/main/libx/libxrender/ exists and is accessible. I expect the others are too. "I don't want to know why you can't. I want to know how you can!"
April 3, 20214 yr Author 1 hour ago, Crossy said: The URLs are wrong, there's an extra "raspbian" in the middle. Just verified http://mirror1.ku.ac.th/raspbian/pool/main/libx/libxrender/ exists and is accessible. I expect the others are too. So how do I resolve that? It’s in an automated scriot
April 3, 20214 yr I'm no Linux 'spert, can you edit the script with Notepad++ or other unix-aware editor? Is there a choice of using a different mirror? How about downloading the linked files and running tham manually? "I don't want to know why you can't. I want to know how you can!"
April 3, 20214 yr Author 46 minutes ago, Crossy said: I'm no Linux 'spert, can you edit the script with Notepad++ or other unix-aware editor? Is there a choice of using a different mirror? How about downloading the linked files and running tham manually? Me neither - but - you can edit the sources.list in nano - not too sure how to do it, maybe remove the second /raspian or direct to a different mirror. TIT have to be different
April 3, 20214 yr Just now, recom273 said: Me neither - but - you can edit the sources.list in nano - not too sure how to do it, maybe remove the second /raspian or direct to a different mirror. TIT have to be different I'd make a backup copy of sources and edit the second /raspian out and see what happens. "I don't want to know why you can't. I want to know how you can!"
April 3, 20214 yr Author 10 minutes ago, Crossy said: I'd make a backup copy of sources and edit the second /raspian out and see what happens. .. To the man who didn’t make up a backup and then started deleting things. Its no biggie with raspian, just burn a new sd card.
April 3, 20214 yr Author 3 hours ago, Crossy said: I'd make a backup copy of sources and edit the second /raspian out and see what happens. FYI There is list of raspian repo mirrors - I replaced the local mirror (kasetsart) with KK uni repo and everything was good. You can edit the sources.list in nano Windows is like learning to drive, Mac OS is like getting in the car and just knowing how to drive - Linux is like building the car first after someone threw the manual away.
Create an account or sign in to comment