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!
===
I'll try to contact our IT to solve this, thanks


On Wed, Jul 20, 2011 at 12:04 PM,  wrote:

> 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.mplayerhq.hu.  Look for svn / subversion in etc
> services to see which port you specifically need to have open.  I'd bet your
> upstream firewall is blocking the port.  You can try connection to the host
> + port with "nc -w2 -v" to see if you get connected.  Type some junk and you
> should see some error back from the server.
> If the network looks good with all of the above, the problem is with your
> local svn binary, or its configuration.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.mplayerhq.hu.  Look for svn / subversion in etc
services to see which port you specifically need to have open.  I'd bet your
upstream firewall is blocking the port.  You can try connection to the host
+ port with "nc -w2 -v" to see if you get connected.  Type some junk and you
should see some error back from the server.
If the network looks good with all of the above, the problem is with your
local svn binary, or its configuration.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 same. [?]

On Wed, Jul 20, 2011 at 2:56 AM, David Lemcoe  wrote:

> 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 Tue, Jul 19, 2011 at 2:47 PM, Steve liu  wrote:
>
>> 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 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'
 reason

 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.

 =
  service iptables status
  iptables: Firewall is not running.

  ping svn.mplayerhq.hu
  PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data.
  64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49
 time=200 ms
 =


  so, anyone knows the reason?

  my system is centos 6 with 64bit

  thanks



 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>
>>
>>
>> --
>> steve
>> Beijin, China
>> 
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
steve
Beijin, China

<<338.gif>><<33A.gif>>___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 Tue, Jul 19, 2011 at 2:47 PM, Steve liu  wrote:

> 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 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'
>>> reason
>>>
>>> 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.
>>>
>>> =
>>>  service iptables status
>>>  iptables: Firewall is not running.
>>>
>>>  ping svn.mplayerhq.hu
>>>  PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data.
>>>  64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49
>>> time=200 ms
>>> =
>>>
>>>
>>>  so, anyone knows the reason?
>>>
>>>  my system is centos 6 with 64bit
>>>
>>>  thanks
>>>
>>>
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>
>
>
> --
> steve
> Beijin, China
> 
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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'
>> reason
>>
>> 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.
>>
>> =
>>  service iptables status
>>  iptables: Firewall is not running.
>>
>>  ping svn.mplayerhq.hu
>>  PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data.
>>  64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49
>> time=200 ms
>> =
>>
>>
>>  so, anyone knows the reason?
>>
>>  my system is centos 6 with 64bit
>>
>>  thanks
>>
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
steve
Beijin, China

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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'
> reason
>
> 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.
>
> =
>  service iptables status
>  iptables: Firewall is not running.
>
>  ping svn.mplayerhq.hu
>  PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data.
>  64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49
> time=200 ms
> =
>
>
>  so, anyone knows the reason?
>
>  my system is centos 6 with 64bit
>
>  thanks
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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

2011-07-19 Thread Steve liu
Hi

just want to check out soft by svn, but failed for 'connection refused'
reason

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.

=
 service iptables status
 iptables: Firewall is not running.

 ping svn.mplayerhq.hu
 PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data.
 64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49
time=200 ms
=


 so, anyone knows the reason?

 my system is centos 6 with 64bit

 thanks
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos