Results 1 to 15 of 20

Thread: [How to] Subversion, working svn server on WL-500gp or WL-HDD

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    # be sure you have xinet configured for starting up automatically
    # you should have /opt/etc/init.d/S10xinetd or something like that.
    I'm sorry if i ask a stupid question, but what should contain this file /opt/etc/init.d/S10xinetd ?

  2. #2
    Join Date
    Nov 2007
    Location
    EU's border...
    Posts
    71
    Code:
    #!/bin/sh
    OPTWARE_TARGET=wl500g
    #
    # Startup script for xinetd
    #
    # Stop myself if running
    killall xinetd 2>/dev/null
    
    # Stop other inetd processes if running
    if [ ${OPTWARE_TARGET} = "nslu2" ] ; then
      killall inetd 2>/dev/null
    fi
    
    /opt/sbin/xinetd

  3. #3
    Makes all the instructions but did not connect goes
    No repository found in 'svn://*.*.*.124/finans'

    What is wrong?
    Last edited by Raven; 21-08-2008 at 14:56.

  4. #4
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    hey, just wondering...
    did anyone get a successfull port-forward?

    as soon as I try to connect from outside, I get the message: "connection unexpectedly closed" in the tortoise svn repo-browser.

    in post-firewall I have this:
    iptables -A INPUT -p tcp --dport 3690 -j ACCEPT
    iptables -A INPUT -p udp --dport 3690 -j ACCEPT
    as far as I can see with tcp view, there are no other connections between the server and the client

Similar Threads

  1. Replies: 28
    Last Post: 02-06-2013, 20:58
  2. [How to] rtorrent & ntorrent
    By mancub in forum WL-500gP Tutorials
    Replies: 101
    Last Post: 18-12-2008, 07:21
  3. 500GP и LAN HDD
    By freewind in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 8
    Last Post: 18-07-2008, 08:09
  4. WL 500GP mit Oleg-Firmware erkennt USB HDD nicht !!!
    By carterb in forum German Discussion - Deutsch (DE)
    Replies: 8
    Last Post: 15-07-2007, 09:54
  5. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 15:37

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •