Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433980 - net-analyzer/fail2ban should depend on virtual/logger.
Summary: net-analyzer/fail2ban should depend on virtual/logger.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 03:30 UTC by Erik Price
Modified: 2012-09-05 08:21 UTC (History)
0 users

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 Erik Price 2012-09-05 03:30:48 UTC
When fail2ban is installed without a logger being present (an odd scenario, I admit), the service fails to start with a dependency error, unable to find the `logger' service.

fail2ban fails to start with the following output:

# rc-service fail2ban start
 * Caching service dependencies ...
Service `fail2ban' needs non existent service `logger'                              [ ok ]
 * ERROR: fail2ban needs service(s) logger

The obvious workaround is to install a logger, which should probably be installed anyway, but this is still a minor dependency issue.

Reproducible: Always
Comment 1 Sergey Popov (RETIRED) gentoo-dev 2012-09-05 08:21:38 UTC
Fixed in 0.8.6-r1, thanks for your report

+*fail2ban-0.8.6-r1 (05 Sep 2012)
+
+  05 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> +fail2ban-0.8.6-r1.ebuild:
+  Add new revision with virtual/logger dependency wrt bug #433980