I have just started using Teamviewer on Ubuntu 13.10 to help a few people setup some software on their computers. When I try and launch it pops up a dialogue saying:
The TeamViewer daemon is not running!
Please start the daemon (needs root permissions) before running TeamViewer
teamviewer –daemon start
….
Trying “sudo teamviewer –daemon start” doesn’t actually do anything – so the solution is to:
sudo teamviewer --daemon enable
It seems I have to do this every time I want to start TV. is there a command I can use so I don’t have to do that? thanks,bill
Best solution is this one:
cp /opt/teamviewer/tv_bin/script/teamviewerd.service /etc/init.d/teamviewerd
service teamviewerd start
if you need it automatically starting you can use:
update-rc.d teamviewerd defaults
Thanks for your comment. Your suggestion makes a lot of sense. I have added this to main post.
First kill the process through system monitor. Then try . It worked for me, I also had a similar issue, teamviwer was blinking/pulsating – but not starting up.
Thank you for this! Works perfectly
it helps me
Thanks a lot!!!!
Thank you very much
Thank you!
Thu Feb 2 13:24:06 EST 2017
Action: Installing daemon (12.0.71510) for ‘upstart’ …
installing /etc/init/teamviewerd.conf (/opt/teamviewer/tv_bin/script/teamviewerd.DEB.conf)
initctl start teamviewerd
initctl: Job is already running: teamviewerd
fail
root@1677:~#
I have this problem too, did you find a solution?
thanks a lot
cool thanks, helped!
initctl start teamviewerd
initctl: Job is already running: teamviewerd
fail
Disable first before enable, but but you restart the pc..same error occur
For me nothing worked so i put these lines in my rc.local
(sleep 30
sudo teamviewer daemon restart)&
I checked other forum post and blog post but not getting proper resolution. Getting following error, please help me with this,
2019/11/01 14:52:21.486 17180 4115188544 S CInterProcessNetwork::NewInterProcessDataAvailable(): ConnectionClosed session=4294967295 ptype=2
2019/11/01 14:52:21.486 17180 4115188544 S UpdateOnlineState newOnlineValue 0
2019/11/01 14:52:21.738 17180 4123581248 S CAcceptServer::HandleAccept: new connection from 127.0.0.1:41577
2019/11/01 14:52:21.779 17180 4123581248 S!! Process IPC connection failed, session not found: type = 2 pid = 17201
2019/11/01 14:52:37.739 17180 4115188544 S CTcpProcessConnector::HandleRead(): Socket gracefully closed (PID=17201)
2019/11/01 14:52:37.739 17180 4115188544 S CTcpProcessConnector::CloseConnection(): PID=17201
2019/11/01 14:52:37.739 17180 4115188544 S CInterProcessNetwork::NewInterProcessDataAvailable(): ConnectionClosed session=4294967295 ptype=2
2019/11/01 14:52:37.739 17180 4115188544 S UpdateOnlineState newOnlineValue 0
2019/11/01 14:52:37.992 17180 4123581248 S CAcceptServer::HandleAccept: new connection from 127.0.0.1:46863
2019/11/01 14:52:38.035 17180 4131973952 S!! Process IPC connection failed, session not found: type = 2 pid = 17201