@steineklopfer
the permissions solved the issue for me. Thanks.
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.16 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-11-15 22:36 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 127 Next › Last »
@steineklopfer
the permissions solved the issue for me. Thanks.
@afx I used the permissions from buzo's comment (buzo commented on 2019-08-23 12:00) and also applied the same permissions to the file inside that folder.
A "systemctl restart teamviewerd" might also help
Teamviewer shows ready, but no ID and no password is generated :(
I have I3-wm I have a problem with the inactive field of login/psw i found à solution in terminal make sudo teamviewer setup and follow the instruction, next start teamviewer.
Can confirm the same problem as PhotonX: "Not Ready, Please check your connection"
Also, regarding steineklopfer comment, what are the required permissions on /etc/teamviewer dir?
teamviewer15 client will not issue user id unless i restart teamviewerd.service even though that service does start at boot and is active (running).
Tested patch suggested by operating for TeamViewer 15.0.8397 PKGBUILD file here:
For version 15 to work, you have to alter PKGBUILD as so:
--- PKGBUILD 2019-11-21 20:11:40.300113773 +0100 +++ PKGBUILD.orig 2019-11-21 20:22:20.692722980 +0100 @@ -1,10 +1,10 @@ # Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
pkgname=teamviewer -pkgver=15.0.8397 +pkgver=14.6.2452 pkgrel=1 pkgdesc='All-In-One Software for Remote Support and Online Meetings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://www.teamviewer.com' license=('custom') options=('!strip') @@ -29,13 +29,13 @@ #depends_i686=() #depends_armv7h=() install=teamviewer.install -source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}_amd64.deb") -source_i686=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}i386.deb") -#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer-host_${pkgver}_armhf.deb") +source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer${pkgver}amd64.deb") +source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}_i386.deb") +source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer-host${pkgver}_armhf.deb") #source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.2.13582_armhf.deb") -sha256sums_i686=('8a6cd9e685c18487d3238fd307042f5b551c71797af4353443d7a90ff4801390') -sha256sums_x86_64=('da98c868256613b082a4fa126cdd83088cbb11a85ab90f5852ebe27f29a72d2e') -#sha256sums_armv7h=('cc68e495598ea27a41e2d56bd01709468eec65777486fb1fb8aae58abc0acfb1') +sha256sums_i686=('d7d8cf4e5a3a9273c7b00c4d9be057e243643a0d1fc116ffd7c97e2859c4e97c') +sha256sums_x86_64=('1c2a70a6ad16c2c1b4da20b3ed7715ab59f5dac55ee99a945c9fd1cdf13ac748') +sha256sums_armv7h=('cc68e495598ea27a41e2d56bd01709468eec65777486fb1fb8aae58abc0acfb1')
prepare() { warning "If the install fails, you need to uninstall previous major version of Teamviewer"
Version 15.0.8397 has been released.
Line 9 in /usr/lib/systemd/system/teamviewerd.service should be changed to PIDFile = /run/teamviewerd.pid in order to stop systemd from complaining about the PIDFile path.
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