Updating isn't working anymore. "Operation now in progress"

demuxer86

New Member
Apr 29, 2023
25
2
1
I'm stumped. My proxmox PBS doesn't have this problem, so I think it's a networking issue inside my main prox install. What does it mean "operation now in progress"? I have rebooted multiple times.

Code:
root@pve:~# apt-get update
Err:1 https://download.proxmox.com/debian/pve bullseye InRelease
  Reading from proxy failed - read (115: Operation now in progress) [IP: 134.215.119.7 443]
Reading package lists... Done
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bullseye/InRelease  Reading from proxy failed - read (115: Operation now in progress) [IP: 134.215.119.7 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@pve:~#
 
Last edited:
Actually, the last thing I remember is messing with my network config file. It's gotta be something wrong here.

Code:
auto lo
iface lo inet loopback

iface enp11s0f0 inet manual

auto enp11s0f1
iface enp11s0f1 inet manual
        mtu 9000

iface enp9s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 10.50.20.254/24
        gateway 10.50.20.1
        bridge-ports enp11s0f1
        bridge-stp off
        bridge-fd 0
        mtu 9000
 
OK so I had a proxy entry for some dumb reason. I deleted it, but it's still giving the same error in apt, and appears it's still trying to reach through a proxy? Is there a default setting I should use?

1692225202231.png
 
I found it!

Code:
sudo nano /etc/apt/apt.conf.d/76pveproxy.conf

in there, the proxy setting was still there. I changed it to

Code:
Acquire::http:proxy "false";
Acquire::https:proxy "false";

And it's updating !!!!!!!!!!!!!!!!!!

woooo!
 
I found it!

Code:
sudo nano /etc/apt/apt.conf.d/76pveproxy.conf

in there, the proxy setting was still there. I changed it to

Code:
Acquire::http:proxy "false";
Acquire::https:proxy "false";

And it's updating !!!!!!!!!!!!!!!!!!

woooo!

Now it seems there is still a bug when updating the Proxy setting in the gui it.s not always updated and we need manual update