Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139486 - ziproxy-2.0.0 installs non-working xinetd.d config file
Summary: ziproxy-2.0.0 installs non-working xinetd.d config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 139149
  Show dependency tree
 
Reported: 2006-07-06 15:13 UTC by Jason Wever (RETIRED)
Modified: 2006-09-08 10:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Wever (RETIRED) gentoo-dev 2006-07-06 15:13:48 UTC
The xinetd.d config file for ziproxy does not work out of the box.  Because xinetd cannot find a service called ziproxy in the /etc/services file, it fails to load the config in, believeing that it is faulty.  

By changing the "service ziproxy" line to "service webcache" or "service http-alt", xinetd can properly parse the file as these are the valid listings in /etc/services currently for port 8080.

The other alternative is to have /etc/services adjusted to add ziproxy in as an option for port 8080.  I think that's a Spanky thing but I'm not 100%.
Comment 1 Stefan Briesenick (RETIRED) gentoo-dev 2006-07-06 23:38:44 UTC
there's a further option. We can add "type = UNLISTED" which I would prefer.

Often, you use ziproxy together with another caching-proxy (i.e. Squid) and then you may want to use another port.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2006-07-07 08:51:55 UTC
That's fine too.  Just noticed if I wanted to use it by itself via xinetd, it didn't work out of the box.
Comment 3 Jason Wever (RETIRED) gentoo-dev 2006-09-02 15:28:49 UTC
Any update here?
Comment 4 Stefan Briesenick (RETIRED) gentoo-dev 2006-09-03 21:07:47 UTC
new version is out. I will fix this issue with version bump.
Comment 5 Stefan Briesenick (RETIRED) gentoo-dev 2006-09-08 10:17:48 UTC
fixed with new version 2.1.1 which is in CVS now.