[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] tor-talk Digest, Vol 50, Issue 55



Greetings,
'
The Tor on OpenBSD project continues here.

I went through all the suggested procedures, launched Tor and now I get
this:

"Tor has successfully opened a circuit. Looks like client functionality is
working."
"Bootstrapped 100%: Done"

But nothing happens and the shell just hangs there.

Ideas?

Dave



On Mon, Mar 23, 2015 at 8:00 AM, <tor-talk-request@xxxxxxxxxxxxxxxxxxxx>
wrote:

> Send tor-talk mailing list submissions to
>         tor-talk@xxxxxxxxxxxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
> or, via email, send a message with subject or body 'help' to
>         tor-talk-request@xxxxxxxxxxxxxxxxxxxx
>
> You can reach the person managing the list at
>         tor-talk-owner@xxxxxxxxxxxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of tor-talk digest..."
>
>
> Today's Topics:
>
>    1. Re: Tor on OpenBSD 5.6 (Seth)
>    2. Re: Virgil's "gamification" website (Nusenu)
>    3. Re: Who runs the Tor Network? An Overview using MyFamily  Data
>       (Linus Nordberg)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 23 Mar 2015 01:10:29 -0700
> From: Seth <list@xxxxxxxxx>
> To: tor-talk@xxxxxxxxxxxxxxxxxxxx
> Subject: Re: [tor-talk] Tor on OpenBSD 5.6
> Message-ID: <op.xvxybrpybgbjo9@work-pc>
> Content-Type: text/plain; charset=iso-8859-15; format=flowed;
>         delsp=yes
>
> On Sun, 22 Mar 2015 23:42:55 -0700, davidx <drhardy84@xxxxxxxxx> wrote:
> > There were no specific download instructions for BSD on the Tor download
> > page that I noticed.  The header is for Linux and BSD there.  I would
> > gladly
> > write them up if I can get this to work.
>
> Forgot to add that the source version of tor does not install a service
> script in /etc/rc.d.
>
> So create one like this
>
> $ sudo vi /etc/rc.d/tor
> -------------
> #!/bin/sh
> #
> # $OpenBSD: tor.rc,v 1.1 2011/03/11 06:49:55 ajacoutot Exp $
>
> ulimit -n 4096
> daemon="/usr/local/bin/tor"
>
> . /etc/rc.d/rc.subr
>
> rc_cmd $1
> -------------
> Then make it executable
>
> $ sudo chmod +x /etc/rc.d/tor
>
> Plus you'll probably want to add a dedicated tor user.
>
> Sometimes I just cheat on that step by adding the outdated tor package
> then deleting it, the user will be left behind.
>
> $ sudo pkg_add tor; sudo pkg_delete tor
>
> also you'll probably need to create a data directory and log file for tor:
>
> $ sudo mkdir /var/tor; sudo touch /var/log/tor; sudo chmod -r _tor:_tor
> /var/tor
>
> and add these lines to /etc/tor/torrc
> --------------------------------------
> Log debug file /var/log/tor
> RunAsDaemon 1
> DataDirectory /var/tor
> User _tor
> --------------------------------------
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 23 Mar 2015 08:14:25 +0000
> From: Nusenu <nusenu@xxxxxxxxxxxxxxx>
> To: Virgil Griffith <i@xxxxxxxxx>
> Cc: "tor-talk@xxxxxxxxxxxxxxxxxxxx" <tor-talk@xxxxxxxxxxxxxxxxxxxx>
> Subject: Re: [tor-talk] Virgil's "gamification" website
> Message-ID: <550FCB61.9080007@xxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=utf-8
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Virgil Griffith:
> > Here's the gist:
> >
> > https://lists.torproject.org/pipermail/tor-dev/2014-June/006975.html
>
> Thanks
> >
> for the pointer.
> Great that you are also using MyFamily declarations to aggregate relays.
> -----BEGIN PGP SIGNATURE-----
>
> iQIcBAEBCgAGBQJVD8teAAoJEFv7XvVCELh0JQEQALFRcTkliWSmH3YH/sFvtWeW
> at5fY88mdqz3It5OPtRhZ9E+eZ0ABOT7wpWdNRQIRL4qnTagOp/4uxvCvjgeocIz
> WY74b6cGph7dvucZXEgMzKmunf0n+D0a13UC+HKKIXT9qUOssaTa4q+oPny2l6WF
> kqlZKTGs7i5uGUWR/meB+c4FdGtMQGFzvDSs+6wLgWD4K8PoWHkl/luIyoGX7Yyb
> v+n9119fuYt8zzfrDR6Ur4dHo6vulG6aEjkDfJS55StXsiB6aIl/WA3LaZGrnj+U
> Bn3czZse0ugA63AxvWSJGbil99pc77rYkIOmWmSsWJ/ItkBJnMPZOb0d7BYK/lwN
> +OUARl+VVHSFEj1Dn0jBbo1CI7sfQhlSwfGYwoGN7bgf4oIGytd7jTKc/9stwx3r
> 0/VYt6uZBsZPr8VLllq7PKjpJJBrwnIVKplM8oNv8uIHcBnUG2iAu7Ac1eZHFmSq
> 63WOrTMIE5UDSDMjZJAy/gLxYSOii0X+B05huMzs45DApzxVudjF+3dlRso9T7LF
> Sfp2DjSs3vzShsg+F3AUR83Hudho5G3jj+hPOTjxWh3gQcfJlPnUZRg2N+vBF0MF
> 3rPUfSg1HSkys02IuI2aFKCGxGNT8lnstfh+5A31FeHK/LGpTF5QsMPwl+5sexzA
> 74W5hjipL++uLXe5QE4W
> =Y/e7
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 23 Mar 2015 09:39:24 +0100
> From: Linus Nordberg <linus@xxxxxxxxxxx>
> To: Nusenu <nusenu@xxxxxxxxxxxxxxx>
> Cc: tor-talk@xxxxxxxxxxxxxxxxxxxx
> Subject: Re: [tor-talk] Who runs the Tor Network? An Overview using
>         MyFamily        Data
> Message-ID: <87wq28jef7.fsf@xxxxxxxxxxx>
> Content-Type: text/plain
>
> Nusenu <nusenu@xxxxxxxxxxxxxxx> wrote
> Fri, 20 Mar 2015 22:07:45 +0000:
>
> | Also because MyFamily is a cumbersome setting for relay operators
> | there might be misconfigurations** that result in multiple
> | (overlapping) families.
>
> That's one thing, and it happens now and again. In my case, two of the
> nine relays I'm part of operating were missing one fingerprint in their
> MyFamily setting. That's been fixed now. This is not the whole story
> though I'm afraid.
>
> Five of the relays I'm operating are run by DFRI, where I'm a
> sysadmin. Other DFRI sysadmins run other relays. Our solution to that
> has so far been to list all the relays that _any_ of us run in MyFamily
> for DFRI relays while keeping other sysadmins private relays out of the
> config of our private relays. Hmm, example:
>
>   person1 runs relays a,b
>   person2 runs relay c
>   organisation runs relays d,e,f
>
> a and b list a,b,d,e,f as MyFamily
> c lists c,d,e,f as MyFamily
> d,e,f list a,b,c,d,e,f as MyFamily
>
> This is probably not going to work as intended with how MyFamily
> works. I guess we should call a-f a big happy family and be done with
> it.
>
> Then again, MyFamily is on its way out I hear. Is that true and when
> does it disappear?
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> tor-talk mailing list
> tor-talk@xxxxxxxxxxxxxxxxxxxx
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
>
>
> ------------------------------
>
> End of tor-talk Digest, Vol 50, Issue 55
> ****************************************
>
-- 
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk