"Failed to start teamviewerd.service: Unit teamviewerd.service is masked." Problem
Hey,
I installed the Teamviewer 12 on my linux machine (Kali Linux) and when i started the daemon I recieved this output:
systemctl start teamviewerd.service
Failed to start teamviewerd.service: Unit teamviewerd.service is masked.
fail
Can someone help me?
PS: I have the logs too so if someone wants to see what is the problem I can provide a link for a download.
Best Answer
-
I think I found the solution of the problem.
Apperantly I needed to use the systemctl unmask command which as a result i needed to re-in
stall the whole program and after that it works normally.5
Answers
-
I think I found the solution of the problem.
Apperantly I needed to use the systemctl unmask command which as a result i needed to re-in
stall the whole program and after that it works normally.5 -
Hello.
Can You tell what did You do step by step ?
0 -
Hi,
Follow the staps work for me:
Install TeamViewer 10 on 32 Bit systems:
$ sudo apt-get install gdebi -y
$ wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
$ sudo gdebi teamviewer_linux.debInstall TeamViewer 10 on 64 Bit systems:
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install gdebi -y
$ wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
$ sudo gdebi teamviewer_linux.debLink original:
https://lintut.com/install-teamviewer-10-on-debian-ubuntu-based-linux-systems/
0