Search results

  1. J

    Proxmox can't see my cpu features

    My proxmox install doesn't seem to see my cpu features. I have the X11SDV-8C-TP8F Supermicro board and Xenon 2146 cpu. My cpu supports aes-ni and its enabled in the bios. However, when I check for it on proxmox, its not there: I also installed a pf sense vm and nothing is picked up - even...
  2. J

    installing pfsense vm in proxmox

    Can you elaborate a bit more on this? I am attempting to do this with VFs. I understand the part about giving one physical port to the WAN on pfsense. What happens on the LAN side in sr-iov setups? Can I also setup one physical passthrough sr-iov port for the LAN and connect all vms to this...
  3. J

    Inactive network ports

    I am having a problem accessing my pfsense install on my proxmox host. I am showing the port is not active even though when I connect my laptop to it the dhcp server on pfsense assigns an ip address . The vm seems to be working but i cant access the pfsense gui. I have set my laptop to a...
  4. J

    Help with pci passthrough for nics

    Update: I posted this too soon. Whilst posting this, I noticed the following two lines: hostpci0: 68:00 hostpci1: b7:00 I had been trying to specifically select 68.00.1 and b7:00.3. But somehow, even though I selected those specific nics when I added the pci hadware, they show up as seen...
  5. J

    Help with pci passthrough for nics

    I have been trying to setup 2 nics on my freshly installed pfsense vm with pci passthrough. I have gone through all the guides and set things up as directed. Nothing seems to work. As soon as I try to start the pfsense vm for the first time, the whole host goes down - I have to delete the vm and...
  6. J

    Help to understand mount points

    I am getting myself confused with how to add storage on a separate local disk ( disk 2 ) to my containers - which live on another disk. ( disk 1) For example, I have setup a container with zfs on disk 1. This is for a postgres database. I'd like to store the database itself - not the...
  7. J

    Update error - now cant boot

    Helllo Thomas , I am not sure If I used the enterprise reppository. here is what my /etc/apt/sources.list looks like: deb http://ftp.debian.org/debian buster main contrib deb http://ftp.debian.org/debian buster-updates main contrib # PVE pve-no-subscription repository provided by...
  8. J

    [SOLVED] Can't start LXC-Container

    What was the resolution to this? it is marked as solved. I am having the exact same problem. All containers greyed out after reboot and cant start. all zfs.
  9. J

    Update error - now cant boot

    I am not using the enterprise repository so why the error message ?
  10. J

    Update error - now cant boot

    I tried updating a new install from: deb http://download.proxmox.com/debian buster pve-no-subscription Got an error message below and now cant boot at all into proxmox . Any ideas how to fix this? There are no other lines of code in the sources.list except the one above.
  11. J

    Data Science VM Setup

    Anyone setup a data science environment on proxmox? Something akin to the data science machine you can roll on azure ( azure data science vm ) Is there an image for something like this or something close to this? use a vm or container? my VMs are on a single ssd drive. I am planning to...
  12. J

    zfs on single ssd disk for vm storage

    I have setup my install to have the following: 2x 250 gb SSD in zfs raid1 for proxmox os.- nothing else here 1x 1T SSD - I intend to use this to hold the VMS Synology nas for backups ( NFS). I am worried about the use of the single 1T ssd for the vms. I am planning to use zfs raid0 on it...