Search results

  1. G

    [SOLVED] "source /etc/network/interfaces.d/*"

    Maybe this is where I read it https://pve.proxmox.com/wiki/Software-Defined_Network getting old but maybe a link in the 7->8 upgrade documentation. I'll execute this script on my several nodes #!/usr/bin/env bash # JHA 9/11/2025 # see https://pve.proxmox.com/wiki/Software-Defined_Network...
  2. G

    [SOLVED] "source /etc/network/interfaces.d/*"

    Thank you. I'd just like to read it in the upgrade documentation or wiki. I know I did a few years ago...
  3. G

    [SOLVED] "source /etc/network/interfaces.d/*"

    Once upon a time I successfully upgraded several Proxmox pve nodes from version 7 -> 8 (or was it 6 -> 7) being lazy and since it didn't seem to cause me any problems I didn't do a widely publicized step of, I believe if memory serves, adding source /etc/network/interfaces.d/* to /etc/network I...
  4. G

    Proxmox / Debian 12 LXC / CodeProject.ai / Coral usb TPU : My working setup !

    Thanks for this guide. FWIW I stared vanila without a gpu or tpu. I got error; ImportError: libGL.so.1: cannot open shared object file: No such file or directory I had to; apt install libgl1-mesa-dev cd /usr/bin/codeproject.ai-server-2.6.5/modules/ObjectDetectionYOLOv5-6.2 && sudo bash...
  5. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    Success i210 Ethernet on HP Z840 working again. I was about to try Linux Kernel 5.13, ZFS 2.1 for Proxmox VE from a post by @t.lamprecht but first I saw there were some updates available including a kernel Linux 5.11.22-7-pve I applied them and rebooted. The enp5s0 interface came up steady, so...
  6. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    @mira check this out. I got a working pve7 on the HP Z840 in question. I burnt a usb stick with proxmox-ve_7.0-2.iso installing onto a single spare Kintgston SSD - the problem child in this post was a pair of 1g Samsung in a zfs mirror installed with version 6 media, then upgraded to 7 where all...
  7. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    FWIW I booted from a debian bullseye live USB. No problem with ip connectivity. I've read a few recent reports of bullseye with the i210 drivers... This live USB kernel is a bit older though... uname -a Linux debian 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux ip a...
  8. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    If I'm reading this correctly it looks like a revision 0A MB. If it's a revision then it's not the first version so maybe the 2nd version MB? I wonder how many versions they produced?
  9. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    @mira unSuccess This morning I was able to bring up a Windows 10 HD on the HP Z840. I unsuccessfully ran the sp11827.exe firmware update. Here's a screen capture. I tried twice, removing the 82576 I installed yesterday for the 2nd try, with same results minus that new card. I'm assuming the...
  10. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    Thank you @mira Just as I was about to swap in a Win 10 disk to attempt firmware upgrade, magically appearing on my front porch this afternoon, a "1.25G Gigabit Ethernet Converged Network Card, with Intel 82576 Chip, Dual RJ45 Ports, PCI Express 2.1 X1" $45.88 delivered. I installed the new...
  11. G

    [SOLVED] Upgrade HP Z840 6.4 -> 7.0-13 networking failure

    I upgraded two Proxmox 6.4 servers to version 7 yesterday. One went fine. The other on an HP Z840 has some trouble. I tried commenting out auto vmbr0 and added mac hwaddress b1:d7:33:35:94 found these suggestions in my research. Neither helped. Any ideas? From syslog Nov 7 10:13:01 pve2...