<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=773&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=773</link>
		<description><![CDATA[The most recent posts in How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED.]]></description>
		<lastBuildDate>Mon, 10 Jul 2017 17:52:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=3244#p3244</link>
			<description><![CDATA[<p>This isn&#039;t completely solved. Only when torbrowser-launcher is fixed, only then can it be regarded as [SOLVED].<br />And, Admins, I vote for allowing longer titles to topics! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Mon, 10 Jul 2017 17:52:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=3244#p3244</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=3242#p3242</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ ls -ltr _cache_torbrowser_download/tor-browser_en-US/Browser/
...
-rw------- 1 mr mr        0 2000-01-01 00:00 chrome.manifest
drwx------ 6 mr mr     4096 2000-01-01 00:00 browser
-rw------- 1 mr mr      440 2000-01-01 00:00 application.ini
-rwx------ 1 mr mr   129656 2017-07-10 15:47 firefox
drwxr-xr-x 2 mr mr     4096 2017-07-10 15:51 Desktop
drwx------ 6 mr mr     4096 2017-07-10 15:52 TorBrowser
-rwx------ 1 mr mr   117456 2017-07-10 16:20 plugin-container
$ </code></pre></div><p>See also the timestamps. <span style="color: green">I just browsed</span> with <span style="color: purple">Tor</span>, a little while ago.</p><p>And with:</p><div class="codebox"><pre><code>$ uname -r
4.9.33-unofficial+grsec170708-18
$</code></pre></div><p>Yes I did! But it was close at hand, the doing it, all this time. First, like <span style="color: purple">GNUser</span> suggested, it&#039;s just the Tor archive that you need. (And torbrowser-launcher should be reported this issue of false positive with verifying the downloaded Tor archive on <a href="http://bugs.devuan.org/" rel="nofollow">Devuan bugs</a>.)</p><div class="codebox"><pre><code>$ ls -ltr .cache/torbrowser/download/
total 68208
-rw-r--r-- 1 mr mr      639 2017-07-10 15:41 release.xml
-rw-r--r-- 1 mr mr      801 2017-07-10 15:41 tor-browser-linux64-7.0.2_en-US.tar.xz.asc
-rw-r--r-- 1 mr mr 69833652 2017-07-10 15:41 tor-browser-linux64-7.0.2_en-US.tar.xz
$</code></pre></div><p>That was at the time you can see.<br />(<br />WARNING: a digression<br />Just, if you like such output by ls and friends on your terminal and not the Americanized --America&#039;s great, but pls. don&#039;t mess what my simple sed, awk, cut and other Unix program like the listing and such to be-- stick:</p><div class="codebox"><pre><code>/etc/environment:TIME_STYLE=&quot;posix-long-iso&quot;
/etc/xdg/openbox/environment:TIME_STYLE=&quot;posix-long-iso&quot;
/etc/default/locale:TIME_STYLE=&quot;posix-long-iso&quot;</code></pre></div><p>somewhere in these files above.</p><p>What I mean, these:</p><div class="codebox"><pre><code>2017-07-10 15:41</code></pre></div><p>are better, well, for your scripts and your command line <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> than, whatever the default is, I think </p><div class="codebox"><pre><code>July  7 2017 15:41</code></pre></div><p>. <br />WARNING OVER about the digression<br />)</p><p>So, first, just the archive, at this time.</p><p>And second, it was just sorting the two binaries with <span style="color: purple">paxctl</span>!</p><p>The thing is, <span style="color: purple">paxrat</span> wouldn&#039;t work, maybe I need to learn to use it. I know how to use it on normal path binaries, but it wouldn&#039;t work on a binary in:</p><div class="codebox"><pre><code>$ ls -ltr _cache_torbrowser_download/tor-browser_en-US/Browser/
...
-rwx------ 1 mr mr   129656 2017-07-10 15:47 firefox
...
-rwx------ 1 mr mr   117456 2017-07-10 16:20 plugin-container
$</code></pre></div><p>( _cache_torbrowser_download/tor-browser_en-US/ is where I simply untarred what torbrowser-launcher downloaded )<br />And, IIRC, neither would paxctl. But once I did:</p><div class="codebox"><pre><code># cp -iav _cache_torbrowser_download/tor-browser_en-US/ /usr/local/bin/</code></pre></div><p>I was then able to convert and modify further the two binaries [color]firefox[/color] and [color]plugin-container[/color].</p><p>I was able to do that by running (only one of them I ran paxctl on, at first):</p><div class="codebox"><pre><code># paxctl -cpm /usr/local/bin/tor-browser_en-US/Browser/firefox</code></pre></div><p>.</p><p>That actually got me Tor&#039;s Firefox to start! All the way! But the tabs would not reach anywhere... I couldn&#039;t connect to anywhere.</p><p>And looking into the logs, I saw:</p><div class="codebox"><pre><code>Jul 10 15:53:11 gdOv kernel: [64126.835524] grsec: chdir to /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser by /bin/bash[bash:2136] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/execdesktop[execdesktop:2130] uid/euid:1000/1000 gid/egid:1000/1000
Jul 10 15:53:11 gdOv kernel: [64126.846264] grsec: exec of /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox (./firefox --class Tor Browser -profile TorBrowser/Data/Browser/profile.default ) by /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[bash:2147] uid/euid:1000/1000 gid/egid:1000/1000, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
Jul 10 15:53:13 gdOv kernel: [64129.485313] grsec: exec of /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/TorBrowser/Tor/tor (/home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/TorBrowser/Tor/tor --defaults-torrc /home/mr/_cache_torbrowser_dow) by /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/TorBrowser/Tor/tor[firefox:2175] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[firefox:2174] uid/euid:1000/1000 gid/egid:1000/1000
...</code></pre></div><p>( the paste has been minimally anonymized )</p><p>So you see that? That&#039;s Tor running under grsec!</p><p>But further on I see:</p><div class="codebox"><pre><code>Jul 10 15:53:20 gdOv kernel: [64136.122754] grsec: exec of /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container (/home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container -greomni /home/mr/_cache_torbrowser_download/tor-) by /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container[Gecko_IOThread:2199] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[Gecko_IOThread:2150] uid/euid:1000/1000 gid/egid:1000/1000
Jul 10 15:53:20 gdOv kernel: [64136.566264] grsec: denied RWX mprotect of &lt;anonymous mapping&gt; by /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container[Web Content:2199] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[Gecko_IOThread:2150] uid/euid:1000/1000 gid/egid:1000/1000
Jul 10 15:53:20 gdOv kernel: [64136.566346] Web Content[2199]: segfault at 0 ip 00000383b68e8f55 sp 000003acbf7b13c0 error 6 in libxul.so[383b406e000+43c1000]
Jul 10 15:53:20 gdOv kernel: [64136.566393] grsec: Segmentation fault occurred at            (nil) in /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container[Web Content:2199] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[Gecko_IOThread:2150] uid/euid:1000/1000 gid/egid:1000/1000
Jul 10 15:53:20 gdOv kernel: [64136.566797] grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container[Web Content:2199] uid/euid:1000/1000 gid/egid:1000/1000, parent /home/mr/_cache_torbrowser_download/tor-browser_en-US/Browser/firefox[Gecko_IOThread:2150] uid/euid:1000/1000 gid/egid:1000/1000</code></pre></div><p>And to the unimaginative Miro (I dealt with these kind of issues over and over, how could I not have remembered... Well, it wasn&#039;t so usual, because of the location...)</p><p>But anyway, I dealt with by the same recipe (see the timestamps) in the listing further above, it&#039;s some 33 minutes later that I converted that other binary:</p><div class="codebox"><pre><code># paxctl -cpm /usr/local/bin/tor-browser_en-US/Browser/plugin-container</code></pre></div><p>And then, the final thing to do was copy over&#160; </p><div class="codebox"><pre><code>cp -iav /usr/local/bin/tor-browser_en-US/Browser/firefox _cache_torbrowser_download/tor-browser_en-US/Browser/firefox</code></pre></div><p>and accept to overwrite it (but I&#039;m cheating with the order, I had already done that to get those partly successful run as in the log above), and</p><p>And this other copy I did do, only after that partly successful run as in the log above:</p><div class="codebox"><pre><code>cp -iav /usr/local/bin/tor-browser_en-US/Browser/plugin-container _cache_torbrowser_download/tor-browser_en-US/Browser/plugin-container</code></pre></div><p>And I can run Tor now. Verification pending, one successful run of a minute or two duration does no count yet, but if I&#039;m not back rather soon, it very likely just works.</p><p>Regards!</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Mon, 10 Jul 2017 17:14:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=3242#p3242</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2731#p2731</link>
			<description><![CDATA[<p>It&#039;s better to make a new post (than as I suggested, updating the previous).</p><p>I use:</p><div class="codebox"><pre><code>$ uname -r
4.9.27-unofficial+grsec170512-22</code></pre></div><p>And similar to what is read in this topic:</p><p>Can&#039;t launch hardend browser with Grsecurity<br /><a href="https://tor.stackexchange.com/questions/13184/cant-launch-hardend-browser-with-grsecurity" rel="nofollow">https://tor.stackexchange.com/questions … grsecurity</a><br />( asked Nov 21 &#039;16 at 21:53 )</p><p>IOW (but these are years old):<br />PaX: Max. per-task virtual memory too small for llvm asan and gcc-4.8 asan<br /><a href="https://bugs.gentoo.org/show_bug.cgi?id=458706" rel="nofollow">https://bugs.gentoo.org/show_bug.cgi?id=458706</a></p><p>The fix had been proposed (years old):<br />PaX and Clang sanitizers, or some random notes on the crossbreeding of adders and hedgehogs<br /><a href="http://endl.ch/clang-sanitizers-with-pax" rel="nofollow">http://endl.ch/clang-sanitizers-with-pax</a></p><p>but it is unclear if anything came out of it.</p><p>I wrote that it was &quot;similar to what is read&quot; in that topic. But instead, I only see:</p><div class="codebox"><pre><code>Launching &#039;./Browser/start-tor-browser --detach&#039;...</code></pre></div><p>and I don&#039;t get any useful info in the logs either.</p><p>But no message about memory failure, or segmentation or abort or similar appears in my logs... Nothing useful whatsoever. Just silent failure. But that could be a cosmetic not-show. I&#039;ve seen such behavior...</p><p>But I can easily use Tor with:</p><div class="codebox"><pre><code>$ uname -r
4.9.0-3-amd64</code></pre></div><p>(I just tested it)... Except, I don&#039;t trust non-grsec kernels...</p><p>I&#039;ll try, soon, or later (I have other issues as well that are at some moments of disheartenment shattering my nerves at this time), I&#039;ll try and see if <span style="color: purple">corsac</span>&#039;s grsec kernel (the official grsec kernels in Debian/Devuan below are his work)<br />(<br />which I finally discovered was an apt-get install away for me --my jolly imaginativeness!-- ...</p><div class="codebox"><pre><code># apt-cache search grsec
gradm2 - Administration program for the grsecurity2 RBAC based ACL system
linux-grsec-source-4.9 - Linux kernel source for version 4.9 with Debian patches
linux-grsec-support-4.9.0-2 - Support files for Linux 4.9
linux-headers-4.9.0-2-common-grsec - Common header files for Linux 4.9.0-2-grsec
linux-headers-4.9.0-2-grsec-amd64 - Header files for Linux 4.9.0-2-grsec-amd64
linux-image-4.9.0-2-grsec-amd64 - Linux 4.9 for 64-bit PCs, Grsecurity protection
linux-grsec-base - Linux image base package, grsec featureset
linux-headers-grsec-amd64 - Header files for Linux amd64 configuration, grsec featureset (meta-package)
linux-image-grsec-amd64 - Linux image meta-package, grsec featureset
linux-image-4.9.27-unofficial+grsec170512-22 - Linux kernel, version 4.9.27-unofficial+grsec170512-22
linux-headers-4.9.27-unofficial+grsec170512-22 - Linux kernel headers for 4.9.27-unofficial+grsec170512-22 on amd64
#</code></pre></div><p>&lt; the bottom ones are what I installed from github <span style="color: purple">minipli</span> repo &gt;<br />)<br />I&#039;ll try and see if <span style="color: purple">corsac</span>&#039;s grsec kernel can deal with torbrowser-launcher...</p><p>Tor, well: privacy, is my long term need. Maybe not soon, but I will be back for the solution to this.</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Sat, 01 Jul 2017 14:37:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2731#p2731</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2729#p2729</link>
			<description><![CDATA[<div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>Why not just use the portable TorBrowser for GNU/Linux available <a href="https://www.torproject.org/projects/torbrowser.html#linux" rel="nofollow">here</a>? </p><p>I tested it on Devuan Jessie and it works fine. It should run on Devuan ASCII just as well.</p></div></blockquote></div><p>In other words, what I already have downloaded a few (too many) times and for some reason could not be verified even though it was correct download...<br />...That is already useable as is...<br />Aaahhh... How imaginative I am.<br />But <span style="color: green">thanks!</span> <span style="color: purple">GNUser</span> for filling up for my unimaginativeness... In case that will work...<br />...<br />Let me see...</p><p>Ah, I forgot I have to close this Palemoon browser... And see if it will work... May be (actually I hope to be) back to complete this post... (but maybe not in a minute, engaged with other issues).</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Sat, 01 Jul 2017 11:32:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2729#p2729</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2714#p2714</link>
			<description><![CDATA[<p>Why not just use the portable TorBrowser for GNU/Linux available <a href="https://www.torproject.org/projects/torbrowser.html#linux" rel="nofollow">here</a>? </p><p>I tested it on Devuan Jessie and it works fine. It should run on Devuan ASCII just as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Fri, 30 Jun 2017 19:28:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2714#p2714</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2712#p2712</link>
			<description><![CDATA[<p>Nope! And it&#039;s somewhat similar symptoms.</p><p>The download can manually be verified to be correct, but somehow the launcher can&#039;t get it that it verifies correctly. Again it downloads good tar.gz, but can&#039;t understand that it is good:</p><div class="codebox"><pre><code>mr@gdOv:~/.cache/torbrowser/download$ gpg --verify tor-browser-linux64-7.0.1_en-US.tar.xz.asc tor-browser-linux64-7.0.1_en-US.tar.xz
gpg: Signature made Mon 12 Jun 2017 17:37:03 UTC
gpg:                using RSA key D1483FA6C3C07136
gpg: Good signature from &quot;Tor Browser Developers (signing key) &lt;torbrowser@torproject.org&gt;&quot; [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
     Subkey fingerprint: A430 0A6B C93C 0877 A445  1486 D148 3FA6 C3C0 7136
mr@gdOv:~/.cache/torbrowser/download$</code></pre></div><p>And that&#039;s real paste. That part is similar to already seen at:<br />&lt; this same topic &gt;<br /><a href="https://dev1galaxy.org/viewtopic.php?pid=2701#p2701" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=2701#p2701</a></p><p>However, the GTK window, while it shows similar enscripts, can be at least Ctrl-C killed once I bring it to the foreground (the command torbrowser-launcher) in it&#039;s terminal.</p><p>What to try next... I think I will even reboot the machine, in case it&#039;s some remnant in cache from the previous wrong install...</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 16:16:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2712#p2712</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2711#p2711</link>
			<description><![CDATA[<p>But give me more time if it works... So I can enjoy Tor a little, first. You, know, I have to shut down Palemoon all the way, else it&#039;s bad...</p><p>BTW, this is what I got:</p><p><strong># apt-cache policy torbrowser-launcher </strong></p><div class="codebox"><pre><code>torbrowser-launcher:
  Installed: 0.2.6-2~bpo8+1
  Candidate: 0.2.6-2~bpo8+1
  Version table:
 *** 0.2.6-2~bpo8+1 100
        100 http://auto.mirror.devuan.org/merged jessie-backports/contrib amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 16:05:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2711#p2711</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2710#p2710</link>
			<description><![CDATA[<p><strong># apt-get update |&amp; tee LOG_/apt-get_update_$(date +%y%m%d_%H%M)_$(hostname).log</strong></p><div class="codebox"><pre><code>Get:1 http://auto.mirror.devuan.org/merged ascii InRelease [113 kB]
Get:2 http://auto.mirror.devuan.org/merged ascii-updates InRelease [113 kB]
Get:4 http://auto.mirror.devuan.org/merged jessie-backports InRelease [119 kB]
Get:5 http://packages.devuan.org/merged ascii InRelease [113 kB]
Get:6 http://packages.devuan.org/devuan ascii InRelease [129 kB]
Get:3 http://amprolla.devuan.org/merged ascii-security InRelease [112 kB]
Get:7 http://auto.mirror.devuan.org/merged jessie-backports/main amd64 Packages [915 kB]
Get:8 http://auto.mirror.devuan.org/merged jessie-backports/contrib amd64 Packages [10.0 kB]
Get:9 http://auto.mirror.devuan.org/merged jessie-backports/non-free amd64 Packages [27.7 kB]
Fetched 1,183 kB in 3s (317 kB/s)
Reading package lists...
#</code></pre></div><p><strong># apt-get install torbrowser-launcher |&amp; tee LOG_/apt-get_torbrowser-launcher_$(date +%y%m%d_%H%M)_$(hostname).log</strong></p><div class="codebox"><pre class="vscroll"><code>Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  python-attr python-cffi-backend python-constantly python-cryptography
  python-enum34 python-idna python-incremental python-ipaddress python-lzma
  python-openssl python-parsley python-psutil python-pyasn1
  python-pyasn1-modules python-service-identity python-setuptools
  python-twisted python-twisted-bin python-twisted-core python-txsocksx
  python-zope.interface wmctrl
Suggested packages:
  python-attr-doc python-cryptography-doc python-cryptography-vectors
  python-enum34-doc python-openssl-doc python-openssl-dbg python-psutil-doc
  doc-base python-setuptools-doc python-twisted-bin-dbg python-tk python-qt3
  python-wxgtk3.0 apparmor python-pygame
Recommended packages:
  python-click python-pam python-serial tor
The following NEW packages will be installed:
  python-attr python-cffi-backend python-constantly python-cryptography
  python-enum34 python-idna python-incremental python-ipaddress python-lzma
  python-openssl python-parsley python-psutil python-pyasn1
  python-pyasn1-modules python-service-identity python-setuptools
  python-twisted python-twisted-bin python-twisted-core python-txsocksx
  python-zope.interface torbrowser-launcher wmctrl
0 upgraded, 23 newly installed, 0 to remove and 4 not upgraded.
Need to get 3,433 kB of archives.
After this operation, 19.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] </code></pre></div><p>Hmmh...</p><div class="codebox"><pre class="vscroll"><code>Get:1 http://auto.mirror.devuan.org/merged jessie-backports/contrib amd64 torbrowser-launcher amd64 0.2.6-2~bpo8+1 [212 kB]
Get:2 http://packages.devuan.org/merged ascii/main amd64 python-attr all 16.3.0-1 [16.0 kB]
Get:3 http://packages.devuan.org/merged ascii/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Get:4 http://packages.devuan.org/merged ascii/main amd64 python-constantly all 15.1.0-1 [7,902 B]
Get:5 http://packages.devuan.org/merged ascii/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Get:6 http://packages.devuan.org/merged ascii/main amd64 python-idna all 2.2-1 [32.6 kB]
Get:7 http://packages.devuan.org/merged ascii/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Get:8 http://packages.devuan.org/merged ascii/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Get:9 http://packages.devuan.org/merged ascii/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Get:10 http://packages.devuan.org/merged ascii/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Get:11 http://packages.devuan.org/merged ascii/main amd64 python-incremental all 16.10.1-3 [14.4 kB]
GetGet:13 http://packages.devuan.org/merged ascii/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Get:14 http://packages.devuan.org/merged ascii/main amd64 python-psutil amd64 5.0.1-1 [127 kB]
Get:15 http://packages.devuan.org/merged ascii/main amd64 python-pyasn1-modules all 0.0.7-0.1 [21.5 kB]
Get:16 http://packages.devuan.org/merged ascii/main amd64 python-service-identity all 16.0.0-2 [9,350 B]
Get:17 http://packages.devuan.org/merged ascii/main amd64 python-twisted-bin amd64 16.6.0-2 [22.7 kB]
Get:18 http://packages.devuan.org/merged ascii/main amd64 python-zope.interface amd64 4.3.2-1 [89.6 kB]
Get:19 http://packages.devuan.org/merged ascii/main amd64 python-twisted-core all 16.6.0-2 [1,979 kB]
Get:20 http://packages.devuan.org/merged ascii/main amd64 python-twisted all 16.6.0-2 [12.2 kB]
Get:21 http://packages.devuan.org/merged ascii/main amd64 wmctrl amd64 1.07-7+b1 [21.5 kB]
Get:22 http://packages.devuan.org/merged ascii/main amd64 python-parsley all 1.2-1 [80.6 kB]
Get:23 http://packages.devuan.org/merged ascii/main amd64 python-txsocksx all 1.15.0.2-1 [17.0 kB]
Fetched 3,433 kB in 2s (1,316 kB/s)
                                   Selecting previously unselected package python-attr.
(Reading database ... 95113 files and directories currently installed.)
Preparing to unpack .../00-python-attr_16.3.0-1_all.deb ...
Unpacking python-attr (16.3.0-1) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../01-python-cffi-backend_1.9.1-2_amd64.deb ...
Unpacking python-cffi-backend (1.9.1-2) ...
Selecting previously unselected package python-constantly.
Preparing to unpack .../02-python-constantly_15.1.0-1_all.deb ...
Unpacking python-constantly (15.1.0-1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../03-python-enum34_1.1.6-1_all.deb ...
Unpacking python-enum34 (1.1.6-1) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../04-python-idna_2.2-1_all.deb ...
Unpacking python-idna (2.2-1) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../05-python-ipaddress_1.0.17-1_all.deb ...
Unpacking python-ipaddress (1.0.17-1) ...
Selecting previously unselected package python-pyasn1.
Preparing to unpack .../06-python-pyasn1_0.1.9-2_all.deb ...
Unpacking python-pyasn1 (0.1.9-2) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../07-python-setuptools_33.1.1-1_all.deb ...
Unpacking python-setuptools (33.1.1-1) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../08-python-cryptography_1.7.1-3_amd64.deb ...
Unpacking python-cryptography (1.7.1-3) ...
Selecting previously unselected package python-incremental.
Preparing to unpack .../09-python-incremental_16.10.1-3_all.deb ...
Unpacking python-incremental (16.10.1-3) ...
Selecting previously unselected package python-lzma.
Preparing to unpack .../10-python-lzma_0.5.3-3_amd64.deb ...
Unpacking python-lzma (0.5.3-3) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../11-python-openssl_16.2.0-1_all.deb ...
Unpacking python-openssl (16.2.0-1) ...
Selecting previously unselected package python-psutil.
Preparing to unpack .../12-python-psutil_5.0.1-1_amd64.deb ...
Unpacking python-psutil (5.0.1-1) ...
Selecting previously unselected package python-pyasn1-modules.
Preparing to unpack .../13-python-pyasn1-modules_0.0.7-0.1_all.deb ...
Unpacking python-pyasn1-modules (0.0.7-0.1) ...
Selecting previously unselected package python-service-identity.
Preparing to unpack .../14-python-service-identity_16.0.0-2_all.deb ...
Unpacking python-service-identity (16.0.0-2) ...
Selecting previously unselected package python-twisted-bin:amd64.
Preparing to unpack .../15-python-twisted-bin_16.6.0-2_amd64.deb ...
Unpacking python-twisted-bin:amd64 (16.6.0-2) ...
Selecting previously unselected package python-zope.interface.
Preparing to unpack .../16-python-zope.interface_4.3.2-1_amd64.deb ...
Unpacking python-zope.interface (4.3.2-1) ...
Selecting previously unselected package python-twisted-core.
Preparing to unpack .../17-python-twisted-core_16.6.0-2_all.deb ...
Unpacking python-twisted-core (16.6.0-2) ...
Selecting previously unselected package python-twisted.
Preparing to unpack .../18-python-twisted_16.6.0-2_all.deb ...
Unpacking python-twisted (16.6.0-2) ...
Selecting previously unselected package wmctrl.
Preparing to unpack .../19-wmctrl_1.07-7+b1_amd64.deb ...
Unpacking wmctrl (1.07-7+b1) ...
Selecting previously unselected package python-parsley.
Preparing to unpack .../20-python-parsley_1.2-1_all.deb ...
Unpacking python-parsley (1.2-1) ...
Selecting previously unselected package python-txsocksx.
Preparing to unpack .../21-python-txsocksx_1.15.0.2-1_all.deb ...
Unpacking python-txsocksx (1.15.0.2-1) ...
Selecting previously unselected package torbrowser-launcher.
Preparing to unpack .../22-torbrowser-launcher_0.2.6-2~bpo8+1_amd64.deb ...
Unpacking torbrowser-launcher (0.2.6-2~bpo8+1) ...
Setting up python-idna (2.2-1) ...
Setting up python-setuptools (33.1.1-1) ...
Setting up python-attr (16.3.0-1) ...
Setting up python-lzma (0.5.3-3) ...
Processing triggers for mime-support (3.60) ...
Setting up python-pyasn1 (0.1.9-2) ...
Setting up wmctrl (1.07-7+b1) ...
Setting up python-twisted-bin:amd64 (16.6.0-2) ...
Processing triggers for menu (2.1.47+b1) ...
Setting up python-pyasn1-modules (0.0.7-0.1) ...
Setting up python-cffi-backend (1.9.1-2) ...
Setting up python-incremental (16.10.1-3) ...
Setting up python-parsley (1.2-1) ...
Setting up python-constantly (15.1.0-1) ...
Setting up python-zope.interface (4.3.2-1) ...
Setting up python-psutil (5.0.1-1) ...
Setting up python-enum34 (1.1.6-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up python-ipaddress (1.0.17-1) ...
Setting up python-cryptography (1.7.1-3) ...
Setting up python-openssl (16.2.0-1) ...
Setting up python-service-identity (16.0.0-2) ...
Setting up python-twisted-core (16.6.0-2) ...
Setting up python-twisted (16.6.0-2) ...
Setting up python-txsocksx (1.15.0.2-1) ...
Setting up torbrowser-launcher (0.2.6-2~bpo8+1) ...
Processing triggers for menu (2.1.47+b1) ...
2017/06/30 15:55:53 Reading config from: /etc/paxrat/paxrat.conf</code></pre></div><p>I&#039;ll next report if it works...</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 16:02:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2710#p2710</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2709#p2709</link>
			<description><![CDATA[<p>So, it this, yes it must be, how jessie-backports are added:<br />Devuan stable and Skylake (and Kaby Lake?) integrated GPU - backports<br /><a href="https://dev1galaxy.org/viewtopic.php?id=542" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=542</a></p><p>So I&#039;ll add:</p><div class="quotebox"><cite>malinas wrote:</cite><blockquote><div><p><strong>Adding jessie-backports</strong><br />...</p><div class="codebox"><pre><code># echo &#039;deb http://auto.mirror.devuan.org/merged/ jessie-backports main contrib non-free&#039; \
    &gt; /etc/apt/sources.list.d/jessie-backports.list</code></pre></div></div></blockquote></div><p>exactly that line, and with that echo command to what will be my newly created file in <strong>/etc/apt/sources.list.d/</strong>.</p><p>And I&#039;ll do the rest as reads there, and report back. Be it success or failure. I promise. I don&#039;t hide things...</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 15:51:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2709#p2709</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2707#p2707</link>
			<description><![CDATA[<p>For the <strong>/etc/apt</strong> to be back as previously, it only took removing the <strong>... debian.org/debian jessie-backports ...</strong> entry previously introduced. That was all for that part.</p><p>This is from my apt-get logs (from some almost five hours ago now...):</p><div class="codebox"><pre><code># cat LOG_/apt-get_torbrowser-launcher_170630_1050_gdOv.log  | grep -A7 &#039;NEW packages will be installed&#039;
The following NEW packages will be installed:
  python-attr python-cffi-backend python-constantly python-cryptography
  python-enum34 python-idna python-incremental python-ipaddress python-lzma
  python-openssl python-parsley python-psutil python-pyasn1
  python-pyasn1-modules python-service-identity python-setuptools
  python-twisted python-twisted-bin python-twisted-core python-txsocksx
  python-zope.interface torbrowser-launcher wmctrl
0 upgraded, 23 newly installed, 0 to remove and 4 not upgraded.</code></pre></div><p>And I&#039;ll make a listing to uninstall those packages (without the first and last line of the above. In one go:</p><div class="codebox"><pre><code># apt-get remove \
  python-attr python-cffi-backend python-constantly python-cryptography \
  python-enum34 python-idna python-incremental python-ipaddress python-lzma \
  python-openssl python-parsley python-psutil python-pyasn1 \
  python-pyasn1-modules python-service-identity python-setuptools \
  python-twisted python-twisted-bin python-twisted-core python-txsocksx \
  python-zope.interface torbrowser-launcher wmctrl \
|&amp; tee LOG_/apt-get_torbrowser-launcher_$(date +%y%m%d_%H%M)_$(hostname).log</code></pre></div><p>And:</p><div class="codebox"><pre><code>Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  python-attr python-cffi-backend python-constantly python-cryptography
  python-enum34 python-idna python-incremental python-ipaddress python-lzma
  python-openssl python-parsley python-psutil python-pyasn1
  python-pyasn1-modules python-service-identity python-setuptools
  python-twisted python-twisted-bin python-twisted-core python-txsocksx
  python-zope.interface torbrowser-launcher wmctrl
0 upgraded, 0 newly installed, 23 to remove and 1 not upgraded.
After this operation, 19.9 MB disk space will be freed.
Do you want to continue? [Y/n]</code></pre></div><p>Enter.</p><div class="codebox"><pre class="vscroll"><code>(Reading database ... 96771 files and directories currently installed.)
Removing torbrowser-launcher (0.2.6-2~bpo8+1) ...
Removing python-txsocksx (1.15.0.2-1) ...
Removing python-twisted (16.6.0-2) ...
Removing python-twisted-core (16.6.0-2) ...
Removing python-service-identity (16.0.0-2) ...
Removing python-attr (16.3.0-1) ...
Removing python-openssl (16.2.0-1) ...
Removing python-cryptography (1.7.1-3) ...
Removing python-cffi-backend (1.9.1-2) ...
Removing python-constantly (15.1.0-1) ...
Removing python-enum34 (1.1.6-1) ...
Removing python-idna (2.2-1) ...
Removing python-incremental (16.10.1-3) ...
Removing python-ipaddress (1.0.17-1) ...
Removing python-lzma (0.5.3-3) ...
Removing python-parsley (1.2-1) ...
Removing python-psutil (5.0.1-1) ...
Removing python-pyasn1-modules (0.0.7-0.1) ...
Removing python-pyasn1 (0.1.9-2) ...
Removing python-setuptools (33.1.1-1) ...
Removing python-twisted-bin:amd64 (16.6.0-2) ...
Removing python-zope.interface (4.3.2-1) ...
Removing wmctrl (1.07-7+b1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for menu (2.1.47+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
2017/06/30 15:24:21 Reading config from: /etc/paxrat/paxrat.conf</code></pre></div><p>Uninstalled... But the <strong>/var/cache/</strong> and <strong>/var/lib/apt/</strong> may not be in good condition just for that...</p><p>I&#039;ll compare them with the known good points from my previous post. I will first take another snapshot of each of the two.</p><p>And as far as the state of those two <strong>/var/</strong> directories, I tested it on the snapshots (which I&#039;m not reporting now), but here&#039;s my rsyncing of them now:<br /><strong># rsync -av --delete var_cache_170630_1050_gdO/cache/&#160; /var/cache/</strong></p><div class="codebox"><pre class="vscroll"><code>sending incremental file list
deleting apt/archives/wmctrl_1.07-7+b1_amd64.deb
deleting apt/archives/torbrowser-launcher_0.2.6-2~bpo8+1_amd64.deb
deleting apt/archives/python-zope.interface_4.3.2-1_amd64.deb
deleting apt/archives/python-txsocksx_1.15.0.2-1_all.deb
deleting apt/archives/python-twisted_16.6.0-2_all.deb
deleting apt/archives/python-twisted-core_16.6.0-2_all.deb
deleting apt/archives/python-twisted-bin_16.6.0-2_amd64.deb
deleting apt/archives/python-setuptools_33.1.1-1_all.deb
deleting apt/archives/python-service-identity_16.0.0-2_all.deb
deleting apt/archives/python-pyasn1_0.1.9-2_all.deb
deleting apt/archives/python-pyasn1-modules_0.0.7-0.1_all.deb
deleting apt/archives/python-psutil_5.0.1-1_amd64.deb
deleting apt/archives/python-parsley_1.2-1_all.deb
deleting apt/archives/python-openssl_16.2.0-1_all.deb
deleting apt/archives/python-lzma_0.5.3-3_amd64.deb
deleting apt/archives/python-ipaddress_1.0.17-1_all.deb
deleting apt/archives/python-incremental_16.10.1-3_all.deb
deleting apt/archives/python-idna_2.2-1_all.deb
deleting apt/archives/python-enum34_1.1.6-1_all.deb
deleting apt/archives/python-cryptography_1.7.1-3_amd64.deb
deleting apt/archives/python-constantly_15.1.0-1_all.deb
deleting apt/archives/python-cffi-backend_1.9.1-2_amd64.deb
deleting apt/archives/python-attr_16.3.0-1_all.deb
apt/
apt/pkgcache.bin
apt/srcpkgcache.bin
apt/archives/
apt/archives/partial/
man/
man/index.db
man/ca/
man/cs/
man/da/
man/de/
man/es/
man/fi/
man/fr/
man/hu/
man/id/
man/it/
man/ja/
man/ko/
man/nl/
man/pl/
man/pt/
man/pt_BR/
man/ru/
man/sl/
man/sv/
man/tr/
man/uk/
man/zh_CN/
man/zh_TW/

sent 55,860,720 bytes  received 1,422 bytes  22,344,856.80 bytes/sec
total size is 419,950,533  speedup is 7.52
#</code></pre></div><p>and:<br /><strong># rsync -av --delete var_lib_apt_170630_0717_gdO/lib/apt/&#160; /var/lib/apt/</strong></p><div class="codebox"><pre><code>sending incremental file list
./
daily_lock
extended_states
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_main_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_main_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_InRelease
lists/
lists/auto.mirror.devuan.org_merged_dists_ascii-security_InRelease
lists/auto.mirror.devuan.org_merged_dists_ascii_InRelease
lists/packages.devuan.org_devuan_dists_ascii_InRelease
lists/packages.devuan.org_merged_dists_ascii_InRelease
lists/partial/

sent 506,450 bytes  received 748 bytes  1,014,396.00 bytes/sec
total size is 147,581,076  speedup is 290.97</code></pre></div><p>And those are now at exactly the state they were before I went to install torbrowser from wrong repo...<br />Namely:</p><div class="codebox"><pre><code># rsync -nav --delete var_cache_170630_1050_gdO/cache/  /var/cache/
sending incremental file list

sent 19,879 bytes  received 116 bytes  39,990.00 bytes/sec
total size is 419,950,533  speedup is 21,002.78 (DRY RUN)
# rsync -nav --delete  /var/cache/ var_cache_170630_1050_gdO/cache/
...[likewise]...
# rsync -nav --delete var_lib_apt_170630_0717_gdO/lib/apt/  /var/lib/apt/
...[likewise]...
# rsync -nav --delete  /var/lib/apt/ var_lib_apt_170630_0717_gdO/lib/apt/
...[likewise]...</code></pre></div><p>So... Let&#039;s now add the right backports repo... Ah, <strong><span style="color: purple">fsmithred</span></strong> suggested jessie-backports. Let me search around the exact line to add it...</p><p>( Notice that I&#039;m betting that my system is workable again... Betting only. I&#039;m not completely sure <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> )</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 15:47:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2707#p2707</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2706#p2706</link>
			<description><![CDATA[<p>Allow me to point the reader again towards right at the start of that <a href="https://dev1galaxy.org/viewtopic.php?id=746" rel="nofollow">Air-Gapped Devuan Install</a>, because I started that topic with taking (I think the right word here is snapshot) snapshots of <strong>/var/cache/</strong> and <strong>/var/lib/apt</strong>.</p><p>And I used those snapshots to Air-Gap install my Devuan in my master.</p><p>I kept taking such snapshot at every new update today, and by simply comparing those snapshots, along with removing the potentially offending Debian packages (important!), I think I will be able to revert the status that Mr Apt sees and works with in such way as to have a workable system again.</p><p>Because the Debian <strong>torbrowser-launcher</strong> that I installed a few hours ago does appear to be a sore in my system!</p><p>So, if I look up these two, one way and the other, here:<br /><strong># rsync -nav --delete var_lib_apt_170630_1050_gdO/lib/apt/&#160; var_lib_apt_170630_0717_gdO/lib/apt/</strong></p><div class="codebox"><pre><code>sending incremental file list
daily_lock
lists/
lists/auto.mirror.devuan.org_merged_dists_ascii-security_InRelease
lists/auto.mirror.devuan.org_merged_dists_ascii_InRelease
lists/httpredir.debian.org_debian_dists_jessie-backports_InRelease
lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_binary-amd64_Packages
lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_i18n_Translation-en
lists/httpredir.debian.org_debian_dists_jessie-backports_main_binary-amd64_Packages
lists/httpredir.debian.org_debian_dists_jessie-backports_main_i18n_Translation-en
lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_binary-amd64_Packages
lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_i18n_Translation-en
lists/packages.devuan.org_devuan_dists_ascii_InRelease
lists/packages.devuan.org_merged_dists_ascii_InRelease
lists/partial/

sent 1,486 bytes  received 63 bytes  3,098.00 bytes/sec
total size is 156,111,785  speedup is 100,782.30 (DRY RUN)</code></pre></div><p><strong># rsync -nav --delete&#160; var_lib_apt_170630_0717_gdO/lib/apt/ var_lib_apt_170630_1050_gdO/lib/apt/</strong></p><div class="codebox"><pre><code>sending incremental file list
daily_lock
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_main_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_main_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_i18n_Translation-en
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_binary-amd64_Packages
deleting lists/httpredir.debian.org_debian_dists_jessie-backports_InRelease
lists/
lists/auto.mirror.devuan.org_merged_dists_ascii-security_InRelease
lists/auto.mirror.devuan.org_merged_dists_ascii_InRelease
lists/packages.devuan.org_devuan_dists_ascii_InRelease
lists/packages.devuan.org_merged_dists_ascii_InRelease
lists/partial/

sent 878 bytes  received 642 bytes  3,040.00 bytes/sec
total size is 147,581,076  speedup is 97,092.81 (DRY RUN)</code></pre></div><p>then I believe it&#039;s pretty obvious I got the right /var/lib/apt/ snapshot that I want to revert to in the archive of one <strong>var_lib_apt_170630_0717_gdOv.tar</strong> (<strong>var_lib_apt_170630_0717_gdO</strong> when it is untar&#039;d)!<br />So I think I, after uninstalling the packages that got installed, all the packages that got installed between those two points in time. And after fixing also the <strong>/var/cache</strong>, if need be... [So I think] that I will have a consistent system again, and without those unhappy backports...</p><p>But does <strong>/var/cache</strong> need fixing? Let&#039;s see:</p><p><strong># rsync -nav --delete&#160; var_cache_170630_0717_gdO/cache/ var_cache_170630_1050_gdO/cache/</strong></p><div class="codebox"><pre class="vscroll"><code>sending incremental file list
apt/
apt/pkgcache.bin
apt/srcpkgcache.bin
man/
man/ca/
man/cs/
man/da/
man/de/
man/es/
man/fi/
man/fr/
man/hu/
man/id/
man/it/
man/ja/
man/ko/
man/nl/
man/pl/
man/pt/
man/pt_BR/
man/ru/
man/sl/
man/sv/
man/tr/
man/uk/
man/zh_CN/
man/zh_TW/

sent 19,958 bytes  received 199 bytes  40,314.00 bytes/sec
total size is 415,433,749  speedup is 20,609.90 (DRY RUN)</code></pre></div><p>Not btwn those two points...</p><p><strong># rsync -nav --delete var_cache_170630_1050_gdO/cache/&#160; var_cache_170630_1052_gdO/cache/</strong></p><div class="codebox"><pre class="vscroll"><code>sending incremental file list
deleting apt/archives/wmctrl_1.07-7+b1_amd64.deb
deleting apt/archives/torbrowser-launcher_0.2.6-2~bpo8+1_amd64.deb
deleting apt/archives/python-zope.interface_4.3.2-1_amd64.deb
deleting apt/archives/python-txsocksx_1.15.0.2-1_all.deb
deleting apt/archives/python-twisted_16.6.0-2_all.deb
deleting apt/archives/python-twisted-core_16.6.0-2_all.deb
deleting apt/archives/python-twisted-bin_16.6.0-2_amd64.deb
deleting apt/archives/python-setuptools_33.1.1-1_all.deb
deleting apt/archives/python-service-identity_16.0.0-2_all.deb
deleting apt/archives/python-pyasn1_0.1.9-2_all.deb
deleting apt/archives/python-pyasn1-modules_0.0.7-0.1_all.deb
deleting apt/archives/python-psutil_5.0.1-1_amd64.deb
deleting apt/archives/python-parsley_1.2-1_all.deb
deleting apt/archives/python-openssl_16.2.0-1_all.deb
deleting apt/archives/python-lzma_0.5.3-3_amd64.deb
deleting apt/archives/python-ipaddress_1.0.17-1_all.deb
deleting apt/archives/python-incremental_16.10.1-3_all.deb
deleting apt/archives/python-idna_2.2-1_all.deb
deleting apt/archives/python-enum34_1.1.6-1_all.deb
deleting apt/archives/python-cryptography_1.7.1-3_amd64.deb
deleting apt/archives/python-constantly_15.1.0-1_all.deb
deleting apt/archives/python-cffi-backend_1.9.1-2_amd64.deb
deleting apt/archives/python-attr_16.3.0-1_all.deb
apt/
apt/pkgcache.bin
apt/archives/
apt/archives/partial/
man/
man/index.db
man/ca/
man/cs/
man/da/
man/de/
man/es/
man/fi/
man/fr/
man/hu/
man/id/
man/it/
man/ja/
man/ko/
man/nl/
man/pl/
man/pt/
man/pt_BR/
man/ru/
man/sl/
man/sv/
man/tr/
man/uk/
man/zh_CN/
man/zh_TW/

sent 19,968 bytes  received 1,363 bytes  42,662.00 bytes/sec
total size is 419,950,533  speedup is 19,687.33 (DRY RUN)</code></pre></div><p><strong># rsync -nav --delete var_cache_170630_1052_gdO/cache/&#160; var_cache_170630_1050_gdO/cache/</strong></p><div class="codebox"><pre class="vscroll"><code>sending incremental file list
apt/
apt/pkgcache.bin
apt/archives/
apt/archives/python-attr_16.3.0-1_all.deb
apt/archives/python-cffi-backend_1.9.1-2_amd64.deb
apt/archives/python-constantly_15.1.0-1_all.deb
apt/archives/python-cryptography_1.7.1-3_amd64.deb
apt/archives/python-enum34_1.1.6-1_all.deb
apt/archives/python-idna_2.2-1_all.deb
apt/archives/python-incremental_16.10.1-3_all.deb
apt/archives/python-ipaddress_1.0.17-1_all.deb
apt/archives/python-lzma_0.5.3-3_amd64.deb
apt/archives/python-openssl_16.2.0-1_all.deb
apt/archives/python-parsley_1.2-1_all.deb
apt/archives/python-psutil_5.0.1-1_amd64.deb
apt/archives/python-pyasn1-modules_0.0.7-0.1_all.deb
apt/archives/python-pyasn1_0.1.9-2_all.deb
apt/archives/python-service-identity_16.0.0-2_all.deb
apt/archives/python-setuptools_33.1.1-1_all.deb
apt/archives/python-twisted-bin_16.6.0-2_amd64.deb
apt/archives/python-twisted-core_16.6.0-2_all.deb
apt/archives/python-twisted_16.6.0-2_all.deb
apt/archives/python-txsocksx_1.15.0.2-1_all.deb
apt/archives/python-zope.interface_4.3.2-1_amd64.deb
apt/archives/torbrowser-launcher_0.2.6-2~bpo8+1_amd64.deb
apt/archives/wmctrl_1.07-7+b1_amd64.deb
apt/archives/partial/
man/
man/index.db
man/ca/
man/cs/
man/da/
man/de/
man/es/
man/fi/
man/fr/
man/hu/
man/id/
man/it/
man/ja/
man/ko/
man/nl/
man/pl/
man/pt/
man/pt_BR/
man/ru/
man/sl/
man/sv/
man/tr/
man/uk/
man/zh_CN/
man/zh_TW/

sent 21,015 bytes  received 274 bytes  42,578.00 bytes/sec
total size is 423,410,509  speedup is 19,888.70 (DRY RUN)</code></pre></div><p>But btwn these two. The first pair (along with the /var/lib/apt snapshots) holds the different content after: <strong># apt-get update</strong>, the second pair the different content after <strong># apt-get upgrade</strong>.</p><p>Ah, and also important is: I must revert the /etc/apt/ to how it was previous to this potentially costly experiment...</p><p>Let&#039;s see if I will reclaim my system or be left in un unworkable system... Give me more time.</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 15:07:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2706#p2706</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2704#p2704</link>
			<description><![CDATA[<p>Thanks again, <span style="color: purple">fsmithred</span>!</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Sorry, I&#039;m in a bit of a hurry, so I didn&#039;t read it all. Here&#039;s what we have in devuan. You should not use debian repositories to pull packages. You could get some unexpected surprises, and I&#039;m talking about the unpleasant kind.</p></div></blockquote></div><p>I see...<br />And yet, it does not look bad... some 2-3 posts back:<br />&lt; this same topic &gt;<br /><a href="https://dev1galaxy.org/viewtopic.php?id=773#p2699" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=773#p2699</a><br />Hmmmhhh!...</p><div class="quotebox"><blockquote><div><div class="codebox"><pre><code>$ apt-cache policy torbrowser-launcher 
torbrowser-launcher:
  Installed: (none)
  Candidate: 0.1.9-1+deb8u3
  Version table:
     0.2.7-2 0
        100 http://auto.mirror.devuan.org/merged/ ceres/contrib amd64 Packages
     0.2.6-2~bpo8+1 0
        200 http://packages.devuan.org/merged/ jessie-backports/contrib amd64 Packages
     0.1.9-1+deb8u3 0
        500 http://us.mirror.devuan.org/merged/ jessie/contrib amd64 Packages</code></pre></div></div></blockquote></div><p>And what I now have is:</p><div class="codebox"><pre><code># apt-cache policy torbrowser-launcher 
torbrowser-launcher:
  Installed: 0.2.6-2~bpo8+1
  Candidate: 0.2.6-2~bpo8+1
  Version table:
 *** 0.2.6-2~bpo8+1 100
        100 http://httpredir.debian.org/debian jessie-backports/contrib amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div><div class="quotebox"><blockquote><div><p>If you&#039;re in jessie and want the version from backports, </p><div class="codebox"><pre><code>apt-get -t jessie-backports install torbrowser-launcher</code></pre></div></div></blockquote></div><p>Nope. Ascii it is. In the topic title as well.</p><div class="quotebox"><blockquote><div><p>I don&#039;t know why it&#039;s not in ascii. I would either try the one from jessie-backports or temporarily add ceres sources and pull it from there. More likely, I would just go to the tor site, download the latest version and unpack it in my home directory.</p></div></blockquote></div><p>I see... And, let&#039;s see if som non-expert hacking can help here...<br />I&#039;ll try and uninstall the Debian torbrowser-launcher and manually, from backup of what:</p><div class="codebox"><pre><code>/var/cache/</code></pre></div><p>and</p><div class="codebox"><pre><code>/var/lib/apt/</code></pre></div><p>cache previously were, and which I kept kind of snapshotting... <br />From the backups I&#039;ll try and revert the state of my system to prior to what it was when I added the stretch-backports to it...<br />I&#039;m talking about backups as I wrote about, and used for<br />Air-Gapped Devuan Install, Tentative<br /><a href="https://dev1galaxy.org/viewtopic.php?id=746" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=746</a><br />After all, I had recovered, previously, it looks to me successfully, from having had updated my Jessie with stretch... before I figured out that manual Air-Gapped method...</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 14:01:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2704#p2704</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2703#p2703</link>
			<description><![CDATA[<p>Sorry, I&#039;m in a bit of a hurry, so I didn&#039;t read it all. Here&#039;s what we have in devuan. You should not use debian repositories to pull packages. You could get some unexpected surprises, and I&#039;m talking about the unpleasant kind.</p><div class="codebox"><pre><code>$ apt-cache policy torbrowser-launcher 
torbrowser-launcher:
  Installed: (none)
  Candidate: 0.1.9-1+deb8u3
  Version table:
     0.2.7-2 0
        100 http://auto.mirror.devuan.org/merged/ ceres/contrib amd64 Packages
     0.2.6-2~bpo8+1 0
        200 http://packages.devuan.org/merged/ jessie-backports/contrib amd64 Packages
     0.1.9-1+deb8u3 0
        500 http://us.mirror.devuan.org/merged/ jessie/contrib amd64 Packages</code></pre></div><p>If you&#039;re in jessie and want the version from backports, </p><div class="codebox"><pre><code>apt-get -t jessie-backports install torbrowser-launcher</code></pre></div><p>I don&#039;t know why it&#039;s not in ascii. I would either try the one from jessie-backports or temporarily add ceres sources and pull it from there. More likely, I would just go to the tor site, download the latest version and unpack it in my home directory.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 30 Jun 2017 13:28:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2703#p2703</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2701#p2701</link>
			<description><![CDATA[<p>It&#039;s not that the download is bad. Nope!</p><p>It&#039;s something to do with not having verified the good download, for some reason.</p><p>Because, in the first place, I didn&#039;t have the:</p><div class="codebox"><pre><code>$ gpg --recv-key D1483FA6C3C07136
gpg: key 4E2C6E8793298290: public key &quot;Tor Browser Developers (signing key) &lt;torbrowser@torproject.org&gt;&quot; imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1
$</code></pre></div><p>( because I did just a while ago, but after&#160; the previous post. So now I do have that key listed.</p><p>And also:</p><div class="codebox"><pre><code>$ gpg --verify tor-browser-linux64-7.0.1_en-US.tar.xz.asc tor-browser-linux64-7.0.1_en-US.tar.xz
gpg: Signature made Mon 12 Jun 2017 17:37:03 UTC
gpg:                using RSA key D1483FA6C3C07136
gpg: Good signature from &quot;Tor Browser Developers (signing key) &lt;torbrowser@torproject.org&gt;&quot; [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
     Subkey fingerprint: A430 0A6B C93C 0877 A445  1486 D148 3FA6 C3C0 7136</code></pre></div><p>it verified correctly.</p><p>However, launching tor-browser like I described in the previous post shows just the same message, and Tor doesn&#039;t start...</p><p>On top of that... the small GTK (probably) window keeps appearing... and even after:</p><div class="codebox"><pre><code>The window &quot;Tor Browser&quot; does not seem to be responding. Do you want to force it to exit by sending the kill signal?

                      -----------       -----------------
                      | Cancel   |       | End Process   |
                      -----------       -----------------</code></pre></div><p>any of that, it&#039;s just unkillable...</p><p>Any more tries/some-not-too-expert-hacking can be done here?</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 11:37:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2701#p2701</guid>
		</item>
		<item>
			<title><![CDATA[Re: How2instl TorBrowser in Ascii? NOT frm Stretch bakprts! [PARTLY SOLVED]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=2700#p2700</link>
			<description><![CDATA[<p>It says (manually copying):</p><div class="codebox"><pre><code>SIGNATURE VERIFICATION FAILED!

You might be under attack, or there might just be a networking problem. Click Start try the download again.

-----------                             -------------
| Start   |                             | Cancel    |
-----------                             -------------</code></pre></div><p>And restarting, all the 60-70MB, but... (one probably last time, for now):</p><p>the same notice in the GTK (or whatever, no that&#039;s not QT) little window, appears.</p><p>Can there be a manual way to download it?</p><p>Because I noticed it wrote:</p><div class="codebox"><pre><code>$ torbrowser-launcher &amp;
[1] 28681
$ Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.6
https://github.com/micahflee/torbrowser-launcher
Downloading and installing Tor Browser for the first time.
Downloading https://dist.torproject.org/torbrowser/update_2/release/Linux_x86_64-gcc3/x/en-US
Latest version: 7.0.1
Downloading https://www.torproject.org/dist/torbrowser/7.0.1/tor-browser-linux64-7.0.1_en-US.tar.xz.asc
Downloading https://www.torproject.org/dist/torbrowser/7.0.1/tor-browser-linux64-7.0.1_en-US.tar.xz
Verifying signature
Starting download over again
Downloading https://www.torproject.org/dist/torbrowser/7.0.1/tor-browser-linux64-7.0.1_en-US.tar.xz
Verifying signature</code></pre></div><p>But how then would I trick it to... Aaah! I remembered... Let me see...</p><p>In the next post... Who knows... (Just to say, I had to Ctrl-C in the terminal after I foregrounded it, &quot;Cancel&quot; wouldn&#039;t do other then freeze...</p>]]></description>
			<author><![CDATA[dummy@example.com (miroR)]]></author>
			<pubDate>Fri, 30 Jun 2017 11:24:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=2700#p2700</guid>
		</item>
	</channel>
</rss>
