[srslte-users] srsRAN
Pedro Alvarez
pedro.alvarez at softwareradiosystems.com
Tue May 11 12:07:42 UTC 2021
Hi Andrea --
Yes this mailing list is still valid.
Regarding the config issue, Ubuntu changed the behaviour of sudo some
time ago so that sudo so that the commands ran in sudo no longer have
access to the $HOME environment variable. That is why doing "sudo
srslte_install_config.sh user" will install the configs in the `/root`
folder.
To avoid issues you have to do one of the following:
1 - Run "srsran_install_configs.sh user" *without sudo*, and when you
run srsenb run "sudo -E srsenb"
2 - Run "srsran_install_configs.sh user" *without sudo*, and then
tweak your sudoers file not to need the "sudo -E" flag.
3 - Run "srsran_install_configs.sh service" and then just run "sudo
srsenb". This will install the configs in the "/etc/srslte" folder,
which does not need the "sudo -E" flag to be found.
I personally prefer solution 3, as I don't have multiple users running
"srsenb" on the same machine, but different people use different
solutions.
More information about the srsran-users
mailing list