X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=9cc36f41aca382ddcfde6dc45566cf33aa4cba92;hp=583f72abf7d9a4e1d4aa0c84f0f4fa4581ffbf7f;hb=1233e26da6b97795c9d6728faebe546da463f51e;hpb=7a0852896a75d852dbd2ac848ec5c0be3b5dea71 diff --git a/INSTALL b/INSTALL index 583f72ab..9cc36f41 100644 --- a/INSTALL +++ b/INSTALL @@ -92,6 +92,14 @@ Finally, tell para_client to connect to server_host: Start para_server ----------------- +Before starting the server make sure you have write permissions to +the directory /var/paraslash. + + sudo chown $user /var/paraslash + +Alternatively, use the --afs_socket Option to specify a different +location for the afs command socket. + For this first try, we'll use a debug level of two to make the output of para_server more verbose. @@ -140,8 +148,8 @@ Print a list of all audio files found with Start streaming manually ------------------------ - para play - para stat 2 + para_client play + para_client stat 2 This starts streaming and dumps some information about the current audio file to stdout.