Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50775 - midentd bug in default midentd.xinetd
Summary: midentd bug in default midentd.xinetd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-11 10:55 UTC by Remco Barendse
Modified: 2004-05-13 19:25 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 Remco Barendse 2004-05-11 10:55:09 UTC
There are 2 bugs for the midentd ebuild:
Firstly, there is no service named 'ident' in /etc/services therefore xinetd never starts midentd, the service name must be changed in /etc/xinetd.d/midentd.xinetd to 'auth'
Second the parameter -f is used when starting midentd from init.d but not from xinetd, therefore  server_args = -f  should be added

Reproducible: Always
Steps to Reproduce:
1.install midentd
2.enable in xinetd.d
3.try to use it

Actual Results:  
nothing!

Expected Results:  
auth reply
Comment 1 SpanKY gentoo-dev 2004-05-13 19:25:05 UTC
fixed the 'service auth' bug and changed the rc script to use a conf.d entry

the entry defaults to '-u nobody' instead of '-u nobody -f'

added a patch so the daemon creates the .pid file so that we dont need start-stop-daemon to launch it

all this in 2.3.1-r1