Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread Steve liu
yes, port level block I think. see below. === nc -v svn.mplayerhq.hu 3690 nc: connect to svn.mplayerhq.hu port 3690 (tcp) failed: Connection timed out nc -v svn.mplayerhq.hu 80 Connection to svn.mplayerhq.hu 80 port [tcp/http] succeeded! ===

Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread cooleyr
On Jul 19, 2011 11:30 AM, "Steve liu" wrote: > e.g. > svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer > svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused > > and this is my iptables status and some info to confirm the DNS and ICMP connection are ok. Do an nmap scan on svn.mpla

Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread Steve liu
I agree. but it's not up to me. some web site only offers svn you know... this works for me before... at first I supposed it be problem of that web site. But later I tried to check out sth from other site, still failed. so I guess there must be sth wrong in my sys...[?] though, thanks all the

Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread David Lemcoe
I apologize. I didn't even see that part. I've never used svn:// to access my repos, so I won't be able to help there. Though, what I do use is http:// to access them, because it makes for one less port to be open. You actually use apache to do it. http://wiki.centos.org/HowTos/Subversion On Tu

Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread Steve liu
thanks for your quick response but I really do this, see highlight... any else On Wed, Jul 20, 2011 at 2:43 AM, David Lemcoe wrote: > Usually as a quick troubleshooting step, I will go "service iptables stop", > try what is causing the problem, and then see if it's the firewall causing > the

Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread David Lemcoe
Usually as a quick troubleshooting step, I will go "service iptables stop", try what is causing the problem, and then see if it's the firewall causing the issue. On Tue, Jul 19, 2011 at 2:30 PM, Steve liu wrote: > Hi > > just want to check out soft by svn, but failed for 'connection refused' > r