Re: [tor-relays] Testers needed for Nyx beta release

2017-10-30 Thread Marcel Krzystek
FYI, I cloned into a Digital Ocean cloud server running Ubuntu 17.04
(kernel 4.10.0-33 generic). It compiled and ran fine.

On Mon, Oct 30, 2017 at 2:06 PM, Toralf Förster 
wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 10/30/2017 08:35 PM, Damian Johnson wrote:
> > Would relay operators mind giving Nyx a whirl? To give it a try
> > simply ensure you have a control port available in your torrc...
> >
> >   ControlPort 9051
> >   CookieAuthentication 1
> >
> > ... and run the following...
> >
> >   % git clone https://git.torproject.org/stem.git
> >   % git clone https://git.torproject.org/nyx.git
> >   % cd nyx/
> >   % ln -s ../stem/stem stem
> >   % ./run_nyx
> >
> > Thanks! -Damian
>
> mr-fox ~ # git clone https://git.torproject.org/stem.git
> Cloning into 'stem'...
> remote: Counting objects: 21863, done.
> remote: Compressing objects: 100% (1927/1927), done.
> remote: Total 21863 (delta 1969), reused 783 (delta 629)
> Receiving objects: 100% (21863/21863), 5.61 MiB | 21.29 MiB/s, done.
> Resolving deltas: 100% (17332/17332), done.
> mr-fox ~ # git clone https://git.torproject.org/nyx.git
> Cloning into 'nyx'...
> remote: Counting objects: 12723, done.
> remote: Compressing objects: 100% (691/691), done.
> remote: Total 12723 (delta 554), reused 265 (delta 152)
> Receiving objects: 100% (12723/12723), 8.03 MiB | 32.90 MiB/s, done.
> Resolving deltas: 100% (9735/9735), done.
> mr-fox ~ # cd nyx/
> mr-fox nyx #  ln -s ../stem/stem stem
> mr-fox nyx # ./run_nyx
> Traceback (most recent call last):
>   File "./run_nyx", line 7, in 
> import nyx
>   File "/root/nyx/nyx/__init__.py", line 49, in 
> import sqlite3
> ImportError: No module named sqlite3
> mr-fox nyx #
>
>
>
> :-/
>
> - --
> Toralf
> PGP C4EACDDE 0076E94E
> -BEGIN PGP SIGNATURE-
>
> iI0EAREIADUWIQQaN2+ZSp0CbxPiTc/E6s3eAHbpTgUCWfeGUhccdG9yYWxmLmZv
> ZXJzdGVyQGdteC5kZQAKCRDE6s3eAHbpTnnxAP9OZR1lJoHj/Ksv/CTs9aj1X2xs
> 8NfJgK2PXHVeyYjWVgEAiFiSRpdm59zyyMFLpAD6UnPJo3qWs1iN610DATN3IMA=
> =qCop
> -END PGP SIGNATURE-
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Testers needed for Nyx beta release

2017-10-30 Thread Marcel Krzystek
Thank you for doing this.

On Mon, Oct 30, 2017 at 1:35 PM, Damian Johnson 
wrote:

> Hi all! After five years Nyx (previously known as arm) is getting
> a far belated update. Under the covers the whole codebase has been
> rewritten from scratch, but for users things look much the same.
> One of those cases where...
>
>   "When you do things right, people won't be sure you've done
>   anything at all." -Futurama
>
> Main changes are...
>
>   * Python 3.x support.
>
>   * New website: https://nyx.torproject.org/
>
>   * Bandwidth graph now prepopulates when you start up, so you
> have a graph right away.
>
>   * Connections are now available without togging
> DisableDebuggerAttachment in your torrc.
>
>   * Support for showing IPv6 connections.
>
>   * Dialog for picking tor events to log, rather than an arcane
> letter flag input.
>
>   * Improved efficiency of log deduplication by multiple orders
> of magnitude. As such verbose logs no longer peg your CPU.
>
>   * Richer control interpreter, including a python prompt like
> IDLE.
>
>   * Removed features that frequently confused users such as the
> relay setup wizard and torrc validation.
>
>   * Modernized dependencies. Nyx now uses Stem rather than TorCtl
> (which was deprecated in 2011).
>
> Our ducks should finally be in a row for release, but this being
> a full rewrite I'd like to start with an open beta to work out
> anything I might have missed.
>
> Would relay operators mind giving Nyx a whirl? To give it a try
> simply ensure you have a control port available in your torrc...
>
>   ControlPort 9051
>   CookieAuthentication 1
>
> ... and run the following...
>
>   % git clone https://git.torproject.org/stem.git
>   % git clone https://git.torproject.org/nyx.git
>   % cd nyx/
>   % ln -s ../stem/stem stem
>   % ./run_nyx
>
> Thanks! -Damian
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Reminder: If you are on 0.2.9.x, make sure you are running 0.2.9.9

