[tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
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 I placed a line in the torrc file "Log notice file /var/log/tor/log" Following these instructions fr

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread 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 wrote: > There were some talks about network diversity recently, so I made up my > mind and started a freeBSD server. > > On advice from here http

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
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 mailto:pa...@web.de>> > wrote

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread George
On 12/01/16 17:54, pa011 wrote: > There were some talks about network diversity recently, so I made up > my mind and started a freeBSD server. Great. Quick note: posting to multiple lists at once is poor etiquette. Either list would be fine, but tor-bsd might be the preferred one for this questi

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 wrote: > I saw that and tried "touch /var/log/tor" - didn’t help .. > > > Am 01.12.2016 um 23:57 schrieb Marcel Krzystek: > >

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
I did it with sudo, because it wasn’t privileged otherwise - this is the result using sudo Am 02.12.2016 um 00:03 schrieb 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

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
Hi! On 02.12.2016 00:04, George wrote: > Installing security/arm is simple enough. > > pkg install arm Yes, that normally should solve your problem. I've recognized that the dependencies are on Tor v0.2.8.9. You can't install it with security/tor-devel? Regards, ___

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread Michael Armbruster
On 2016-12-01 at 23:54, pa011 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 I placed a > line in the torrc file "Log notice file /v

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
Am 02.12.2016 um 00:19 schrieb diffusae: > Hi! > > On 02.12.2016 00:04, George wrote: >> Installing security/arm is simple enough. >> >> pkg install arm > > Yes, that normally should solve your problem. > > I've recognized that the dependencies are on Tor v0.2.8.9. > You can't install it with

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread George
On 12/01/16 18:25, pa011 wrote: > > > Am 02.12.2016 um 00:19 schrieb diffusae: >> Hi! >> >> On 02.12.2016 00:04, George wrote: >>> Installing security/arm is simple enough. >>> >>> pkg install arm >> >> Yes, that normally should solve your problem. >> >> I've recognized that the dependencies are

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
Am 02.12.2016 um 00:21 schrieb Michael Armbruster: > On 2016-12-01 at 23:54, pa011 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/c6e2890c44097fd6aaceeedec08c64

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
Doesn't deinstall py27-arm-1.4.5.0? I not sure. If you still have arm in your package list, than it's ok. On 02.12.2016 00:25, pa011 wrote: > > > Am 02.12.2016 um 00:19 schrieb diffusae: >> Hi! >> >> On 02.12.2016 00:04, George wrote: >>> Installing security/arm is simple enough. >>> >>> pkg i

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread George
On 12/01/16 18:33, pa011 wrote: > > > Am 02.12.2016 um 00:21 schrieb Michael Armbruster: >> On 2016-12-01 at 23:54, pa011 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

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
You really need this directory, otherwise it won't work. It depends on your torrc. On 02.12.2016 00:33, pa011 wrote: > "sudo mkdir /var/log/tor" > "sudo chown _tor:_tor /var/log/tor" > "sudo chmod 600 /var/log/tor" That looks good. Regards, ___ tor-re

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
Oh, yes didn't see, that it is the directory. So you need the x bit. On 02.12.2016 00:38, George wrote: > mkdir chmod 700 /var/log/tor; ___ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/to

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
Am 02.12.2016 um 00:32 schrieb George: > On 12/01/16 18:25, pa011 wrote: >> >> >> Am 02.12.2016 um 00:19 schrieb diffusae: >>> Hi! >>> >>> On 02.12.2016 00:04, George wrote: Installing security/arm is simple enough. pkg install arm >>> >>> Yes, that normally should solve your probl

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
You can fix it: ln -s /usr/local/bin/python2.7 /usr/local/bin/python On 02.12.2016 00:46, pa011 wrote: > Starting arm by just "arm" brings up "/usr/local/bin/arm: python: not found" ___ tor-relays mailing list tor-relays@lists.torproject.org https://lis

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread pa011
solved, as far as I can see now - maybe more tomorrow.. Thank you very much gentlemen for your help :-) !!! Am 02.12.2016 um 00:51 schrieb diffusae: > ln -s /usr/local/bin/python2.7 /usr/local/bin/python ___ tor-relays mailing list tor-relays@lists.to

Re: [tor-relays] network diversity with freeBSD

2016-12-01 Thread diffusae
See you ... :-) On 02.12.2016 00:57, pa011 wrote: > solved, as far as I can see now - maybe more tomorrow.. > > Thank you very much gentlemen for your help :-) !!! > > > > Am 02.12.2016 um 00:51 schrieb diffusae: >> ln -s /usr/local/bin/python2.7 /usr/local/bin/python > _

Re: [tor-relays] network scan results for CVE-2016-5696 / rfc 5961

2016-12-01 Thread dawuud
Hello, I think the best approach for elliminating the false positives would be to make the scanner perform the timing inference attack as described in the paper. Unfortunately I don't have enough time to look into this more. Cheers, David On Thu, Nov 17, 2016 at 09:22:47PM +, dawuud wro