aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-05-23 17:07:12 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-28 22:25:01 +0000
commit724bb5166fd43fbdc75d51ee10effb87fade7c27 (patch)
tree723fe870ca5df8dc15997b7965bc9181959a8703
parentf3981f44bd4116edd23ba302fe014e6e40102665 (diff)
OsmoGSMTester: add rtprio conf, tweak core dump conf
-rw-r--r--OsmoGSMTester/chapters/install.adoc17
1 files changed, 16 insertions, 1 deletions
diff --git a/OsmoGSMTester/chapters/install.adoc b/OsmoGSMTester/chapters/install.adoc
index 2a20ebd..8ace16f 100644
--- a/OsmoGSMTester/chapters/install.adoc
+++ b/OsmoGSMTester/chapters/install.adoc
@@ -325,9 +325,24 @@ written. This requires a limit rule. Copy the following config file from the
osmo-gsm-tester source tree to the main unit:
----
-cp install/osmo-gsm-tester-limits.conf /etc/security/limits.d/
+sudo -s
+echo "@osmo-gsm-tester - core unlimited" > /etc/security/limits.d/osmo-gsm-tester_allow-core.conf
----
+Re-login the user to make these changes take effect.
+
+==== Allow Realtime Priority
+
+Certain binaries should be run with real-time priority, like 'osmo-bts-trx'.
+Add this permission on the main unit:
+
+----
+sudo -s
+echo "@osmo-gsm-tester - rtprio 99" > /etc/security/limits.d/osmo-gsm-tester_allow-rtprio.conf
+----
+
+Re-login the user to make these changes take effect.
+
==== User Permissions
On the main unit, create a group for all users that should be allowed to use