-
Notifications
You must be signed in to change notification settings - Fork 8
/
testing-tb.html
54 lines (41 loc) · 3.11 KB
/
testing-tb.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>The Tor BSD Diversity Project</title>
<link type="text/css" rel="stylesheet" href="torbsd.css"/>
<meta name="author" content="gman"/>
<meta name="editors" content="attila"/>
<meta name="data" content="2016-02-10"/>
<meta name="x-note" content="These lines at the top are multimarkdown metadata; leave them."/>
<meta name="sep" content="⋔"/>
</head>
<body>
<h1 id="thetorbsddiversityprojecttdp"><a href="index.html">The Tor BSD Diversity Project (TDP)</a></h1>
<p>⋔ <a href="blog.html">Blog</a> ⋔ <a href="faq.html">FAQ</a> ⋔ <a href="resources.html">Resources</a> ⋔ <a href="https://github.com/torbsd/">GitHub</a> ⋔ <a href="contact.html">Contact</a> ⋔ <a href="http://bptfp7py2wclht26.onion/">TDP Onion</a> ⋔</p>
<p><strong><a href="projects.html">The TDP Projects</a>:</strong><br/>
⋔ <a href="https://github.com/torbsd/openbsd-ports/">Tor Browser for OpenBSD</a> ⋔ <a href="relay-guides.html">BSD Relay Guides</a> ⋔ <a href="corp-relays.html">Corporate Relays</a> ⋔ <a href="porting-pets.html">Ports for PETs</a> ⋔ <a href="oostats.html">Statistics</a> ⋔</p>
<h2 id="testingtorbrowseronopenbsd">Testing Tor Browser on OpenBSD</h2>
<p>This is a list of general testing to perform for each Tor Browser (TB) release on OpenBSD. The obvious starting point is an up-to-date OpenBSD amd64 or i386 snapshot with synchronized ports/packages.</p>
<p>Spew output from TB is useful for investigating problems, or for finding problems that are not necessarily apparent to an end-user running TB.</p>
<p>To save spew to a file in the home directory, run tor-browser from an xterm(1) window:</p>
<pre><code>$ /usr/local/bin/tor-browser >~/20160101-spew0
</code></pre>
<ul>
<li><p>is a $HOME/.tor-browser created and correctly populated?</p></li>
<li><p>visit specific “check” sites, such as <a href="https://check.torproject.org/">https://check.torproject.org/</a> and <a href="https://ip-check.info/">https://ip-check.info/</a> </p></li>
<li><p>do all the Firefox add-ons appear in Tools, Add-ons, Extensions with the correct versions and settings?</p></li>
<li><p>are settings being saved with both “Privacy and Security Settings” and “Tor Network Settings” including bridges, slider, etc?</p></li>
<li><p>GeoIP country data appearing in circuit status, i.e., right-clicking on the green onion icon?</p></li>
<li><p>does “New Tor Circuit for this Site” works? Should reload page and change the circuit</p></li>
<li><p>do all the knobs from /usr/local/lib/tor-browser–5.5/browser/defaults/preferences/all-openbsd.js get turned in about:config?</p></li>
<li><p>can TB act as a relay?</p></li>
<li><p>are pluggable transports operational?</p></li>
<li><p>are a desktop icon and menu item created for Tor Browser?
(doesn’t on XFCE, but should on KDE and Gnome)</p></li>
</ul>
<p><hr></p>
<p><em>Copyright © 2018 by The Tor BSD Diversity Project (TDP). All Rights Reserved.</em></p>
<p><code>last updated: Tue Jun 13 19:25:38 2017 UTC</code></p>
</body>
</html>