[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

subversion con xinet



Hola lista, Aprovecho para desearles el feliz año, ya se que fue hace
rato y ya vamos que corremos pal proximo pero yo me estaba quedando
sin felicitar, muchas muchas vacaciones.

En fin, fijense, el dia de ayer estuve instalando subversion y xinetd.
La idea es arrancar subversion como un servicio de xinetd, cree este
archivo de configuracion:

# default: on
# Servidor Subversion SVN

service svn
{
	socket_type	= stream
	protocol	= tcp
	user		= root
	wait		= no
	disable		= no
	server		= /usr/bin/svnserve
	server_args	= -i -r /srv/svn/
	port		= 3690
}

luego arranco, o reinicio el xinetd pero no puedo conectarme al svn.
Miro en /var/log/messages y me encuentro con estos errores:

Bad socket type: stream  [file=/etc/xinetd.d/svn] [line=6]
Error parsing attribute socket_type - DISABLING SERVICE
[file=/etc/xinetd.d/svn] [line=6]
Protocol tcp not in /etc/protocols [file=/etc/xinetd.d/svn] [line=7]
Error parsing attribute protocol - DISABLING SERVICE
[file=/etc/xinetd.d/svn] [line=7]
Unknown user: root [file=/etc/xinetd.d/svn] [line=8]
Error parsing attribute user - DISABLING SERVICE
[file=/etc/xinetd.d/svn] [line=8]
Bad value for wait: no [file=/etc/xinetd.d/svn] [line=9]
Error parsing attribute wait - DISABLING SERVICE
[file=/etc/xinetd.d/svn] [line=9]
Bad value: no [file=/etc/xinetd.d/svn] [line=10]
Error parsing attribute disable - DISABLING SERVICE
[file=/etc/xinetd.d/svn] [line=10]
attribute server expects 1 values and 2 values were specified
[file=/etc/xinetd.d/svn] [line=11]
xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Started working: 0 available services

Practicamente dice que el archivo esta malo, nop? cual es el problema?



Reply to: