Recent content by shawly

  1. S

    PCI Passthrough

    I also got two M1015 flashed to IT mode which I want to pass through, I tried everything, but my virtual machine doesn't want to recognize the controllers.. lspci -nnk: 01:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]...
  2. 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...
  3. 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...
  4. S

    Linux Container can't set hostname with FQDN

    Nope, the resolvconf package isn't installed.. Edit: I just fixed it, I looked into the dnsmasq config of my router, and the DHCP domain was set to internal.example.com, I feel stupid now lol.
  5. S

    Linux Container can't set hostname with FQDN

    Well, I "fixed" this problem by giving my network adapters static IPs, so I'm fine. But I noticed, that my DNS search domain in the resolv.conf (of my host) always resets to "internal.example.com", I've tried setting it under the Proxmox DNS tab and also directly within the resolv.conf, but...
  6. 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...
  7. 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...
  8. S

    4.1 install from USB stick or IPMI garbled (wrong video mode)

    I had the same issue with my Supermicro X10SL7-F and UEFI boot enabled. There was no solution so I installed Debian Jessie and just added the Proxmox repos and my problem was solved. https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie#Install_Proxmox_VE
  9. 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...
  10. S

    Guest sound on host?

    Since the machines I'll be running have Windows, I can't use pa's server, but since -soundhw still works I'm good to go, thanks for the info regarding pa running as system service! Guess for the microphone part I will need JACK, since it's crossplatform it should work. I just have to figure out...