[SOLVED] apt-get update error

cpd1900

New Member
Dec 26, 2021
6
0
1
United States
Hi folks I've recently installed proxmox on my r710 for the first time and I've been running into a few problems that I haven't been able to solve after a few days.

My system is a R710II with dual intel x5672 CPUs, Bios 6.6.0.

1. When I tried updating the no subscription repositories I have got all the others to work but i am still having trouble with the debian/pve one. when I have the suite set to buster I get:

W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Translations (pve-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Translations (pve-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1 W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-no-sub.list:1

When i have it set to bullseye i get an error in the online GUI saying "warning old suite "buster" configured!" but no error when I run apt-get update.

2. When i try to pass through my LSI 9211-8i (flashed to H200i firmware and bios) I have the "no IMMOU detected, please activate" I have followed the the PCIe passthrough directions but still do not get the desired output from: dmesg | grep -e DMAR -e IOMMU -e AMD-Vi

root@pve:/# dmesg | grep -e DMAR -e IOMMU -e AMD-Vi [ 0.023024] ACPI: DMAR 0x000000007F3B3668 0001C0 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.023115] ACPI: Reserving DMAR table memory at [mem 0x7f3b3668-0x7f3b3827] [ 1.086967] DMAR-IR: This system BIOS has enabled interrupt remapping [ 1.472511] DMAR: Host address width 40 [ 1.472512] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 [ 1.472521] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020fe [ 1.472523] DMAR: RMRR base: 0x0000007f4c8000 end: 0x0000007f4dffff [ 1.472525] DMAR: RMRR base: 0x0000007f4b1000 end: 0x0000007f4bffff [ 1.472526] DMAR: RMRR base: 0x0000007f4a1000 end: 0x0000007f4a1fff [ 1.472528] DMAR: RMRR base: 0x0000007f4a3000 end: 0x0000007f4a3fff [ 1.472529] DMAR: RMRR base: 0x0000007f4a5000 end: 0x0000007f4a5fff [ 1.472530] DMAR: RMRR base: 0x0000007f4a7000 end: 0x0000007f4a7fff [ 1.472531] DMAR: RMRR base: 0x0000007f4c0000 end: 0x0000007f4c0fff [ 1.472532] DMAR: RMRR base: 0x0000007f4c2000 end: 0x0000007f4c2fff [ 1.472533] DMAR: ATSR flags: 0x0


Thank you for any help you can provide. Sorry if I missed any details I should have added.
 
Hi,

Please post the full output of apt update and provide us with the output of pveversion -v
 
In addition to moayad request:
I've recently installed proxmox
How and what version did you install Proxmox VE? With the official ISO, e.g. most recent one at time of writing would be 7.1?
pveversion -v

when I have the suite set to buster I get:
You have the same repository entry configured more than once, from the error message that'd be line 6 of /etc/apt/sources.list and line 1 one /etc/apt/sources.list.d/pve-no-sub.list
 
Hi folks What i ended up doing was reinstalling Proxmox on a new SSD because i was having really weird write to drive latency. So far I haven't had any of these issues arise yet thank you for your time!