Bug 119191

Summary: Service fam missing attribute user
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Björn Voigt <bjoernv>
Component: NetworkAssignee: Adrian Schröter <adrian.schroeter>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Björn Voigt 2005-09-28 11:20:34 UTC
The package fam-server from SuSE Linux 10.0 RC1 comes with the following file
/etc/xinet.d/fam:

$ cat /etc/xinetd.d/fam
# default: off
# description: The fam server answers requests via libfam.  \
#       It is used to report file or directory changes to monitoring \
#       clients. 
service fam
{
        socket_type     = stream
        protocol        = tcp
        wait            = yes
        group           = nobody
        server          = /usr/sbin/fam
        disable         = yes
        type            = RPC UNLISTED
        rpc_version     = 2
        rpc_number      = 391002
}

If I change "disable = yes" to "disable = yes" and reload xinetd, I still get a
message, that the user attribute is missing:

$ tail /var/log/messages|grep fam
Sep 28 13:15:31 chemnitz xinetd[3949]: Service fam missing attribute user -
DISABLING

Fedora Core 4 for instance uses "user = root".
Comment 1 Adrian Schröter 2006-03-27 07:46:27 UTC
line is added now