Search results

  1. R

    GPU passthrow - NVIDIA GTX1060

    @issa2020 have a look at https://forum.proxmox.com/threads/nvidia-gtx-1050ti-error-43-code-43.75553/ Don't forget to use the right ROM, not the one i linked.
  2. R

    Clipbucket Installation?

    Install a Ubuntu VM and install clipbucket there, this is what I would do. Then port-forward the required ports.
  3. R

    PCI Passthrough: AMD-Vi: Completion-Wait loop timed out

    I googled your error and found this: https://unix.stackexchange.com/questions/519758/amd-vi-completion-wait-loop-after-a-failed-install-of-arch-linux-on-a-blank-ssd You could try "acpi=off" and "iommu=soft" but as explained on the link its bad.
  4. R

    Hacked System

    I don't know, the bad guys know something about your server I don't. Do you have Port 8006 also closed? As this would give them full access with Password.
  5. R

    GPU Passthrough with NVIDIA GTX 1050 Ti

    @ferdl9999 With my setup I was able to add a "Standard VGA" Card and use it, but "SPICE" didn't boot after UEFI. Standard VGA is like two Screens so you have to mirror the screen then. I use NoMachine as Remote Desktop Software.
  6. R

    Infected with a ransomware; trying to recover my files using a HDD to USB docking station on my server

    I'm not sure do you try to passtrough the USB to a VM or do you want to recover on Proxmox? From what i see your "root@proxmox" lsusb is empty no device, which is the default when you passed it to a vm. Are you sure the docking station is connected right?
  7. R

    lxc container on zfs won't start after reboot of pve host

    I have the same problem but without encryption, on each boot i have to delete /rpool/data/* and mount zfs.
  8. R

    Hacked System

    Do you have IPMI or ILO ?
  9. R

    Hacked System

    Is there a chance that you have a infected machine on LAN?
  10. R

    Make proxmox responds to mypublicdomain.com:8006

    Do you use port 8006 and the same IP for the Domain as directly with IP?
  11. R

    GPU Passthrough

    I had a different Problem, VM Boots but driver didn't load (Code 43), i fixed it by patching the rom of the gfx and and loading that. Search for Code 43 if you want to test this.
  12. R

    Installing Rancher Kubernetes on LXC

    Sorry i missed the "LXC" part :/
  13. R

    Installing Rancher Kubernetes on LXC

    Then follow my tutorial I linked, you might want to do one thing different. MariaDB Galera on its own VM's. Also disable the proxmox firewall if things aren't working as expected. EDIT: the K8S uses ETCD which takes a lot of IOPs, K3S with Galera is HA and takes lots lesser IOPs and is great...
  14. R

    Installing Rancher Kubernetes on LXC

    @Dendi Suhubdy No because of company policy not on Proxmox sadly :/ There's a big difference between rancherOS and rancher k8s|k3s. What do you want to use?
  15. R

    Can I run multiple containers using pct start <VMID> <VMID>?

    I'm wondering, why not "pct start 100; pct start 101; pct start 102" ?
  16. R

    Scripting VM Console (tty access to VM console)

    I have added pipe commands to pmxc. $ echo "/bin/bash -c 'touch /test; echo bla'" | pmxc qemu enter pve01:101
  17. R

    pmxc - A python shell client for Proxmox VE

    Got it to work! Added a serial port to a linux vm and followed [0]. 0: https://www.rogerirwin.co.nz/open-source/enabling-a-serial-port-console/
  18. R

    pmxc - A python shell client for Proxmox VE

    @Dominic do you know it it's possible to enter a qemu machine like lxc containers? https://github.com/pcdummy/pmxc/issues/1