RangeNetworks / OpenBTS-UMTS

3G UMTS Data Radio Access Network Node
GNU Affero General Public License v3.0
297 stars 196 forks source link

Help us please. Cannot run ./OpenBTSCLI - ERROR: Connecting to 127.0.0.1:49300... connect stream socket: Connection refused #39

Open chegmarco1989 opened 4 years ago

chegmarco1989 commented 4 years ago

Hello.

I am trying to launch OpenBTS for the first time after installation, and I get this type of error:

Connecting to 127.0.0.1:49300... connect stream socket: Connection refused

However, as you can see below, I already launched OpenBTS with the command "sudo systemctl start openbts":

root@Cheg:/home/chegmarco/Documents# cd OpenBTS
root@Cheg:/home/chegmarco/Documents/OpenBTS# **sudo systemctl start openbts**
root@Cheg:/home/chegmarco/Documents/OpenBTS# **sudo systemctl start smqueue**
root@Cheg:/home/chegmarco/Documents/OpenBTS# **sudo systemctl start sipauthserve**
root@Cheg:/home/chegmarco/Documents/OpenBTS# **sudo systemctl start asterisk**
root@Cheg:/home/chegmarco/Documents/OpenBTS# cd dev
root@Cheg:/home/chegmarco/Documents/OpenBTS/dev# cd openbts
root@Cheg:/home/chegmarco/Documents/OpenBTS/dev/openbts# cd apps
root@Cheg:/home/chegmarco/Documents/OpenBTS/dev/openbts/apps# sudo ./OpenBTSCLI
OpenBTS Command Line Interface (CLI) utility
Copyright 2012, 2013, 2014 Range Networks, Inc.
Licensed under GPLv2.
Includes libreadline, GPLv2.
Connecting to 127.0.0.1:49300...
connect stream socket: Connection refused
Is OpenBTS running?
root@Cheg:/home/chegmarco/Documents/OpenBTS/dev/openbts/apps#

Please help me.