Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6740

Summary: inn 2.3.3 installation problem
Product: Gentoo Linux Reporter: Moreno Rizzo <morenorizzo>
Component: Current packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: minor CC: prez
Priority: Lowest    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Moreno Rizzo 2002-08-19 17:11:53 UTC
for my in the setup there are 2 little bug
1) in some circumstance the multitread make dosent work correctly. Some prg is 
not compiled when another thread need it. I've solved with MAKEOPTS=-j1 or
with change 'emake' to 'make' in ebuild scripts
2) bug security - For default the ebuild configure the /tmp dir for use with 
temporary directory for inn. Probably the permission on tmp dir is 777 and 
in the inn configure file there are this warning
The temporary directory you have configured is world-writeable.  It is 
currently set to $TMPPATH.[...]
By configuring INN in this fashion, you may be
introducing a locally exploitable security hole.

i've change this in te ebuild this two lines
--with-tmp-path=/tmp \
....
PATHTMP=${D}/tmp \

thanks.
Comment 1 Patrik Kullman 2002-12-16 11:17:54 UTC
I also have a problem.. start-stop-daemon segfaults when I try to 
run /etc/init.d/innd start:

root@patrik:/# /etc/init.d/innd start
 * Starting innd...
/sbin/runscript.sh: line 644: 20243 Segmentation fault      start-stop-daemon --
start --quiet --chuid news:news --exec /usr/lib/news/bin/innd 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 19:07:11 UTC
should be fixed with 2.3.5

if not, please report a new bug