From: xavid via Trac Date: Tue, 21 Apr 2009 15:34:12 +0000 (-0500) Subject: You need to create more directories for logging to work. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/4a03dfee68d08fbba9c597b6716b89242e4bbd00?hp=9eb4c19fddecbba4715042b239d9756dc3eaaf60;ds=sidebyside You need to create more directories for logging to work. --- diff --git a/doc/UsingZephyr b/doc/UsingZephyr index b47a02c..d9a22ef 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -118,14 +118,16 @@ And to log personals: :set logging on }}} -This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena command +This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena commands {{{ mkdir -p ~/zlog fs sa ~/zlog system:anyuser none +mkdir -p ~/zlog/people +mkdir -p ~/zlog/class }}} -to make this directory completely hidden. +to create the necessary directories and make them completely hidden. === Colors ===