Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705642 - net-proxy/http-replicator-4.0_alpha2-r7 config files for systemd's service contain wrong arguments
Summary: net-proxy/http-replicator-4.0_alpha2-r7 config files for systemd's service co...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-03-18
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-01-17 09:05 UTC by Einstok Fair
Modified: 2020-03-19 07:38 UTC (History)
1 user (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 Einstok Fair 2020-01-17 09:05:56 UTC
https://github.com/gentoo/gentoo/blob/73b724093b9c2a8756b8c35d3e09793342fa9ca9/net-proxy/http-replicator/files/http-replicator.service.conf#L3

says:

Environment="DAEMON_OPTS= --alias /usr/portage/packages:packages --ip 192.168.*.* --ip 10.*.*.* --port 8080"

and no "alias" and "ip" options in the http-replicator iteself:

# http-replicator --help
usage: /usr/lib/python-exec/python2.7/http-replicator [options]

options:
     --pid FILE      write process ID to FILE
  -h --help          show this help message and exit
  -p --port PORT     listen on this port for incoming connections, default 8080
  -r --root DIR      set cache root directory, default current: //
  -v --verbose       show http headers and other info
  -t --timeout SEC   break connection after so many seconds of inactivity, default 15
  -6 --ipv6          try ipv6 addresses if available
     --flat          flat mode; cache all files in root directory (dangerous!)
     --static        static mode; assume files never change
     --offline       offline mode; never connect to server
     --limit RATE    limit download rate at a fixed K/s
     --daemon LOG    route output to log and detach
     --debug         switch from gather to debug output module
Comment 1 Einstok Fair 2020-01-18 09:40:48 UTC
see also https://bugs.gentoo.org/676758#c6