From: Andre Noll Date: Tue, 28 Oct 2008 10:19:22 +0000 (+0100) Subject: INSTALL: Add comment that /var/paraslash should be writable. X-Git-Tag: v0.3.3~38 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f1bb2632ce3557fbf3acf53d1303b20376f7daac INSTALL: Add comment that /var/paraslash should be writable. Thanks to Johannes Wörner for pointing this out. --- diff --git a/INSTALL b/INSTALL index 3c059058..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.