Search results

  1. R

    Rebooted Server and LXC no longer has networking

    Just like the title says. I tried using the console to reboot manually, still no network. This is a plain vanilla install of ubuntu, unprivileged. I would not expect such an issue.
  2. R

    Having an issue with my nic

    I see a lot of these in dmesg I did disable the pve firewall and then installed UFW. Perhaps I botched it? I also see a ton of these on boot: [ 54.788646] i40e 0000:b5:00.2: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF [ 54.788752] i40e 0000:b5:00.2: Error...
  3. R

    Weird LV Misunderstanding. Re-occurring bad superblocks. Probably bad setup.

    So, I believe I have a fundamental mistake in my setup, and I'm really hoping someone can help me resolve it because I'm definitely new, and having a rough time figuring out the "proper" way to store data in proxmox. I initially set up this host with a manual install of proxmox on debian...
  4. R

    Cannot restore VM to newly created LV. Could Not Deactivate

    I had to expand my root LV, so I deleted my LV data, and then expanded root, that went fine. This was the process: sudo rm -rf /var/lib/vz sudo lvremove /dev/pve/data -y sudo lvcreate -y --zero n -l 100%FREE -T -c 256K -n data pve sudo mkfs.ext4 /dev/pve/data But now when I try to restore...
  5. R

    [SOLVED] Emergency mode after nvme u.2 port change halp please

    So, I’m new to lvms and lvs and vgs and so on. I worked my way through a Debian buster install and then proxmox on top of it because my zfs had a feature that required it vs normal install. But I believe I was able to replicate the normal disk setup. i have two partitions on my nvme, boot and...