apt-get 0%

Lacroixverte

New Member
Oct 12, 2020
8
0
1
22
Hello !
When I do apt-get update, the download does not advance and displays : Working 0%.

I added these deposits to sourcelist : https://pve.proxmox.com/wiki/Package_Repositories

Here is my configuration /etc/network/interfaces :

Diff:
debian auto lo
iface lo inet loopback

iface enp5s0

auto vmbr0
iface vmbr0 inet static
    address 192.168.0.253
    netmask 255.255.255.0
    gateway 192.168.0.1
    bridge_ports enp5s0
    bridge_stp off
    bridge_fd 0


Thanks !
 
The network connection itself is fine? Can you ping repo.proxmox.com?
 
note: the correct server is 'download.proxmox.com', not 'repo.proxmox.com'
 
note: the correct server is 'download.proxmox.com', not 'repo.proxmox.com'
I can't ping download.proxmox.com ...
I think this file have a problem ?

Code:
iface lo inet loopback

iface enp5s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.253
        netmask 255.255.255.0
        gateway 192.168.0.1
        bridge_ports enp5s0
        bridge_stp off
        bridge_fd 0
 
I can't ping download.proxmox.com ...
I think this file have a problem ?

Code:
iface lo inet loopback

iface enp5s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.253
        netmask 255.255.255.0
        gateway 192.168.0.1
        bridge_ports enp5s0
        bridge_stp off
        bridge_fd 0
it's /etc/network/interfaces files
 
you'll have to figure out your network settings yourself - we can't know how your local network works ;)