Search results

  1. F

    Stuck on Bad Kernel? (4.15.18-12)

    Start-Date: 2019-04-14 05:07:11 Commandline: apt-get dist-upgrade Upgrade: libssh2-1:amd64 (1.7.0-1, 1.7.0-1+deb9u1) End-Date: 2019-04-14 05:07:11 Start-Date: 2019-04-24 10:25:42 Commandline: apt-get dist-upgrade Install: pve-kernel-4.15.18-13-pve:amd64 (4.15.18-37, automatic) Upgrade...
  2. F

    Stuck on Bad Kernel? (4.15.18-12)

    After reading an old thread here: https://forum.proxmox.com/threads/clean-old-kernels.42040/ I purged 4.15.18-12 and it automatically moved to 4.15.18-13 (which boots fine) dpkg --list|grep pve-kernel apt purge pve-kernel-4.15.18-12-pve
  3. F

    Stuck on Bad Kernel? (4.15.18-12)

    Hello, Today in (my non-pve subscription repo) I saw two kernels 4.15.18-12 & -13. I clicked update and rebooted and it dropped into initramfs. I manually edited grub boot parameters via the boot menu back to -11 and booted, but now I'm unsure how to get (permanently) onto the correct kernel...
  4. F

    Qubes OS via Nested Virtualization (?)

    Thanks for the answers. Definitely just for evaluation. My old Laptop doesn't have VT-d and I want to see if upgrading would be worth it just for Qubes.
  5. F

    Qubes OS via Nested Virtualization (?)

    Has anyone here tried or gotten Qubes OS running on Proxmox via Nested Virtualization? I did some searching (can't find anything) and I'm guessing anyone running Qubes OS would prefer it running on bare-metal for maximum security.
  6. F

    Disconnect but retain PCI device?

    Hello, I'm curious if there is a way to power down a VM, 'disconnect' a PCI device, but show it as 'unused' (like drive volumes) to retain the device in an easy to re-add config? I hope this question makes sense. Thanks!
  7. F

    USB Drive Mount Size Not Detected (?)

    Maybe that is my problem? I've mounted it as a directory. Not an LVM. Should I create a Volume Group and LVM in it and access it that way? (never done that with USB). pvs, vgs, and lvs don't show it. Thanks for the help!
  8. F

    USB Drive Mount Size Not Detected (?)

    Currently mounted via /etc/fstab /dev/disk/by-uuidXXXXXXXXXXXXX /media/usb ext4 0 0
  9. F

    USB Drive Mount Size Not Detected (?)

    lsblk sdd 8:48 1 231.4G 0 disk └─sdd1 8:49 1 231.4G 0 part
  10. F

    USB Drive Mount Size Not Detected (?)

    Bump. Still having issues with USB Drive mount not informing web ui of storage capacity.
  11. F

    USB Drive Mount Size Not Detected (?)

    Hello All, I've mounted an empty 256GB USB Flash in my PVE data folder (which has 90 GB remaining). I can fill the USB flash (Mount as DIR storage in GUI) up to about 50GB and then it complains that it's out of space for more backups relative to the PVE size. Am I doing something wrong? Any...
  12. F

    hugepage allocation failed (startup after a shutdown)

    Hello, I've recently begun using the "hugepages: any" setting in my pci passthrough VM's, and I'm seeing improved DPC latency results and general performance. VM's will always start from a fresh boot with with this flag, but after a shutdown and start up of a "hugepages: any" VM, I often see...
  13. F

    CIFS Storage Issue: Result verification failed (400)

    This was resolved when I realized I had created Symlinks to folder structure of ISO files on the CIFS host. I removed the Symlinks and things began working again. May have also been related to: systemctl disable pve-ha-lrm, pve-ha-crm (I'm running a stand alone server).
  14. F

    ZFS: Matching Disks in VDEVs, Mixed VDEVs in Pool

    Hello All, I previously installed Proxmox on (what I thought) was a 4 way RAID0 made of 4 x Consumer 120GB SSD's. They were of two different brands. I am now unsure if I had 4 VDEVs or 1 VDEV with a 4 way RAID0. I had very poor performance, and eventually switched to a EXT4 install that...
  15. F

    VM Start Timeout with PCI GPU

    I'm having the same issue. I have the VM in question set to autostart, currently only about %25 of starts will actually boot without a timeout. Running the command manually via SSH also works for me. Not sure when this issue began, but It used to boot %100 without timeouts.
  16. F

    CIFS Storage Issue: Result verification failed (400)

    Thanks. root@pve:~# pvesm status Name Type Status Total Used Available % drivepool cifs active 11721073640 8377887656 3343185984 71.48% local dir active 98559220 29665560 63844112...
  17. F

    CIFS Storage Issue: Result verification failed (400)

    I've tried this with several browsers to make sure it wasn't browser based. root@pve:~# pveversion pve-manager/5.2-8/fdf39912 (running kernel: 4.15.18-4-pve)
  18. F

    CIFS Storage Issue: Result verification failed (400)

    Hello, When I click on my CIFS storage Icon under PVE, I can see "Summary" and "Permissions" info, but since a recent update (I think) I can no longer see "Content" I get a: Loading.. shortly followed by: Result verification failed (400) Access to the storage seems fine when I SSH into...
  19. F

    ZFS causes high load, unable to figure out why

    I had issues on a ZFS stripe set. Write performance was poor, and I had massive UI latency during writes. After switching to EXT4 things went back to normal.