LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-03-2006, 04:42 PM   #1
lipidinc
LQ Newbie
 
Registered: Dec 2005
Distribution: Fedora 4
Posts: 6

Rep: Reputation: 0
issue installing svnserve as xinetd service in Fedora


The following is my service "definition" in [/etc/xinetd.d/svnserve]:

# default: on
# description: Subversion server process
service svnserve
{
socket_type = stream
protocol = tcp
wait = no
user = svnserveUser
server = /usr/local/bin/svnserve
server_args = -d -r /files
disable = no
}

Here are the lines from [/etc/services]:

svnserve 3690/tcp # Subversion
svnserve 3690/udp # Subversion

Subversion still isn't listed in the Services GUI and the xinetd process won't accept connections at port 3690, likely because there is some issue attempting to load svnserve as a service. Also when I do

$ ps -C svnserve

no processes come up. I have also verified that the program is indeed at the location listed above. [/files] is the root of all of my repositories. And I have also verified that "svnserveUser" is a valid user.

I would post this on the Subversion forums, but I don't think it has anything to do with Subversion, though it just might.

I appreciate any guidance you might be able to provide.
 
Old 03-05-2006, 03:49 AM   #2
Jaqui
Member
 
Registered: Jan 2006
Location: Vancouver BC
Distribution: LFS, SLak, Gentoo, Debian
Posts: 291

Rep: Reputation: 36
Here is my functioning xinet.d script:

Code:
# default: off
# description: svnserve is the server part of Subversion.
service svnserve
{
	disable	= no
    port		= 3690
    socket_type		= stream
    protocol		= tcp
    wait		= no
    user		= svn
    server		= /usr/bin/svnserve
    server_args		= -i -r /var/lib/svn/repositories
}
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xinetd: unrecognized service ??? Why?? stewchcken Linux - Networking 8 07-14-2005 08:23 AM
Help:xinetd controlled service? sti2envy Linux - Networking 1 10-19-2004 09:16 AM
xinetd uses service --> slackware uses ??? kntgtaid Slackware 1 06-06-2004 02:10 PM
Adding new xinetd service Aldric Linux - Networking 1 06-03-2004 11:40 AM
xinetd service not starting porous Linux - Networking 4 10-14-2003 06:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration