Upgrade from 6.06 inetd to 8.04 xinetd -> errors

Bug #222584 reported by Laurent De Buyst
2
Affects Status Importance Assigned to Milestone
xinetd (Ubuntu)
Invalid
Low
Unassigned

Bug Description

Binary package hint: xinetd

I upgraded my home server from 6.06 to 8.04 using the recommended network upgrade.

One of the functions of this server was as an SVN server, using 'svn://' protocol through inetd.

After upgrading, this was no longer functional. A manual start of the svnserve process confirmed that the error did not lie there but rather in the inetd functionality, somewhere.

Further investigation revealed that the server had been upgraded to xinetd and that it had tried to convert my SVN configuration to the new syntax. However, this had failed.

Here is the content of the /etc/xinetd.d/svnserve file as I found it:

# default: on
# Subversion server
service svnserve
{
        socket_type = stream
        protocol = tcp
        user = falc
        wait = no
        diasble = no
        server = /usr/bin/svnserve
        server_args = -i -r /home/falc/subversion
        port = 3690
}

There are two errors in this.

The first is the typo in 'diasble'. I'm assuming this was actually irrelevant to my problem since it was the first one I spotted and fixed, without result.

The second and more fatal one, is that the service should be defined as 'service svn', not 'service svnserve'. I'm assuming that this needs to be the same as the 'svn://' protocol 'name'...

After correcting both these errors, my SVN server is once again running normally.

Revision history for this message
Chuck Short (zulcss) wrote :

Hi,

I was wondering if you were still having this problem.

Regards
chuck

Changed in xinetd (Ubuntu):
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
Chuck Short (zulcss) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in xinetd (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.