make sure the permissions on the directory are 700. it won't work without that.
- erik
"Russ Cox" <[EMAIL PROTECTED]> writes
|
| You need to create a name space directory and
| set $NAMESPACE. Since the machines I use are all
| single-user, I typically just use the machine name:
|
| h=`{hostname}
| NAMESPACE=/tmp/ns.$h
| mkdir -p $NAMESPACE
|
| See intro(4) for information about name space directories.
|
| Russ
