[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Privoxy bundle: configuration
> : I just upgraded the tor/privoxy bundle on my Mac Os 10.4 to .17
> : The config file supplied is old, not the current privoxy config.
> : Worse, I have a lot of customized .forward lines in mine, all of which
> : want to be wiped.
>
> This is odd to me. The PreFlight script makes a tarball of all your
> configs, and puts it in /tmp/TorSavedMe.tar.gz while the install runs.
> The PostFlight script extracts TorSavedMe.tar.gz to put back the custom
> configs.
>
> The scripts are
> https://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_2-patches/contrib/osx/TorPreFlight
> and
> https://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_2-patches/contrib/osx/TorPostflight
>
> What files were overwritten? We specifically back up $PRIVOXYPATH/config
> $PRIVOXYPATH/user.action, if there is another we should be saving
> through the upgrade/install, let me know.
>
> --
> Andrew
The file /Library/Privoxy/config was overwritten with a stock config
for privoxy 3.0.x. The one I'm using was modified from the stock for
3.0.6.
I upgraded this morning:
Sep 19 10:12:37 stbmac Tor[2140]: Please upgrade! This version of Tor
(0.1.2.16) is obsolete, according to 3/3 version-listing network
statuses. Versions recommended by at least 1 authority are: 0.1.2.17,
0.2.0.6-alpha\n
Sep 19 10:12:37 stbmac Tor[2140]: We now have enough directory
information to build circuits.\n
Sep 19 10:12:40 stbmac Tor[2140]: Interrupt: will shut down in 240
seconds. Interrupt again to exit now.\n
Sep 19 10:12:41 stbmac Tor[2140]: Tor has successfully opened a
circuit. Looks like client functionality is working.\n
Sep 19 10:12:41 stbmac Tor[2140]: Now checking whether ORPort
76.173.217.193:9001 and DirPort 76.173.217.193:9030 are reachable...
(this may take up to 20 minutes -- look for log messages indicating
success)\n
Sep 19 10:12:42 stbmac Tor[2140]: Sigint received a second time; exiting now.\n
Sep 19 10:14:53 stbmac sudo: root : TTY=unknown ; PWD=/ ;
USER=root ; COMMAND=/bin/kill 1908
Sep 19 10:14:53 stbmac sudo: root : TTY=unknown ;
PWD=/Library/Privoxy ; USER=root ; COMMAND=/Library/Privoxy/privoxy
--pidfile /var/run/privoxy.pid config
Sep 19 10:14:55 stbmac sudo: root : TTY=unknown ; PWD=/ ;
USER=root ; COMMAND=/bin/kill 2261
Sep 19 10:14:55 stbmac sudo: root : TTY=unknown ;
PWD=/Library/Privoxy ; USER=root ; COMMAND=/Library/Privoxy/privoxy
--pidfile /var/run/privoxy.pid config
Sep 19 10:15:51 stbmac Tor[2318]: Detected state file from old version
'Tor 0.1.2.16'. Choosing new entry guards for you.\n
(That double restart of privoxy came because I first re-installed .16
by mistake, and second installed .17 correctly)
Looking in /tmp:
stbmac:/Library/Privoxy Michael$ ls -lt /tmp/
total 344
4 -rw------- 1 Michael wheel 36 Sep 19 11:19 objc_sharing_ppc_501
332 -rw-r--r-- 1 Michael wheel 339264 Sep 19 11:00 ntp.log
4 -rw------- 1 nobody wheel 24 Sep 19 10:14
objc_sharing_ppc_4294967294
4 -rw------- 1 security wheel 24 Sep 19 10:14 objc_sharing_ppc_92
0 -rw-r--r-- 1 security wheel 0 Sep 19 09:03 cs_cache_lock_92
Nothing else. (I rebooted this morning, so /tmp is clean.)