After
# teamviewer --daemon enable
and trying to
# systemctl disable teamviewerd.service
I've got a
Failed to issue method call: No such file or directory
So I've decided to do
# ln -s /opt/teamviewer8/tv_bin/script/teamviewerd.service /etc/systemd/system/teamviewerd.service
manually.
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 .. 101 102 103 104 105 106 107 108 109 110 111 .. 129 Next › Last »
test0 commented on 2013-02-16 20:08 (UTC)
russo79 commented on 2013-02-16 20:05 (UTC)
Oh, and I think I'm a bit less stupid now ;P
russo79 commented on 2013-02-16 20:05 (UTC)
@GUiHKX
My bet would be to do something like this:
You enable the service with sudo teamviewer --daemon enable.
You then you manually remove the /etc/systemd/system/graphical.target.wants/teamviewerd.service file so that the service isn't automatically started on boot.
Afterwards, you can use teamviewer --daemon start as you wish.
gbr commented on 2013-02-16 19:59 (UTC)
@russo79
hehheh it's ok...
russo79 commented on 2013-02-16 19:46 (UTC)
@GUiHKX
Forget my previous comment. I'm stupid sometimes.
russo79 commented on 2013-02-16 19:41 (UTC)
@GUiHKX
I may be wrong here, but it seems to me that with systemd you cannot start a service that is not enabled.
gbr commented on 2013-02-16 19:39 (UTC)
@Hilinus
I'm getting this error when I try with '--start':
# teamviewer --daemon start
systemctl start teamviewerd.service
Failed to issue method call: Unit teamviewerd.service failed to load: No such file or directory. See system logs and 'systemctl status teamviewerd.service' for details.
fail
I didn't use the '--enable' because I don't want to enable the service on bootup. Thank you.
crysisgod commented on 2013-02-16 13:42 (UTC)
Please edit .desktop file.
Hilinus commented on 2013-02-16 12:44 (UTC)
@GUiHKX:
Please see the .install file. Teamviewer manages automatically teamviewerd.service.
Just issue the "teamviewer --daemon enable" to link the .service under /etc/systemd/system and start it.
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