fe.settings:getUserBoardSettings - non array given[os] - Endchan Magrathea
I have added a torrc-defaults file to endtools.git 

http://ix.io/NjZ

$ su
# cd /etc/tor/ 
or 
# cd /usr/local/etc/tor
# wget http://ix.io/NjZ
# mv NjZ torrc-defaults 
or 
# systemctl start tor
or 
# rc-service start tor
# torsocks wget http://ix.io/NjZ
# mv NjZ torrc-defaults
# systemctl restart tor
or
# rc-service tor restart
# exit
$ endnode

This is just a file to play with and fix. It is similar to what I am running with currently. If you have better ideas about the configuration feel free to mention them.

Also a word to the wise: compile tor from the source tarball on the torproject page.

$ cd ~/
$ mkdir tor
$ cd tor
$ torsocks wget http://torsiteyqk5ajx5o.onion/dist/tor-0.2.7.6.tar.gz
$ torsocks wget http://torsiteyqk5ajx5o.onion/dist/tor-0.2.7.6.tar.gz.asc
$ torsocks wget http://torsiteyqk5ajx5o.onion/dist/tor-0.2.8.3-alpha.tar.gz
$ torsocks wget http://torsiteyqk5ajx5o.onion/dist/tor-0.2.8.3-alpha.tar.gz.asc



 WARNING 
The following onion links have been flagged as Phishing sites by http://7cbqhjnlkivmigxf.onion/: 

e5qcqoax4chithot.onion (2016-02-27) (Phishing link)
zgfgvob256pffy62.onion (2014-12-29) (Phishing link)
torprowdd64ytmyk.onion (2016-05-22) (Phishing link)
gaobjvqqrlotey4d.onion (2016-07-30) (Phishing link)

 WARNING 




$ gpg --verify tor-0.2.7.6.tar.gz.asc tor-0.2.7.6.tar.gz

import the signing key if this fails, once checked, unpack, cd into directory, 

$ tar  -xvf tor-0.2.7.6.tar.gz
$ mv tor-0.2.7.6 tor_stable
$ cd tor_stable
$ ./configure
$ make 
$ cd ~/
$ mkdir ~/bin
$ cd ~/bin
$ export PATH=$PATH:~/bin
$ ln -s ~/tor/tor_stable/src/or/tor tor_stable
$ cd ~/tor/src/config
$ su
# mkdir /usr/local/etc/
# mkdir /usr/local/etc/tor
# cp torr.sample /usr/local/etc/tor/torrc
# mkdir /usr/local/share/tor
# cp geoip /usr/local/share/tor/geoip
# cp geoip6 /usr/local/share/tor/geoip6
# cd /usr/local/etc/tor/
# torsocks wget http://ix.io/NjZ
# mv NjZ torrc-defaults
# exit
$ tor_stable

repeat for tor_alpha : gpg --verify, unpack, ./configure , make, link to ~/bin/tor_alpha, run 

I'll write this up again in the internet security thread.