Delivery-Date: Fri, 26 Jun 2015 06:16:04 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id F1AE91E06F1;
	Fri, 26 Jun 2015 06:16:02 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 28BDF3644C;
	Fri, 26 Jun 2015 10:15:59 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id E60DC36441
 for <tor-talk@lists.torproject.org>; Fri, 26 Jun 2015 10:15:55 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 0fajvJGOdzwT for <tor-talk@lists.torproject.org>;
 Fri, 26 Jun 2015 10:15:55 +0000 (UTC)
Received: from meiko.romanrm.net (meiko.romanrm.net
 [IPv6:2001:bc8:3829:100::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id B7CEA36420
 for <tor-talk@lists.torproject.org>; Fri, 26 Jun 2015 10:15:55 +0000 (UTC)
X-Greylist: delayed 11699 seconds by postgrey-1.34 at eugeni;
 Fri, 26 Jun 2015 10:15:55 UTC
Received: from natsu (unknown [IPv6:fd39::a60:6eff:fef3:b5b3])
 by meiko.romanrm.net (Postfix) with SMTP id 76BBF843BC;
 Fri, 26 Jun 2015 10:15:50 +0000 (UTC)
Date: Fri, 26 Jun 2015 15:15:52 +0500
From: Roman Mamedov <rm@romanrm.net>
To: tor-talk@lists.torproject.org
Message-ID: <20150626151552.6feb0b95@natsu>
In-Reply-To: <025ae710ed4b22796ea95b61b1af999e@cryptolab.net>
References: <4597361435307842@web23m.yandex.ru>
 <025ae710ed4b22796ea95b61b1af999e@cryptolab.net>
X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Subject: Re: [tor-talk] Creation of TOR Linux distribution for relay or
 server with everything preconfigured
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4657889422605015454=="
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

--===============4657889422605015454==
Content-Type: multipart/signed; micalg=PGP-SHA1;
 boundary="Sig_/UpI6GZYAZT9/_=.vCl9izdZ"; protocol="application/pgp-signature"

--Sig_/UpI6GZYAZT9/_=.vCl9izdZ
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Fri, 26 Jun 2015 05:25:04 -0400
Griffin Boyce <griffin@cryptolab.net> wrote:

>    Most of the configuration (at least in my case) has to do with=20
> deciding on the right speed for the relay and setting a bandwidth cap. =20
> And when using a VPS, I set "AccountingMax" and "AccountingStart" to=20
> stay within my expected billing range.  So I would say that would=20
> present the biggest issue for me with regards to having optimal settings=
=20
> for something preconfigured.
>=20
>    However, you can make a relay just by configuring your torrc file (in=
=20
> /etc/tor) and then restarting tor.  Here's a basic torrc file for a=20
> relay:
>=20
> #####
> Log notice file /var/log/tor/notices.log
> RunAsDaemon 1  # Run Tor in the background
> DataDirectory /var/lib/tor # required
> ORPort 9001 # required
> Nickname relayname # Name your relay!
> AccountingMax 960 GB # only pass up to 960gb...
> AccountingStart month 3 15:00 # ...per month
> ExitPolicy reject *:* # no exits allowed
> #####
>=20
>    Once you have your torrc file configured, run the command: sudo -u=20
> debian-tor tor.

Sorry, what? Do you also build your Tor from source with "make install"?
Also this doesn't restart, but starts Tor. and you didn't mention the need =
(or
how) to stop it before.

The correct way to restart Tor in Debian is '/etc/init.d/tor restart'.

--=20
With respect,
Roman

--Sig_/UpI6GZYAZT9/_=.vCl9izdZ
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlWNJlgACgkQTLKSvz+PZwjtQACfVAZVdCQgdIUlhk5cJAbGjabY
OAwAoIYV4nmy6tVLjM9j+qxLiwcqokWu
=xwW1
-----END PGP SIGNATURE-----

--Sig_/UpI6GZYAZT9/_=.vCl9izdZ--

--===============4657889422605015454==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

--===============4657889422605015454==--

