Join the community today
Register Now

centmin.sh Can't open menu Centmin

Discussion in 'Bug Reports' started by thaidt, Jan 20, 2021.

  1. thaidt

    thaidt New Member

    9
    0
    1
    Jun 28, 2017
    Ratings:
    +0
    Local Time:
    6:35 PM
    1.12.0
    10.x
    When run command Centmin then show
    Code:
    WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ff65312b850>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyxattr/
    WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ff65312b290>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyxattr/
    WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ff65312b810>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyxattr/
    WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ff65312ba10>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyxattr/
    How fix it?
    Thanks you

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,564
    12,224
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,793
    Local Time:
    9:35 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what output do you get for these commands
    Code (Text):
    cat /etc/resolv.conf

    Code (Text):
    ping -c4 google.com

    Code (Text):
    ping -c4 github.com

    for posting code or output from commands to keep the formatting, you might want to use CODE tags for code How to use forum BBCODE code tags :)
     
  3. thaidt

    thaidt New Member

    9
    0
    1
    Jun 28, 2017
    Ratings:
    +0
    Local Time:
    6:35 PM
    1.12.0
    10.x
    Please help me
    Code:
    # cat /etc/resolv.conf
    # Generated by NetworkManager
    search namdinhads.com
    Code:
    ping -c4 google.com
    ping: google.com: Name or service not known
    Code:
    ping -c4 github.com
    ping: github.com: Name or service not known
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:35 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    It seems that your server has a network/connection issue.

    Please check it with your server provider...
     
  5. brijendrasial

    brijendrasial Active Member

    207
    154
    43
    Mar 21, 2018
    Ratings:
    +236
    Local Time:
    5:05 PM
    1.13.9
    10.0.22-MariaDB
    Looks like Network Manager is managing your network. DNS entry is missing in your /etc/resolv.conf file

    Check if your active network space is eth0 by using the command "ip addr"

    If yes run the command below

    Code:
    nmcli con mod eth0 ipv4.dns "8.8.8.8,8.8.4.4"
    Now active the connection

    Code:
    nmcli con up eth0
    If your active network interface is something else replace eth0 above with that interface name.
     
  6. thaidt

    thaidt New Member

    9
    0
    1
    Jun 28, 2017
    Ratings:
    +0
    Local Time:
    6:35 PM
    1.12.0
    10.x
    when run command
    Code:
     ip addr
    Output
    Code:
    ]# ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
        link/ether fa:16:3e:ba:85:2c brd ff:ff:ff:ff:ff:ff
        inet 103.101.160.171/24 brd 103.101.160.255 scope global noprefixroute dynamic eth0
           valid_lft 84976sec preferred_lft 84976sec
        inet6 fe80::f816:3eff:feba:852c/64 scope link
           valid_lft forever preferred_lft forever