OpenBSC development

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Tue Jan 10 22:18:26 UTC 2012


> When I left from work I shut down the VM and now after power on it seems to
> work using the command:
>
> osmo-nitb -c hsl/openbsc.cfg
>
> But that is not all, if I stop the process with Ctrl+Z and run it again
> (same command) I get the error mentioned below:
>
> "(000) telnet_interface.c:85 Telnet interface failed to bind"

Well that's expected ... if you do CTRL-Z, the process is "stopped"
but still exists (it's not terminated) and so the associated resources
are still allocated to it, including ownership of port 4242 ... so you
can't launch a second process that would use the same stuff ...

That's standard unix stuff.

Cheers,

   Sylvain




More information about the OpenBSC mailing list