• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. cjp82placer
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    cjp82placer

    @cjp82placer

    0
    Reputation
    82
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cjp82placer Unfollow Follow

    Latest posts made by cjp82placer

    • RE: Can no longer update using GIT

      @quazz Update… Updating cURL was the answer.
      libcurl-7.19.7-52.el6.x86_64 already installed and latest version
      Nothing to do

      Upgraded to : [root@DO-FOG-02 yum.repos.d]# curl --version
      curl 7.61.0 (x86_64-redhat-linux-gnu) libcurl/7.61.0 OpenSSL/1.0.1e zlib/1.2.3 c-ares/1.14.0 libssh2/1.8.0 nghttp2/1.6.0
      Release-Date: 2018-07-11

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @quazz said in Can no longer update using GIT:

      curl https://github.com -v

      [root@DO-FOG-02 fogproject]# curl https://github.com -v

      • About to connect() to github.com port 443 (#0)
      • Trying 192.30.255.112… connected
      • Connected to github.com (192.30.255.112) port 443 (#0)
      • Initializing NSS with certpath: sql:/etc/pki/nssdb
      • CAfile: /etc/pki/tls/certs/ca-bundle.crt
        CApath: none
      • NSS error -12190
      • Closing connection #0
      • SSL connect error
        curl: (35) SSL connect error

      I am using CENTOS 6.7

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @wayne-workman Here are the results; the pings were all successful but the curl command is still failing as is the git pull command.

      [root@DO-FOG-02 fogproject]# curl https://github.com/ > /dev/null 2>&1;echo $?
      35

      [root@DO-FOG-02 fogproject]# curl https://www.google.com/ > /dev/null 2>&1;echo $?
      0

      [root@DO-FOG-02 fogproject]# ping -c 4 google.com
      PING google.com (216.58.195.78) 56(84) bytes of data.
      64 bytes from sfo07s16-in-f14.1e100.net (216.58.195.78): icmp_seq=1 ttl=52 time=11.7 ms
      64 bytes from sfo07s16-in-f14.1e100.net (216.58.195.78): icmp_seq=2 ttl=52 time=11.7 ms
      64 bytes from sfo07s16-in-f14.1e100.net (216.58.195.78): icmp_seq=3 ttl=52 time=11.6 ms
      64 bytes from sfo07s16-in-f14.1e100.net (216.58.195.78): icmp_seq=4 ttl=52 time=11.7 ms

      — google.com ping statistics —
      4 packets transmitted, 4 received, 0% packet loss, time 3014ms
      rtt min/avg/max/mdev = 11.695/11.730/11.748/0.079 ms

      [root@DO-FOG-02 fogproject]# ping -c 4 github.com
      PING github.com (192.30.255.113) 56(84) bytes of data.
      64 bytes from lb-192-30-255-113-sea.github.com (192.30.255.113): icmp_seq=1 ttl=47 time=29.7 ms
      64 bytes from lb-192-30-255-113-sea.github.com (192.30.255.113): icmp_seq=2 ttl=47 time=29.7 ms
      64 bytes from lb-192-30-255-113-sea.github.com (192.30.255.113): icmp_seq=3 ttl=47 time=29.8 ms
      64 bytes from lb-192-30-255-113-sea.github.com (192.30.255.113): icmp_seq=4 ttl=47 time=29.8 ms

      — github.com ping statistics —
      4 packets transmitted, 4 received, 0% packet loss, time 3035ms
      rtt min/avg/max/mdev = 29.789/29.810/29.846/0.212 ms

      [root@DO-FOG-02 fogproject]# ping -c 4 192.30.253.113
      PING 192.30.253.113 (192.30.253.113) 56(84) bytes of data.
      64 bytes from 192.30.253.113: icmp_seq=1 ttl=46 time=88.1 ms
      64 bytes from 192.30.253.113: icmp_seq=2 ttl=46 time=88.1 ms
      64 bytes from 192.30.253.113: icmp_seq=3 ttl=46 time=88.2 ms
      64 bytes from 192.30.253.113: icmp_seq=4 ttl=46 time=88.1 ms

      — 192.30.253.113 ping statistics —
      4 packets transmitted, 4 received, 0% packet loss, time 3091ms
      rtt min/avg/max/mdev = 88.117/88.167/88.221/0.365 ms
      [root@DO-FOG-02 fogproject]# curl https://github.com/
      curl: (35) SSL connect error

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @tom-elliott I am within seconds of the Atomic clock, but the time was off at one point in my troubleshooting.

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @wayne-workman No error with this command.

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @wayne-workman said in Can no longer update using GIT:

      curl https://github.com/

      [root@DO-FOG-02 fogproject]# curl https://github.com/
      curl: (35) SSL connect error

      posted in FOG Problems
      C
      cjp82placer
    • RE: Can no longer update using GIT

      @sebastian-roth I’m pretty sure it’s good. I did an update using SVN recently with no issues but can’t go any further than1.4.4.

      posted in FOG Problems
      C
      cjp82placer
    • Can no longer update using GIT

      When trying to update using git, I receive the following error:

      [root@DO-FOG-02 fogproject]# git pull
      error: while accessing https://github.com/FOGProject/fogproject.git/info/refs

      fatal: HTTP request failed

      I can update using SVN but that only gets me to version 1.4.4

      Thanks

      posted in FOG Problems git
      C
      cjp82placer