turnserver not found in /etc/bin - coturn 4.4.2.1-1

Asked by Michael

My developer is advising:

Please check why TURN server isn't installed.

Following command isn't working for me:

find /etc/bin -name 'turnserver'

Fresh install of coturn 4.4.2.1-1 from Vivid universe, anything you can suggest I advise him on this? I had previously had a Ubuntu 14.04 install with CoTurn.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu coturn Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

As far as I know, the binaries should be in the /usr/bin directory, not in /etc/bin

Please provide the output of the following diagnostic commands:

uname -a
lsb_release -crid
apt-cache policy coturn
dpkg -l coturn
ls -l /usr/bin/turn*

Revision history for this message
Michael (x-michael-h) said :
#2

Linux coTurn 3.19.0-30-generic #34-Ubuntu SMP Fri Oct 2 22:08:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
coturn:
  Installed: 4.4.2.1-1
  Candidate: 4.4.2.1-1
  Version table:
 *** 4.4.2.1-1 0
        500 http://us.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
        100 /var/lib/dpkg/status
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-=======================-=======================-=============================================================================
ii coturn 4.4.2.1-1 amd64 TURN and STUN server for VoIP
lrwxrwxrwx 1 root root 10 Feb 8 2015 /usr/bin/turnadmin -> turnserver
-rwxr-xr-x 1 root root 489376 Feb 8 2015 /usr/bin/turnserver
-rwxr-xr-x 1 root root 80192 Feb 8 2015 /usr/bin/turnutils_peer
-rwxr-xr-x 1 root root 84280 Feb 8 2015 /usr/bin/turnutils_stunclient
-rwxr-xr-x 1 root root 130856 Feb 8 2015 /usr/bin/turnutils_uclient

Revision history for this message
Michael (x-michael-h) said :
#3

Did I miss something?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Then it's present. The ls command has unearthed

/usr/bin/turnserver

...?

Revision history for this message
Michael (x-michael-h) said :
#5

find /usr/bin/ -name 'turnserver'
/usr/bin/turnserver

Yes, it is there.

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)

Is this indicating I need to reinstall or other? If so please advise step by step action to take.

Revision history for this message
Michael (x-michael-h) said :
#6

Please provide also link to configuration commands etc. Thanks.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#7

If the binary is there, it means it's installed OK.

Revision history for this message
Michael (x-michael-h) said :
#8

Thanks actionparsnip, that solved my question.

Revision history for this message
Michael (x-michael-h) said :
#9

Thank you all for your assistance.