Update fails because of Teamviewer 403 Forbidden

  • Anyone else failing to update because of a 403 Forbidden from teamviewer?

    I was trying to install Docker when I noticed this. docker wont install because of it either. Any way to by pass this?


    Code
    Err:14 http://linux.teamviewer.com/deb stable InRelease
      403  Forbidden [IP: 143.204.186.119 80]
    • Offizieller Beitrag

    sudo omv-env set OMV_DISABLE_TEAMVIEWER true

    sudo omv-salt stage run prepare

    sudo omv-salt deploy run omvextras

    sudo apt-get update


    I will have to try to figure out why the teamviewer repo is having problems.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    Einmal editiert, zuletzt von ryecoaaron ()


  • `root@OMMJAI:~# sudo omv-salt deploy run apt

    debian:

    Code
          ID: configure_apt_sources_list_openmediavault
    Function: file.managed    Name: /etc/apt/sources.list.d/openmediavault.list  Result: True Comment: File /etc/apt/sources.list.d/openmediavault.list is in the correct state Started: 09:54:37.291562
    Duration: 51.251 ms Changes:   
    Code
          ID: remove_apt_proxy
    Function: file.absent    Name: /etc/apt/apt.conf.d/99openmediavault-proxy  Result: True Comment: File /etc/apt/apt.conf.d/99openmediavault-proxy is not present Started: 09:54:37.342974
    Duration: 0.663 ms Changes:   
    Code
          ID: configure_apt_pref_kernel_backports
    Function: file.managed    Name: /etc/apt/preferences.d/openmediavault-kernel-backports.pref  Result: True Comment: File /etc/apt/preferences.d/openmediavault-kernel-backports.pref is in the correct state Started: 09:54:37.343758
    Duration: 9.672 ms Changes:   
    Code
          ID: configure_apt_sources_list_kernel_backports
    Function: file.managed    Name: /etc/apt/sources.list.d/openmediavault-kernel-backports.list  Result: True Comment: File /etc/apt/sources.list.d/openmediavault-kernel-backports.list is in the correct state Started: 09:54:37.353553
    Duration: 11.182 ms Changes:   
    Code
          ID: remove_apt_sources_list_debian_security
    Function: file.absent    Name: /etc/apt/sources.list.d/openmediavault-debian-security.list  Result: True Comment: File /etc/apt/sources.list.d/openmediavault-debian-security.list is not present Started: 09:54:37.364860
    Duration: 0.618 ms Changes:   
    Code
          ID: remove_apt_sources_list_security_0
    Function: module.run  Result: False Comment: An exception occurred in this state: Traceback (most recent call last):            File "/usr/lib/python3/dist-packages/salt/state.py", line 2154, in call              *cdata["args"], **cdata["kwargs"]            File "/usr/lib/python3/dist-packages/salt/loader.py", line 2106, in wrapper              return f(*args, **kwargs)            File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 746, in _decorate              return self._call_function(kwargs)            File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 377, in _call_function              six.reraise(*sys.exc_info())            File "/usr/lib/python3/dist-packages/salt/ext/six.py", line 693, in reraise              raise value            File "/usr/lib/python3/dist-packages/salt/utils/decorators/__init__.py", line 360, in _call_function              return self._function(*args, **kwargs)            File "/usr/lib/python3/dist-packages/salt/states/module.py", line 422, in run              _func, returner=kwargs.get("returner"), func_args=kwargs.get(func)            File "/usr/lib/python3/dist-packages/salt/states/module.py", line 467, in _call_function              mret = salt.utils.functools.call_function(__salt__[name], *func_args, **func_kwargs)            File "/usr/lib/python3/dist-packages/salt/utils/functools.py", line 159, in call_function              return salt_function(*function_args, **function_kwargs)            File "/usr/lib/python3/dist-packages/salt/modules/aptpkg.py", line 1882, in del_repo              refresh_db()            File "/usr/lib/python3/dist-packages/salt/modules/aptpkg.py", line 402, in refresh_db              raise CommandExecutionError(comment)          salt.exceptions.CommandExecutionError: E: Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP: 13.227.166.112 80]          E: The repository 'http://linux.teamviewer.com/deb stable InRelease' is no longer signed.          W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1          W: Target Sources (contrib/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1          W: Target Sources (non-free/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1          W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1          W: Target Sources (contrib/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1          W: Target Sources (non-free/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:1 Started: 09:54:37.366609
    Duration: 7331.455 ms Changes:   
    Code
          ID: configure_apt_sources_list_os_security
    Function: file.managed    Name: /etc/apt/sources.list.d/openmediavault-os-security.list  Result: True Comment: File /etc/apt/sources.list.d/openmediavault-os-security.list updated Started: 09:54:44.698598
    Duration: 53.925 ms Changes:             ----------          diff:              ---               +++               @@ -1 +1,2 @@              +deb http://security.debian.org/debian-security buster/updates main contrib non-free               deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
    Code
          ID: refresh_apt_database
    Function: module.run    Name: pkg.refresh_db  Result: True Comment:  Started: 09:54:44.753175
    Duration: 1.375 ms Changes:   


    Summary for debian


    Succeeded: 7 (changed=1)

    Failed: 1

    Total states run: 8

    Total run time: 7.460 s

    `

  • Broken apt

    In 5.6.3

  • hi, followed these steps, but still facing errors for update:

    omv 6.0 in proxmox 7.1-10 - AMD Ryzen 1700 - 48GB DDR4 :thumbup:

  • Good to hear that others have the same Problem.

    I start getting nervus when seeing the error Mail.


    I will try your Commands at the Weekend =)


    Thx a lot

    System:
    ASRock J4105-ITX, 2x4GB Crucial 2400MHz, Transcend 32GB + QUMOX M.2 USB 3.0, PCIE 2.0 x1 - Sata Controller "ASM1061", Fractal Design Node 304, 6x 4TB WD-Red "CMR"

  • the output of

    Code
    cat /etc/default/openmediavault | grep TEAM
    OMV_DISABLE_TEAMVIEWER=true

    By running the other commands, I got no error.

    I comment out the teamviever-line in sources.list.d/omvextras.list, now it's running ok.

    But that isn't a good solution :(

  • I also have a problem updating. I get the next error:

    Code
    E: Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP: 65.9.73.31 80]
    E: The repository 'http://linux.teamviewer.com/deb stable InRelease' is no longer signed.

    Maybe this problem is caused by the leak in Teamviewer discovered last week? Maybe they added some extra security layers?


    I do not have Teamviewer enabled in extensions.

    Output of

    Code
    cat /etc/default/openmediavault | grep TEAM

    is blank.


    Looking forward for a solution.

  • There is another problem within apt

    Zitat

    Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease 403 Forbidden [IP: 99.84.92.40 80]

    E: The repository 'http://linux.teamviewer.com/deb stable InRelease' is no longer signed.

    W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/openmediavault-os-security.list:2

    Teamviwer is solved above.

    For those who do not want to be in the commercial pain of teamviewer another suggestion is:
    https://remotedesktop.google.com/support/



    For the second problem I commented in /etc/apt/sources.list the redundancy:

    # deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

  • the output of

    Code
    cat /etc/default/openmediavault | grep TEAM
    OMV_DISABLE_TEAMVIEWER=true

    By running the other commands, I got no error.

    I comment out the teamviever-line in sources.list.d/omvextras.list, now it's running ok.

    But that isn't a good solution :(

    Should do it! (same like deleting this line if you use an alternate method)

  • the output of

    Code
    cat /etc/default/openmediavault | grep TEAM
    OMV_DISABLE_TEAMVIEWER=true

    By running the other commands, I got no error.

    I comment out the teamviever-line in sources.list.d/omvextras.list, now it's running ok.

    But that isn't a good solution :(

    Came here this morning to see why it was broken, and found the teamviewer repo error....

    Wondered why, as I don't have it enabled, and then found it was claiming a repo signing error, but it's actually 403 rejecting everyone who tries to connect.


    I presume they've broken it nicely, so I've temp commented it out, and (amusingly) have nothing to update.

    Hopefully it's back in 24 hours or so...

  • OT: Maybe it it depending: ATOW Teamviewer is enforcing their payment policies. Example: They have thrown me out stating that they see a "commercial support" as I have often used it for my Family and Friends community in the middle of a session with one of my daughters araound one month ago. I've decided to change this private tasks to google's remote desktop and this is OK for most of us.

    Some years ago a similar behaviour was raising crossloop down.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!