From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...ff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/HOWTO.diff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN (limited to 'cvs/cvsweb.cgi/code/nelns/HOWTO.diff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN') diff --git a/cvs/cvsweb.cgi/code/nelns/HOWTO.diff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN b/cvs/cvsweb.cgi/code/nelns/HOWTO.diff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN new file mode 100644 index 00000000..b0de1795 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/HOWTO.diff?r1=1.1&r2=1.2&sortby=date&only_with_tag=MAIN @@ -0,0 +1,48 @@ + + + +code/nelns/HOWTO - diff - 1.2 + +
[BACK] Return to HOWTO + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/HOWTO between version 1.1 and 1.2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.1, 2001/04/18 13:54:25version 1.2, 2001/10/04 15:49:12
Line 16 
Line 16 
 (shown in Unix naming scheme, for Windows add ".exe") in a single (shown in Unix naming scheme, for Windows add ".exe") in a single
 directory (let's call it homedir/bin): directory (let's call it homedir/bin):
 naming_service  -> used to find a specific service by its name naming_service  -> used to find a specific service by its name
 log_service     -> centralized logger for all services 
 time_service    -> centralized time reference manager time_service    -> centralized time reference manager
 login_service   -> centralized user account manager for all shards login_service   -> centralized user account manager for all shards
 (admin_executor_service -> collects system stats  (admin_executor_service -> collects system stats
Line 45 
Line 44 
  
 -- starts -- -- starts --
 nohup ~/bin/naming_service >/dev/null nohup ~/bin/naming_service >/dev/null
 nohup ~/bin/log_service >/dev/null 
 nohup ~/bin/time_service >/dev/null nohup ~/bin/time_service >/dev/null
 nohup ~/bin/login_service >/dev/null nohup ~/bin/login_service >/dev/null
 echo "Active services:" echo "Active services:"
Line 69 
Line 67 
 - ls.log (login_service) - ls.log (login_service)
   Every time someone logs in, its configuration information is   Every time someone logs in, its configuration information is
   saved into ls.log   saved into ls.log
 - logs.log (very big especially if you have compiled the servers - log.log (very big especially if you have compiled the servers
   with NL_DEBUG defined) (log_service)   with NL_DEBUG defined)
   Contains all debug information sent by the services.   Contains all debug information sent by the services.
  
  


+
Legend:
+
Removed from v.1.1 
changed lines
 Added in v.1.2
+
+ + + + + +
+
\ No newline at end of file -- cgit v1.2.1