privoxy installazione o aggiornamento

Asked by pablopedro

Binary package hint: privoxy

Italian

Con l'aggiornamento a herdy privoxy non funziona, nè funziona correttamente la reinstallazione

Dal terminale:
"Spacchetto privoxy (da .../privoxy_3.0.7-1_i386.deb) ...
Configuro privoxy (3.0.7-1) ...
Starting filtering proxy server: invoke-rc.d: initscript privoxy, action "start" failed.
dpkg: errore processando privoxy (--configure):
 il sottoprocesso post-installation script ha restituito un codice di errore 1
Sono occorsi degli errori processando:
 privoxy
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ahi! C'è stato un errore durante l'installazione. Tentativo di ripristino:
Configuro privoxy (3.0.7-1) ...
Starting filtering proxy server: invoke-rc.d: initscript privoxy, action "start" failed.
dpkg: errore processando privoxy (--configure):
 il sottoprocesso post-installation script ha restituito un codice di errore 1
Sono occorsi degli errori processando:
 privoxy"

Question information

Language:
Italian Edit question
Status:
Solved
For:
Ubuntu privoxy Edit question
Assignee:
No assignee Edit question
Solved by:
pablopedro
Solved:
Last query:
Last reply:

This question was originally filed as bug #192351.

Revision history for this message
pablopedro (pablopedroescobar) said :
#1

Sorry, the problem is in the configuraton of /etc/network/interfaces for kdenetworkmanager:

auto lo
iface lo inet loopback
#address 127.0.0.1
#netmask 255.0.0.0

When you have the proxy installeted the correct file is:

auto lo
iface lo inet loopback
address 127.0.0.1 # (for proxy read the machine and for package configuration after install)
netmask 255.0.0.0

Simple error by niewbie...

Hi, Pablopedro

Revision history for this message
pablopedro (pablopedroescobar) said :
#2

Sorry, the problem is in the configuration of /etc/network/interfaces for kdenetworkmanager:

auto lo
iface lo inet loopback
#address 127.0.0.1
#netmask 255.0.0.0

When you have the proxy installeted the correct file is:

auto lo
iface lo inet loopback
address 127.0.0.1 # (for proxy read the machine and for package configuration after install)
netmask 255.0.0.0

Simple error by niewbie...

Hi, Pablopedro