Article 6FT67 Teamviewer can't connect to gecko host machine

Teamviewer can't connect to gecko host machine

by
lattimro
from LinuxQuestions.org on (#6FT67)
Hi Folks,

I am experiencing this behaviour and I would like to share with you, I probably doing something wrong here. After reboot I can see gecko machine online status but when I am connecting fails after (a couple of long minutes...) with no errors. I disabled firewall and apparmor so there is no firewall blocking.

Another thing weird is that if I am restarting teamviewerd show running status but on the client shows OFFLINE status, even on the host (where teamviewer daemon is running) the teamviewer. I workaround this by restarting the display manager (xdm).

I have installed `teamviewer-suse-15.46.7-0.x86_64`

Code:lsb_release -a
LSB Version: n/a
Distributor ID: openSUSE
Description: openSUSE Tumbleweed
Release: 20231018
Codename: n/aCode:uname -a
Linux gecko 6.4.12-1-default #1 SMP PREEMPT_DYNAMIC Fri Aug 25 08:26:31 UTC 2023 (f5aa89b) x86_64 x86_64 x86_64 GNU/LinuxCode:systemctl status teamviewerd
teamviewerd.service - TeamViewer remote control daemon
Loaded: loaded (/etc/systemd/system/teamviewerd.service; enabled; preset: disabled)
Active: active (running) since Thu 2023-10-19 09:51:32 EDT; 4s ago
Process: 6944 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
Main PID: 6948 (teamviewerd)
Tasks: 18
CPU: 1.710s
CGroup: /system.slice/teamviewerd.service
6948 /opt/teamviewer/tv_bin/teamviewerd -d

Oct 19 09:51:32 gecko systemd[1]: Starting TeamViewer remote control daemon...
Oct 19 09:51:32 gecko systemd[1]: teamviewerd.service: Can't open PID file /run/teamviewerd.pid (yet?) after start: No such file or di>
Oct 19 09:51:32 gecko systemd[1]: Started TeamViewer remote control daemon.
lines 1-13/13 (END)There is an established connection, I do not understand why can't finalize the connection:

Code:ss -plant|grep teamv
LISTEN 0 128 127.0.0.1:5939 0.0.0.0:* users:(("teamviewerd",pid=27371,fd=12))
ESTAB 0 0 192.168.1.34:49672 34.174.98.4:5938 users:(("teamviewerd",pid=27371,fd=15))
ESTAB 0 0 192.168.1.34:34572 213.227.173.141:5938 users:(("teamviewerd",pid=27371,fd=19))
ESTAB 0 0 127.0.0.1:5939 127.0.0.1:39930 users:(("teamviewerd",pid=27371,fd=17))Thanks so much for taking the time to read.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments