|
Bugzilla – Full Text Bug Listing |
| Summary: | Service fam missing attribute user | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Björn Voigt <bjoernv> |
| Component: | Network | Assignee: | 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: | --- |
line is added now |
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".