Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


one debian issue
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

one debian issue

zhuyijunzhuyijun Member
edited February 2022 in Help

hello
I bought a vps with OS debian 9,and run apt update ,error occur

Ign:1 http://deb.debian.org/debian stretch InRelease
0% [Waiting for headers] [Waiting for headers]

/etc/apt/sources.list

deb http://deb.debian.org/debian/ stretch main
deb-src http://deb.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

deb http://deb.debian.org/debian/ stretch-updates main
deb-src http://deb.debian.org/debian/ stretch-updates main

so why the error happend ?

Comments

  • Had similar issue. Seems like there was no /etc/resolv.conf . After creating one and adding some dns servers, errors just disappeared.

    Thanked by 1yoursunny
  • zhuyijunzhuyijun Member
    edited February 2022

    @edip said:
    Had similar issue. Seems like there was no /etc/resolv.conf . After creating one and adding some dns servers, errors just disappeared.

    well , there was /etc/resolv.conf , error still happend

    search vm
    # Automatically generated by OnApp (4.2.0)
    domain localdomain
    nameserver 8.8.8.8
    nameserver 4.2.2.1
    
  • zhuyijunzhuyijun Member
    edited February 2022

    so maybe has other reason for this ?

  • djndjn Member
    edited February 2022

    try
    apt-get clean

    or a local mirror
    https://www.debian.org/mirror/list

  • check your IPv6 config

Sign In or Register to comment.