64 bit privoxy doesn't accept connections. doesn't log errors

Bug #514144 reported by jerkface
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
privoxy (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: privoxy

$ lsb_release -rd
Description: Ubuntu lucid (development branch)
Release: 10.04

$ apt-cache policy privoxy
privoxy:
  Installed: 3.0.15-3
  Candidate: 3.0.15-3
  Version table:
 *** 3.0.15-3 0
        500 http://ubuntu.cs.utah.edu lucid/universe Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
Date: Thu Jan 28 21:28:59 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100113)
Package: privoxy 3.0.15-3
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-11.15-generic
SourcePackage: privoxy
Uname: Linux 2.6.32-11-generic x86_64

Revision history for this message
jerkface (jerk-deactivatedaccount) wrote :
marmuta (marmuta)
Changed in privoxy (Ubuntu):
status: New → Confirmed
Revision history for this message
marmuta (marmuta) wrote :

Confirming, firefox doesn't connect with privoxy's default configuration.
The ipv4 port 8118 is closed, only the ipv6 8116 port is listening:

nmap -p 8118 localhost

Starting Nmap 5.00 ( http://nmap.org ) at 2010-02-08 07:32 CET
Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1.
Interesting ports on localhost (127.0.0.1):
PORT STATE SERVICE
8118/tcp closed privoxy

According to the documentation privoxy is supposed to listen on 127.0.0.1:8118 by default, with "listen-address localhost:8118" in /etc/privoxy/config.

"If the hostname is localhost, Privoxy will explicitly try to bind to an IPv4 address."

This is not the case in lucid, privoxy listens on ::1 only.

Revision history for this message
marmuta (marmuta) wrote :

Here is a workaround: In /etc/privoxy/config change the line
listen-address localhost:8118
to
#listen-address localhost:8118

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.