Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130488 - New denyhosts 2.4 ebuild has incorrect default config
Summary: New denyhosts 2.4 ebuild has incorrect default config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Benjamin Smee (strerror) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 08:47 UTC by gentoo
Modified: 2006-05-28 05:01 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 gentoo 2006-04-19 08:47:57 UTC
Just emerged denyhosts-2.4 and found that the default config file has two SECURE_LOG entries uncommented (instead of just one). This causes an error that prevents denyhosts from starting. Basically it looks like both SECURE_LOG lines for Gentoo and Mac OS are uncommented at the same time. The fix is just to comment out the Mac OS entry and restart.
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r3, 2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.acm.cs.rpi.edu/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 acl apm arts avi berkdb bitmap-fonts bzip2 crypt cups curl dri eds emboss encode expat foomaticdb gdbm gif gmp gstreamer gtk2 idn imlib ipv6 isdnlog ithreads jpeg libg++ libwww mad mcal mhash mikmod ming motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pdflib perl php png pppd python quicktime readline sdl slang snmp spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev vorbis xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS


emerge --info output follows:
Comment 1 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-04-19 09:24:01 UTC
thats true, but that is the default config from upstream. I will modify it to a sane setting though.
Comment 2 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-04-19 09:41:56 UTC
in cvs
Comment 3 gentoo 2006-04-28 08:24:42 UTC
Sorry to reopen this: looks like the latest ebuild (2.4b) has a similar bug - this time its with the Metalog SECURE_LOG entry being uncommented at the same time as the SECURE_LOG entry for Gentoo in the default config file. Its easy to fix but I think the default config ought to work out of the box.
Comment 4 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-05-28 05:01:25 UTC
fixed. thanks for reporting.