@Hilinus: My computer shuts down just fine with teamviewerd running. How many of you guys are affected?
@elvisd: I ran into that problem once, I believe I fixed it by wiping ~/.config/teamviewer (or sth like that). Can you try that?
Search Criteria
Package Details: teamviewer 15.76.5-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: | https://www.teamviewer.com/en/download/portal/linux/ |
| Licenses: | custom |
| Conflicts: | teamviewer-beta |
| Provides: | teamviewer |
| Submitter: | Hilinus |
| Maintainer: | swiftgeek (nickoe, astronautlevel) |
| Last Packager: | swiftgeek |
| Votes: | 1484 |
| Popularity: | 1.47 |
| First Submitted: | 2010-04-15 10:29 (UTC) |
| Last Updated: | 2026-05-11 17:35 (UTC) |
Dependencies (4)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_i386.deb
Latest Comments
« First ‹ Previous 1 .. 98 99 100 101 102 103 104 105 106 107 108 .. 129 Next › Last »
alucryd commented on 2013-02-25 18:04 (UTC)
Hilinus commented on 2013-02-25 17:57 (UTC)
@Raikia
I noticed the same problem using teamviewerd. I'm searching for some other solutions, but if I don't find anything satisfying I'll use your hotfix.
Thanks again.
<deleted-account> commented on 2013-02-25 16:36 (UTC)
Hi I have installed but have the following problem (I'm on 64 bit):
Init...
Checking setup...
Launching TeamViewer...
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33dc60,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33d918,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33dc60,0x00000000), stub!
Raikia commented on 2013-02-25 02:23 (UTC)
I'm having trouble shutting down my computer with teamviewerd running.
I followed the instructions here: http://freedesktop.org/wiki/Software/systemd/Debugging#Shutdown_Completes_Eventually
Here is my log output:
http://pastebin.com/iAW51AeQ
It gets to "Stopped target Remote File Systems." and hangs for about 2 minutes. As you can see in that snippet of log file, teamviewerd is the next process to get shut down.
Does anyone else have this problem? Any ideas on how to fix it? My quick-fix for it is:
sudo vim /etc/systemd/system/teamviewerd.service
Under "[Service]", add "TimeoutStopSec = 2"
This will add a 2 second timeout to the shutdown process instead of the default 90 seconds (which is what I was getting).
Its still a hotfix since it doesn't address the problem, just minimizes it.
I'm able to supply any other log files you would like. Anybody have any ideas?
Hilinus commented on 2013-02-24 13:59 (UTC)
Thanks for your contributions and suggestions, Alucryd. I have uploaded your package.
alucryd commented on 2013-02-24 01:09 (UTC)
I have merged teamviewer8 into this package. However your PKGBUILD contains quite a few errors, please upload this tarball instead: http://dl.dropbox.com/u/43076209/teamviewer-8.0.17147-4.src.tar.gz
From now on please run namcap on both your PKGBUILD and the resulting pkg.tar.xz to notice these kind of errors (missing maintainer line, redundant deps, license array, etc).
See here: https://wiki.archlinux.org/index.php/PKGBUILD
And here: https://wiki.archlinux.org/index.php/Namcap
PhotonX commented on 2013-02-23 09:44 (UTC)
I had the same problem as scorici and his workaround worked for me (thanks, @scorici :)). Maybe the .service file should be placed to the right place by pacman?
hariskar commented on 2013-02-18 18:10 (UTC)
trizen, thank you. I tried that before I posted, but did not work. So I uninstalled 8.0.17147-1 and made a clean installation of 8.0.17147-3 and now teamviewerd does not autostart.
trizen commented on 2013-02-18 15:22 (UTC)
@hariskar - Disable it by running: systemctl disable teamviewerd
When you need it, start it with the following command: systemctl start teamviewerd (not 'enable'!)
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.
startxusers 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.confwithSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399