diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-30 19:00:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-30 19:00:29 +0000 |
commit | 80f43a8c6e2c297de165333c2cfe6ec9c5213fe2 (patch) | |
tree | 8dd57d50e981b949b9eb1ca89310307741261e85 /doc | |
parent | f8563b4f6a9ca7c9114fb60d01760789b7b57f3a (diff) | |
download | tor-80f43a8c6e2c297de165333c2cfe6ec9c5213fe2.tar.gz tor-80f43a8c6e2c297de165333c2cfe6ec9c5213fe2.zip |
add a note to the doc telling openbsd folks that their fd limit is
too low
svn:r2626
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 0a5dbd698b..eace288247 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -232,8 +232,10 @@ into a chroot jail</a>.)</p> <p>First, copy torrc.sample to torrc (by default it's in /usr/local/etc/tor/), and edit the middle part. Create the DataDirectory, and make sure it's owned by the uid/gid that will be running tor. Fix your system -clock so it's not too far off. Make sure name resolution works. Open a -hole in your firewall so outsiders can connect to your ORPort.</p> +clock so it's not too far off. Make sure name resolution works. Make sure +each process can get to 1024 file descriptors (this should be already +done for everybody but the BSD folks). Open a hole in your firewall so +outsiders can connect to your ORPort.</p> <p>Then run tor to generate keys: <tt>tor</tt>. One of the files generated in your DataDirectory is your 'fingerprint' file. Mail it to |