Author Topic: TeamViewer on Ubuntu Server (with interface) unable to connect to servers  (Read 10245 times)

ssamjh

  • Newbie
  • *
  • Posts: 1
Hey all, I have been trying to get TeamViewer running on my Ubuntu dedicated server but the program does not recieve an ID and I am unable to log into my account.


This is the startup log:

Init...
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
Launching TeamViewer ...
Starting network process (no daemon)
terminate called without an active exception
/opt/teamviewer/tv_bin/script/tvw_exec: line 95:  5122 Aborted                 (core dumped) "$TV_BIN_DIR/teamviewerd" -n -f
Network process already started (or error)
Launching TeamViewer GUI ...

arti74

  • Newbie
  • *
  • Posts: 3
I have the same issue, same exact message...

Name            : teamviewer
Version         : 11.0.57095-4
Description     : All-In-One Software for Remote Support and Online Meetings
Architecture    : x86_64
URL             : http://www.teamviewer.com
Licenses        : custom
Groups          : None
Provides        : teamviewer
Depends On      : lib32-fontconfig  lib32-libpng12  lib32-libsm  lib32-libxinerama  lib32-libxrender  lib32-libjpeg6-turbo
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : teamviewer-beta
Replaces        : None
Installed Size  : 184,53 MiB
Packager        : Unknown Packager
Build Date      : nie, 5 cze 2016, 11:20:49
Install Date    : nie, 5 cze 2016, 11:22:28
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : None

arti74

  • Newbie
  • *
  • Posts: 3
I will reply to myself:
Update of lib32-libxcb from verion 1.11.1-1 to 1.12-1 broke TeamViewer. The GUI no longer shows up. Downgrading the package fixes the issue.
cd /var/cache/pacman/pkg/
sudo pacman -U lib32-libxcb-1.11.1-1-x86_64.pkg.tar.xz

Now it works.