Bug 119191 - Service fam missing attribute user
Summary: Service fam missing attribute user
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: RC 1
Hardware: PC All
: P5 - None : Normal
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 11:20 UTC by Björn Voigt
Modified: 2006-03-27 07:46 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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