Search results

  1. P

    Zpool import VERIFY & PANIC - FreeBSD to the rescue

    Hi, I had some problems with cabling or power or both. During these problems a (the) zfs pool got degraded. Importing with Proxmox doesn't work, with FreeBSD 14.3 it does. This may be of help to someone else. Trying zpool import (or the zfs-import-scan service) hangs the machine. Messages...
  2. P

    mac screen sharing to XP vm hangs

    Hi, Simple question, but can't seem to google my way out of this. I have a vm with Windows XP (for automotive software from a carmaker that's long gone now) and I would like to reach the vm with VNC from an Apple computer. I've added args: -vnc 0.0.0.0:77 to the [vm-id].conf file. From the...
  3. P

    ZFS drive failing: High IO delays

    Hi, This may be useful to someone someday. I observed high IO delay (Datacenter > node > Summary) and hesitating containers. I had a failing disk in a ZFS mirror that repeatedly ignored (by issueing zpool clear) and then repaired (new disk and zpool replace). Only after resilvering the high...
  4. P

    Are these kernel panics? Now what?

    Hi, for a while I'm having trouble with my Proxmox setup. It's probably not Proxmox related and my hardware is bit exotic, but maybe someone can point me in to the right direction. After a few days, sometimes weeks, I get what I think are kernel panics (??), dmesg gives: [844132.205609] Call...
  5. P

    Best way to access files on host

    Hi, There's something I think I'm doing wrong. I have Proxmox on a host with a ZFS pool inside. How do I best access the files on the ZFS volumes from containers? I have read suggestions to serve the files over NFS directly from the host. This seems like a round-about way (ZFS > host > NFS >...