On Thu, 25 Aug 2016, Cristian Ionescu-Idbohrn wrote:
> On Thu, 25 Aug 2016, Cristian Ionescu-Idbohrn wrote:
> >
> > -- Configuration Files:
>
> For completeness, I don't think it should matter, but the changes I
> made to the conf files are:
>
> > /etc/privoxy/config changed [not included]
>
> -listen-address 127.0.0.1:8118
> +listen-address localhost:8118
>
> > /etc/privoxy/user.action changed [not included]
>
> -#.doubleclick.net
> -#/Realmedia/ads/
> +.doubleclick.net
> +/Realmedia/ads/
>
> And added a few more hosts/domains there.
,----
| Noticed that after migration to testin/stretch privoxy is taking with
| it even this problem. To reiterate...
|
| # apt-get install privoxy
| ...
| Preparing to unpack .../privoxy_3.0.25-2_amd64.deb ...
| [ ok ] Stopping filtering proxy server: privoxy.
| Unpacking privoxy (3.0.25-2) over (3.0.25-1) ...
| Processing triggers for readahead-fedora (2:1.5.6-5.2) ...
| Setting up privoxy (3.0.25-2) ...
| [ ok ] Starting filtering proxy server: privoxy.
|
| Progress: [ 42%] [########################..................................]
`----
Looking at the process table where it's stuck:
,----
| root 24049 1.0 0.4 120888 77092 pts/74 S+ 11:34 0:01 | \_
apt-get install privoxy
| root 24821 0.1 0.0 28012 15568 pts/76 Ss+ 11:34 0:00 |
\_ /usr/bin/dpkg --status-fd 48 --configure --pending
| root 24829 0.2 0.1 69688 20880 pts/76 S+ 11:34 0:00 |
\_ /usr/bin/perl -w /usr/share/debconf/frontend
/var/lib/dpkg/info/privoxy.postinst configure 3.0.25-1
| root 24860 0.0 0.0 0 0 pts/76 Z+ 11:34 0:00 |
\_ [privoxy.postins] <defunct>
`----
Killing 24829 results in:
,----
| dpkg: error processing package privoxy (--configure):
| subprocess installed post-installation script was killed by signal
(Terminated)
| Processing triggers for doc-base (0.10.7) ...
| Processing 3 changed doc-base files...
| Registering documents with scrollkeeper...
| Processing triggers for systemd (231-4) ...
| Processing triggers for man-db (2.7.5-1) ...
| Errors were encountered while processing:
| privoxy
| E: Sub-process /usr/bin/dpkg returned an error code (1)
| W: Operation was interrupted before it could finish
`----
Cleanup:
,----
| # apt-get -f install
| Reading package lists... Done
| Building dependency tree
| Reading state information... Done
| 0 upgraded, 0 newly installed, 0 to remove and 98 not upgraded.
| 1 not fully installed or removed.
| After this operation, 0 B of additional disk space will be used.
| Setting up privoxy (3.0.25-2) ...
| [ ok ] Starting filtering proxy server: privoxy.
`----
Cheers,
--
Cristian