I know that this has been asked a lot but I am either missing the problem with my issue or am just struggling to fix it.
I am trying to update Proxmox but I keep getting this error.
Here are these for reference.
I am new to this and am assuming that I am just missing something, but I can't download lshw to try and pass-though my HDD's. I am hoping that this is going to be the fix that helps.
I am trying to update Proxmox but I keep getting this error.
Code:
root@Plexprox:~# apt-get update
Ign:1 http://ftp.us.debian.org/debian bookworm InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:4 http://ftp.us.debian.org/debian bookworm-updates InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:1 http://ftp.us.debian.org/debian bookworm InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://ftp.us.debian.org/debian bookworm-updates InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:1 http://ftp.us.debian.org/debian bookworm InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://ftp.us.debian.org/debian bookworm-updates InRelease
Err:3 http://security.debian.org bookworm-security InRelease
Temporary failure resolving 'security.debian.org'
Err:1 http://ftp.us.debian.org/debian bookworm InRelease
Temporary failure resolving 'ftp.us.debian.org'
Err:2 http://download.proxmox.com/debian/pve bookworm InRelease
Temporary failure resolving 'download.proxmox.com'
Err:4 http://ftp.us.debian.org/debian bookworm-updates InRelease
Temporary failure resolving 'ftp.us.debian.org'
Reading package lists... Done
W: Failed to fetch http://ftp.us.debian.org/debian/dists/bookworm/InRelease Temporary failure resolving 'ftp.us.debian.org'
W: Failed to fetch http://ftp.us.debian.org/debian/dists/bookworm-updates/InRelease Temporary failure resolving 'ftp.us.debian.org'
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Temporary failure resolving 'download.proxmox.com'
W: Failed to fetch http://security.debian.org/dists/bookworm-security/InRelease Temporary failure resolving 'security.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:12
W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:12
W: Target Translations (pve-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:12
W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:12
Here are these for reference.
Code:
root@Plexprox:~# ip a
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 noprefixroute
valid_lft forever preferred_lft forever
2: enp34s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 2c:f0:5d:0b:44:81 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 2c:f0:5d:0b:44:81 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.100/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::2ef0:5dff:fe0b:4481/64 scope link
valid_lft forever preferred_lft forever
20: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr100i0 state UNKNOWN group default qlen 1000
link/ether f2:95:8e:c5:6b:e1 brd ff:ff:ff:ff:ff:ff
21: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 26:10:14:e3:6d:88 brd ff:ff:ff:ff:ff:ff
22: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 66:91:c4:38:bd:be brd ff:ff:ff:ff:ff:ff
23: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP group default qlen 1000
link/ether 26:10:14:e3:6d:88 brd ff:ff:ff:ff:ff:ff
Code:
root@Plexprox:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp34s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.100/24
gateway 192.168.0.1
bridge-ports enp34s0
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
I am new to this and am assuming that I am just missing something, but I can't download lshw to try and pass-though my HDD's. I am hoping that this is going to be the fix that helps.