Opened 16 years ago

Last modified 2 years ago

#14952 new defect

Privoxy 3.0.8_1 fails to start following install

Reported by: faircloth@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: cooljeanius (Eric Gallager)
Port: privoxy

Description

After installing Privoxy using macports (3.0.8_1 on OS X 10.5.2), the daemon fails to start with the appropriate launchctl command. A search of the logs indicates:

Apr 07 16:22:52.494 Privoxy(000000a0) Info: Privoxy version 3.0.8
Apr 07 16:22:52.503 Privoxy(000000a0) Info: Program name: /opt/local/sbin/privoxy
Apr 07 16:22:52.503 Privoxy(000000a0) Fatal error: can't load actions file '/opt/local/etc/privoxy/standard': No such file or directory. Note that beginning with Privoxy 3.0.7, actions files have to be specified with their complete file names.

It appears that the old (3.0.6) config file carried over to 3.0.8_1? Therefore appending .action to the actionsfile(s) corrects the problem (@ line 337-339 in /opt/local/etc/privoxy/config):

actionsfile standard.action # Internal purpose, recommended
actionsfile default.action # Main actions file
actionsfile user.action # User customizations

It should be mentioned that I initially attempted to "upgrade" from 3.0.6, ran into the problem, uninstalled all versions of privoxy, reinstalled 3.0.8_1, ran into the same problem w/ the daemon not running, edited the config file, and restarted privoxy -> problem solved.

Perhaps my old config file from 3.0.6 was hanging around?

Change History (5)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Bugs

The config file sticking around is the intended behaviour. New config files are created upon the port's activation if and only if they don't already exist.

comment:2 Changed 16 years ago by faircloth@…

sure, i understand completely. it would just be helpful to have the config file patched to function for the given release, rather than having to go to the logs to figure out why the daemon didn't start then editing the old config file.

all in all, a minor issue...

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Port: privoxy added

comment:5 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.