[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor server
- To: or-dev@freehaven.net
- Subject: Re: Tor server
- From: "Noelle Ng" <ytng@it.uts.edu.au>
- Date: Wed, 10 Mar 2004 17:56:34 +1100 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-dev-outgoing@seul.org
- Delivered-to: or-dev@seul.org
- Delivery-date: Wed, 10 Mar 2004 01:56:42 -0500
- Importance: Normal
- In-reply-to: <20040226031557.J6832@moria.mit.edu>
- References: <20040218043946.V10643@moria.mit.edu> <1417.138.25.13.123.1077602176.squirrel@webmail-student.it.uts.edu.au> <20040226031557.J6832@moria.mit.edu>
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-dev@freehaven.net
- User-agent: SquirrelMail/1.4.2
hi
(i am running a separate Tor network)
now i have setup the server, was trying to run the client so it can talk
to the server, and fetch the directory from there. while i'm running it,
i got this message, it said "please use none". what does it mean?
when i run the client, i actually cat the info from the server
"dirservers" file to the client "dirservers" file. if i empty the
client "dirservers" file, it's read failed too...
1/ where do the client get the "dirservers" file?
2/ does anyone know how to fix the following error?
--
Noelle
$./tor -f ../config/torrc -r ../config/dirservers
Mar 10 17:19:11.507 [warn] tor_main(): Tor v0.0.2pre19. This is
experimental software. Do not use it if you need anonymity.
Mar 10 17:19:13.862 [err] You are running Tor version 0.0.2pre19, which
will not work with this network.
Please use none.
Mar 10 17:19:13.864 [err] cpuworker_main(): read type failed. Exiting.
> (Again, I assume you're talking about setting up your own Tor network.)
>
> On Tue, Feb 24, 2004 at 04:56:16PM +1100, Noelle Ng wrote:
>> Feb 24 16:41:58.697 [warn] directory_initiate_command(): No running
>> dirservers known. Not trying.
>> ==============================================================================
>> i guess because the current "dirservers" file is empty. does it make
>> sense?
>
> You should concatenate the router.desc files for each directory server you
> have configured (just "cat router1.desc router2.desc ... > dirservers").
> Then that file gets shipped to each client, so they know where to start.
>
>> 2/
>> where do i get the router descriptor file ?
>
> Inside the DataDirectory is a file called router.desc
>
> --Roger
>