Search results

  1. D

    format / reset rootfs disk in container

    Stumbled on this post when looking to do the same thing. Seem unfortunate that there's no way of wiping the root disk and reinstalling. Oh well.
  2. D

    VirtIOFS - Tag not found error?

    Thank you so much Markus. I did try that to no avail. But what ended up working was a reboot of the Proxmox server. Not sure why but I suspect maybe I was running an older kernel as I hadn't rebooted the thing in a long time.
  3. D

    VirtIOFS - Tag not found error?

    Some background info: Host: Proxmox 8.4.1 Relevant Host Filesystems (2): Mergerfs 2.40.2 consolidating plain old ext4 disks; ZFS mirror with two disks Guest: Debian 12 (bookworm) All I'm trying to do is to share two existing directories on the Proxmox host with a Debian guest VM on the host. I...
  4. D

    ZFS pool not auto-mounting at boot after zpool upgrade fix

    Appreciate the additional information Gabriel. That makes sense. Guess I'll leave the rest alone then for the time being.
  5. D

    ZFS pool not auto-mounting at boot after zpool upgrade fix

    Perfect. This seemed to do the trick - thank you very much! Just one related question: It turns out that zfs-import@data was disabled and so I enabled it, but interestingly zfs-import@rpool (which serves as my boot drive) was also disabled. Should I also enable that one? The system seems to...
  6. D

    ZFS pool not auto-mounting at boot after zpool upgrade fix

    A very minor issue but one I'm hoping there's an easy fix for. In brief, I made the mistake of running zpool upgrade a while back which of course borked my system rendering it unbootable. Thankfully, I found the specific page that describes how to fix it and managed to unbork things so that the...
  7. D

    Port Spanning, Mirroring or Monitoring Within Proxmox for NIDS

    Unfortunately no. Never got past the above steps.
  8. D

    System Lockup - How to Diagnose?

    Hi there. I'm running PVE 7.3-3 on a single node which hosts a bunch of LXC containers. The machine has 128GB of RAM. This morning, I discovered that the system was non-responsive. Web UIs for various containerized apps didn't respond; couldn't SSH in; and also couldn't login at a console - it...
  9. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Thanks - appreciate the suggestions. Will keep an eye on it to check for scrubbing.
  10. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Thanks for the suggestion. I manually imported the pool using zpool import zdata. Originally I had created it manually from the command line, not in Proxmox. It doesn't show up in the GUI at Datacenter -> Storage. Would that be something I should be concerned about? Currently I don't use that...
  11. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Yes, I did check the time on the server and the device generating the 2FA, and they looked to be within a second of each other. Also checked that the server was syncing with NTP servers. After digging around a bit more and trying to figure out what was wrong, out of frustration I just rebooted...
  12. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Hey thanks again for the suggestion. Did the import and have my pool back.
  13. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Oh boy. Do I feel silly. Welp, there it is: pool: zdata id: 7502400372626375659 state: ONLINE status: Some supported features are not enabled on the pool. (Note that they may be intentionally disabled if the 'compatibility' property is set.) action: The pool can be...
  14. D

    Can't login and loss of zpool after abnormal system shutdown and server being off for 2 weeks

    Hi there. About two weeks ago, a host bus adapter on my single node PVE server died. That seemed to throw things into chaos and my system become unresponsive - I could login or do anything even at a local console connected directly to the server. I ended up having to power down and up again, at...
  15. D

    [SOLVED] OpenVPN in unprivileged container

    No, after I continued to get the error and didn't have a solution, I tried a different solution altogether using Wireguard and its documentation for implementation on a container. Was a bit of a pain but eventually got it work.
  16. D

    Port Spanning, Mirroring or Monitoring Within Proxmox for NIDS

    I'm attempting to set up network intrusion detection on my LAN. I plan to do this in two steps. First, setting up a SPAN port on the physical switch will will be connected to a NIC in my single-host Proxmox server, which will then be passed through to the VM in Proxmox running Ossim. That SPAN...
  17. D

    [SOLVED] OpenVPN in unprivileged container

    Thanks very much for the suggestion Oguz - most appreciated. I made the change and restarted the container, but unfortunately it seems to have made no difference at all. I continue to see the exact same error.
  18. D

    [SOLVED] OpenVPN in unprivileged container

    Happy to. Here it is: arch: amd64 cores: 2 hostname: test3 memory: 8192 mp0: /data/test3,mp=/test3 mp1: /data/temp/test3,mp=/temp net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=CE:A7:99:00:A8:0F,ip=dhcp,ip6=dhcp,tag=20,type=veth ostype: ubuntu rootfs: rpool2:subvol-102-disk-0,size=64G swap...
  19. D

    [SOLVED] OpenVPN in unprivileged container

    Sorry to revive an old (but very useful) thread. I was using the technique described in it to enable VPN usage in an LXC container. However, yesterday I just updated to Proxmox 7, after which it no longer seems to work. I read somewhere else that enabling nesting (Container, Options, Features)...
  20. D

    Can't rename a bind mount?

    Hey thanks for the suggestion StanTastic. I was able to resolve but I'm old so don't recall exactly how as that was a few months ago. Appreciate the tip though and will give it a try if I encounter this problem again.