Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454496 - dev-vcs/subversion - running /etc/xinetd.d/svnserve requires setting up a user/group through `emerge --config subversion'
Summary: dev-vcs/subversion - running /etc/xinetd.d/svnserve requires setting up a use...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 07:49 UTC by Oleg Gawriloff
Modified: 2020-03-14 19:34 UTC (History)
1 user (show)

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 Oleg Gawriloff 2013-01-29 07:49:27 UTC
In installed xinet.d service file we see following:
    user            = svn
    group           = svnusers
But this group and user is only is only created when emerge --config subversion is called, which is normally (when using subversion as client) not called/needed.
In turn we have in xinetd log:
an 29 10:26:48 radius-brest xinetd[4401]: Unknown user: svn [file=/etc/xinetd.d/svnserve] [line=5]
Jan 29 10:26:48 radius-brest xinetd[4401]: Error parsing attribute user - DISABLING SERVICE [file=/etc/xinetd.d/svnserve] [line=5]
Jan 29 10:26:48 radius-brest xinetd[4401]: Unknown group: svnusers [file=/etc/xinetd.d/svnserve] [line=6]
Jan 29 10:26:48 radius-brest xinetd[4401]: Error parsing attribute group - DISABLING SERVICE [file=/etc/xinetd.d/svnserve] [line=6]

So, I propose to install this file only if --config called.


Reproducible: Always
Comment 1 Thomas Sachau gentoo-dev 2016-08-06 16:57:00 UTC
Since this report is pretty old and about some very old versions, i will close this bug as obsolete.

If you still have this issue, please open a new bug report with details from current versions.