@Raikia: Hmm, this does not happen to me, my machine stops fine. I have pretty much the same log as you, except I'm using gdm instead of systemd-user-sessions to handle my session but I doubt it's relevant.
Don't know what could be going wrong on your side. If you have time, could you try a fresh install (either on your HDD or in a VM, both could be informative)? Also it might be worth reporting the bug in their forums.
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.12 |
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 .. 101 102 103 104 105 106 107 108 109 110 111 .. 127 Next › Last »
alucryd commented on 2013-02-13 08:58 (UTC)
Raikia commented on 2013-02-12 21:35 (UTC)
I managed to fix the problem a little better by adding a timeout to the systemd service file:
sudo vim /usr/lib/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.
Raikia commented on 2013-02-12 20:39 (UTC)
I'm having trouble shutting down my computer with teamviewerd running. I have done "sudo systemctl enable teamviewerd" so that it starts and stops by itself, but it hangs on shutdown while disabling.
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 to write a small script that starts the daemon, runs teamviewer8, then stops the daemon...but that obviously kills the ability to have the daemon running in the background like it should be. Aside from having to manually stop the service before shutting down, does anyone have any recommendations? I'm able to supply any other log files you would like.
alucryd commented on 2013-02-12 14:15 (UTC)
If you had a look at the terminal when you installed it, the post install script tells you exactly how to start teamviewerd:
sudo systemctl start teamviewerd
alex-eri commented on 2013-02-12 12:29 (UTC)
sory)
"teamviewerd -d" starts)
alex-eri commented on 2013-02-12 12:25 (UTC)
i installed teamviewer8 by yaourt. started it. it asked me to start teamviewerd, but it not started without errors. i tryed ldd and strace to anderstand what it want.
/opt/teamviewer8/tv_bin/teamviewerd
execve("/opt/teamviewer8/tv_bin/teamviewerd", ["/opt/teamviewer8/tv_bin/teamview"...], [/* 51 vars */]) = 0
and so on as is as i posted before.
i tryed put teamviewerd in /usr/bin as workarount (after reading debian postinst script), but it fails to start too.
alucryd commented on 2013-02-12 09:01 (UTC)
@alex-eri: Have never used strace, does this mean you put teamviewerd in '/usr/bin'?
execve("/usr/bin/teamviewerd", ["teamviewerd"], [/* 49 vars */]) = 0
alex-eri commented on 2013-02-11 13:12 (UTC)
seems needs symlinks
strace teamviewerd
execve("/usr/bin/teamviewerd", ["teamviewerd"], [/* 49 vars */]) = 0
brk(0) = 0xa394000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7750000
readlink("/proc/self/exe", "/opt/teamviewer8/tv_bin/teamview"..., 4096) = 35
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/tls/i686/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/tls/i686/sse2", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/tls/i686/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/tls/i686", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/tls/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/tls/sse2", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/tls", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/i686/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/i686/sse2", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/i686/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/i686", 0xbfbc4240) = -1 ENOENT (No such file or directory)
open("/opt/teamviewer8/tv_bin/../lib/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/teamviewer8/tv_bin/../lib/sse2", 0xbfbc4240) = -1 ENOENT (No such file or directory)
alucryd commented on 2013-01-26 14:43 (UTC)
@fuxter: I always leave upx disabled, all my roots are lzo btrfs.
fuxter commented on 2013-01-26 09:49 (UTC)
@bawrak @Alucryd i just repackaged teamviewer without automatic `upx' and now it runs. i was getting core dumps before. weird.
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