Re: Privoxy under Fedora dying randomly
- From: Robert <kerplop@xxxxxxxxxxxxx>
- Date: Mon, 31 Jul 2006 16:12:08 -0500
Beartooth wrote:
I'm not sure whether this is a privoxy problem or a fedora problem; I runI don't know what one SHOULD do but what I DO do (CentOS 4.3) is have
only fedora. (Followups set to gmane.linux.redhat.fedora.general).
Every once in a while, randomly afaict, privoxy dies on me. (At least now,
since some recent update, Firefox says that, instead of just giving me a
404, as it used to and other browsers still do. Bravo Firefox! A 404 with
an ISP notorious for unreliable connections is a much bigger pain.)
I go into Service Configuration and tell privoxy to restart. Service
Configuration appears to hang. Eventually I kill it -- and privoxy is
running again. (I suppose I should use ps ax with grep instead; I haven't,
so far, since this doesn't happen often enough to make my fingers learn
that.)
I use privoxy out of the box (if we can still say that) -- never even go
into the configuration files, and would have to dig to find them.
This began happening on my wife's machine, under FC4 iirc, and at first
only on it.
It's a minor problem, since it's readily remediable, but irritating. What
should I do?
a root crontab entry run the following script every 2 minutes:
#!/bin/bash
#
XX=`/sbin/service privoxy status | grep "running"`
if [ -z "$XX" ]; then
/sbin/service privoxy restart >/dev/null ;
fi
exit 0
Right or wrong, it works.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Privoxy under Fedora dying randomly
- From: Beartooth
- Privoxy under Fedora dying randomly
- Prev by Date: psychic emacs
- Next by Date: Re: Sound on Acer Aspire ZWLMi notebook
- Previous by thread: Privoxy under Fedora dying randomly
- Next by thread: skype
- Index(es):
Relevant Pages
- Privoxy under Fedora dying randomly
... I'm not sure whether this is a privoxy problem or a fedora problem; ... Every
once in a while, randomly afaict, privoxy dies on me. ... I go into Service Configuration
and tell privoxy to restart. ... (Fedora) - Re: Youtube killed Epiphany dead
... command line and get rid of the youtube URL and its tab; ... Anything to do
to privoxy or Fedora itself?? ... Try killing 12248 and see if Epiphany will
relaunch. ... (Fedora) - Re: Proxies that work with FTP and Tor?
... I was under the impression that one needed Privoxy in order to ensure ... remote
DNS resolution. ... appears not to be the case since this version of Firefox can do
remote ... have configured your web browser to use Tor as an HTTP proxy. ... (alt.privacy) - Getting privoxy and Tor to work
... I've installed both tor and privoxy and have altered the bits Tor says I ...
Firefox so both http and https point to localhost 8118 as the proxy. ... (Fedora) - Re: Browser security under Linux
... I use privoxy to kill spyware/ad/cracker sites to make browsing go faster. ...
No idea if it is in a butu package repository. ... Each instance of Privoxy has its own
configuration, ... multiple instances of Privoxy, ... (comp.os.linux.misc)