Recent content by oldfart

  1. O

    Proxmox kernel update - Nvidia drivers (GTX 960) fail

    Thanks for the replies. 1. Install latest driver, then try and update kernel or 2. remove old driver, Install latest driver, then try and update kernel p.s. how do I upgrade the kernel when apt update is none
  2. O

    Proxmox kernel update - Nvidia drivers (GTX 960) fail

    updating proxmox kernel update from 6.14.11 to 6.17.2-2-pve apt was installing the 6.17 kernel and DKMS was compiling the Nvidia driver module and it failed driver = NVIDIA-Linux-x86_64-550.163.01 root@proxmox:~# proxmox-boot-tool kernel list Manually selected kernels: None. Automatically...
  3. O

    [SOLVED] vzdump - problem

    Solved - as @leesteken said RTFM - read the manual!!! I mis-read, there are two minus signs in the parameters for vzdump (not one as dummy here used!) - sorry for wasting peoples time! vzdump 100 --dumpdir /mnt/pve/nfsStore works just fine
  4. O

    [SOLVED] ZFS not seeing VM, only CT volumes

    Solved - see https://forum.proxmox.com/threads/vzdump-problem.137975/
  5. O

    [SOLVED] vzdump - problem

    I used the minus sign, is this not correct?
  6. O

    [SOLVED] vzdump - problem

    Backup can be done by the GUI, but not by command line - In my case, where storage is ZFS
  7. O

    [SOLVED] vzdump - problem

    ahhhh - seems to be related to another issue .. ZFS storage of VMs another thread.. https://forum.proxmox.com/threads/zfs-not-seeing-vm-only-ct-volumes.137979/
  8. O

    [SOLVED] ZFS not seeing VM, only CT volumes

    I have zfs storage root@pve:/# zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 3.34G 220G 104K /rpool rpool/ROOT 3.29G 220G 96K /rpool/ROOT rpool/ROOT/pve-1 3.29G 220G 3.29G / rpool/data 96K...
  9. O

    [SOLVED] vzdump - problem

    Hi I can't get to the gui (removed a pice card - proxmox runs, but the the gui doesn't work) gui might have to be fixed by a re-install, but first... backups!! so from the command line: vzdump 210 –dumpdir /backup –mode stop 400 Parameter verification failed. vmid: invalid format - value does...
  10. O

    How to replace a boot drive (rpool) in a ZFS 0 Mirror

    @Dunuin - thank you for your reply. What enterprise SSD drives would be recommended?
  11. O

    How to replace a boot drive (rpool) in a ZFS 0 Mirror

    I do not understand the sequence to replace a failing boot disk. Read a load of posts, and still unsure how to proceed Proxmox 8.03 I have 2 x Samsung EVO ssd in mirror as boot disks, one is continually failing. proxmox-boot-tool status System currently booted with legacy bios 1D14-304E is...
  12. O

    [SOLVED] PCIE passthrough - how?

    Solved lspci -nnk 01:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23887/8 however lsmod | grep cx does not report cx23887 drivers, but does report cx23885 so, add the following to proxmox /etc/modprobe.d/blacklist.conf: blacklist cx23885 and I can now passthrough the pcie...
  13. O

    [SOLVED] PCIE passthrough - how?

    Thanks for the reply The mapping works I still get an error when starting the VM 'Unable to read tail (got 0 bytes)''
  14. O

    [closed]PCIE TV card passthrough - how?

    Proxmox 8.0.3 Trying to passthrough a PCIE TV decoder done all the modules stuff lspci -nnk 01:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb [14f1:8880] (rev 04) lspci -n -s 01:00.0 01:00.0 0400: 14f1:8880 (rev 04)...