Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: yet another problem with updating with the updater..

  1. #1
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    yet another problem with updating with the updater..

    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
    Attached Images Attached Images
    Last edited by ronjjjg8885; October 3rd, 2024 at 05:46 PM.
    my desktop computer is with Ubuntu 24.04 LTS

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,934
    Distro
    Ubuntu

    Re: yet another problem with updating with the updater..

    When you get that run the terminal command
    Code:
    sudo apt update
    And look at what it says.
    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
    .

  3. #3
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: yet another problem with updating with the updater..

    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

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,934
    Distro
    Ubuntu

    Re: yet another problem with updating with the updater..

    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
    .

  5. #5
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: yet another problem with updating with the updater..

    but it is not there..

    Attached Images Attached Images
    my desktop computer is with Ubuntu 24.04 LTS

  6. #6
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: yet another problem with updating with the updater..

    Please run:
    Code:
    inxi -r
    It will show where it is located if it is there.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  7. #7
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: yet another problem with updating with the updater..

    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

  8. #8
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: yet another problem with updating with the updater..

    Yep thar she blows.
    Code:
    sudo rm -rf /etc/apt/sources.list.d/mullvad.list
    Then
    Code:
    sudo apt clean
    sudo apt update
    sudo apt upgrade
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  9. #9
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: yet another problem with updating with the updater..

    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

  10. #10
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: yet another problem with updating with the updater..

    First
    Code:
    sudo apt install wget
    next grab the installer
    Code:
    wget "https://mullvad.net/download/app/deb/latest" -O mullvad.deb
    Now from the Directory the .deb is run
    Code:
    sudo dpkg -i mullvad.deb
    I remember this was a problem on 22.04 so if needed
    Code:
    sudo apt install -f
    Another way is to have curl installed:
    Code:
    sudo apt install curl
    This will add the key, and we did not remove that, and we may need to still but for now:
    Code:
    sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
    Now we add the apt repo:
    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
    Now update and let us know how this goes.
    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

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •