Updated.
Search Criteria
Package Details: teamviewer 15.59.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/teamviewer.git (read-only, click to copy) |
---|---|
Package Base: | teamviewer |
Description: | All-In-One Software for Remote Support and Online Meetings |
Upstream URL: | http://www.teamviewer.com |
Licenses: | custom |
Conflicts: | teamviewer-beta |
Provides: | teamviewer |
Submitter: | Hilinus |
Maintainer: | swiftgeek (nickoe, astronautlevel) |
Last Packager: | swiftgeek |
Votes: | 1474 |
Popularity: | 2.08 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-11-15 22:36 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_i386.deb
Latest Comments
« First ‹ Previous 1 .. 88 89 90 91 92 93 94 95 96 97 98 .. 127 Next › Last »
Hilinus commented on 2013-12-06 07:55 (UTC)
saabzero commented on 2013-12-03 14:39 (UTC)
i was checking today and found that this package is now officially out of date.
http://www.teamviewer.com/en/download/linux.aspx says 9.0.24147 at the time of writing this.
Please update this package :)
developej commented on 2013-11-17 08:15 (UTC)
any way to fix this?
sudo journalctl -u teamviewerd.service
-- Reboot --
Nov 16 23:27:01 workstation systemd[1]: Starting TeamViewer remote control daemon...
Nov 16 23:27:01 workstation systemd[1]: PID file /var/run/teamviewerd.pid not readable (yet?) after start.
Nov 16 23:27:01 workstation systemd[1]: Started TeamViewer remote control daemon.
a guy in the forums told me to try to change the PID file location to /var/run/teamviewerd/teamviewerd.pid, didn't help
VDP76 commented on 2013-11-15 08:27 (UTC)
@ZeroBit, is that reproducible?
on my pc, the md5sums in the PKGBUILD seem to match those of the downloaded .deb files for both architectures.
try to repeat the install and/or use a different AUR helper and/or download, check the md5sum and compile the package manually...
ZeroBit commented on 2013-11-15 04:46 (UTC)
==> Validating source files with md5sums...
teamviewer_linux_x64-8.0.20931.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build teamviewer.
dgbaley27 commented on 2013-11-13 15:43 (UTC)
I'm not sure if there's different stuff in there, but I noticed they provide a .tar.gz rather than a .deb directly on the website.
flamusdiu commented on 2013-11-05 12:41 (UTC)
Not sure why this is out of date. Checking the source (http://www.teamviewer.com/en/download/linux.aspx) shows 8.0.20931 as the current version. There is a beta package out; however, this is the beta package installer.
skiguy0123 commented on 2013-10-13 15:07 (UTC)
I switched from NetworkManager to netctl, and this caused systemctl start teamviewerd to hang indefinately. For a workaround, I commented out the line starting with "After" in the service file, and this seems to work.
Disclaimer: There's a very good chance I botched my netctl configuration, I just stopped messing with it when I could consistently get online.
z1lt0id commented on 2013-09-18 03:46 (UTC)
I'm using testing repos and it seems that it doesn't play well with SystemD. I get the following errors.
TeamViewer 8.0.20931
teamviewerd status teamviewerd.service - TeamViewer remote control daemon
Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; disabled)
Active: active (running) since Wed 2013-09-18 13:42:10 EST; 1min 1s ago
Process: 14376 ExecStart=/opt/teamviewer8/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
Main PID: 14378 (teamviewerd)
CGroup: /system.slice/teamviewerd.service
└─14378 /opt/teamviewer8/tv_bin/teamviewerd -d
Sep 18 13:42:10 ziltoid-pc systemd[1]: PID file /var/run/teamviewerd.pid not readable (yet?) after start.
Sep 18 13:42:10 ziltoid-pc systemd[1]: Started TeamViewer remote control daemon.
TeamViewer ID: not found
Try restarting the TeamViewer daemon (e.g. teamviewer --daemon restart)
And here is the systemd status.
systemctl status teamviewerd.service
teamviewerd.service - TeamViewer remote control daemon
Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; disabled)
Active: active (running) since Wed 2013-09-18 13:42:10 EST; 26s ago
Process: 14376 ExecStart=/opt/teamviewer8/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
Main PID: 14378 (teamviewerd)
CGroup: /system.slice/teamviewerd.service
└─14378 /opt/teamviewer8/tv_bin/teamviewerd -d
Pinned Comments
swiftgeek commented on 2023-08-01 19:17 (UTC) (edited on 2023-08-01 19:21 (UTC) by swiftgeek)
As mentioned in @seyn6gk's comment
Without changing anything, since teamviewer 13 a desktop environment/login with display manager like lightdm/sddm/gdm is required.
startx
users can follow workaround mentioned in @r7v s commentr7v commented on 2022-06-07 14:49 (UTC)
Workaround for startx
Create drop-in
/etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.conf
withSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399