2017-02-10 Thread Marcel Krzystek
Sorry to be a dunce, but I opened a new relay on Ubuntu 16.10. 0.2.8.8 is
in the repository. How do I pull 0.2.9.9? Do I need to download/install the
browser bundle off of torproject.org?

On Fri, Feb 10, 2017 at 11:21 AM, nusenu  wrote:

> > Looks like FreeBSD and most people running BSD is (are) lacking
> > behind - "sudo pkg update && sudo pkg upgrade -y" is not bringing
> > success - what do you recommend there?
>
>
> If you did not get tor 0.2.9.9 via pkg yet you are probably using the
> quarterly [1] and not the latest [2] repo.
> (/etc/pkg/FreeBSD.conf)
>
> 'latest' has 0.2.9.9 since 2017-02-05.
>
>
>
>
> [1]http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/All/tor-0.2.9.8.txz
> [2]http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/tor-0.2.9.9_1.txz
>
>
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
>
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread Marcel Krzystek
Then it's likely a permission issue. Have you tried running the command
with sudo? (Or in FreeBSD, you may need to run it as su).



On Thu, Dec 1, 2016 at 4:01 PM, pa011 <pa...@web.de> wrote:

> I saw that and tried "touch /var/log/tor" - didn’t help ..
>
>
> Am 01.12.2016 um 23:57 schrieb Marcel Krzystek:
> > It appears you have a space in "touch /var/log tor" that should not be
> there. Try "touch /var/log/tor" instead.
> >
> > On Thu, Dec 1, 2016 at 3:54 PM, pa011 <pa...@web.de <mailto:pa...@web.de>>
> wrote:
> >
> > There were some talks about network diversity recently, so I made up
> my mind and started a freeBSD server.
> >
> > On advice from here https://gist.github.com/teor2345/
> c6e2890c44097fd6aaceeedec08c6431 <https://gist.github.com/teor2345/
> c6e2890c44097fd6aaceeedec08c6431> I placed a line in the torrc file "Log
> notice file /var/log/tor/log"
> >
> > Following these instructions from the TDP:
> >
> > "touch /var/log tor && chown _tor:_tor /var/log/tor && chmod 600
> /var/log/tor"
> >
> > found here: https://torbsd.github.io/fbsd-relays.html <
> https://torbsd.github.io/fbsd-relays.html> I ended up getting this
> warning:
> >
> > "[warn] Couldn't open file for 'Log notice file /var/log/tor/log':
> Permission denied"
> >
> > Maybe I am to tired today to find the mistake - what is wrong please?
> >
> > Is there a good instruction elsewhere?
> >
> > Is it possible to install arm on freeBSD and if so could somebody
> help me with the implementation please?
> >
> > Thanks
> >
> > Paul
> >
> >
> > ___
> > tor-relays mailing list
> > tor-relays@lists.torproject.org <mailto:tor-relays@lists.
> torproject.org>
> > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays <
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays>
> >
> >
> >
> >
> > ___
> > tor-relays mailing list
> > tor-relays@lists.torproject.org
> > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
> >
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Middle relay

2016-09-16 Thread Marcel Krzystek
Add the following to your .torrc file:

ExitPolicy reject *:*



On Fri, Sep 16, 2016 at 8:22 AM, Jim Electro House <
torelectroho...@gmail.com> wrote:

> Hi to all!
> I'm running a non-exit relay and I'd like to configure it to run *only*
> as a middle relay. Do you know which conf should I add on my torrc file?
>
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
>
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays