Re: [ovirt-devel] I have this issue when trying to connect to gerrit

2017-01-17 Thread Tony Wang
You can try ssh to gerrit.ovirt.org via proxy in the terminal.
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] I have this issue when trying to connect to gerrit

2016-09-06 Thread maok...@126.com
hi,Shlomo Ben David and Eyal Edri:

Is not the problem:
[maokx@maokx ~]$ date
Tue Sep  6 16:42:15 CST 2016
[maokx@maokx ~]$ getenforce
Permissive
[maokx@maokx ~]$ systemctl status iptables
● iptables.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)
[maokx@maokx ~]$ systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) since Tue 2016-09-06 14:31:58 CST; 2h 10min ago
  Process: 851 ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS 
(code=exited, status=0/SUCCESS)
 Main PID: 851 (code=exited, status=0/SUCCESS)

Sep 06 08:57:24 maokx.com systemd[1]: Starting firewalld - dynamic firewall 
daemon...
Sep 06 08:57:30 maokx.com systemd[1]: Started firewalld - dynamic firewall 
daemon.
Sep 06 14:31:57 maokx.com systemd[1]: Stopping firewalld - dynamic firewall 
daemon...
Sep 06 14:31:58 maokx.com systemd[1]: Stopped firewalld - dynamic firewall 
daemon.
[maokx@maokx ~]$ 



maok...@126.com
 
From: Shlomo Ben David
Date: 2016-09-06 16:16
To: Eyal Edri
CC: maok...@126.com; infra; devel
Subject: Re: [ovirt-devel] I have this issue when trying to connect to gerrit
Hi Maokexu,

Its seems that there is some iptables/firewall issue on your machine.
Please make sure that port 29418 (tcp) is open.

Best Regards,

Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
RHCSA | RHCE  
IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)

OPEN SOURCE - 1 4 011 && 011 4 1

On Tue, Sep 6, 2016 at 10:52 AM, Eyal Edri  wrote:
Adding infra.

On Tue, Sep 6, 2016 at 10:01 AM, maok...@126.com  wrote:
hi,all:
I have this issue when trying to connect to gerrit:
[maokx@maokx ~]$ ssh -vv gerrit.ovirt.org
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /home/maokx/.ssh/config
debug1: /home/maokx/.ssh/config line 1: Applying options for gerrit.ovirt.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to gerrit.ovirt.org [107.22.212.69] port 29418.
debug1: connect to address 107.22.212.69 port 29418: Connection timed out
ssh: connect to host gerrit.ovirt.org port 29418: Connection timed out

[root@maokx ~]# ping gerrit.ovirt.org
PING gerrit.ovirt.org (107.22.212.69) 56(84) bytes of data.
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=1 ttl=25 time=272 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=2 ttl=25 time=285 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=3 ttl=25 time=275 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=4 ttl=25 time=270 ms
^C
--- gerrit.ovirt.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 270.741/275.835/285.228/5.694 ms
[root@maokx ~]# telnet gerrit.ovirt.org 29418
Trying 107.22.212.69...
telnet: connect to address 107.22.212.69: Connection timed out
[root@maokx ~]# 



maok...@126.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R&D
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] I have this issue when trying to connect to gerrit

2016-09-06 Thread Shlomo Ben David
Hi Maokexu,

Its seems that there is some iptables/firewall issue on your machine.
Please make sure that port 29418 (tcp) is open.

Best Regards,

Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
RHCSA | RHCE
IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)

OPEN SOURCE - 1 4 011 && 011 4 1

On Tue, Sep 6, 2016 at 10:52 AM, Eyal Edri  wrote:

> Adding infra.
>
> On Tue, Sep 6, 2016 at 10:01 AM, maok...@126.com  wrote:
>
>> hi,all:
>> I have this issue when trying to connect to gerrit:
>> [maokx@maokx ~]$ ssh -vv gerrit.ovirt.org
>> OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
>> debug1: Reading configuration data /home/maokx/.ssh/config
>> debug1: /home/maokx/.ssh/config line 1: Applying options for
>> gerrit.ovirt.org
>> debug1: Reading configuration data /etc/ssh/ssh_config
>> debug1: /etc/ssh/ssh_config line 56: Applying options for *
>> debug2: ssh_connect: needpriv 0
>> debug1: Connecting to gerrit.ovirt.org [107.22.212.69] port 29418.
>> debug1: connect to address 107.22.212.69 port 29418: Connection timed out
>> ssh: connect to host gerrit.ovirt.org port 29418: Connection timed out
>>
>> [root@maokx ~]# ping gerrit.ovirt.org
>> PING gerrit.ovirt.org (107.22.212.69) 56(84) bytes of data.
>> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=1 t
>> tl=25 time=272 ms
>> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=2 t
>> tl=25 time=285 ms
>> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=3 t
>> tl=25 time=275 ms
>> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=4 t
>> tl=25 time=270 ms
>> ^C
>> --- gerrit.ovirt.org ping statistics ---
>> 4 packets transmitted, 4 received, 0% packet loss, time 3006ms
>> rtt min/avg/max/mdev = 270.741/275.835/285.228/5.694 ms
>> [root@maokx ~]# telnet gerrit.ovirt.org 29418
>> Trying 107.22.212.69...
>> telnet: connect to address 107.22.212.69: Connection timed out
>> [root@maokx ~]#
>>
>> --
>> maok...@126.com
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R&D
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] I have this issue when trying to connect to gerrit

2016-09-06 Thread Eyal Edri
Adding infra.

On Tue, Sep 6, 2016 at 10:01 AM, maok...@126.com  wrote:

> hi,all:
> I have this issue when trying to connect to gerrit:
> [maokx@maokx ~]$ ssh -vv gerrit.ovirt.org
> OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
> debug1: Reading configuration data /home/maokx/.ssh/config
> debug1: /home/maokx/.ssh/config line 1: Applying options for
> gerrit.ovirt.org
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: /etc/ssh/ssh_config line 56: Applying options for *
> debug2: ssh_connect: needpriv 0
> debug1: Connecting to gerrit.ovirt.org [107.22.212.69] port 29418.
> debug1: connect to address 107.22.212.69 port 29418: Connection timed out
> ssh: connect to host gerrit.ovirt.org port 29418: Connection timed out
>
> [root@maokx ~]# ping gerrit.ovirt.org
> PING gerrit.ovirt.org (107.22.212.69) 56(84) bytes of data.
> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=1
> ttl=25 time=272 ms
> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=2
> ttl=25 time=285 ms
> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=3
> ttl=25 time=275 ms
> 64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=4
> ttl=25 time=270 ms
> ^C
> --- gerrit.ovirt.org ping statistics ---
> 4 packets transmitted, 4 received, 0% packet loss, time 3006ms
> rtt min/avg/max/mdev = 270.741/275.835/285.228/5.694 ms
> [root@maokx ~]# telnet gerrit.ovirt.org 29418
> Trying 107.22.212.69...
> telnet: connect to address 107.22.212.69: Connection timed out
> [root@maokx ~]#
>
> --
> maok...@126.com
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R&D
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] I have this issue when trying to connect to gerrit

2016-09-06 Thread maok...@126.com
hi,all:
I have this issue when trying to connect to gerrit:
[maokx@maokx ~]$ ssh -vv gerrit.ovirt.org
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /home/maokx/.ssh/config
debug1: /home/maokx/.ssh/config line 1: Applying options for gerrit.ovirt.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to gerrit.ovirt.org [107.22.212.69] port 29418.
debug1: connect to address 107.22.212.69 port 29418: Connection timed out
ssh: connect to host gerrit.ovirt.org port 29418: Connection timed out

[root@maokx ~]# ping gerrit.ovirt.org
PING gerrit.ovirt.org (107.22.212.69) 56(84) bytes of data.
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=1 ttl=25 time=272 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=2 ttl=25 time=285 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=3 ttl=25 time=275 ms
64 bytes from gerrit.ovirt.org (107.22.212.69): icmp_seq=4 ttl=25 time=270 ms
^C
--- gerrit.ovirt.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 270.741/275.835/285.228/5.694 ms
[root@maokx ~]# telnet gerrit.ovirt.org 29418
Trying 107.22.212.69...
telnet: connect to address 107.22.212.69: Connection timed out
[root@maokx ~]# 



maok...@126.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel