[quote=“Patrick, post:10, topic:350”][quote]
I now have a deb in the parent directory but I notice there is at least one error at the very end of that output and “W: anon-ws-disable-stacked-tor source: out-of-date-standards-version 3.9.4 (current is 3.9.5)”.
Would it be safe to proceed with this build?
[/quote]
Probably you’re using Debian testing?[/quote]
I’m using Ubuntu 14.04 64 bit, note the thread title. And I’m trying to install without using Debian sources so I’m not following all the instructions under Get Build Dependencies.
[quote=“Patrick, post:10, topic:350”]And before you run into the next issue… (Because this package is developed for Whonix 9.) In /etc/rinetd.conf you have to edit all strings.
With the IP of your own gateway. For Whonix 8.x:
Then restart rinetd.
sudo service rinetd restart
Then it should work.[/quote]
I tried to install it and it said I had to install rinetd.
user@host:~/anon-ws-disable-stacked-tor$ export DEBDEBUG=1
user@host:~/anon-ws-disable-stacked-tor$ make deb-install
./make-helper.bsh deb-install
+ '[' -f /usr/lib/pre.bsh ']'
+ set -e
+ set -o pipefail
+ parse_cmd deb-install
+ local matched=false
+ :
+ case $1 in
+ matched=true
+ make_deb-install
+ get_variables
+ command -v dpkg-parsechangelog
+ OIFS='
'
+ NIFS='
'
+ IFS='
'
++ dpkg-parsechangelog
+ for line in '$(dpkg-parsechangelog)'
+ IFS='
'
+ read -r first second _
+ first=source:
+ '[' source: = version: ']'
+ for line in '$(dpkg-parsechangelog)'
+ IFS='
'
+ read -r first second _
+ first=version:
+ '[' version: = version: ']'
+ version=3:0.1-2
+ revision=2
+ version=3:0.1
+ version=0.1
+ break
+ IFS='
'
+ '[' 0.1 = '' ']'
++++ dirname ./make-helper.bsh
+++ cd .
+++ pwd
++ basename /home/user/anon-ws-disable-stacked-tor
+ package_name=anon-ws-disable-stacked-tor
+ '[' anon-ws-disable-stacked-tor = '' ']'
+ deb_file=../anon-ws-disable-stacked-tor_0.1-2_all.deb
+ '[' '!' -f ../anon-ws-disable-stacked-tor_0.1-2_all.deb ']'
+ sudo dpkg -i ../anon-ws-disable-stacked-tor_0.1-2_all.deb
[sudo] password for user:
Selecting previously unselected package anon-ws-disable-stacked-tor.
(Reading database ... 227831 files and directories currently installed.)
Preparing to unpack .../anon-ws-disable-stacked-tor_0.1-2_all.deb ...
Unpacking anon-ws-disable-stacked-tor (3:0.1-2) ...
dpkg: dependency problems prevent configuration of anon-ws-disable-stacked-tor:
anon-ws-disable-stacked-tor depends on rinetd; however:
Package rinetd is not installed.
dpkg: error processing package anon-ws-disable-stacked-tor (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
anon-ws-disable-stacked-tor
make: *** [deb-install] Error 1
user@host:~/anon-ws-disable-stacked-tor$
I installed rinetd:
user@host:~/anon-ws-disable-stacked-tor$ sudo apt-get install rinetd
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rinetd
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
1 not fully installed or removed.
Need to get 24.9 kB of archives.
After this operation, 152 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe rinetd amd64 0.62-5.1 [24.9 kB]
Fetched 24.9 kB in 6s (3,683 B/s)
Selecting previously unselected package rinetd.
(Reading database ... 227847 files and directories currently installed.)
Preparing to unpack .../rinetd_0.62-5.1_amd64.deb ...
Unpacking rinetd (0.62-5.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up rinetd (0.62-5.1) ...
Starting internet redirection server: rinetd.
Processing triggers for ureadahead (0.100.0-16) ...
Setting up anon-ws-disable-stacked-tor (3:0.1-2) ...
Stopping internet redirection server: rinetd.
Starting internet redirection server: rinetd.
Adding 'diversion of /etc/default/tor to /etc/default/tor.anondist-orig by anon-ws-disable-stacked-tor'
Adding 'diversion of /etc/rinetd.conf to /etc/rinetd.conf.anondist-orig by anon-ws-disable-stacked-tor'
Adding 'diversion of /usr/bin/tor to /usr/bin/tor.anondist-orig by anon-ws-disable-stacked-tor'
Adding 'diversion of /usr/sbin/tor to /usr/sbin/tor.anondist-orig by anon-ws-disable-stacked-tor'
… and installed over the first attempt:
user@host:~/anon-ws-disable-stacked-tor$ make deb-install
./make-helper.bsh deb-install
+ '[' -f /usr/lib/pre.bsh ']'
+ set -e
+ set -o pipefail
+ parse_cmd deb-install
+ local matched=false
+ :
+ case $1 in
+ matched=true
+ make_deb-install
+ get_variables
+ command -v dpkg-parsechangelog
+ OIFS='
'
+ NIFS='
'
+ IFS='
'
++ dpkg-parsechangelog
+ for line in '$(dpkg-parsechangelog)'
+ IFS='
'
+ read -r first second _
+ first=source:
+ '[' source: = version: ']'
+ for line in '$(dpkg-parsechangelog)'
+ IFS='
'
+ read -r first second _
+ first=version:
+ '[' version: = version: ']'
+ version=3:0.1-2
+ revision=2
+ version=3:0.1
+ version=0.1
+ break
+ IFS='
'
+ '[' 0.1 = '' ']'
++++ dirname ./make-helper.bsh
+++ cd .
+++ pwd
++ basename /home/user/anon-ws-disable-stacked-tor
+ package_name=anon-ws-disable-stacked-tor
+ '[' anon-ws-disable-stacked-tor = '' ']'
+ deb_file=../anon-ws-disable-stacked-tor_0.1-2_all.deb
+ '[' '!' -f ../anon-ws-disable-stacked-tor_0.1-2_all.deb ']'
+ sudo dpkg -i ../anon-ws-disable-stacked-tor_0.1-2_all.deb
(Reading database ... 227866 files and directories currently installed.)
Preparing to unpack .../anon-ws-disable-stacked-tor_0.1-2_all.deb ...
Unpacking anon-ws-disable-stacked-tor (3:0.1-2) over (3:0.1-2) ...
Setting up anon-ws-disable-stacked-tor (3:0.1-2) ...
Stopping internet redirection server: rinetd.
Starting internet redirection server: rinetd.
+ shift
+ :
+ case $1 in
+ break
+ '[' '!' true = true ']'
+ '[' '' = true ']'
I edited /etc/rinetd.conf and restarted it as you said. Restarted Torbrowser by clicking “New Identity” and about:tor hasn’t changed. I don’t know if it is giving me a new identity.
All I care about is being able to create a new identity. Is there any other way to do this? I can’t do it by restarting Torbrowser? How do I know if I have new identity?
Another problem I have sometimes is that the scroll bars for the whole Torbrowser window disappear. Not a big issue, I just have to use page up/down. It would be nice for the documentation however.