hello
i get this
maybe it is because of the mullvad browser..
thanks for assistance..
edit..
i don't have a problem with the connection to the interent
hello
i get this
maybe it is because of the mullvad browser..
thanks for assistance..
edit..
i don't have a problem with the connection to the interent
Last edited by ronjjjg8885; October 3rd, 2024 at 05:46 PM.
my desktop computer is with Ubuntu 24.04 LTS
When you get that run the terminal command
And look at what it says.Code:sudo apt update
Post the output if you're not sure what it means.
Splat Double Splat Triple Splat
Earn Your Keep
Don't mind me, I'm only passing through.
Once in a blue moon, I'm actually helpful.
Code:Hit:1 https://repo.protonvpn.com/debian stable InRelease Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:3 http://il.archive.ubuntu.com/ubuntu noble InRelease Hit:4 http://il.archive.ubuntu.com/ubuntu noble-updates InRelease Hit:5 http://il.archive.ubuntu.com/ubuntu noble-backports InRelease Get:6 https://repository.mullvad.net/deb/stable noble InRelease [2,544 B] Get:7 https://repository.mullvad.net/deb/stable noble/main amd64 Packages [902 B] Err:7 https://repository.mullvad.net/deb/stable noble/main amd64 Packages File has unexpected size (901 != 902). Mirror sync in progress? [IP: 45.149.104.1 443] Hashes of expected file: - Filesize:902 [weak] - SHA256:8d62918761d1f40624e5c06e8b33ad39d2b8bd9609cce0be5404c0a9bc26f4c2 - SHA1:55ef1e20cd9dd946755451aa6b95c35ad20a4a04 [weak] - MD5Sum:343fcb0af8ba70f6634482b8dbad268b [weak] Release file created at: Thu, 03 Oct 2024 08:46:48 +0000 Reading package lists... Done E: Failed to fetch https://repository.mullvad.net/deb/stable/dists/noble/main/binary-amd64/Packages.gz File has unexpected size (901 != 902). Mirror sync in progress? [IP: 45.149.104.1 443] Hashes of expected file: - Filesize:902 [weak] - SHA256:8d62918761d1f40624e5c06e8b33ad39d2b8bd9609cce0be5404c0a9bc26f4c2 - SHA1:55ef1e20cd9dd946755451aa6b95c35ad20a4a04 [weak] - MD5Sum:343fcb0af8ba70f6634482b8dbad268b [weak] Release file created at: Thu, 03 Oct 2024 08:46:48 +0000 E: Some index files failed to download. They have been ignored, or old ones used instead.
my desktop computer is with Ubuntu 24.04 LTS
Yep mullvad.
Could be the issue they cite: Mirror sync in progress?
You could simply disable the repository for now (temporarily) which will allow Ubuntu normal updates to run.
Then re-enable later.
You can disable it in Software Updater's Settings > Other Software.
Just uncheck the box for the mullvad entry.
And to re-enable just reverse that and check the box again.
Splat Double Splat Triple Splat
Earn Your Keep
Don't mind me, I'm only passing through.
Once in a blue moon, I'm actually helpful.
but it is not there..
my desktop computer is with Ubuntu 24.04 LTS
Please run:
It will show where it is located if it is there.Code:inxi -r
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Code:Repos: No active apt repos in: /etc/apt/sources.list Active apt repos in: /etc/apt/sources.list.d/mullvad.list 1: deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=amd64] https://repository.mullvad.net/deb/stable noble main Active apt repos in: /etc/apt/sources.list.d/protonvpn-stable.list 1: deb [signed-by=/usr/share/keyrings/protonvpn-stable-archive-keyring.gpg] https://repo.protonvpn.com/debian stable main Active apt repos in: /etc/apt/sources.list.d/ubuntu.sources 1: deb http://il.archive.ubuntu.com/ubuntu/ noble noble-updates noble-backports main restricted universe multiverse 2: deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
my desktop computer is with Ubuntu 24.04 LTS
Yep thar she blows.
ThenCode:sudo rm -rf /etc/apt/sources.list.d/mullvad.list
Code:sudo apt clean sudo apt update sudo apt upgrade
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
tnx
now the updater works well
but how to return the mullvad repository so i get the updates when they come?
my desktop computer is with Ubuntu 24.04 LTS
First
next grab the installerCode:sudo apt install wget
Now from the Directory the .deb is runCode:wget "https://mullvad.net/download/app/deb/latest" -O mullvad.deb
I remember this was a problem on 22.04 so if neededCode:sudo dpkg -i mullvad.deb
Another way is to have curl installed:Code:sudo apt install -f
This will add the key, and we did not remove that, and we may need to still but for now:Code:sudo apt install curl
Now we add the apt repo:Code:sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
Now update and let us know how this goes.Code:echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
Code:apt search mullvad Sorting... Done Full Text Search... Done mullvad-browser/unknown 13.5.6-1 amd64 Mullvad Browser mullvad-vpn/unknown,now 2024.5 amd64 [installed] Mullvad VPN client
Last edited by 1fallen; October 4th, 2024 at 05:55 PM. Reason: add to
"When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama
Bookmarks