-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when starting main.py #1
Comments
This is for osmocom debian10 repository, the error says "osmocom-nitb.service could not be found", to installing osmocom-nitb from repository we need libosmocore12 that dose not exist in repository, same problem i have. |
Hello, you can try another repo from here https://osmocom.org/projects/cellular-infrastructure/wiki/Latest_Builds |
tell me what this error can be connected with? osmo@osmo:~/osmo-nitb-scripts$ sudo ./main.py Unit osmocom-nitb.service could not be found. |
in the line: subscriber-create-on-demand random 100 199 remove random 100 199 |
There is no systemctl nitb service in you system, so osmo-nitb did not start and didn't create a hlr.db. I would not advise to use this script because it uses legacy osmocom infrastructure. It is better to install new osmocom stack with splitted hlr, msc and bsc with new features and wrap all this stuff to bash script, that will start it |
Ubuntu 18.04 clean |
I tried to install this on my Ubuntu 18.04 machine and LimeSDR Mini.
But I always got this kind of error
`root@user:~/osmo-nitb-scripts# sudo ./main.py
[*] Checking for SDR device..
[+] Found device: * [LimeSDR Mini, media=USB 3.0, module=FT601, addr=24607:1027, serial=xxxxx]
Unit osmocom-nitb.service could not be found.
kernel.sched_rt_runtime_us = -1
[+] starting osmo-nitb.service ...
[+] starting osmo-trx-lms.service ...
[+] starting osmo-bts-trx.service ...
Somethigs wrong with osmo-nitb.service, see journalctl -b -S 17:11:17 -u osmo-nitb.service
Unit osmocom-nitb.service could not be found.
`
Sep 12 17:19:45 base osmo-nitb[3110]: Error occurred during reading below line:
Sep 12 17:19:45 base osmo-nitb[3110]: subscriber-create-on-demand random 100 199
Sep 12 17:19:45 base osmo-nitb[3110]: <0005> bsc_init.c:494 Failed to parse the config file: '/etc/osmocom/osmo-nitb.cfg'
Sep 12 17:19:45 base systemd[1]: osmo-nitb.service: Main process exited, code=exited, status=1/FAILURE
Sep 12 17:19:45 base systemd[1]: osmo-nitb.service: Failed with result 'exit-code'.
The text was updated successfully, but these errors were encountered: