summaryrefslogtreecommitdiffstats
path: root/hydrogen
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-22 21:09:35 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-22 21:09:35 +0000
commitd28f46aca3a153ee5e70b0a569e6e52f6b5a4a20 (patch)
tree411b22ffbdf8b515155fc0c8c6301fa704f8cca1 /hydrogen
parentb0ad7970eab8ebfb2491922c535dea28bda70f8b (diff)
downloadasb-d28f46aca3a153ee5e70b0a569e6e52f6b5a4a20.tar.gz
asb-d28f46aca3a153ee5e70b0a569e6e52f6b5a4a20.tar.xz
Initial revision
Diffstat (limited to 'hydrogen')
-rw-r--r--hydrogen/build/00README11
1 files changed, 11 insertions, 0 deletions
diff --git a/hydrogen/build/00README b/hydrogen/build/00README
new file mode 100644
index 00000000..978f265f
--- /dev/null
+++ b/hydrogen/build/00README
@@ -0,0 +1,11 @@
+With thanks to slackbuilds.org and Heinz Wiesinger:
+
+jackd has to run with realtime privileges.
+One way to do this on Slackware would be to use set_rlimits (not part of
+Slackware). Since 12.2 there's another way, though experimental.
+If you have a filesystem that supports posix capabilities (reiserfs does not),
+you can grant jackd the rights to run in realtime mode, even when started as
+normal user with the following command:
+
+setcap cap_ipc_lock,cap_sys_nice=ep /usr/bin/jackd
+