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

Re: Port used by svnserve?

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2007-02-12 19:14:11 CET

Hello!

ying lcs schrieb:
> Here is my netstat command:
>
> # netstat
> Active Internet connections (w/o servers)

Guess what "(w/o servers)" stands for... In order to make netstat
show also unconnected server ports (TCP state LISTEN etc.) you
have to supply an "-a" option. In order to avoid lots of DNS
query it is also recommended to use "-n". And if you want to show
the associated processes use "-p"; the latter will show all processes
only if netstat has been invoked as user root.

BTW.: svnserve listens on TCP port 3690 or another port if you
   use the "-p" option.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 19:14:40 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.