Announcement

Collapse
No announcement yet.

anyone else having a 503 Service Unavailable ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    anyone else having a 503 Service Unavailable ?

    I wonder if it's a server problem today...

    W: Failed to fetch https://ppa.launchpadcontent.net/kub...ammy/InRelease
    503 Service Unavailable [IP: 185.125.190.80 443]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...ocal/InRelease 503 Service Un
    available [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...ocal/InRelease 503 Service
    Unavailable [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...ocal/InRelease 503 Service Un
    available [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...ocal/InRelease 503 Servic
    e Unavailable [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...onic/InRelease 503 Service U
    navailable [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...onic/InRelease Cannot initia
    te the connection to ppa.launchpad.net:80 (2620:2d:4000:1::81). - connect (101: Network is unreachable) Could
    not connect to ppa.launchpad.net:80 (185.125.190.80), connection timed out [IP: 185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...onic/InRelease Cannot init
    iate the connection to ppa.launchpad.net:80 (2620:2d:4000:1::81). - connect (101: Network is unreachable) [IP:
    185.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...onic/InRelease Cannot initiat
    e the connection to ppa.launchpad.net:80 (2620:2d:4000:1::81). - connect (101: Network is unreachable) [IP: 18
    5.125.190.80 80]
    W: Failed to fetch http://ppa.launchpad.net/kxstudio-de...onic/InRelease Cannot ini
    tiate the connection to ppa.launchpad.net:80 (2620:2d:4000:1::81). - connect (101: Network is unreachable) [IP
    : 185.125.190.80 80]
    W: Failed to fetch https://ppa.launchpadcontent.net/moz...ammy/InRelease 503 Service
    Unavailable [IP: 185.125.190.80 443]
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



    #2
    Not when checking, but the PPA servers do seem to be down at the moment (hence the 503)
    PPAs don't have the worldwide network of mirrors that normal repos have. It will probably be cleared up soon enough.

    Comment


      #3
      thanks claydoh, good to know

      Comment


        #4
        https://status.canonical.com/

        Comment


          #5
          Test on the Jammy PPA:
          ping 185.125.190.80 443
          PING 443 (0.0.1.187) 56(124) bytes of data.
          ^C
          --- 443 ping statistics ---
          48 packets transmitted, 0 received, 100% packet loss, time 48125ms
          Multibooting: Kubuntu Jammy 22.04
          Before: Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
          Win / & 10 sadly
          Using Linux since June, 2008

          Comment


            #6
            The syntax is incorrect, you don't use the port, and the command then sees the IP as just "443"

            Code:
            $ ping 185.125.190.80
            PING 185.125.190.80 (185.125.190.80) 56(84) bytes of data.
            64 bytes from 185.125.190.80: icmp_seq=1 ttl=40 time=122 ms
            64 bytes from 185.125.190.80: icmp_seq=2 ttl=40 time=113 ms
            64 bytes from 185.125.190.80: icmp_seq=3 ttl=40 time=111 ms
            64 bytes from 185.125.190.80: icmp_seq=4 ttl=40 time=111 ms
            64 bytes from 185.125.190.80: icmp_seq=5 ttl=40 time=112 ms
            64 bytes from 185.125.190.80: icmp_seq=6 ttl=40 time=117 ms
            64 bytes from 185.125.190.80: icmp_seq=7 ttl=40 time=111 ms
            64 bytes from 185.125.190.80: icmp_seq=8 ttl=40 time=111 ms
            64 bytes from 185.125.190.80: icmp_seq=9 ttl=40 time=111 ms
            64 bytes from 185.125.190.80: icmp_seq=10 ttl=40 time=111 ms
            ^C
            --- 185.125.190.80 ping statistics ---
            10 packets transmitted, 10 received, 0% packet loss, time 9013ms
            rtt min/avg/max/mdev = 110.783/113.013/122.078/3.457 ms

            Comment

            Working...
            X