From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Other web-browser for tor Date: Thu, 04 Oct 2018 13:27:12 +0200 Message-ID: <87in2ix88f.fsf@gnu.org> References: <-gWUFYZtXIy1o1yk-LpWq2xpLnqXz8GS0l2fCpzqLZiJ6Lww_oBiS9_QlgGTd8hElPbzSCuAzswBOzSSkzSxcdk4qB-ezxQToQmn-JlAW3k=@protonmail.com> <87r2hhbw0x@posteo.net> <8736tor7jd.fsf@gnu.org> <877ej0wsph.fsf@ambrevar.xyz> <878t3gvcj3.fsf@elephly.net> <874le4wq9c.fsf@ambrevar.xyz> <87bm8cpnzc.fsf@gnu.org> <8736towmqm.fsf@ambrevar.xyz> <87in2kmoj9.fsf@gnu.org> <87y3bgv2id.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g81t2-000415-FD for help-guix@gnu.org; Thu, 04 Oct 2018 07:33:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g81mq-0007lp-Oi for help-guix@gnu.org; Thu, 04 Oct 2018 07:27:24 -0400 In-Reply-To: <87y3bgv2id.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 02 Oct 2018 16:36:58 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: "help-guix@gnu.org" Hi! Pierre Neidhardt skribis: > Unless I'm distracted by the obvious, the culprit is right here: > > [pid 6097] openat(AT_FDCWD, "/gnu/store/d3q0nz8568j32gslkc3lskxpzmimcx9z= -privoxy-3.0.26/var/log/privoxy/logfile", O_WRONLY|O_CREAT|O_APPEND, 0666) = =3D -1 EACCES (Permission denied) > [pid 6097] close(2) =3D 0 > [pid 6097] openat(AT_FDCWD, "/gnu/store/d3q0nz8568j32gslkc3lskxpzmimcx9z= -privoxy-3.0.26/var/log/privoxy/logfile", O_WRONLY|O_CREAT|O_APPEND, 0666) = =3D -1 EACCES (Permission denied) > [pid 6097] exit_group(1) =3D ? > [pid 6097] +++ exited with 1 +++ > > > The path to the log file is in the store which is not writable. Classic = Guix > fail :p > Ricardo, Ludovic, this should fail on your systems too. I guess the pack= age > must be patched. Can you confirm? It does fail in the same way for me. > By the way, https://www.privoxy.org/config/ still tells me that privoxy i= s not > being used. I'm on IceCat, I've set the HTTP and HTTPS proxies to > 127.0.0.1:8118. Maybe you need to restart IceCat or something? You could also try with wget after setting the =E2=80=98http_proxy=E2=80=99 and =E2=80=98https_prox= y=E2=80=99 environment variables. HTH, Ludo=E2=80=99.