Recent content by Psilospiral

  1. P

    [SOLVED] PVE loses network connection after kernel upgrade to proxmox-kernel-7.0.0-3-pve

    daanw - you are correct. It seems an upgrade to the newest kernel and my fusion-io drivers did not agree. Thanks to Vladimir for helping with DKMS driver removal and reinstallation. I had to: Get the versions installed with DKMS by requesting DKMS status dkms status Then remove them all for...
  2. P

    How to stop PVE Kernel upgrade

    To pin a kernel and prevent upgrade: sudo proxmox-boot-tool kernel list then inset your desired kernel to be pinned with sudo proxmox-boot-tool kernel pin <version to be pinned from list above> Now your kernel will stay pinned until unpinned with sudo proxmox-boot-tool kernel unpin
  3. P

    [SOLVED] PVE loses network connection after kernel upgrade to proxmox-kernel-7.0.0-3-pve

    Stefan & daanw, thank you for responding. syslog.txt attached from a boot into kernel-6.17.13-6-pve. (I cannot ssh in to capture output when booting into kernel-7*, but can capture terminal screenshots via iDRAC if needed.) Attached is an image of 'ip a' and /etc/network/interfaces from...
  4. P

    [SOLVED] PVE loses network connection after kernel upgrade to proxmox-kernel-7.0.0-3-pve

    Greetings Forum, Running PVE 9.1.9 on a Dell T630 & a Dell T620. After a recent upgrade, no network connection. When booting into proxmox-kernel-6.17.13-6-pve from GRUB, network functions normally. When booting proxmox-kernel-7.0.0-3-pve, 'ip a' shows 'nic0' DOWN. 'ip link set nic0 up'...
  5. P

    booting from proxmox boot failed

    gpvazquez, I stumbled across this same issue while experimenting with SD card backup and restore procedures with my Dell T620. I was using dd to backup working SD cards and then restoring to a different SD to document my disaster recovery steps. I utilize UEFI on this particular system. I...
  6. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    If the card is active in cli, then you should be able to add it in the gui with: Datacenter > Storage > Add > LVM-thin ID: fusion-io Volume group: should allow you to select the already configured volume group Thin Pool: should allow you to select the already configured thin pool Content: Disk...
  7. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    Jan, Thank you for your updated install code. I have been running PVE 7 for a long time and only recently had time to test this on PVE 9.1.1. Your same install code works, but only with kernel 6.17.2-1-pve. After the update to 6.17.2-2, the driver would not load. I pinned to 6.17.2-1-pve...
  8. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    If the card is active in cli, then you should be able to add it in the gui with: Datacenter > Storage > Add > LVM-thin ID: fusion-io Volume group: should allow you to select the already configured volume group Thin Pool: should allow you to select the already configured thin pool Content: Disk...
  9. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    zelenij - I can confirm that simply adding "iommu=pt" to /etc/default/grub like: GRUB_CMDLINE_LINUX_DEFAULT="quiet iommu=pt" and then sudo update-grub fixes the fusion-io kernel issue on my t630 when booting any kernel 5.15 or greater. Thank you! The README.md has now been updated to...
  10. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    kromberg - No I am using the following files (as in the first post): iomemory-vsl-5.12.1 fio-common_3.2.16.1731-1.0_amd64.deb fio-firmware-fusion_3.2.16.20180821-1_all.deb fio-sysvinit_3.2.16.1731-1.0_all.deb fio-util_3.2.16.1731-1.0_amd64.deb What are you using and could you please provide a...
  11. P

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    cali0028 - I experienced the same issue with my fusion-io scale 2 this morning. I was able to get my server back up and running fairly quickly though. From the GNU GRUB boot menu, select "Advanced options for Proxmox VE GNU/Linux" then "Proxmox VE GNU/Linux, with Linux 5.13.19-6-pve"... After...
  12. P

    Help configurig PVE and Turnkey fileserver to share ZFS pool

    Hello prolab: I tried several different CLI methods before I realized the PVE GUI method was the easiest and best solution for me. To mount a Turnkey Linux File Server CT within Proxmox: After creating the TKLFS CT, go to Datacenter>[node name]>[TKLFS CT]>Resources>Add>Mount Point. Mount...