help please with the configuration of the chain on Qubes OS,
do I need to open the 9051 port in torrc whonix?

zeronet works but :

port status - checking
tor status - waiting

============================================

sudo ./zeronet.py --tor always --fileserver_ip $(qubesdb-read /qubes-ip)
- Starting ZeroNet...
[14:23:45] - OpenSSL loaded, version: 01000114F
[14:23:45] - Patching sockets to tor socks proxy: 127.0.0.1:9050
[14:23:45] - Version: 0.6.2 r3465, Python 2.7.9 (default, Jun 29 2016, 13:08:31)
[GCC 4.9.2], Gevent: 1.0.1
[14:23:45] - Creating FileServer....
[14:23:45] - Creating UiServer....
[14:23:45] - Removing old SSL certs...
[14:23:45] - Starting servers....
[14:23:45] Ui.UiServer --------------------------------------
[14:23:45] Ui.UiServer Web interface: http://127.0.0.1:43110/
[14:23:45] Ui.UiServer --------------------------------------
[14:23:45] TorManager Connecting to Tor Controller 127.0.0.1:9051
[14:24:00] ConnServer Internet offline
[14:26:45] - Unhandled exception
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
    result = self._run(*self.args, **self.kwargs)
  File "plugins/Chart/ChartCollector.py", line 171, in collector
    collectors = self.getCollectors()
  File "plugins/Chart/ChartCollector.py", line 30, in getCollectors
    content_db = sites.values()[0].content_manager.contents.db
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
    result = self._run(*self.args, **self.kwargs)
  File "plugins/Chart/ChartCollector.py", line 171, in collector
    collectors = self.getCollectors()
  File "plugins/Chart/ChartCollector.py", line 30, in getCollectors
    content_db = sites.values()[0].content_manager.contents.db
IndexError: list index out of range

====================================================

Full install here


qubes-tor-zeronet

======================================
qvm-clone whonix-gw whonix-gw-2 (dom0)
======================================

on whonix-gateway-2

sudo apt-get update
sudo mkdir -p /usr/local/etc/onion-grater-merger.d/
sudo ln -s /usr/share/onion-grater-merger/examples/40_onionshare.yml /usr/local/etc/onion-grater-merger.d/
sudo apt-get install config-package-dev
sudo apt-get install devscripts dh-apparmor faketime git
sudo apt-get install genmkfile vim
git clone https://github.com/Whonix/onion-grater && cd onion-grater
wget https://www.whonix.org/patrick.asc
gpg --import patrick.asc
git tag -v 4.0-1
git checkout 4.0-1
git submodule update --init --recursive
sudo mk-build-deps -i debian/control
sudo apt install python3-psutil python3-stem python3-yaml
sudo vim /etc/apt/sources.list.d/debian.list -> deb http://ftp.de.debian.org/debian sid main
sudo apt-get update
sudo apt-get install python3-sdnotify
sudo make deb-icup
sudo service onion-grater restart
===============================
on whonix-workstation

sudo apt-get install git python-msgpack python-gevent
===============================
Qubes VM Manager -> VM -> Create AppVM

sys-whonix-2
ProxyVM
template: whonix-gw-2
allow networking: sys-firewall (default)
=================================
Qubes VM Manager -> VM -> Create AppVM

zeronet
template: whonix-ws
netVM: sys-whonix-2
===================================
on zeronet

gpg --recv-keys "960F FF2D 6C14 5AA6 13E8 491B 5B63 BAE6 CB96 13AE"
wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz
tar xvpfz master.tar.gz
cd ZeroNet-master
sudo ./zeronet.py --tor always --fileserver_ip $(qubesdb-read /qubes-ip)
====================================
on zeronet

run tor-browser

In Tor Browser type about:config into the URL bar ->
 press Enter -> search for network.proxy.no_proxies_on -> Set to 0

 http://127.0.0.1:43110

Done!
=======================================



Thanks!


--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/442664c3-0ae9-f17a-d5ea-8c12e9284c40%40cock.li.
For more options, visit https://groups.google.com/d/optout.

Reply via email to