Search results

  1. P

    find zfs configuration

    My server had some drive issues and was not functioning properly so I rebooted it but now it only shows 1 of the 2 drives. There were 2 pools on it but now 'zpool status' only shows 1 (a mirror-0 which is degraded, the other one was a raid0). How can I get the configuration of the pools so I can...
  2. P

    Proxmox keeps crashing/rebooting

    I had a crash on my desktop image that is running in a vm on proxmox. Since then it won't start anymore; a few seconds after starting it the host machine reboots. It is still running 6.4 so I thought maybe upgrading to 7 would solve it so I wanted to make backups but when I run vzdump it also...
  3. P

    [SOLVED] No swap in container

    Hi, In the config file I have a swap entry: swap: 100000 But when checking top in the container I get: MiB Swap: 0.0 total There is also no entry in /etc/fstab in the container. I have added swap to the host via /etc/fstab: /dev/nvme0n1p1 none swap sw 0 0 which shows: # swapon...
  4. P

    ecryptfs mount in container

    How can I get ecryptfs to work in a container? I currently am trying these options: unprivileged: 1 features: keyctl=1,mount=ecryptfs;,nesting=1,fuse=1,mknod=1 But I get this output: # mount -t ecryptfs -o...
  5. P

    error login (ssh/console/gui)

    There is an issue but I am having a hard time debugging it. I cannot login on the console. When trying ssh I get: $ ssh root@192.168.100.250 -bash: /etc/profile: Input/output error -bash: /root/.profile: Input/output error Connection to 192.168.100.250 closed. The gui shell gives...
  6. P

    Display of VM in passthrough VM

    What is the correct way to display a VM in an guest OS running a VM with GPU passthrough. thx
  7. P

    Reason no sudo in default install

    Hi, I wondered if there is any security or other reason besides that sudo is not in default debian install that it is not included in proxmox. thank you
  8. P

    boot zfs raid1 from partitions

    What is the correct way to install proxmox so it installs and boots from 2 partitions on 2 drives (zfs) So the idea is to have it mirrored on partitions on 2 drives and use the remaining space on the drives as non mirrored storage for virtual machines.
  9. P

    Reboot to other image from within image

    Is there a way to boot to another image from within an image? I have a passthrough image for both windows and ubuntu and would like to be able to swap between them without proxmox access. (Actually so my kids can reboot to another image ;) ).
  10. P

    Buggy sound on HDMI passthrough

    Hi, I have passthrough configured on a NVidia card and it works for a while and then suddenly the sound 'gets stuck' and there only comes noise out. If I then move the mouse it will continue fine. First I thought it was the screensaver so I disabled that but it made no difference. Anybody...
  11. P

    USB controller passthrough LXC

    Hi, Is it possible to passthrough a USB controller so it gets initialized by the container itself and not by the host (just like is possible with a KVM). I need to add firmware etc and prefer it to not bother the host. Also I noticed that when I give the container access to the devices I need...
  12. P

    proxmox update fails

    Somehow Proxmox cannot update. It has unconfigured packages and when I try to configure them I get the output below. Anyone knows how to fix this? thx! root@proxmox:~# dpkg --configure -a Setting up pve-kernel-5.0.21-1-pve (5.0.21-2) ... Examining /etc/kernel/postinst.d. run-parts: executing...
  13. P

    Correct way to manage PREROUTING

    Hi, I want to add some iptable rules as described here: https://javapipe.com/blog/iptables-ddos-protection/ Most rules there use the -t mangle -A PREROUTING. Reading up on proxmox firewall I mainly found old messages that said to do it manually and pointing...
  14. P

    [SOLVED] see VM/CT disk usage/load

    How can I see which device is using the disk? It looks like one is using quite some disk and I would like to know which one it is. On proxmox host udisksd takes quite some load: 752 root 20 0 8550888 7.8g 10068 R 44.0 26.5 3282:00 udisksd
  15. P

    restart VM when not running (properly)

    Is it possible to automatically start a VM when it is not running (properly). So in case of a shutdown or when it hangs (then it first would need a kill I suppose).
  16. P

    USB hotplug guest

    How can I configure so it is possible to plug in any random usb device and have it working in a guest automatically? thx
  17. P

    [SOLVED] Error on new install

    Just reinstalled on fresh debian 10 install. I get the following error: Created symlink /etc/systemd/system/multi-user.target.wants/pve-guests.service → /lib/systemd/system/pve-guests.service. Job for pvestatd.service failed because the control process exited with error code. See "systemctl...
  18. P

    error after removing proxmox-ve

    On a clean debian install proxmox did not start. I apt removed it and then wanted to add it again. then I get an error running apt: /bin/sh: 1: /usr/share/proxmox-ve/pve-apt-hook: not found E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (127) E: Failure running script...