[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnserve issue

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2007-06-22 19:35:30 CEST

Wesley Hobbie wrote:
> I do have xinetd-2.3.14-5mdv2007.1.x86_64.rpm installed. I have even tried
> to uninstall and reinstall it, but it did not resolve my issue.
>
> Also:
> # /etc/rc.d/init.d/xinetd restart;tail -f /var/log/messages
> Stopping xinetd [FAILED]
> Starting xinetd/bin/bash: xinetd: command not found
> [FAILED]

Urgh. In the short term, you **MAY** be able to fix this by poking
through the xinetd init script. But if it's failing to restart after a
fresh install, you should probably file a bug with the distribution,
because it looks like they've produced a broken package. :(

> The tail -f /var/log/messages did not indicate anything related to xinetd.

*nod* Given the [FAILED] notes above, that's to be expected. xinetd
isn't running, and can't start (at least not via the provided init
script). It looks as if the init script isn't even reaching the call to
actually start xinetd.

Not much more anyone here can really do for you; as a temporary
workaround you should be able to just use svnserve as a standalone
daemon by adding something like this:

su svnuser -c "/usr/bin/svnserve -d -r /path/to/repositories"

to /etc/rc.d/rc.local. (Hopefully you *have* that file; if it's not
there try creating it.) This should allow svnserve to start on boot.

Run the same command from a root shell to start svnserve right away.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 22 19:35:28 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.