Search results

  1. S

    Migrate VMs and Containers to new installation?

    Hi, so currently my Proxmox installation is on a 120GB SSD and I want to migrate it to my new 500GB SSD. Since I also want to cluster it with the Proxmox installation on my VPS, I want to start with a new installation because there is no way to connect a machine with existing VMs/LXCs. I have...
  2. S

    [LXC] Passthrough USB WiFi adapter?

    I wanted to use an LXContainer to act as access point for my WiFi with hostapd. I put these values into the config. lxc.cgroup.devices.allow = c 189:* rwm lxc.mount.entry = /dev/bus/usb/005/001 dev/bus/usb/005/001 none bind,optional,create=dir lsusb successfully recognized the WiFi adapter...
  3. S

    Linux Container can't set hostname with FQDN

    So I set up a Ubuntu container with the hostname "test", when I started the container and typed in hostname -f it just shows "test". Also the entry within the /etc/hosts file just has 127.0.1.1 test in it, not the full domain name which should be test.ho.me. So I've set the hostname directly to...
  4. S

    Host just hangs at "Reached target Shutdown"

    When I try to shutdown or reboot my host it just hangs at "Reached target Shutdown", this issue occured within the last 2-3 updates, but I'm not sure since I normally don't shut my server down, only for maintenance. I already tried shutting down each VM manually, but that doesn't make any...
  5. S

    Accessing guests internal VNC through noVNC from the WebIF?

    Hi, I'd like to know if I could disable the VNC that comes with the virtual machine and somehow forward the machines own VNC server. Because I've setup an OS X machine, I currently use with SPICE and virt-viewer which works okay, but I'd like to use OS Xs own VNC through noVNC. Would this work...
  6. S

    Guest sound on host?

    Hi, I have an external USB DAC connected to my host and I want to hear the sound of all my guests over my hosts DAC. Instead of passing through the whole DAC to a single guest I want to create something like virtual sound devices, which send the audio directly to my host where it gets mixed...
  7. S

    Downgrade Proxmox 4 to 3?

    Hi, since the IOMMU grouping problems keep me from passing through my GPU, I wanted to ask if I could downgrade my current Proxmox 4.1 (on Debian Jessie) to Proxmox 3 with kernel 3.10. Or could I even use kernel 3.10 with Proxmox 4?? And yes, pcie_acs_override=downstream is enabled, but...
  8. S

    PCI Passthrough works but GPU Passthrough won't

    Hello, I've switched from ESXi to Proxmox VE 4 (latest packages and kernel installed ofc) yesterday and everything works fine, the TV card (Tevii S471) I couldn't pass through in ESXi works flawless under KVM aswell as my onboard SAS controller also passes through nicely. Now I also wanted to...