unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Problem with Tor & IceCat
@ 2019-01-06 18:13 Archetyp Jung
  2019-01-06 20:09 ` Joshua Branson
  2019-01-06 21:29 ` Chris Marusich
  0 siblings, 2 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-06 18:13 UTC (permalink / raw)
  To: help-guix

Hello, the use of Tor with GNU IceCat does not work, Tor must be
configured as a system service?

How exactly does Tor have to be entered here as a system service
in this config.scm?

;; This is an operating system configuration template
;; for a "desktop" setup with Xfce.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules certs)

(operating-system
  (host-name "gnu")
  (timezone "Europe/Berlin")
  (locale "de_DE.UTF-8")

  ;; Assuming /dev/sda is the target hard disk, and "my-root"
  ;; is the label of the target root file system.
  (bootloader (grub-configuration (device "/dev/sda")))
  (file-systems (cons (file-system
                        (device "my-root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "user")
                (comment "")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/user"))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   %base-packages))

  ;; Add GNOME and/or Xfce---we can choose at the log-in
  ;; screen with F1.  Use the "desktop" services, which
  ;; include the X11 log-in service, networking with
  ;; NetworkManager, and more.
  (services (cons* (console-keymap-service "de")
                   (xfce-desktop-service)
                   %desktop-services))
 
  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-06 18:13 Problem with Tor & IceCat Archetyp Jung
@ 2019-01-06 20:09 ` Joshua Branson
  2019-01-07  1:37   ` Matthias Lehr
                     ` (2 more replies)
  2019-01-06 21:29 ` Chris Marusich
  1 sibling, 3 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-06 20:09 UTC (permalink / raw)
  To: help-guix

Archetyp Jung <archetyp@e.mail.de> writes:

> Hello, the use of Tor with GNU IceCat does not work, Tor must be
> configured as a system service?
>
> How exactly does Tor have to be entered here as a system service
> in this config.scm?

It's pretty easy actually.

>
> ;; This is an operating system configuration template
> ;; for a "desktop" setup with Xfce.
>
> (use-modules (gnu) (gnu system nss))
  (use-service-modules desktop networking)
> (use-package-modules certs)
>
> (operating-system
>   (host-name "gnu")
>   (timezone "Europe/Berlin")
>   (locale "de_DE.UTF-8")
>
>   ;; Assuming /dev/sda is the target hard disk, and "my-root"
>   ;; is the label of the target root file system.
>   (bootloader (grub-configuration (device "/dev/sda")))
>   (file-systems (cons (file-system
>                         (device "my-root")
>                         (title 'label)
>                         (mount-point "/")
>                         (type "ext4"))
>                       %base-file-systems))
>
>   (users (cons (user-account
>                 (name "user")
>                 (comment "")
>                 (group "users")
>                 (supplementary-groups '("wheel" "netdev"
>                                         "audio" "video"))
>                 (home-directory "/home/user"))
>                %base-user-accounts))
>
>   ;; This is where we specify system-wide packages.
>   (packages (cons* nss-certs         ;for HTTPS access
>                    %base-packages))
>
>   ;; Add GNOME and/or Xfce---we can choose at the log-in
>   ;; screen with F1.  Use the "desktop" services, which
>   ;; include the X11 log-in service, networking with
>   ;; NetworkManager, and more.
>   (services (cons* (console-keymap-service "de")
                     (service tor-service-type)
>                    (xfce-desktop-service)
>                    %desktop-services))
>
>   ;; Allow resolution of '.local' host names with mDNS.
>   (name-service-switch %mdns-host-lookup-nss))

Now, when you start icecat, you may have to click on the tor plugin to
activate it, but it normally autostarts for me.

Also, at least for me, that doesn't configure my browser to access tor
hidden services.  But it does run all of your http traffic through the
tor network, which is pretty cool.

--
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-06 18:13 Problem with Tor & IceCat Archetyp Jung
  2019-01-06 20:09 ` Joshua Branson
@ 2019-01-06 21:29 ` Chris Marusich
  1 sibling, 0 replies; 24+ messages in thread
From: Chris Marusich @ 2019-01-06 21:29 UTC (permalink / raw)
  To: Archetyp Jung; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

Hi Archetyp,

Archetyp Jung <archetyp@e.mail.de> writes:

> Hello, the use of Tor with GNU IceCat does not work, Tor must be
> configured as a system service?
>
> How exactly does Tor have to be entered here as a system service
> in this config.scm?

The section "(guix) Networking Services" in the Guix manual describes
how to create a Tor service:

https://www.gnu.org/software/guix/manual/en/html_node/Networking-Services.html#index-tor_002dservice_002dtype

For example, here is how you would define a Tor service that uses a UNIX
domain socket:

  (service tor-service-type
           (tor-configuration
             (socks-socket-type 'unix)))

For details on how to configure Firefox or IceCat to use it, see:

https://lists.gnu.org/archive/html/help-guix/2018-07/msg00082.html

You might also want to read Devan's thoughtful message here, in which he
reminds us that the safest option is to use Tor Browser:

https://lists.gnu.org/archive/html/help-guix/2018-07/msg00075.html

I hope that helps!

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-06 20:09 ` Joshua Branson
@ 2019-01-07  1:37   ` Matthias Lehr
  2019-01-07  1:41   ` Archetyp Jung
  2019-01-07  2:02   ` Mike Gerwitz
  2 siblings, 0 replies; 24+ messages in thread
From: Matthias Lehr @ 2019-01-07  1:37 UTC (permalink / raw)
  To: help-guix

Thanks, actually this would be the solution for me, but now I've
probably stumbled upon a real problem:

user@gnu ~$ su
Password: .......
root@gnu /home/user# guix system reconfigure /etc/config.scm
.......
.......
The following profile hooks will be built:
   /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
   /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
   /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
   /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
building directory of Info manuals...
builder for `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv'
failed with exit code 1 build
of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed View
build log at
'/var/log/guix/drvs/4k/f8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv.bz2'.
cannot build derivation
`/gnu/store/y2815l3amfc87fah1xfppx22nqhydn55-profile.drv': 1
dependencies couldn't be built killing process 5397 cannot build
derivation `/gnu/store/ccfx4skdimjv3m2rn2h6jjm4kbzlr9qf-system.drv': 1
dependencies couldn't be built guix system: error: build failed: build
of `/gnu/store/ccfx4skdimjv3m2rn2h6jjm4kbzlr9qf-system.drv' failed
root@gnu /home/user#

Backtrace:
          10 (primitive-load "/gnu/store/y80hdrjx3rkvlc8nynncwflpxyc?")
In ice-9/eval.scm:
   721:20  9 (primitive-eval (begin (use-modules (guix build #) ?) ?))
In ice-9/psyntax.scm:
  1235:36  8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?)
  1182:24  7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
  1182:24  6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
   285:10  5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?)
In ice-9/boot-9.scm:
  3377:20  4 (process-use-modules _)
   222:17  3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?))
  3378:31  2 (_ ((guix build utils)))
   2803:6  1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
In unknown file:
           0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)

ERROR: In procedure scm-error:
no code for module (guix build utils)

What is going wrong where? A new bug? Or a local system error?

Am Sun, 06 Jan 2019 15:09:51 -0500
schrieb Joshua Branson <>:

> Archetyp Jung <archetyp@e.mail.de> writes:
> 
> > Hello, the use of Tor with GNU IceCat does not work, Tor must be
> > configured as a system service?
> >
> > How exactly does Tor have to be entered here as a system service
> > in this config.scm?  
> 
> It's pretty easy actually.
> 

> 
> Now, when you start icecat, you may have to click on the tor plugin to
> activate it, but it normally autostarts for me.
> 
> Also, at least for me, that doesn't configure my browser to access tor
> hidden services.  But it does run all of your http traffic through the
> tor network, which is pretty cool.
> 
> --
> Joshua Branson
> Sent from Emacs and Gnus
> 

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-06 20:09 ` Joshua Branson
  2019-01-07  1:37   ` Matthias Lehr
@ 2019-01-07  1:41   ` Archetyp Jung
  2019-01-07  8:16     ` Ricardo Wurmus
  2019-01-07  2:02   ` Mike Gerwitz
  2 siblings, 1 reply; 24+ messages in thread
From: Archetyp Jung @ 2019-01-07  1:41 UTC (permalink / raw)
  To: help-guix

Thanks, actually this would be the solution for me, but now I've
probably stumbled upon a real problem:

user@gnu ~$ su
Password: .......
root@gnu /home/user# guix system reconfigure /etc/config.scm
.......
.......
The following profile hooks will be built:
   /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
   /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
   /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
   /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
building directory of Info manuals...
builder for `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv'
failed with exit code 1 build
of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed View
build log at
'/var/log/guix/drvs/4k/f8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv.bz2'.
cannot build derivation
`/gnu/store/y2815l3amfc87fah1xfppx22nqhydn55-profile.drv': 1
dependencies couldn't be built killing process 5397 cannot build
derivation `/gnu/store/ccfx4skdimjv3m2rn2h6jjm4kbzlr9qf-system.drv': 1
dependencies couldn't be built guix system: error: build failed: build
of `/gnu/store/ccfx4skdimjv3m2rn2h6jjm4kbzlr9qf-system.drv' failed
root@gnu /home/user#

Backtrace:
          10 (primitive-load "/gnu/store/y80hdrjx3rkvlc8nynncwflpxyc?")
In ice-9/eval.scm:
   721:20  9 (primitive-eval (begin (use-modules (guix build #) ?) ?))
In ice-9/psyntax.scm:
  1235:36  8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?)
  1182:24  7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
  1182:24  6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
   285:10  5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?)
In ice-9/boot-9.scm:
  3377:20  4 (process-use-modules _)
   222:17  3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?))
  3378:31  2 (_ ((guix build utils)))
   2803:6  1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
In unknown file:
           0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)

ERROR: In procedure scm-error:
no code for module (guix build utils)

What is going wrong where? A new bug? Or a local system error?

Am Sun, 06 Jan 2019 15:09:51 -0500
schrieb Joshua Branson <>:

> Archetyp Jung <archetyp@e.mail.de> writes:
> 
> > Hello, the use of Tor with GNU IceCat does not work, Tor must be
> > configured as a system service?
> >
> > How exactly does Tor have to be entered here as a system service
> > in this config.scm?  
> 
> It's pretty easy actually.
> 

> Now, when you start icecat, you may have to click on the tor plugin to
> activate it, but it normally autostarts for me.
> 
> Also, at least for me, that doesn't configure my browser to access tor
> hidden services.  But it does run all of your http traffic through the
> tor network, which is pretty cool.
> 
> --
> Joshua Branson
> Sent from Emacs and Gnus
> 

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-06 20:09 ` Joshua Branson
  2019-01-07  1:37   ` Matthias Lehr
  2019-01-07  1:41   ` Archetyp Jung
@ 2019-01-07  2:02   ` Mike Gerwitz
  2019-01-07  7:16     ` znavko
  2019-01-07 14:57     ` Joshua Branson
  2 siblings, 2 replies; 24+ messages in thread
From: Mike Gerwitz @ 2019-01-07  2:02 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]

On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote:
> Now, when you start icecat, you may have to click on the tor plugin to
> activate it, but it normally autostarts for me.
>
> Also, at least for me, that doesn't configure my browser to access tor
> hidden services.  But it does run all of your http traffic through the
> tor network, which is pretty cool.

That's concerning to me: it seems to imply that DNS requests are _not_
being proxied through Tor, which could leak very sensitive information
to your ISP and other parties.

I use FoxyProxy Standard[0] (just by habit over the many years I've used
Tor with Firefox), so I hadn't tried the Addon distributed with
Icecat.  FoxyProxy has an option to proxy DNS requests through Tor (and
does so by default IIRC).

[0]: https://directory.fsf.org/wiki/FoxyProxy_Standard

-- 
Mike Gerwitz
Free Software Hacker+Activist | GNU Maintainer & Volunteer
GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
https://mikegerwitz.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  2:02   ` Mike Gerwitz
@ 2019-01-07  7:16     ` znavko
  2019-01-07 11:37       ` Archetyp Jung
  2019-01-07 14:58       ` Joshua Branson
  2019-01-07 14:57     ` Joshua Branson
  1 sibling, 2 replies; 24+ messages in thread
From: znavko @ 2019-01-07  7:16 UTC (permalink / raw)
  Cc: Help Guix

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]


Yes, Tor plugin in Icecat 63 not works properly. I reported it to a developer through his website.

There is one important thing that Tor plugin breaks. If you look at https://wiki.gentoo.org/wiki/Tor#Firefox <https://wiki.gentoo.org/wiki/Tor#Firefox> there are lines you should configure in about:config page in Icecat
network.proxy.socks_remote_dns    truenetwork.dns.disablePrefetch       truenetwork.dns.disableIPv6           true
So plugin resets  'network.proxy.socks_remote_dns' to 'false' every time it runs and every time you start Icecat having tor plugin is activated. And this is why ISP performs dns requests. 



Jan 7, 2019, 2:02 AM by mtg@gnu.org:

> On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote:
>
>> Now, when you start icecat, you may have to click on the tor plugin to
>> activate it, but it normally autostarts for me.
>>
>> Also, at least for me, that doesn't configure my browser to access tor
>> hidden services.  But it does run all of your http traffic through the
>> tor network, which is pretty cool.
>>
>
> That's concerning to me: it seems to imply that DNS requests are _not_
> being proxied through Tor, which could leak very sensitive information
> to your ISP and other parties.
>
> I use FoxyProxy Standard[0] (just by habit over the many years I've used
> Tor with Firefox), so I hadn't tried the Addon distributed with
> Icecat.  FoxyProxy has an option to proxy DNS requests through Tor (and
> does so by default IIRC).
>
> [0]: > https://directory.fsf.org/wiki/FoxyProxy_Standard <https://directory.fsf.org/wiki/FoxyProxy_Standard>
>
> -- 
> Mike Gerwitz
> Free Software Hacker+Activist | GNU Maintainer & Volunteer
> GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
> https://mikegerwitz.com <https://mikegerwitz.com>
>


[-- Attachment #2: Type: text/html, Size: 3847 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  1:41   ` Archetyp Jung
@ 2019-01-07  8:16     ` Ricardo Wurmus
  2019-01-07 11:50       ` Archetyp Jung
  2019-01-08 22:46       ` Ludovic Courtès
  0 siblings, 2 replies; 24+ messages in thread
From: Ricardo Wurmus @ 2019-01-07  8:16 UTC (permalink / raw)
  To: Archetyp Jung; +Cc: help-guix


Hi Archetyp,

> Thanks, actually this would be the solution for me, but now I've
> probably stumbled upon a real problem:
>
> user@gnu ~$ su
> Password: .......
> root@gnu /home/user# guix system reconfigure /etc/config.scm
> .......
> .......
> The following profile hooks will be built:
>    /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
>    /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
>    /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
>    /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
> building directory of Info manuals...
> builder for `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv'
> failed with exit code 1 build
> of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed

This is probably this bug:

    https://issues.guix.info/issue/28144

It’s a bug in Guile that results in miscompilation.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  7:16     ` znavko
@ 2019-01-07 11:37       ` Archetyp Jung
  2019-01-07 14:58       ` Joshua Branson
  1 sibling, 0 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-07 11:37 UTC (permalink / raw)
  To: Help Guix

Thanks for this important hint, I will consider it! ;-)

Am Mon, 7 Jan 2019 08:16:34 +0100 (CET)
schrieb <znavko@tutanota.com>:

> 
> Yes, Tor plugin in Icecat 63 not works properly. I reported it to a
> developer through his website.
> 
> There is one important thing that Tor plugin breaks. If you look at
> https://wiki.gentoo.org/wiki/Tor#Firefox
> <https://wiki.gentoo.org/wiki/Tor#Firefox> there are lines you should
> configure in about:config page in Icecat
> network.proxy.socks_remote_dns
> truenetwork.dns.disablePrefetch
> truenetwork.dns.disableIPv6           true So plugin resets
> 'network.proxy.socks_remote_dns' to 'false' every time it runs and
> every time you start Icecat having tor plugin is activated. And this
> is why ISP performs dns requests. 
> 
> 
> Jan 7, 2019, 2:02 AM by mtg@gnu.org:
> 
> > On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote:
> >
> >> Now, when you start icecat, you may have to click on the tor
> >> plugin to activate it, but it normally autostarts for me.
> >>
> >> Also, at least for me, that doesn't configure my browser to access
> >> tor hidden services.  But it does run all of your http traffic
> >> through the tor network, which is pretty cool.
> >>
> >
> > That's concerning to me: it seems to imply that DNS requests are
> > _not_ being proxied through Tor, which could leak very sensitive
> > information to your ISP and other parties.
> >
> > I use FoxyProxy Standard[0] (just by habit over the many years I've
> > used Tor with Firefox), so I hadn't tried the Addon distributed with
> > Icecat.  FoxyProxy has an option to proxy DNS requests through Tor
> > (and does so by default IIRC).
> >
> > [0]: > https://directory.fsf.org/wiki/FoxyProxy_Standard
> > <https://directory.fsf.org/wiki/FoxyProxy_Standard>
> >
> > -- 
> > Mike Gerwitz
> > Free Software Hacker+Activist | GNU Maintainer & Volunteer
> > GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
> > https://mikegerwitz.com <https://mikegerwitz.com>
> >
> 

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  8:16     ` Ricardo Wurmus
@ 2019-01-07 11:50       ` Archetyp Jung
  2019-01-07 12:08         ` Ricardo Wurmus
  2019-01-08 22:46       ` Ludovic Courtès
  1 sibling, 1 reply; 24+ messages in thread
From: Archetyp Jung @ 2019-01-07 11:50 UTC (permalink / raw)
  To: help-guix

Hi Ricardo, is there a workaround that can be used for me?

Bug 28144 prevents regonfigure & pull. :-(

Am Mon, 07 Jan 2019 09:16:30 +0100
schrieb Ricardo Wurmus <rekado@elephly.net>:

> Hi Archetyp,
> 
> > Thanks, actually this would be the solution for me, but now I've
> > probably stumbled upon a real problem:
> >
> > user@gnu ~$ su
> > Password: .......
> > root@gnu /home/user# guix system reconfigure /etc/config.scm
> > .......
> > .......
> > The following profile hooks will be built:
> >    /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
> >    /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
> >    /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
> >    /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
> > building directory of Info manuals...
> > builder for
> > `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv' failed
> > with exit code 1 build
> > of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed  
> 
> This is probably this bug:
> 
>     https://issues.guix.info/issue/28144
> 
> It’s a bug in Guile that results in miscompilation.
> 

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07 11:50       ` Archetyp Jung
@ 2019-01-07 12:08         ` Ricardo Wurmus
  0 siblings, 0 replies; 24+ messages in thread
From: Ricardo Wurmus @ 2019-01-07 12:08 UTC (permalink / raw)
  To: Archetyp Jung; +Cc: help-guix


Archetyp Jung <archetyp@e.mail.de> writes:

> Hi Ricardo, is there a workaround that can be used for me?
>
> Bug 28144 prevents regonfigure & pull. :-(

It’s tricky.  Do you happen to have a different version of Guix on your
system?  If you ran “guix pull” before you should have a few
~/.config/guix/current-* links, each containing “bin/guix” that you
could use instead of the default.

--
Ricardo

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  2:02   ` Mike Gerwitz
  2019-01-07  7:16     ` znavko
@ 2019-01-07 14:57     ` Joshua Branson
  1 sibling, 0 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-07 14:57 UTC (permalink / raw)
  To: help-guix

Mike Gerwitz <mtg@gnu.org> writes:

> On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote:
>> Now, when you start icecat, you may have to click on the tor plugin to
>> activate it, but it normally autostarts for me.
>>
>> Also, at least for me, that doesn't configure my browser to access tor
>> hidden services.  But it does run all of your http traffic through the
>> tor network, which is pretty cool.
>
> That's concerning to me: it seems to imply that DNS requests are _not_
> being proxied through Tor, which could leak very sensitive information
> to your ISP and other parties.

Really!?  That's annoying.  We should probably report that as a bug!
It's not much help if your DNS is going to your ISP!

>
> I use FoxyProxy Standard[0] (just by habit over the many years I've used
> Tor with Firefox), so I hadn't tried the Addon distributed with
> Icecat.  FoxyProxy has an option to proxy DNS requests through Tor (and
> does so by default IIRC).

I'm actually super curious about using local proxies!  Ludo uses a
different proxy I think...but there are probably a ton of proxies that
you can run.  Can you give me a brief overview of why to use proxies...?

I'm also interested in performance caching proxies...

>
> [0]: https://directory.fsf.org/wiki/FoxyProxy_Standard

--
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  7:16     ` znavko
  2019-01-07 11:37       ` Archetyp Jung
@ 2019-01-07 14:58       ` Joshua Branson
  1 sibling, 0 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-07 14:58 UTC (permalink / raw)
  To: help-guix

<znavko@tutanota.com> writes:

> Yes, Tor plugin in Icecat 63 not works properly. I reported it to a developer through his website.

What developer?  Can you link me to the bug report?

>
> There is one important thing that Tor plugin breaks. If you look at https://wiki.gentoo.org/wiki/Tor#Firefox there are lines you should configure in
> about:config page in Icecat
> network.proxy.socks_remote_dns    true
> network.dns.disablePrefetch       true
> network.dns.disableIPv6           true
>
> So plugin resets  'network.proxy.socks_remote_dns' to 'false' every time it runs and every time you start Icecat having tor plugin is activated. And this is
> why ISP performs dns requests. 
>
> Jan 7, 2019, 2:02 AM by mtg@gnu.org:
>
>  On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote:
>
>  Now, when you start icecat, you may have to click on the tor plugin to
>  activate it, but it normally autostarts for me.
>
>  Also, at least for me, that doesn't configure my browser to access tor
>  hidden services. But it does run all of your http traffic through the
>  tor network, which is pretty cool.
>
>  That's concerning to me: it seems to imply that DNS requests are _not_
>  being proxied through Tor, which could leak very sensitive information
>  to your ISP and other parties.
>
>  I use FoxyProxy Standard[0] (just by habit over the many years I've used
>  Tor with Firefox), so I hadn't tried the Addon distributed with
>  Icecat. FoxyProxy has an option to proxy DNS requests through Tor (and
>  does so by default IIRC).
>
>  [0]: https://directory.fsf.org/wiki/FoxyProxy_Standard
>
>  -- 
>  Mike Gerwitz
>  Free Software Hacker+Activist | GNU Maintainer & Volunteer
>  GPG: D6E9 B930 028A 6C38 F43B 2388 FEF6 3574 5E6F 6D05
>  https://mikegerwitz.com
>

-- 
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-07  8:16     ` Ricardo Wurmus
  2019-01-07 11:50       ` Archetyp Jung
@ 2019-01-08 22:46       ` Ludovic Courtès
  2019-01-08 23:52         ` Archetyp Jung
  1 sibling, 1 reply; 24+ messages in thread
From: Ludovic Courtès @ 2019-01-08 22:46 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Hello,

Ricardo Wurmus <rekado@elephly.net> skribis:

>> Thanks, actually this would be the solution for me, but now I've
>> probably stumbled upon a real problem:
>>
>> user@gnu ~$ su
>> Password: .......
>> root@gnu /home/user# guix system reconfigure /etc/config.scm
>> .......
>> .......
>> The following profile hooks will be built:
>>    /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
>>    /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
>>    /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
>>    /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
>> building directory of Info manuals...
>> builder for `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv'
>> failed with exit code 1 build
>> of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed
>
> This is probably this bug:
>
>     https://issues.guix.info/issue/28144

To be sure Archetyp, could you run:

  bzcat $(guix build --log-file /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv)

and send the output?

Also, was the ‘guix’ command you’re running produced by ‘guix pull’?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-08 22:46       ` Ludovic Courtès
@ 2019-01-08 23:52         ` Archetyp Jung
  2019-01-09  0:18           ` Archetyp Jung
  2019-01-09 14:36           ` Joshua Branson
  0 siblings, 2 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-08 23:52 UTC (permalink / raw)
  To: help-guix

Sorry Ludo, but I reinstalled the operating system yesterday. :-(

Thanks to my customized config.scm, everything works fine here,
including Tor. ;-)

BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
but directly via Proxy DNS when using SOCKS v5.

Am Tue, 08 Jan 2019 23:46:36 +0100
schrieb Ludovic Courtès <ludo@gnu.org>:

> Hello,
> 
> Ricardo Wurmus <rekado@elephly.net> skribis:
> 
> >> Thanks, actually this would be the solution for me, but now I've
> >> probably stumbled upon a real problem:
> >>
> >> user@gnu ~$ su
> >> Password: .......
> >> root@gnu /home/user# guix system reconfigure /etc/config.scm
> >> .......
> >> .......
> >> The following profile hooks will be built:
> >>    /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
> >>    /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
> >>    /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
> >>    /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
> >> building directory of Info manuals...
> >> builder for
> >> `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv' failed
> >> with exit code 1 build
> >> of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
> >> failed  
> >
> > This is probably this bug:
> >
> >     https://issues.guix.info/issue/28144  
> 
> To be sure Archetyp, could you run:
> 
>   bzcat $(guix build
> --log-file /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv)
> 
> and send the output?
> 
> Also, was the ‘guix’ command you’re running produced by ‘guix pull’?
> 
> Thanks,
> Ludo’.

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-08 23:52         ` Archetyp Jung
@ 2019-01-09  0:18           ` Archetyp Jung
  2019-01-09 14:36             ` Joshua Branson
  2019-01-09 14:36           ` Joshua Branson
  1 sibling, 1 reply; 24+ messages in thread
From: Archetyp Jung @ 2019-01-09  0:18 UTC (permalink / raw)
  To: help-guix

Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13
+0100?

https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-08 23:52         ` Archetyp Jung
  2019-01-09  0:18           ` Archetyp Jung
@ 2019-01-09 14:36           ` Joshua Branson
  2019-01-10 12:01             ` Ricardo Wurmus
  1 sibling, 1 reply; 24+ messages in thread
From: Joshua Branson @ 2019-01-09 14:36 UTC (permalink / raw)
  To: help-guix

Archetyp Jung <archetyp@e.mail.de> writes:

> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>
> Thanks to my customized config.scm, everything works fine here,
> including Tor. ;-)
>
> BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
> but directly via Proxy DNS when using SOCKS v5.

Can you describe this setup?  I would like to use Tor properly, and
currently I cannot.  :( 

>
> Am Tue, 08 Jan 2019 23:46:36 +0100
> schrieb Ludovic Courtès <ludo@gnu.org>:
>
>> Hello,
>> 
>> Ricardo Wurmus <rekado@elephly.net> skribis:
>> 
>> >> Thanks, actually this would be the solution for me, but now I've
>> >> probably stumbled upon a real problem:
>> >>
>> >> user@gnu ~$ su
>> >> Password: .......
>> >> root@gnu /home/user# guix system reconfigure /etc/config.scm
>> >> .......
>> >> .......
>> >> The following profile hooks will be built:
>> >>    /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv
>> >>    /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
>> >>    /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv
>> >>    /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv
>> >> building directory of Info manuals...
>> >> builder for
>> >> `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv' failed
>> >> with exit code 1 build
>> >> of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv
>> >> failed  
>> >
>> > This is probably this bug:
>> >
>> >     https://issues.guix.info/issue/28144  
>> 
>> To be sure Archetyp, could you run:
>> 
>>   bzcat $(guix build
>> --log-file /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv)
>> 
>> and send the output?
>> 
>> Also, was the ‘guix’ command you’re running produced by ‘guix pull’?
>> 
>> Thanks,
>> Ludo’.

-- 
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-09  0:18           ` Archetyp Jung
@ 2019-01-09 14:36             ` Joshua Branson
  0 siblings, 0 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-09 14:36 UTC (permalink / raw)
  To: help-guix

Archetyp Jung <archetyp@e.mail.de> writes:

I believe we generally do not delete email postings.  I suppose we could
if it was spam for instance.

> Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13
> +0100?
>
> https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html

-- 
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
@ 2019-01-09 16:09 Archetyp Jung
  0 siblings, 0 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-09 16:09 UTC (permalink / raw)
  To: help-guix

Joshua Branson <jbranso@dismail.de> writes:

Archetyp Jung <archetyp@e.mail.de> writes:

> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>
> Thanks to my customized config.scm, everything works fine here,
> including Tor. ;-)
>
> BTW: I no longer use Tor in GNU IceCat with the Tor? browser button,
> but directly via Proxy DNS when using SOCKS v5.  

Can you describe this setup?  I would like to use Tor properly, and
currently I cannot.  :( 

-- 
Joshua Branson
Sent from Emacs and Gnus

Hello Joshua, this is my current config.scm:

;; This is an operating system configuration template
;; for a "desktop" setup with Xfce.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop networking)
(use-package-modules certs xfce)

(operating-system
  (host-name "gnu")
  (timezone "Europe/Berlin")
  (locale "de_DE.UTF-8")

  ;; Assuming /dev/sda is the target hard disk, and "my-root"
  ;; is the label of the target root file system.
  (bootloader (grub-configuration (device "/dev/sda")))
  (file-systems (cons (file-system
                        (device "my-root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "user")
                (comment "")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/user"))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   %base-packages))

  ;; Add GNOME and/or Xfce---we can choose at the log-in
  ;; screen with F1.  Use the "desktop" services, which
  ;; include the X11 log-in service, networking with
  ;; NetworkManager, and more.
  (services (cons* (console-keymap-service "de")
                   (service tor-service-type)
                   (xfce-desktop-service)
                   %desktop-services))
 
  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

And here are the relevant entries for Tor:

(use-service-modules desktop networking)

(service tor-service-type)

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
@ 2019-01-09 16:47 Archetyp Jung
  0 siblings, 0 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-09 16:47 UTC (permalink / raw)
  To: help-guix

Okay, I had accidentally posted here under a false name, please remove
this name from help-guix archive and replace it with Archetyp Jung.

The visibility of the wrong name is a security problem for me!

Joshua Branson <jbranso@dismail.de> writes:

Archetyp Jung <archetyp@e.mail.de> writes:

I believe we generally do not delete email postings.  I suppose we could
if it was spam for instance.

> Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13
> +0100?
>
> https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html  

-- 
Joshua Branson
Sent from Emacs and Gnus

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
@ 2019-01-09 17:24 Archetyp Jung
  0 siblings, 0 replies; 24+ messages in thread
From: Archetyp Jung @ 2019-01-09 17:24 UTC (permalink / raw)
  To: help-guix

Oh yes, here are the correct settings for Tor in GNU IceCat:

---> Manual proxy configuration

---> SOCKS Host: localhost Port: 9050

---> Proxy DNS when using SOCKS v5

If you do not want to use the Tor browser button. ;-)

Joshua Branson <jbranso@dismail.de> writes:

Archetyp Jung <archetyp@e.mail.de> writes:

> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>
> Thanks to my customized config.scm, everything works fine here,
> including Tor. ;-)
>
> BTW: I no longer use Tor in GNU IceCat with the Tor? browser button,
> but directly via Proxy DNS when using SOCKS v5.    

Can you describe this setup?  I would like to use Tor properly, and
currently I cannot.  :( 

-- 
Joshua Branson
Sent from Emacs and Gnus

Hello Joshua, this is my current config.scm:

;; This is an operating system configuration template
;; for a "desktop" setup with Xfce.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop networking)
(use-package-modules certs xfce)

(operating-system
  (host-name "gnu")
  (timezone "Europe/Berlin")
  (locale "de_DE.UTF-8")

  ;; Assuming /dev/sda is the target hard disk, and "my-root"
  ;; is the label of the target root file system.
  (bootloader (grub-configuration (device "/dev/sda")))
  (file-systems (cons (file-system
                        (device "my-root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "user")
                (comment "")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/user"))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   %base-packages))

  ;; Add GNOME and/or Xfce---we can choose at the log-in
  ;; screen with F1.  Use the "desktop" services, which
  ;; include the X11 log-in service, networking with
  ;; NetworkManager, and more.
  (services (cons* (console-keymap-service "de")
                   (service tor-service-type)
                   (xfce-desktop-service)
                   %desktop-services))
 
  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

And here are the relevant entries for Tor:

(use-service-modules desktop networking)

(service tor-service-type)

-- 
Sent from GNU

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-09 14:36           ` Joshua Branson
@ 2019-01-10 12:01             ` Ricardo Wurmus
  2019-01-10 14:59               ` Joshua Branson
  2019-01-13 18:14               ` Joshua Branson
  0 siblings, 2 replies; 24+ messages in thread
From: Ricardo Wurmus @ 2019-01-10 12:01 UTC (permalink / raw)
  To: Joshua Branson; +Cc: help-guix


Joshua Branson <jbranso@dismail.de> writes:

> Archetyp Jung <archetyp@e.mail.de> writes:
>
>> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>>
>> Thanks to my customized config.scm, everything works fine here,
>> including Tor. ;-)
>>
>> BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
>> but directly via Proxy DNS when using SOCKS v5.
>
> Can you describe this setup?  I would like to use Tor properly, and
> currently I cannot.  :(

You only need to add (tor-service) to the list of services.  Then tell
your browser to connect to the SOCKS proxy at localhost:9050.  If you
use Epiphany or Eolie that would be done through the network settings
where you can configure GNOME-wide settings.

For Icecat that would be done in Preferences, searching for “proxy”,
hitting “Settings…” and specifying a manual proxy in the “SOCKS Host”
line.  Also check the box next to “Proxy DNS when using SOCKS v5”.

--
Ricardo

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-10 12:01             ` Ricardo Wurmus
@ 2019-01-10 14:59               ` Joshua Branson
  2019-01-13 18:14               ` Joshua Branson
  1 sibling, 0 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-10 14:59 UTC (permalink / raw)
  To: help-guix

Ricardo Wurmus <rekado@elephly.net> writes:

> Joshua Branson <jbranso@dismail.de> writes:
>
>> Archetyp Jung <archetyp@e.mail.de> writes:
>>
>>> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>>>
>>> Thanks to my customized config.scm, everything works fine here,
>>> including Tor. ;-)
>>>
>>> BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
>>> but directly via Proxy DNS when using SOCKS v5.
>>
>> Can you describe this setup?  I would like to use Tor properly, and
>> currently I cannot.  :(
>
> You only need to add (tor-service) to the list of services.  Then tell
> your browser to connect to the SOCKS proxy at localhost:9050.  If you
> use Epiphany or Eolie that would be done through the network settings
> where you can configure GNOME-wide settings.
>
> For Icecat that would be done in Preferences, searching for “proxy”,
> hitting “Settings…” and specifying a manual proxy in the “SOCKS Host”
> line.  Also check the box next to “Proxy DNS when using SOCKS v5”.

Thanks for getting back to me.  So just to verify, using Tor via the Tor
plugin provided in Icecat, is not enough?  I have to manually going into
settings and tinker some settings?  A user mentioned the following a few
days ago, which makes me think that DNS is not being sent to TOR.  When
I said, that using icecat with the tor-service, that I could not connect to
tor hidden services, then he said the following:

   That's concerning to me: it seems to imply that DNS requests are _not_
   being proxied through Tor, which could leak very sensitive information
   to your ISP and other parties.

Was he incorrect in his assumption?  Does the default Icecat + the tor
plugin, and (service tor-service-type), correctly route all icecat
traffic through tor?  How can I check that DNS is not being sent over
HTTP?

Thanks,

Joshua

>
> --
> Ricardo
>

--
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Problem with Tor & IceCat
  2019-01-10 12:01             ` Ricardo Wurmus
  2019-01-10 14:59               ` Joshua Branson
@ 2019-01-13 18:14               ` Joshua Branson
  1 sibling, 0 replies; 24+ messages in thread
From: Joshua Branson @ 2019-01-13 18:14 UTC (permalink / raw)
  To: help-guix

Ricardo Wurmus <rekado@elephly.net> writes:

> Joshua Branson <jbranso@dismail.de> writes:
>
>> Archetyp Jung <archetyp@e.mail.de> writes:
>>
>>> Sorry Ludo, but I reinstalled the operating system yesterday. :-(
>>>
>>> Thanks to my customized config.scm, everything works fine here,
>>> including Tor. ;-)
>>>
>>> BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
>>> but directly via Proxy DNS when using SOCKS v5.
>>
>> Can you describe this setup?  I would like to use Tor properly, and
>> currently I cannot.  :(
>
> You only need to add (tor-service) to the list of services.  Then tell
> your browser to connect to the SOCKS proxy at localhost:9050.  If you
> use Epiphany or Eolie that would be done through the network settings
> where you can configure GNOME-wide settings.
>
> For Icecat that would be done in Preferences, searching for “proxy”,
> hitting “Settings…” and specifying a manual proxy in the “SOCKS Host”
> line.  Also check the box next to “Proxy DNS when using SOCKS v5”.

Thanks for the information.  It seems like I have to check "Proxy DNS
when using SOCKS v5" every time I open IceCat.  I suppose that I could
turn off the Icecat plugin and have this written in manually.  I can now
connect to some tor hidden services!


http://nzh3fv6jc6jskki3.onion/ --> riseup.net

>
> --
> Ricardo
>

--
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-01-13 18:14 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-06 18:13 Problem with Tor & IceCat Archetyp Jung
2019-01-06 20:09 ` Joshua Branson
2019-01-07  1:37   ` Matthias Lehr
2019-01-07  1:41   ` Archetyp Jung
2019-01-07  8:16     ` Ricardo Wurmus
2019-01-07 11:50       ` Archetyp Jung
2019-01-07 12:08         ` Ricardo Wurmus
2019-01-08 22:46       ` Ludovic Courtès
2019-01-08 23:52         ` Archetyp Jung
2019-01-09  0:18           ` Archetyp Jung
2019-01-09 14:36             ` Joshua Branson
2019-01-09 14:36           ` Joshua Branson
2019-01-10 12:01             ` Ricardo Wurmus
2019-01-10 14:59               ` Joshua Branson
2019-01-13 18:14               ` Joshua Branson
2019-01-07  2:02   ` Mike Gerwitz
2019-01-07  7:16     ` znavko
2019-01-07 11:37       ` Archetyp Jung
2019-01-07 14:58       ` Joshua Branson
2019-01-07 14:57     ` Joshua Branson
2019-01-06 21:29 ` Chris Marusich
  -- strict thread matches above, loose matches on Subject: below --
2019-01-09 16:09 Archetyp Jung
2019-01-09 16:47 Archetyp Jung
2019-01-09 17:24 Archetyp Jung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).